summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in debug codesos2001-05-291-2/+2
* Fix for the fixate problem on the Yamaha burners.sos2001-05-292-4/+2
* Add B460800 defineache2001-05-291-0/+1
* Add more high speedsache2001-05-291-3/+5
* Don't hold the VM lock across VOP's and other things that can sleep.jhb2001-05-291-2/+19
* Remove a comment which was past its shelf life.phk2001-05-291-1/+0
* Remove unused d_parms_t typedefphk2001-05-292-2/+0
* Revert the ugly band-aide[tm] hack of rev 1.12.obrien2001-05-291-6/+2
* Revert 1.20, as it causes mysterious problems to the Alpha people.dcs2001-05-291-3/+0
* Spring MegaChange #1.mjacob2001-05-289-255/+565
* Make the beep duration independent of HZ.phk2001-05-282-2/+3
* Clarify that the old CD-ROM drivers are only for non-ATAPI drives.phk2001-05-282-6/+6
* With the new kernel dev_t conversions done at release 4.X,phk2001-05-281-0/+1
* Name this module msdos.ko so that mount_msdos(8) can autoloadru2001-05-281-1/+1
* The disklabel/slice code is more twisted than I thought. Revert tophk2001-05-281-0/+1
* One needs to introduce things with a `.file' directive before trying toobrien2001-05-284-3/+15
* grep -v offending lines from loader.4th until the master version of itobrien2001-05-281-2/+6
* Add the generated help files to CLEANDIRS.obrien2001-05-281-0/+1
* Turns out that one bit isn't enough. Introduce two new fieldsimp2001-05-283-16/+39
* Handle NULL struct device *sbrian2001-05-281-2/+2
* In sys/boot/common/module.c, near line 105 a request for a rawjesper2001-05-271-1/+1
* finally fix intr routing on alphas such as the as500 after months ofgallatin2001-05-272-3/+12
* o uifree() the cr_ruidinfo in crfree() as well as cr_uidinfo now that the rea...rwatson2001-05-271-0/+2
* Close the opening comment line on these two files that mysteriouly vanished.scottl2001-05-272-2/+2
* Fix reboot buglet when BOOT_BTX_NOHANG is defined.rnordier2001-05-272-2/+2
* beginnings of virtual playback channel supportcg2001-05-2710-212/+927
* As in with ":", check dictionary space and increase it if necessary beforedcs2001-05-271-0/+2
* add a new method for retrieving feeder parameterscg2001-05-273-4/+39
* don't erase info in sndbuf_setup()cg2001-05-272-6/+24
* Allow a shareable interrupts. Note, the bridge must set this flag orimp2001-05-272-15/+16
* Print out the asc/ascq and description even when both the asc and ascqken2001-05-271-4/+2
* In the VIRTUAL_TTY macro, add a check to make sure that the result ofdd2001-05-271-1/+2
* Add a CONS_CLRHIST ioctl which instructs syscons to clear the historydd2001-05-272-0/+9
* Acquire vm_mtx before calling vm_pager_deallocate.dd2001-05-271-1/+7
* Don't copy the trailing zero in readlink, it confuses namei().phk2001-05-261-1/+1
* o pcred-removal changes included modifications to optimize the setting ofrwatson2001-05-261-7/+8
* o Include file to provide prototypes for regression testing-specificrwatson2001-05-261-0/+38
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-2638-8717/+55
* add Dualmode Zoom/FaxModem 56K (internal) Model 2919sanpei2001-05-262-0/+2
* Dang, I lost the sign in that brucification. DTRT with PCATCH.phk2001-05-261-17/+17
* Currently, each wireless networking driver has it's own control programphk2001-05-2612-9/+1168
* Create a general facility for making dev_t's depend on anotherphk2001-05-268-44/+56
* Remove pcm hints here now that it's gone from GENERIC.jkh2001-05-262-8/+0
* Update reality in the strings commentdougb2001-05-262-2/+2
* catch up to i386: Don't acquire Giant just to print the trap and panicgallatin2001-05-251-2/+0
* make this compile.gallatin2001-05-251-1/+1
* track the One True Architecture (i386)mjacob2001-05-251-4/+4
* Fix a minor formatting nitimp2001-05-251-1/+1
* Add vm locking to sendfile(2) and sf_buf_free().jhb2001-05-251-5/+13
* Move to using the common device list.imp2001-05-252-119/+99
OpenPOWER on IntegriCloud