summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make sure that you can only bind a more specific address when it isguido1998-03-015-5/+15
* First pre alpha Work In Progress commit of a IDE/ATAPI tape driver.sos1998-03-015-8/+1692
* Undo the previous commit which was NOT for -current.sos1998-03-011-13/+3
* Add Intel 430TX chipset, namely 82439TX system controller and fourasami1998-03-011-1/+11
* Restored half of the ANSI semantic errors fix which was clobberedbde1998-03-012-4/+0
* Fixed syntax error in previous commit.bde1998-03-011-2/+2
* Sync with sys/i386/isa/clock.c revision 1.114.kato1998-03-013-6/+18
* 1) Use a more consistent page wait methodology.dyson1998-03-0120-228/+152
* Style nits and staticism with the previous commit.msmith1998-03-012-12/+12
* Add local stup putpages/getpages routines.msmith1998-03-012-0/+66
* Prevent the TSC from being used on APM machines, we have no idea ifphk1998-02-285-10/+30
* Make it possible to indicate that we don't care about the remotephk1998-02-281-3/+6
* Sync with sys/i386/isa/if_ed.c revision 1.136.kato1998-02-281-1/+9
* 1) in CleanupAliasData, don't nullify entry in linkTableOutbrian1998-02-271-4/+2
* Add PCI device ID of Surecom NE-34se1998-02-272-2/+4
* Raise ncallout from NPROC + 16 to NPROC + 16 + MAXFILES. This sholdguido1998-02-272-8/+10
* Sync with sys/i386/isa/sio.c revision up to 1.199.kato1998-02-272-10/+8
* Sync with sys/i386/isa/if_fe.c revision up to 1.39.kato1998-02-271-5/+4
* Sync with sys/i386/isa/if_ed.c revision up to 1.135.kato1998-02-271-15/+14
* Sync with sys/i386/conf/majors.i386 revision 1.36.kato1998-02-271-2/+3
* Support for "MAC address in CIS" type cards.hosokawa1998-02-272-2/+18
* Fix a problem with the conversion of Unix filenames into the VFATmsmith1998-02-272-22/+68
* polish the code.itojun1998-02-274-203/+288
* make sys/netkey/key{,_debug}.c compile. I believe it works but not tested.itojun1998-02-279-175/+370
* PCCARD-code related style nits, as requested.msmith1998-02-277-48/+48
* Move "geometry disk" device (not yet implemented) to major 95 tojkh1998-02-272-4/+6
* Fix some style nits and remove an unused header.msmith1998-02-2710-24/+14
* NetBSD PR# 2772dima1998-02-262-3/+4
* Radio support for bt848 cards from Flemming Jacobsen <fj@trw.nl>ahasty1998-02-268-38/+99
* Fixes for some bugs in the VFAT/FAT32 support:msmith1998-02-268-42/+62
* In the author's words:msmith1998-02-264-30/+80
* Changes to support the addition of a new sysctl variable:dg1998-02-264-48/+46
* Deleted KLOCK-hack.kato1998-02-266-58/+14
* Sync with sys/i386/conf/majors.i386 revision 1.35.kato1998-02-261-1/+2
* Sync with sys/i386/conf/files.i386 revision 1.193.kato1998-02-262-2/+4
* Fixed syntax error by recent changes to the queue macros.kato1998-02-261-3/+3
* Removed unused #includes.bde1998-02-252-4/+2
* Fixed a syntax error. Strange but correct code was broken by recentbde1998-02-251-2/+2
* Added missing #include of "opt_devfs.h".bde1998-02-252-8/+6
* Added a used #include.bde1998-02-251-0/+1
* Removed a stale comment and staler code.bde1998-02-252-15/+2
* Don't depend on "implicit int" or bloat the data section in thebde1998-02-251-3/+3
* Don't depend on "implicit int".bde1998-02-251-4/+4
* Declare function pointer args as pointers, not as functions.bde1998-02-251-3/+3
* Fixed a missing newline in a debugging printf.bde1998-02-251-4/+4
* Removed unused #includes.bde1998-02-253-13/+2
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).bde1998-02-252-6/+6
* Fixed missing permissions checking for mounting by non-root.bde1998-02-251-2/+36
* Fixed the calculation of `delta' in settime(). We once set allbde1998-02-251-29/+14
* Fix page prezeroing for SMP, and fix some potential paging-in-progressdyson1998-02-2511-108/+127
OpenPOWER on IntegriCloud