summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor name space issues.imp2001-05-251-19/+20
* Don't rely on cdevsw_add() when we hack about with dev_t's.phk2001-05-241-0/+2
* Don't take the detour around devsw() to find out if the proto-cdevswphk2001-05-241-3/+1
* Oops. Unremove vestiges of the old, broken sound drivers. They are nowbde2001-05-243-0/+1580
* whitespace/stylealfred2001-05-241-1/+2
* Stick VM syscalls back under Giant if the BLEED option is not defined.jhb2001-05-242-0/+57
* Add a new kernel option 'BLEED' to be used for code that is still underjhb2001-05-241-0/+1
* Remove vestiges of the old, broken sound drivers.bde2001-05-243-1580/+0
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.ru2001-05-244-4/+4
* mount_umap(8) -> mount_umapfs(8).ru2001-05-241-1/+1
* mount_null(8) -> mount_nullfs(8).ru2001-05-241-4/+4
OpenPOWER on IntegriCloud