aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add missing #include <sys/module.h>Poul-Henning Kamp2004-05-3017-0/+17
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-3037-0/+37
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-30113-1/+114
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-3036-0/+36
* Zap a redundant NULLPoul-Henning Kamp2004-05-301-1/+1
* Add some missing <sys/module.h> includes which are masked by thePoul-Henning Kamp2004-05-3033-2/+35
* Make the comment for DLT_NULL slightly more accurate.David Malone2004-05-301-1/+1
* struct cpu_nameclass is a private to identcpu.c, move it there.Poul-Henning Kamp2004-05-302-6/+4
* Merged from sys/dev/fdc/fdc.c revision 1.272.Yoshihiro Takahashi2004-05-302-2/+2
* MFi386 revision 1.6Alan Cox2004-05-301-2/+2
* Use a unique malloc type rather than M_DEVBUF.Scott Long2004-05-304-31/+35
* check interface numberMIHIRA Sanpei Yoshiro2004-05-301-3/+5
* Correct typo, vm_page_list_find() is called vm_pageq_find() for quite aHiten Pandya2004-05-301-2/+2
* Fix build with ndisulator: Add prototype for my_strcasecmp().Bill Paul2004-05-291-0/+1
* In hme_init() call mii_mediachg() to make sure the current media is set.Marius Strobl2004-05-291-1/+4
* DP83840A on hme(4) don't advertise their media capabilities themselvesMarius Strobl2004-05-291-4/+11
* Spelling fix in a comment.Marius Strobl2004-05-292-2/+2
* Remove double __FBSDID and move the remaining one into a common place afterMarius Strobl2004-05-2923-90/+27
* Move __FBSDID out from under a comment.Marius Strobl2004-05-291-3/+3
* Spelling fix in a comment.Marius Strobl2004-05-291-1/+1
* Don't release Giant until after the call to vput() in nfsrv_setattr().Robert Watson2004-05-291-1/+1
* In axe_stop(), close the pipes before calling axe_reset(). axe_reset()Ian Dowse2004-05-291-2/+2
* No need to conditionally acquire Giant in nfssvc_nfsd() because itRobert Watson2004-05-291-2/+0
* Refuse to change the configuration index if the device has openIan Dowse2004-05-291-2/+10
* Switch to using C99 sparse initialisers for the type methods array.Roman Kurakin2004-05-293-67/+27
* Add a new netgraph method to allow restoration of someJulian Elischer2004-05-293-10/+28
* Missed these in the last commit.Julian Elischer2004-05-293-36/+31
* In subr_ndis.c, when searching for keys in our make-pretend registry,Bill Paul2004-05-292-5/+71
* Remove unneeded XXX comments botched in previous commit.Maxim Konovalov2004-05-291-6/+1
* Decrease sleep_delay default to 1 second now that the machines thatNate Lawson2004-05-291-2/+2
* Style cleanups, don't set the device description before the probe routineNate Lawson2004-05-293-49/+37
* Enable MI bits for gcc -ftest-coverage -fprofile-arcs on amd64.Tim J. Robbins2004-05-291-1/+2
* Implement __bb_init_func. This is a fairly straightforward conversionTim J. Robbins2004-05-291-0/+19
* Provide the _start_ctors and _stop_ctors symbols. As on i386, the addressesTim J. Robbins2004-05-291-0/+4
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-2952-626/+472
* Remove a broken micro-optimization from pmap_enter(). The ill effectAlan Cox2004-05-282-16/+0
* Reenable ithread preemption for interrupts that occur while executing inJohn Baldwin2004-05-281-2/+2
* Don't assume that the current setting (_CRS) of a PCI link device isJohn Baldwin2004-05-281-7/+9
* Style fixes.Nate Lawson2004-05-281-56/+54
* Style.Maxim Konovalov2004-05-281-35/+34
* Now that we properly disable GPEs before entering a sleep state, includingNate Lawson2004-05-281-1/+1
* Style cleanups. "extern" is unneeded for function prototypes.Nate Lawson2004-05-281-74/+68
* Update the new suspend/resume GPE methods to properly limit the GPENate Lawson2004-05-284-16/+65
* Pass a pointer to the sleep state instead of casting gymnastics to passNate Lawson2004-05-281-4/+4
* Fix paste-o.Nate Lawson2004-05-281-1/+1
* Attach per-device sysctls to allow users to set whether or not a givenNate Lawson2004-05-281-0/+52
* Remove a redundant include directiveScott Long2004-05-281-2/+0
* Fix LP64 environments: cast a pointer type to intptr_t before castingMarcel Moolenaar2004-05-281-2/+2
* Don't nest includes here. There's no need and the subset included is lame.Warner Losh2004-05-281-5/+0
* Include required machine/bus.hWarner Losh2004-05-282-0/+3