aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* replace calls to non-existant bail() subroutine with calls toAlfred Perlstein2001-03-232-4/+4
* Merged from sys/i386/isa/npx.c revision 1.93.KATO Takenori2001-03-231-3/+3
* Merged from sys/i386/i386/machdep.c revision 1.445.KATO Takenori2001-03-232-0/+2
* Now that I have a pair of CreditCard Netwave Adapter, tweak the ejectWarner Losh2001-03-231-2/+0
* Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames andThomas Moestl2001-03-2315-15/+65
* devfs convertion used VINUMRMINOR incorrectly (passing args inAlfred Perlstein2001-03-221-3/+3
* Add the following ACL editing functions:Chris D. Faulhaber2001-03-221-0/+16
* Allow AAC_COMPAT_LINUX to be used when compiling aac support into the kernel.Scott Long2001-03-221-0/+2
* Create /dev/afaN as a symlink to /dev/aacN. This allows the CLI tools fromScott Long2001-03-221-0/+2
* Remove struct cmessage from sys/socket.h and reintroduce the privateAlfred Perlstein2001-03-221-5/+0
* Remove (non-protected) variable names from function prototypes.Brian Somers2001-03-221-7/+5
* Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will stayBoris Popov2001-03-227-170/+178
* Properly set flags on the broken connection.Boris Popov2001-03-224-13/+24
* o Actually extract version of interface and store it along with the name.Boris Popov2001-03-221-52/+99
* Slightly reorganize code in the linker_load_dependancies() function to makeBoris Popov2001-03-221-54/+52
* Remove support for old way of handling module dependencies.Boris Popov2001-03-221-35/+18
* Add dependancy on libmchain module.Boris Popov2001-03-222-0/+2
* First step towards making loadable modules independent of havingWarner Losh2001-03-224-10/+53
* Sync to last changes.Warner Losh2001-03-221-1/+4
* Add zoom air 4000.Warner Losh2001-03-221-0/+1
* Axe a few __P() while I'm in the neighborhood.Warner Losh2001-03-223-17/+16
* Style(9) changes:Warner Losh2001-03-221-32/+26
* Hopefully fix some of the bugs in passing credentials over UNIX ...Alfred Perlstein2001-03-221-0/+5
* add/correct a bunch of codec idsCameron Grant2001-03-221-9/+40
* o Remove an unnecessary debugging printf from ufs_extattr_lookup(),Robert Watson2001-03-211-1/+0
* Back out rev 1.4. The advertised 64K limit on transfers only applies whenScott Long2001-03-211-4/+11
* Always disable paging when exiting back to real mode after receiving aJohn Baldwin2001-03-212-8/+8
* The size of the disk can't be gotten reliably with the read capacitySøren Schmidt2001-03-212-24/+12
* Paranthesise macros. This fixes an unlikely bug and silences lint.Mark Murray2001-03-211-2/+2
* Change type of channel speed variable from "int" to "u_int32_t" toOrion Hodson2001-03-211-1/+1
* Change ordering of SPDIF register pokes. SPDIF enable needs to be theOrion Hodson2001-03-211-4/+2
* Set the device names as early as possible.Søren Schmidt2001-03-213-9/+17
* Handle the case where the last piece of a RAID0 (striped) disk isSøren Schmidt2001-03-211-4/+16
* Cleanup the diskerr messages a bit.Søren Schmidt2001-03-211-2/+3
* Do not change/get mode on a nonexisting device.Søren Schmidt2001-03-211-6/+10
* Only flush rules that have a rule number above that set by a newPaul Richards2001-03-211-8/+17
* Add kernel support for running fsck on active filesystems.Kirk McKusick2001-03-216-43/+278
* Clear the fs_clean flag only when the FS_UNCLEAN flag is not setKirk McKusick2001-03-211-16/+20
* Report the correct inode number when panicing with freeing free inode.Kirk McKusick2001-03-211-14/+14
* For parallel SCSI, let us now do status with the final CTIO. For the 1080,Matt Jacob2001-03-211-1/+4
* Check CT2_SENDSTATUS/CT_SENDSTATUS against cto->ct_flags, notMatt Jacob2001-03-211-6/+8
* Update copyright info, and make some slight cosmetic changes.Coleman Kane2001-03-204-10/+6
* Change Voodoo Graphics device ID to 0x0001121a so it gets probed.Coleman Kane2001-03-201-3/+3
* Place the call to pccard_insert_beep() in the inserted() timeoutIan Dowse2001-03-202-13/+13
* Make the pseudo-driver for "/dev/fd/*" handle fd's larger than 255.Poul-Henning Kamp2001-03-201-1/+8
* Add a KASSERT on unit2minor() so that we catch it if people try to passPoul-Henning Kamp2001-03-201-0/+1
* Fix a reference to the "vn" driver in a warning message.Poul-Henning Kamp2001-03-201-1/+1
* Silence some warningsAlfred Perlstein2001-03-202-10/+10
* Fixed breakage of access() in rev.1.164. Wrong credentials were used forBruce Evans2001-03-202-2/+2
* This is an MFC candidate.Justin T. Gibbs2001-03-201-7/+6