aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit adds support for the NetBSD MII abstraction layer andBill Paul1999-08-2121-6/+2970
* The "depends-list" target disappeared in r.1.300 (Dec. 12, 1998) ofTim Vanderhoek1999-08-211-2/+2
* Quiet some overly chatty debug output, do some minor cleanups toJordan K. Hubbard1999-08-214-34/+38
* MFS: Revert shared lib major version number back to 3.David E. O'Brien1999-08-211-2/+2
* Detect if the the offset used to read from a raw device loose bitsPoul-Henning Kamp1999-08-211-2/+8
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-2130-263/+496
* Remove superfluous `preserve' entry.Chris Costello1999-08-211-3/+1
* Fix spelling error: compliment -> complementChris Costello1999-08-214-24/+24
* Fix power management register definitions.Bill Paul1999-08-211-5/+5
* Add a NULL pointer check whose absence could cause segmentationJohn Polstra1999-08-201-6/+6
* Loosen up the constructed argument segment generation slightly; rather thanMike Smith1999-08-202-20/+6
* move sanity check of timeval struct so as not to segfault when passedAlfred Perlstein1999-08-203-15/+15
* First small steps at merging DEVFS and PHK's Dev_t stuff.Julian Elischer1999-08-206-35/+43
* Fixes for some style bugs in the initial version of this file:Kenneth D. Merry1999-08-201-10/+8
* Restore INTERNALLIB.Andrzej Bialecki1999-08-201-0/+1
* MAXLINE not MAX_CMDLINEMatthew N. Dodd1999-08-201-1/+1
* Fix MLINKS.Matthew N. Dodd1999-08-201-3/+2
* Finally: fix test -x as completely as possible.Brian Feldman1999-08-201-7/+17
* Fix stupid error (xse -> xsc).Matthew N. Dodd1999-08-203-22/+24
* Fix a nasty kld bug where modules with objects of type GLOB_DAT which hadAndrew Gallatin1999-08-202-2/+4
* Set ifp->if_init to the right function.Matthew N. Dodd1999-08-207-67/+88
* When checking if there is a stack to free, observe the fact that itJohn Birrell1999-08-203-18/+69
* Remove unused MANBIN directive.Ruslan Ermilov1999-08-202-12/+4
* There may exist two kinds of IBM BlueLightning CPU. One is that 5/2KATO Takenori1999-08-202-2/+30
* * Consistantly surround macro parameters with ()David E. O'Brien1999-08-202-64/+67
* A "=" should have been "+=".David E. O'Brien1999-08-201-2/+2
* Fix some cut and paste damage.Matthew N. Dodd1999-08-202-3/+3
* Fix EINVAL related descriptions.Ralf S. Engelschall1999-08-206-18/+21
* vm_page_alloc and contigmalloc1:Alan Cox1999-08-201-3/+3
* Update blackhole(4)Geoff Rehmet1999-08-201-5/+8
* Fix short timeout problems with the pt(4) driver:Kenneth D. Merry1999-08-207-39/+146
* Reduce default timeout on remote serial debugging sessions from 20Greg Lehey1999-08-201-1/+1
* What the heck was I thinking? Nobody else saw this? Sheesh.Matthew N. Dodd1999-08-203-8/+14
* Add 2 functions: el_data_set() and el_data_get() which do what youMatthew N. Dodd1999-08-205-3/+41
* Change the name of the static variable 'files' to 'linker_files' inGreg Lehey1999-08-201-14/+14
* time_to_sleep->tv_nsec > 1000000000Alfred Perlstein1999-08-193-6/+6
* Sanity check time structures passed in, return EINVAL like the systemAlfred Perlstein1999-08-1912-18/+54
* Make gcc work on the Alpha again. alpha/alpha.h is used instead of svr4.hPeter Wemm1999-08-191-2/+2
* Quieten ppp at startup.Brian Somers1999-08-197-14/+14
* Let processes retrieve their argv through procfs. Revert to the originalMarcel Moolenaar1999-08-192-16/+82
* o Add the -foreground switch. This switch behaves like -background exceptBrian Somers1999-08-1916-285/+358
* handle under/overflow of time values in a more robust manner,Alfred Perlstein1999-08-193-9/+9
* Fix a typo and a bug.Peter Wemm1999-08-191-10/+12
* Replace the tulip_delay_300ns() with a DELAY(1). Hammering the PCI busPeter Wemm1999-08-192-22/+4
* Undo my previous commit and do it differently. Break the ffs() etc macrosPeter Wemm1999-08-192-28/+54
* Convert all the nfs macros to do { blah } while (0) to ensure itPeter Wemm1999-08-195-455/+688
* Take integer rounding into account in the buffer size approximationSheldon Hearn1999-08-191-2/+2
* Style issues in previous commit:Sheldon Hearn1999-08-191-4/+14
* Move two of the DBX config directives to the common configuration header.David E. O'Brien1999-08-192-10/+10
* Nuke /usr/share/misc/pkg_manage.Ruslan Ermilov1999-08-191-3/+1