summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't release Giant until after the call to vput() in nfsrv_setattr().rwatson2004-05-291-1/+1
* In axe_stop(), close the pipes before calling axe_reset(). axe_reset()iedowse2004-05-291-2/+2
* No need to conditionally acquire Giant in nfssvc_nfsd() because itrwatson2004-05-291-2/+0
* Refuse to change the configuration index if the device has openiedowse2004-05-291-2/+10
* Switch to using C99 sparse initialisers for the type methods array.rik2004-05-293-67/+27
* Add a new netgraph method to allow restoration of somejulian2004-05-293-10/+28
* Missed these in the last commit.julian2004-05-293-36/+31
* In subr_ndis.c, when searching for keys in our make-pretend registry,wpaul2004-05-292-5/+71
* Remove unneeded XXX comments botched in previous commit.maxim2004-05-291-6/+1
* Decrease sleep_delay default to 1 second now that the machines thatnjl2004-05-291-2/+2
* Style cleanups, don't set the device description before the probe routinenjl2004-05-293-49/+37
* Enable MI bits for gcc -ftest-coverage -fprofile-arcs on amd64.tjr2004-05-291-1/+2
* Implement __bb_init_func. This is a fairly straightforward conversiontjr2004-05-291-0/+19
* Provide the _start_ctors and _stop_ctors symbols. As on i386, the addressestjr2004-05-291-0/+4
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-2952-626/+472
* Remove a broken micro-optimization from pmap_enter(). The ill effectalc2004-05-282-16/+0
* Reenable ithread preemption for interrupts that occur while executing injhb2004-05-281-2/+2
* Don't assume that the current setting (_CRS) of a PCI link device isjhb2004-05-281-7/+9
* Style fixes.njl2004-05-281-56/+54
* Style.maxim2004-05-281-35/+34
* Now that we properly disable GPEs before entering a sleep state, includingnjl2004-05-281-1/+1
* Style cleanups. "extern" is unneeded for function prototypes.njl2004-05-281-74/+68
* Update the new suspend/resume GPE methods to properly limit the GPEnjl2004-05-284-16/+65
OpenPOWER on IntegriCloud