History log of /src/sys/dev/raidframe/rf_etimer.h |
Revision | | Date | Author | Comments |
1.11 |
| 07-Jun-2006 |
kardel | merge FreeBSD timecounters from branch simonb-timecounters - struct timeval time is gone time.tv_sec -> time_second - struct timeval mono_time is gone mono_time.tv_sec -> time_uptime - access to time via {get,}{micro,nano,bin}time() get* versions are fast but less precise - support NTP nanokernel implementation (NTP API 4) - further reading: Timecounter Paper: http://phk.freebsd.dk/pubs/timecounter.pdf NTP Nanokernel: http://www.eecis.udel.edu/~mills/ntp/html/kern.html
|
1.10 |
| 11-Dec-2005 |
christos | branches: 1.10.4; 1.10.6; 1.10.8; 1.10.14; merge ktrace-lwp.
|
1.9 |
| 29-May-2005 |
christos | branches: 1.9.2; - avoid variable shadowing - add a lot of const - remove parameters from functin declarations
|
1.8 |
| 04-Oct-2001 |
oster | branches: 1.8.18; 1.8.32; Tidy up the #includes a bit. (coulda/shoulda done that with last commit.)
|
1.7 |
| 04-Oct-2001 |
oster | rf_options.h isn't needed here.
|
1.6 |
| 04-Oct-2001 |
oster | Step 2 of the disentanglement. We now look to <dev/raidframe/*> for the stuff that used to live in rf_types.h, rf_raidframe.h, rf_layout.h, rf_netbsd.h, rf_raid.h, rf_decluster,h, and a few other places. Believe it or not, when this is all done, things will be cleaner.
No functional changes to RAIDframe.
|
1.5 |
| 18-Jul-2001 |
thorpej | branches: 1.5.2; bzero -> memset
|
1.4 |
| 13-Aug-1999 |
oster | branches: 1.4.14; 1.4.16; First kick at cleaning up the RF_ETIMER code. New timer handling code provided by Peter Galbavy via OpenBSD.
|
1.3 |
| 05-Feb-1999 |
oster | Phase 2 of the RAIDframe cleanup. The source is now closer to KNF and is much easier to read. No functionality changes.
|
1.2 |
| 26-Jan-1999 |
oster | RAIDframe cleanup, phase 1. Nuke simulator support, user-land driver, out-dated comments, and other unneeded stuff. This helps prepare for cleaning up the rest of the code, and adding new functionality.
No functional changes to the kernel code in this commit.
|
1.1 |
| 13-Nov-1998 |
oster | RAIDframe, version 1.1, from the Parallel Data Laboratory at Carnegie Mellon University. Full RAID implementation, including levels 0, 1, 4, 5, 6, parity logging, and a few other goodies. Ported to NetBSD by Greg Oster.
|
1.4.16.2 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.4.16.1 |
| 03-Aug-2001 |
lukem | update to -current
|
1.4.14.2 |
| 22-Oct-2001 |
nathanw | Catch up to -current.
|
1.4.14.1 |
| 24-Aug-2001 |
nathanw | Catch up with -current.
|
1.5.2.1 |
| 11-Oct-2001 |
fvdl | Catch up with -current. Fix some bogons in the sparc64 kbd/ms attach code. cd18xx conversion provided by mrg.
|
1.8.32.1 |
| 17-Jun-2005 |
tron | Pull up revision 1.9 (requested by oster in ticket #472): - avoid variable shadowing - add a lot of const - remove parameters from function declarations
|
1.8.18.1 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.9.2.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.10.14.1 |
| 19-Jun-2006 |
chap | Sync with head.
|
1.10.8.1 |
| 26-Jun-2006 |
yamt | sync with head.
|
1.10.6.1 |
| 04-Feb-2006 |
simonb | Adapt for timecounters: mostly use get*time() and use "time_second" instead of "time.tv_sec".
|
1.10.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|