summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* check interface numbersanpei2004-05-301-3/+5
* Correct typo, vm_page_list_find() is called vm_pageq_find() for quite ahmp2004-05-301-2/+2
* Fix build with ndisulator: Add prototype for my_strcasecmp().wpaul2004-05-291-0/+1
* In hme_init() call mii_mediachg() to make sure the current media is set.marius2004-05-291-1/+4
* DP83840A on hme(4) don't advertise their media capabilities themselvesmarius2004-05-291-4/+11
* Spelling fix in a comment.marius2004-05-292-2/+2
* Remove double __FBSDID and move the remaining one into a common place aftermarius2004-05-2923-90/+27
* Move __FBSDID out from under a comment.marius2004-05-291-3/+3
* Spelling fix in a comment.marius2004-05-291-1/+1
OpenPOWER on IntegriCloud