summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add GIANT_REQUIRED to kqueue_close(), since kqueue currently requiresrwatson2004-06-011-0/+2
* Push the VOP_ADVLOCK() call to release advisory locks on vnode filerwatson2004-06-012-12/+19
* Fix a couple of bugs in the mbuf and packet ctors. In the latter case,bmilekic2004-06-011-5/+3
* Commit the correct version of the patch from last night. This fixes anscottl2004-06-011-7/+7
* Gainfully employ the new ttyioctl in the trivial cases.phk2004-06-018-151/+3
* Introduce a ttyioctl() cdevsw default function.phk2004-06-014-0/+18
* Removed a leftover from the previous change.ru2004-06-011-4/+0
* When waiting for drive to become ready, reinit the request params as theysos2004-06-011-7/+8
* Use the right cmd+errorcode if we are in autosense/not.sos2004-06-011-2/+3
* There is no need to explicitly call the stop function. In all likelyhoodphk2004-06-0111-13/+0
* shift the four cdevsw functions for ttys to sys/conf.h and prototypephk2004-06-013-4/+12
* There is no need to explicitly call ttwakeup() and ttwwakeup() afterphk2004-06-016-14/+0
* Only set and report error if not set already.sos2004-06-011-1/+1
* Dont retry on devices that left the system.sos2004-06-011-2/+3
* ttyclose() increments t_gen. Remove redundant increments in drivers.phk2004-06-016-7/+0
* Whitespace correction - #define should be followed by a tab.truckman2004-06-011-1/+1
* Axe the old midi drivers and framework. matk has developed a newtanimura2004-06-0119-12406/+0
* Collapse aac_map_command() into aac_startio(). Check the AAC_QUEUE_FRZN inscottl2004-06-011-43/+31
* Add a global mutex, accept_filter_mtx, to protect the global list ofrwatson2004-06-011-7/+17
* The SS_COMP and SS_INCOMP flags in the so_state field indicate whetherrwatson2004-06-017-19/+24
* Fix a comment above uma_zsecond_create(), describing its arguments.bmilekic2004-06-011-3/+3
* Add MSG_NBIO flag option to soreceive() and sosend() that causestruckman2004-06-013-14/+10
* Remove debugging printf that never triggered because acpi is the firstnjl2004-06-011-2/+0
* "Get rid of the nested include of <sys/module.h> from <sys/kernel.h>" ormlaier2004-05-313-0/+3
* Bring in mbuma to replace mballoc.bmilekic2004-05-3118-2096/+1680
* Assert Giant in vn_start_write() and vn_finished_write().rwatson2004-05-311-0/+4
* Giant wasn't dropped here if we have to return EBUSY. This is bad.bmilekic2004-05-311-1/+3
* Release NFS subsystem lock and acquire Giant when calling intorwatson2004-05-311-0/+4
* Assert Giant in vrele().rwatson2004-05-311-0/+2
* - Fix typokrion2004-05-311-1/+1
* Add an assertion that nfssvc() isn't called with Giant.rwatson2004-05-311-0/+10
* Necessary modifications do get pcf working again for ISA. Tested withnsouch2004-05-312-15/+55
* Devclass have to be shared with same 'pcm' devclass, ortakawata2004-05-311-1/+0
* The NFS server modevent code manually patches the system call table torwatson2004-05-311-1/+1
* Include <machine/bus.h> and <machine/resource.h> here (only in theimp2004-05-301-0/+3
* One more case where we want to drop the NFS server lock and acquirerwatson2004-05-301-1/+6
* Acquire Giant around two more cases when calling into VFS to vput()rwatson2004-05-301-13/+22
* Turn down the queue size by 8 until I can figure out why the 512th commandscottl2004-05-301-1/+1
* Remove a stale comment: PG_DIRTY and PG_FILLED were removed inalc2004-05-301-2/+0
* Add missing #include <sys/module.h>phk2004-05-3017-0/+17
* add missing #include <sys/module.h>phk2004-05-3037-0/+37
* Add missing <sys/module.h> includesphk2004-05-30113-1/+114
* Add missing <sys/module.h> includesphk2004-05-3036-0/+36
* Zap a redundant NULLphk2004-05-301-1/+1
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-3033-2/+35
* Make the comment for DLT_NULL slightly more accurate.dwmalone2004-05-301-1/+1
* struct cpu_nameclass is a private to identcpu.c, move it there.phk2004-05-302-6/+4
* Merged from sys/dev/fdc/fdc.c revision 1.272.nyan2004-05-302-2/+2
* MFi386 revision 1.6alc2004-05-301-2/+2
* Use a unique malloc type rather than M_DEVBUF.scottl2004-05-304-31/+35
OpenPOWER on IntegriCloud