summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - machine/mutex.h -> sys/mutex.hjhb2000-10-205-15/+15
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-3/+3
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-4/+3
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-5/+4
* - Make the mutex code almost completely machine independent. This greatlyjhb2000-10-2017-4127/+2476
* - Expand the set of atomic operations to optionally include memory barriersjhb2000-10-204-61/+592
* Axe the barrier_{read,write,rw}() helper functions as this method ofjhb2000-10-209-203/+0
* Add -L option to limit the package status characters the user *doesn't*bmah2000-10-202-6/+33
* Make pkg_version -c -l work.bmah2000-10-201-2/+3
* Remove bogus xref.mpp2000-10-201-1/+0
* Convert the type of bus_space_handle_t of pc98 from structure intokato2000-10-207-164/+232
* Add the quirk entry for the Sony Memory Stick Adapter.n_hibma2000-10-201-1/+14
* Kill the correct dhclient on detach of the ethernet device.n_hibma2000-10-201-2/+2
* Bugfix: The data is not stored only in the first cblock, calculate then_hibma2000-10-201-1/+8
* Fixup a couple of ether card entries to use the new pccard_etherjoe2000-10-201-2/+4
* Regen.n_hibma2000-10-202-2/+9
* Add the Sony MSC Memory Stick Adaptor (in the Sony PCS laptops)n_hibma2000-10-201-0/+1
* Correct the text on RETURN VALUES.n_hibma2000-10-201-1/+3
* execsw_set hasn't been used for a while and does not exist.peter2000-10-201-4/+0
* 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
OpenPOWER on IntegriCloud