summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass a pointer to the sleep state instead of casting gymnastics to passnjl2004-05-281-4/+4
* Fix paste-o.njl2004-05-281-1/+1
* Attach per-device sysctls to allow users to set whether or not a givennjl2004-05-281-0/+52
* Remove a redundant include directivescottl2004-05-281-2/+0
* Fix LP64 environments: cast a pointer type to intptr_t before castingmarcel2004-05-281-2/+2
* Don't nest includes here. There's no need and the subset included is lame.imp2004-05-281-5/+0
* Include required machine/bus.himp2004-05-282-0/+3
* Define another HOTPLUG event.ps2004-05-281-0/+1
* First release of ixgb driver for the Intel(R) PRO/10GbE Family of Adapters. ...tackerman2004-05-2813-0/+6312
OpenPOWER on IntegriCloud