summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Back out rev 1.4. The advertised 64K limit on transfers only applies whenscottl2001-03-211-4/+11
* Always disable paging when exiting back to real mode after receiving ajhb2001-03-212-8/+8
* The size of the disk can't be gotten reliably with the read capacitysos2001-03-212-24/+12
* Paranthesise macros. This fixes an unlikely bug and silences lint.markm2001-03-211-2/+2
* Change type of channel speed variable from "int" to "u_int32_t" toorion2001-03-211-1/+1
* Change ordering of SPDIF register pokes. SPDIF enable needs to be theorion2001-03-211-4/+2
* Set the device names as early as possible.sos2001-03-213-9/+17
* Handle the case where the last piece of a RAID0 (striped) disk issos2001-03-211-4/+16
* Cleanup the diskerr messages a bit.sos2001-03-211-2/+3
* Do not change/get mode on a nonexisting device.sos2001-03-211-6/+10
* Only flush rules that have a rule number above that set by a newpaul2001-03-211-8/+17
* Add kernel support for running fsck on active filesystems.mckusick2001-03-216-43/+278
* Clear the fs_clean flag only when the FS_UNCLEAN flag is not setmckusick2001-03-211-16/+20
* Report the correct inode number when panicing with freeing free inode.mckusick2001-03-211-14/+14
* For parallel SCSI, let us now do status with the final CTIO. For the 1080,mjacob2001-03-211-1/+4
* Check CT2_SENDSTATUS/CT_SENDSTATUS against cto->ct_flags, notmjacob2001-03-211-6/+8
* Update copyright info, and make some slight cosmetic changes.cokane2001-03-204-10/+6
* Change Voodoo Graphics device ID to 0x0001121a so it gets probed.cokane2001-03-201-3/+3
* Place the call to pccard_insert_beep() in the inserted() timeoutiedowse2001-03-202-13/+13
* Make the pseudo-driver for "/dev/fd/*" handle fd's larger than 255.phk2001-03-201-1/+8
* Add a KASSERT on unit2minor() so that we catch it if people try to passphk2001-03-201-0/+1
* Fix a reference to the "vn" driver in a warning message.phk2001-03-201-1/+1
* Silence some warningsalfred2001-03-202-10/+10
* Fixed breakage of access() in rev.1.164. Wrong credentials were used forbde2001-03-202-2/+2
* This is an MFC candidate.gibbs2001-03-201-7/+6
* Use the same API as the example code.peter2001-03-204-28/+26
* o Two changes made elsewhere relating to recent EA commits, but notrwatson2001-03-192-2/+4
* Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a fewdes2001-03-192-24/+2
* Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a fewdes2001-03-193-17/+0
* Try not to engage to ATA channels that are disabled by the BIOS.sos2001-03-191-0/+5
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-6/+52
* On open create all the CD physical track devices according to thesos2001-03-192-40/+45
* Only allow root to attach/detach/etc ATA/ATAPI devices.sos2001-03-191-1/+1
* Invalidate cached forwarding route (ipforward_rt) whenever a new routeru2001-03-193-1/+14
* Add sysctls for reading the tunables as suggested by des.sos2001-03-196-85/+142
* Cleanup the alloc/release code a bit.sos2001-03-191-25/+19
* Cosmetic changes.sos2001-03-192-22/+22
* Lots of minor cleanup, plus a couple of interesting things.imp2001-03-193-94/+137
* o Adding UFS_EXTATTR support in MFS required the inclusion of opt_ufs.h.rwatson2001-03-191-1/+1
* o Enable UFS-based extended attribute support on MFS. Note that this changerwatson2001-03-192-0/+15
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++rwatson2001-03-196-10/+10
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++rwatson2001-03-1911-75/+75
* This is an MFC candidate.gibbs2001-03-193-5/+7
* o Change options FFS_EXTATTR and options FFS_EXTATTR_AUTOSTART torwatson2001-03-195-25/+25
* Add the following POSIX 1003.1e functions and man pages:jedgar2001-03-191-0/+2
* Show the bzero() bandwidth in kBps instead of Bps; use u_int32_t insteaddes2001-03-193-9/+9
* pcm driver for S3 Sonicvibes chipset.orion2001-03-195-0/+1145
* Use a module name of 'if_lnc' in both the PCI and ISA sections ofiedowse2001-03-182-2/+2
* Make sure the cached forwarding route (ipforward_rt) is still up beforeru2001-03-181-19/+7
* - Add iso88025_ifdetach().mdodd2001-03-181-110/+276
OpenPOWER on IntegriCloud