summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove hardwired alignment, align to sizeof(long) which should be moredillon1998-12-141-2/+7
* fix intermediate overflow in 'quad = int * int' situation by castingdillon1998-12-141-2/+2
* The OHCI interfaces I have access to map their control regs etc. intojulian1998-12-142-7/+12
* Add -Wunused to kernel build flags.archie1998-12-142-6/+6
* Accidently broke structural alignment in SEMUSZ calculation. Addeddillon1998-12-141-2/+4
* Rather than interrupting 10 times per second then checkingbrian1998-12-143-49/+46
* Make this protototype of mmap return void *, like two other copies.dt1998-12-141-2/+2
* Moved the declaration of another non-SMP variable into the non-SMP section.bde1998-12-143-6/+6
* Added 3 new errno values, requred by various standards: EOVERFLOW,dt1998-12-149-25/+36
* ipfw changes for dummynet. manpages still missingluigi1998-12-141-2/+155
* Ifdefed the declarations of conditionally used variables.bde1998-12-142-6/+12
* Last bits (i think) of dummynet for -current.luigi1998-12-149-182/+503
* Bridging support. Wait for LINT to be updated before trying it.luigi1998-12-143-11/+32
* (Hopefully) fix support for "large" files. Mostly cast block numbers to off_tdt1998-12-142-26/+26
* Bring dummynet+bridging in -current. Everything will be ready whenluigi1998-12-142-1/+5
* Fixed LINT breakage in previous commit. Option FDC_YE enabled abde1998-12-143-18/+18
* Fix tabs that should have been spaces. Some were in kernel error messages.mckay1998-12-145-110/+110
* Restore traditional behaviour by allowing tabs in strings. In deferencemckay1998-12-141-2/+2
* Removed probe for VIA 82C586B OHCI controller (is done in ohci_pci.c now)n_hibma1998-12-141-3/+1
* Added Idn_hibma1998-12-147-1/+8
* Added Id to all filesn_hibma1998-12-1431-1/+35
* Added Idn_hibma1998-12-141-0/+35
* Added commentn_hibma1998-12-141-0/+3
* Added copyright and Idn_hibma1998-12-141-0/+34
* Sync with sys/i386/isa/fd.c revision 1.128.kato1998-12-142-14/+720
* Sync with sys/i386/isa/pcaudio.c revision 1.44.kato1998-12-141-2/+2
* Sync with sys/i386/isa/if_ed.c revision 1.147.kato1998-12-141-2/+2
* Sync with sys/i386/i386/userconfig.c revision 1.118.kato1998-12-141-5/+7
* Sync with sys/i386/conf/options.i386 revision 1.95.kato1998-12-142-2/+4
* Fixed problems with kernel config file overrides of sysv semaphoredillon1998-12-144-7/+11
* More locale directory structure updates for DIS_8859-15dillon1998-12-141-1/+45
* Fix installworld, forgot directories for locale DIS_8859-15dillon1998-12-142-2/+8
* probe function changed from returning char * to const char *.dillon1998-12-1442-128/+128
* Get rid of uninitialized variable warnings. No bugs found, justdillon1998-12-142-4/+6
* Get rid of uninitialized warning for local variable 'c'. There was nodillon1998-12-141-5/+7
* Fix uninitialized variable warning by preinitializing 'class' to 0. Thisdillon1998-12-141-2/+2
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-1416-48/+48
* Fix -Wuninitialized warning regarding zero-length var-args ctl element.dillon1998-12-142-4/+4
* author was assuming that nextpaddr declared *inside* the do loop woulddillon1998-12-142-60/+74
* Change local ddb_mode variable to volatile to handle GCC warning aboutdillon1998-12-142-4/+4
* Reviewed by: JKHwes1998-12-142-87/+217
* Cleanup uninitialized-possibly-used (but really not) warningsdillon1998-12-146-12/+12
* Added support for DIS 8859-15 based locales using patchdillon1998-12-147-2/+247
* Reviewed by: freebsd-currentdillon1998-12-146-88/+384
* Remove rc.local (now deleted from CVS tree) from Makefile.dillon1998-12-141-2/+2
* Make the use of 'disc' vs 'ds' as prefix consistent by making all 'disc'.eivind1998-12-141-15/+15
* Allow a variable as the first arg to ``set proctitle''.brian1998-12-141-7/+13
* Mention the cosmetic necessity to ``iface clear'' in ppp.linkdown.brian1998-12-141-0/+3
* small oops on previous bug fix, it's late...n_hibma1998-12-131-1/+1
* Fix a couple grammar and typographical errors.steve1998-12-132-36/+36
OpenPOWER on IntegriCloud