summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Merged from sys/i386/isa/npx.c revision 1.93.kato2001-03-231-3/+3
* Merged from sys/i386/i386/machdep.c revision 1.445.kato2001-03-232-0/+2
* Now that I have a pair of CreditCard Netwave Adapter, tweak the ejectimp2001-03-231-2/+0
* Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames andtmm2001-03-2315-15/+65
* devfs convertion used VINUMRMINOR incorrectly (passing args inalfred2001-03-221-3/+3
* Add the following ACL editing functions:jedgar2001-03-221-0/+16
* Allow AAC_COMPAT_LINUX to be used when compiling aac support into the kernel.scottl2001-03-221-0/+2
* Create /dev/afaN as a symlink to /dev/aacN. This allows the CLI tools fromscottl2001-03-221-0/+2
* Remove struct cmessage from sys/socket.h and reintroduce the privatealfred2001-03-221-5/+0
* Remove (non-protected) variable names from function prototypes.brian2001-03-221-7/+5
* Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will staybp2001-03-227-170/+178
* Properly set flags on the broken connection.bp2001-03-224-13/+24
* o Actually extract version of interface and store it along with the name.bp2001-03-221-52/+99
* Slightly reorganize code in the linker_load_dependancies() function to makebp2001-03-221-54/+52
* Remove support for old way of handling module dependencies.bp2001-03-221-35/+18
* Add dependancy on libmchain module.bp2001-03-222-0/+2
* First step towards making loadable modules independent of havingimp2001-03-224-10/+53
* Sync to last changes.imp2001-03-221-1/+4
* Add zoom air 4000.imp2001-03-221-0/+1
* Axe a few __P() while I'm in the neighborhood.imp2001-03-223-17/+16
* Style(9) changes:imp2001-03-221-32/+26
* Hopefully fix some of the bugs in passing credentials over UNIX ...alfred2001-03-221-0/+5
* add/correct a bunch of codec idscg2001-03-221-9/+40
* o Remove an unnecessary debugging printf from ufs_extattr_lookup(),rwatson2001-03-211-1/+0
* 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
OpenPOWER on IntegriCloud