aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* don't use <sys/disk.h>Poul-Henning Kamp1999-05-061-2/+1
* Don't use <sys/disk.h>Poul-Henning Kamp1999-05-062-68/+54
* Nuke bogus prototypes which have bogotified ccd and vinumPoul-Henning Kamp1999-05-061-9/+1
* Fix 'signed char as array index' warnings and an unused variable.Peter Wemm1999-05-064-14/+11
* Missing 'int' in declaration of variables.Peter Wemm1999-05-067-13/+13
* Fix a precedence bug in the atapi tape driver. I think it could eitherPeter Wemm1999-05-062-4/+4
* Fix up a few easy 'assignment used as truth value' and 'suggest parensPeter Wemm1999-05-0629-114/+173
* The joypart() macro had a precedence bug. Add seatbelts for UNIT() too.Peter Wemm1999-05-063-6/+6
* Missing 'int' declaration in devsw_installed variable.Peter Wemm1999-05-061-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-0645-126/+157
* Add missing comment characters from wi driver description.Peter Wemm1999-05-063-9/+9
* Remove unused fields from struct buf:Poul-Henning Kamp1999-05-063-18/+3
* Modify wicontrol(8) and wi(4) to allow setting the frequency of theBill Paul1999-05-066-19/+75
* Tweak the Macronix driver to hopefully make it more reliable:Bill Paul1999-05-068-84/+63
* readklog(): rename variable 'l' to 'len', to avoid possible confusion with 'i'Dmitrij Tejblum1999-05-061-11/+11
* Added USB HID devices major number.Nick Hibma1999-05-062-2/+4
* Move the proc0 init before the driver probe/attach etc since machdep.cPeter Wemm1999-05-061-5/+5
* I'm not sure why the #ifdef SMP became #if 1 (this overrode the npx probePeter Wemm1999-05-063-15/+9
* Fix spelling and typos.Joseph Koshy1999-05-061-6/+8
* Fix typos and -mdoc usage.Joseph Koshy1999-05-061-4/+6
* revert premature DHCP commitJordan K. Hubbard1999-05-062-8/+6
* Argh, those last two commits snuck in with the other one by mistake.Jordan K. Hubbard1999-05-062-2/+6
* Fix includes; I had a slightly different Makefile than everyone elseJordan K. Hubbard1999-05-066-16/+48
* Fixed profiling of elf kernels. Made high resolution profiling compileBruce Evans1999-05-0616-82/+116
* Sync with sys/i386/i386/userconfig.c revision 1.138.KATO Takenori1999-05-061-3/+8
* Sync with sys/i386/conf/files.i386 revision 1.237.KATO Takenori1999-05-062-2/+4
* Fixed bitrot in comments.Bruce Evans1999-05-061-4/+2
* Fix some byte ordering problems; I was storing string lengths wrong,Bill Paul1999-05-063-8/+8
* Add the capability for traceroute(8) to send packets of any IP protocolArchie Cobbs1999-05-062-37/+244
* "Fixed" missing dependency of ${PROG} on ${LIBC} in the elf case.Bruce Evans1999-05-061-4/+2
* Now that each cpu has its own gdt table, we need to setup apm gdt entries inLuoqi Chen1999-05-062-2/+36
* Initialize dblfault_tss.tss_fs to the per-cpu private data segment selector.Luoqi Chen1999-05-064-8/+12
* Don't ignore mmap() address hint below the text section.Luoqi Chen1999-05-061-2/+4
* Do not set curproc until proc0 is fully initialized (in proc0_init()).Luoqi Chen1999-05-064-8/+4
* Don't forget to install crash.8 after moving it.Bruce Evans1999-05-061-2/+2
* MFS: don't build the pcic.ko module.David E. O'Brien1999-05-051-2/+2
* Incomplete. Back out until I can revisit.Mark Murray1999-05-051-11/+17
* Add extra dirs needed by install. Do the include/* by reusingMark Murray1999-05-052-2/+8
* This has bitrotted to the state that it is no longer functional.Mark Murray1999-05-052-18/+2
* Various cosmetics.Poul-Henning Kamp1999-05-053-7/+10
* Remove $Log garbage from these; it was causing failure when expanded.Mark Murray1999-05-053-27/+24
* Dynamically increase TX start threshold if TX underruns are detected.Bill Paul1999-05-052-5/+14
* Fix a typo (wi. -> wi.4)Chris Timmons1999-05-051-2/+2
* Add the INIT_PATH option for embedded systems.John Birrell1999-05-053-3/+21
* Allow the init_path to be customised in an embedded system using theJohn Birrell1999-05-051-3/+8
* Another round of updates for -current and 3.2Jordan K. Hubbard1999-05-0513-35/+61
* Add an INIT_PATH option to allow the init_path (for sys/kern/init_main.c)John Birrell1999-05-051-1/+4
* Typo fix.Jordan K. Hubbard1999-05-052-4/+4
* Fix a few bogons and make this safer for humanity.Jordan K. Hubbard1999-05-052-46/+72
* Add information strings for a number of devices which have suddenly appearedJordan K. Hubbard1999-05-051-3/+8