summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Separate out pci cardbus bridge definitions to a common file for useimp2001-05-252-37/+66
* JHB would prefer the KTR examples not be in here.obrien2001-05-252-8/+0
* Migrate from unit based to dev base. Don't save unit number, but do saveimp2001-05-253-13/+15
* Add a check to determine whether extended attributes have beentmm2001-05-251-0/+8
* Update copyright infoimp2001-05-255-6/+6
* Take pcm (audio) back out of GENERIC; there appears to be somejkh2001-05-252-6/+0
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-2533-368/+484
* Fix DMA on machines with more than 128MB.scottl2001-05-251-1/+1
* Make if_tun's clone create SI_CHEAPCLONE devices.phk2001-05-251-0/+1
* Make the PTY drivers cloning algorithm create "CHEAPCLONE" dev_t,phk2001-05-251-11/+12
* + Turn on SMP support by default (yes an Alpha SMP kernel works onobrien2001-05-252-0/+14
* Don't lie to diskerr() now that it listens to us.phk2001-05-252-10/+0
* Use the name given to the dev_t, rather than creating our own.phk2001-05-251-1/+2
* Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi)hm2001-05-2523-51/+4646
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-2524-7999/+39
* Add intrack field to each slot. This can be used to acknowledgeimp2001-05-252-0/+4
OpenPOWER on IntegriCloud