summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Style cleanups, don't set the device description before the probe routinenjl2004-05-293-49/+37
* Remove componenst which are not part of GCC 3.3 and which are not likelykan2004-05-294-115/+0
* Fix the type of struct bbf's arc_count member: according to gcc'stjr2004-05-291-1/+1
* 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
* Add trailing backslash missing from previous checkin.thomas2004-05-281-1/+1
* Support for optional initialization of the configuration slice bythomas2004-05-282-1/+12
* Decide how much space we need to print a pointer usingdwmalone2004-05-281-5/+1
* Look up ${CUSTOMIZE} in ${.CURDIR} first, and then as a path name by itself,thomas2004-05-281-3/+3
* Add the integrated NICs on the Dell PowerEdge 1750 and 2650 to the listsimon2004-05-281-0/+4
* 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
* Include <net/ethernet.h> to have a prototype for ether_ntoa().stefanf2004-05-281-0/+1
* Include <sys/uio.h> for the complete type of struct iovec.stefanf2004-05-281-0/+2
* Don't assume that the current setting (_CRS) of a PCI link device isjhb2004-05-281-7/+9
* - introduce a new primary `-depth n', which tests whethereik2004-05-286-28/+91
* Style fixes.njl2004-05-281-56/+54
* Style.maxim2004-05-281-35/+34
* Unify the start/size parameters for the RSDP search area. Don't bothernjl2004-05-282-4/+6
* 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
* Adding ixgb(4) for Intel 10GbE Adapterstackerman2004-05-282-0/+107
* First release of ixgb driver for the Intel(R) PRO/10GbE Family of Adapters. ...tackerman2004-05-2813-0/+6312
* Add FreeBSD 4.10-RELEASE.hrs2004-05-281-4/+10
* give out a little more information in case of a missing dependencyeik2004-05-281-1/+6
* Connect libarchive decompress support to the build.kientzle2004-05-273-2/+7
* FreeBSD-ify the manpage. Our inetd does not support bind-address:port syntaxmlaier2004-05-271-1/+3
* Add ftp-proxy 8021/tcp in order to make the inetd.conf entry actually work.mlaier2004-05-271-0/+1
* Use rman_get_start in preference to reaching into the rman structure.imp2004-05-271-1/+1
* 'gnutar' is now handled by the 'tar' reader, sokientzle2004-05-271-2/+1
* Call nfsm_clget_nolock() instead of nfsm_clget() when holding the NFSrwatson2004-05-271-1/+1
* Check for >= 255 since sign extension from byte to u_int sometimes makesnjl2004-05-272-43/+40
* Restructure the wake GPE API. Now there are three functions:njl2004-05-274-186/+285
* Fix stupid patch(1) tricks. Apparently patch thinks all files match thebrooks2004-05-274-251/+0
* Fixing disorder is the hardest thing in the world: Learn to sort :-)imp2004-05-271-1/+2
* POLA dictates that VLAN_MTU be enabled by default.yar2004-05-271-1/+7
* Fix an off-by-one error in the range check for the maximal -i or -ojoerg2004-05-271-2/+2
* Make "envctrl" a known master driver for iicbus.joerg2004-05-271-0/+1
* Correct some types in the yp structures; this fixes a number of problemstmm2004-05-271-14/+14
OpenPOWER on IntegriCloud