summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Augment the 'ifaddr' structure with a 'struct if_data' to keepjoe2000-10-196-11/+73
* o Fix memory leak in ivarsimp2000-10-191-6/+25
* Make note of merged changes.gshapiro2000-10-192-8/+12
* Understand the difference between an empty file and a non-existent file.des2000-10-191-9/+13
* Don't force bootverbose anymore.dfr2000-10-191-2/+1
* Decrease the number of ticks between clock interrupts by a factor of tendfr2000-10-191-1/+1
* * Disable interrupts when restoring a trapframe.dfr2000-10-192-4/+8
* Reparent a kernel thread to init during kthread_exit() so that the zombiejhb2000-10-191-0/+1
* - Move the prototype for proc_reparent from sys/ptrace.h to sys/proc.hjhb2000-10-192-2/+2
* Quiet a silly warning.jhb2000-10-192-2/+2
* Scripts should contain a comment block describing what the script does.joe2000-10-191-0/+13
* A failure to allocate memory for auxiliary TCP data is now fatal.ru2000-10-192-32/+30
* NEWCARD/Cardbus -jon2000-10-197-18/+859
* Move init_clocks earlier in the system startup so that hardclock and clockjhb2000-10-191-1/+1
* Write the routed interrupt back to PCI configuration space.msmith2000-10-192-2/+2
* Call the BIOS to route the selected interrupt. Correctly calculate themsmith2000-10-193-12/+66
* Add PCI BIOS function codes for IRQ routing fetch and route.msmith2000-10-192-0/+4
* o Introduce new VOP_ACCESS() flag VADMIN, allowing file systems to performrwatson2000-10-195-32/+65
* Axe the idle_event eventhandler, and add a MD cpu_idle function usedjhb2000-10-194-26/+12
* Add Daniel's name and fix release dataroger2000-10-191-2/+2
* Update to driver 2.17roger2000-10-198-76/+201
* ObCommit from BSDCon: Update SMPng note and add an entry for devfs,bmah2000-10-182-2/+19
* Make these PICOBSD's compile... well, almost. Still some work tojoe2000-10-184-7/+12
* Reference Larry Wall's perlstyle man page, and recommend it's use wherejoe2000-10-181-4/+17
* Trim index lines down to 79 characters, not 80.des2000-10-181-1/+1
* Minor changes to the ATA RAID support code, remove some verbositysos2000-10-184-44/+15
* Use 'unless' instead of 'if (! ... )' where it improves readability.joe2000-10-181-0/+7
* EVENTHANDLER_INVOKE() takes two arguments.peter2000-10-181-1/+1
* Opening braces should be at the end of the controlling line. Elsejoe2000-10-181-1/+33
* This didn't compile. Fix typo: s/rmang_get_start/rman_get_start/peter2000-10-182-2/+2
* Contract a statement that's too verbose.joe2000-10-181-2/+0
* There are enough examples of using 'my $var = ...' definitions, so removejoe2000-10-181-7/+0
* All variables should be commented.joe2000-10-181-0/+21
* Make subroutine prototypes mandatory.joe2000-10-181-0/+20
* Fix the places that I missed last commit: 'vars' not 'var'.joe2000-10-181-2/+2
* Converted `da' and `wd' into `rda' and `rwd', respectively.kato2000-10-181-2/+2
* If we do not byte-swap the ip_id in the first place, don't do it inru2000-10-182-0/+4
* Attempt to fix the random read blocking. The old code slept atpeter2000-10-181-14/+13
* Add in a simple API for memory barriers to machine/bus.h:jhb2000-10-189-0/+195
* Go ahead and disable the legacy mapping of the pcic registers on theimp2000-10-181-1/+1
* Add ifpnp driver to list of i4b hardware drivers.hm2000-10-182-8/+10
* Merged from sys/i386/i386/machdep.c revision 1.416.kato2000-10-182-14/+18
* Add a debug flag bit for a new driver.hm2000-10-182-38/+38
* Don't needlessly pass the diagnostic counter to the idle_event eventjhb2000-10-181-1/+1
* Use dd to better block the data being sent to /dev/random.jwd2000-10-181-2/+2
* Add new bus method 'GET_RESOURCE_LIST' and appropriate genericmdodd2000-10-183-0/+110
* Initial commit of NEWCARD cardbus side (that actually compiles and works)jon2000-10-186-563/+0
* Initial commit of NEWCARD cardbus side (that actually compiles and works)jon2000-10-1810-574/+3641
* Move auto doesn't work comment closer to config lineimp2000-10-181-1/+1
* Remove some silly debug writes and code that we don't needimp2000-10-181-20/+0
OpenPOWER on IntegriCloud