summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Define payload length constants for 4Mbps and 16Mbps.mdodd2001-03-181-12/+22
* o Caused FFS_EXTATTR_AUTOSTART to scan two sub-directories of ".attribute"rwatson2001-03-182-16/+33
* Fix a couple of things in the internal mbuf allocation interface:bmilekic2001-03-171-8/+8
* destroy child devices on detach to prevent ever-increasing numbers ofcg2001-03-171-7/+10
* Merged from sys/i386/conf/GENERIC revision 1.305 (moved the fxp driverkato2001-03-171-1/+1
* Add a new entrypoint to the hashes in libmd:phk2001-03-171-0/+1
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).peter2001-03-1714-78/+86
* Dramatically improve the **lame** nfs_hash(). This is based on thepeter2001-03-172-16/+32
* Fix the building of the aac driver as a module. Add a comment about enablingscottl2001-03-171-1/+2
* Always call resource_int_value function for getting portsize and msize.nyan2001-03-171-4/+6
OpenPOWER on IntegriCloud