summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use more compiler friendly test for overflow.phk1999-08-211-3/+3
* Clear all file flags when taking ownership of devices. Do not ignoreimp1999-08-212-3/+16
* Remove all flags from devices before we try to assert ownership andimp1999-08-211-1/+3
* added usb0 to 'all' target for usbd(8)gehenna1999-08-213-6/+9
* Add warnings, ala mktemp, to tempnam and tmpnam as a reminder thatimp1999-08-212-3/+13
* This commit adds support for the NetBSD MII abstraction layer andwpaul1999-08-2121-6/+2970
* The "depends-list" target disappeared in r.1.300 (Dec. 12, 1998) ofhoek1999-08-211-2/+2
* Quiet some overly chatty debug output, do some minor cleanups tojkh1999-08-214-34/+38
* MFS: Revert shared lib major version number back to 3.obrien1999-08-211-2/+2
* Detect if the the offset used to read from a raw device loose bitsphk1999-08-211-2/+8
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-2130-263/+496
* Remove superfluous `preserve' entry.chris1999-08-211-3/+1
* Fix spelling error: compliment -> complementchris1999-08-214-24/+24
* Fix power management register definitions.wpaul1999-08-211-5/+5
* Add a NULL pointer check whose absence could cause segmentationjdp1999-08-201-6/+6
* Loosen up the constructed argument segment generation slightly; rather thanmsmith1999-08-202-20/+6
* move sanity check of timeval struct so as not to segfault when passedalfred1999-08-203-15/+15
* First small steps at merging DEVFS and PHK's Dev_t stuff.julian1999-08-206-35/+43
* Fixes for some style bugs in the initial version of this file:ken1999-08-201-10/+8
* Restore INTERNALLIB.abial1999-08-201-0/+1
* MAXLINE not MAX_CMDLINEmdodd1999-08-201-1/+1
* Fix MLINKS.mdodd1999-08-201-3/+2
* Finally: fix test -x as completely as possible.green1999-08-201-7/+17
* Fix stupid error (xse -> xsc).mdodd1999-08-203-22/+24
* Fix a nasty kld bug where modules with objects of type GLOB_DAT which hadgallatin1999-08-202-2/+4
* Set ifp->if_init to the right function.mdodd1999-08-207-67/+88
* When checking if there is a stack to free, observe the fact that itjb1999-08-203-18/+69
* Remove unused MANBIN directive.ru1999-08-202-12/+4
* There may exist two kinds of IBM BlueLightning CPU. One is that 5/2kato1999-08-202-2/+30
* * Consistantly surround macro parameters with ()obrien1999-08-202-64/+67
* A "=" should have been "+=".obrien1999-08-201-2/+2
* Fix some cut and paste damage.mdodd1999-08-202-3/+3
* Fix EINVAL related descriptions.rse1999-08-206-18/+21
* vm_page_alloc and contigmalloc1:alc1999-08-201-3/+3
* Update blackhole(4)csgr1999-08-201-5/+8
* Fix short timeout problems with the pt(4) driver:ken1999-08-207-39/+146
* Reduce default timeout on remote serial debugging sessions from 20grog1999-08-201-1/+1
* What the heck was I thinking? Nobody else saw this? Sheesh.mdodd1999-08-203-8/+14
* Add 2 functions: el_data_set() and el_data_get() which do what youmdodd1999-08-205-3/+41
* Change the name of the static variable 'files' to 'linker_files' ingrog1999-08-201-14/+14
* time_to_sleep->tv_nsec > 1000000000alfred1999-08-193-6/+6
* Sanity check time structures passed in, return EINVAL like the systemalfred1999-08-1912-18/+54
* Make gcc work on the Alpha again. alpha/alpha.h is used instead of svr4.hpeter1999-08-191-2/+2
* Quieten ppp at startup.brian1999-08-197-14/+14
* Let processes retrieve their argv through procfs. Revert to the originalmarcel1999-08-192-16/+82
* o Add the -foreground switch. This switch behaves like -background exceptbrian1999-08-1916-285/+358
* handle under/overflow of time values in a more robust manner,alfred1999-08-193-9/+9
* Fix a typo and a bug.peter1999-08-191-10/+12
* Replace the tulip_delay_300ns() with a DELAY(1). Hammering the PCI buspeter1999-08-192-22/+4
* Undo my previous commit and do it differently. Break the ffs() etc macrospeter1999-08-192-28/+54
OpenPOWER on IntegriCloud