aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 1) in CleanupAliasData, don't nullify entry in linkTableOutBrian Somers1998-02-271-4/+2
* Add PCI device ID of Surecom NE-34Stefan Eßer1998-02-272-2/+4
* Raise ncallout from NPROC + 16 to NPROC + 16 + MAXFILES. This sholdGuido van Rooij1998-02-272-8/+10
* Sync with sys/i386/isa/sio.c revision up to 1.199.KATO Takenori1998-02-272-10/+8
* Sync with sys/i386/isa/if_fe.c revision up to 1.39.KATO Takenori1998-02-271-5/+4
* Sync with sys/i386/isa/if_ed.c revision up to 1.135.KATO Takenori1998-02-271-15/+14
* Sync with sys/i386/conf/majors.i386 revision 1.36.KATO Takenori1998-02-271-2/+3
* Support for "MAC address in CIS" type cards.Tatsumi Hosokawa1998-02-272-2/+18
* Fix a problem with the conversion of Unix filenames into the VFATMike Smith1998-02-272-22/+68
* polish the code.Jun-ichiro itojun Hagino1998-02-274-203/+288
* make sys/netkey/key{,_debug}.c compile. I believe it works but not tested.Jun-ichiro itojun Hagino1998-02-279-175/+370
* PCCARD-code related style nits, as requested.Mike Smith1998-02-277-48/+48
* Move "geometry disk" device (not yet implemented) to major 95 toJordan K. Hubbard1998-02-272-4/+6
* Fix some style nits and remove an unused header.Mike Smith1998-02-2710-24/+14
* NetBSD PR# 2772Dima Ruban1998-02-262-3/+4
* Radio support for bt848 cards from Flemming Jacobsen <fj@trw.nl>Amancio Hasty1998-02-268-38/+99
* Fixes for some bugs in the VFAT/FAT32 support:Mike Smith1998-02-268-42/+62
* In the author's words:Mike Smith1998-02-264-30/+80
* Changes to support the addition of a new sysctl variable:David Greenman1998-02-264-48/+46
* Deleted KLOCK-hack.KATO Takenori1998-02-266-58/+14
* Sync with sys/i386/conf/majors.i386 revision 1.35.KATO Takenori1998-02-261-1/+2
* Sync with sys/i386/conf/files.i386 revision 1.193.KATO Takenori1998-02-262-2/+4
* Fixed syntax error by recent changes to the queue macros.KATO Takenori1998-02-261-3/+3
* Removed unused #includes.Bruce Evans1998-02-252-4/+2
* Fixed a syntax error. Strange but correct code was broken by recentBruce Evans1998-02-251-2/+2
* Added missing #include of "opt_devfs.h".Bruce Evans1998-02-252-8/+6
* Added a used #include.Bruce Evans1998-02-251-0/+1
* Removed a stale comment and staler code.Bruce Evans1998-02-252-15/+2
* Don't depend on "implicit int" or bloat the data section in theBruce Evans1998-02-251-3/+3
* Don't depend on "implicit int".Bruce Evans1998-02-251-4/+4
* Declare function pointer args as pointers, not as functions.Bruce Evans1998-02-251-3/+3
* Fixed a missing newline in a debugging printf.Bruce Evans1998-02-251-4/+4
* Removed unused #includes.Bruce Evans1998-02-253-13/+2
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).Bruce Evans1998-02-252-6/+6
* Fixed missing permissions checking for mounting by non-root.Bruce Evans1998-02-251-2/+36
* Fixed the calculation of `delta' in settime(). We once set allBruce Evans1998-02-251-29/+14
* Fix page prezeroing for SMP, and fix some potential paging-in-progressJohn Dyson1998-02-2511-108/+127
* OOPs typo TCF, not TCP....Julian Elischer1998-02-251-2/+2
* Removed vestiges of previous microtime() implementation.Bruce Evans1998-02-252-12/+4
* Removed _POSIX_SOURCE ifdef. This is not a POSIX.1 header.Bruce Evans1998-02-251-3/+1
* Removed _POSIX_SOURCE ifdefs. This is not a POSIX.1 header, so POSIXBruce Evans1998-02-252-10/+2
* Bring our in.h up to date with respect to allocatedJulian Elischer1998-02-251-3/+86
* Don't include <sys/time.h> if _POSIX_SOURCE is defined. This fixesBruce Evans1998-02-251-4/+3
* Don't add files handled by bsd.kmod.mk to CLEANFILES. Don't add never-Bruce Evans1998-02-252-4/+4
* Add loran0 to LINTPoul-Henning Kamp1998-02-243-3/+6
* Add the smallest and least useful device-driver by a fair margin...Poul-Henning Kamp1998-02-245-4/+129
* Add the 'do/while hack' to all the queue macrosJulian Elischer1998-02-241-57/+59
* Back out "always view in lowercase" partAndrey A. Chernov1998-02-248-58/+62
* Add the Intel 82371SB USB host controller to the known list.Søren Schmidt1998-02-241-1/+3
* Correct some severe VM tuning problems for small systems (<=16MB), andJohn Dyson1998-02-241-7/+10