aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unused now field.Gleb Smirnoff2006-02-171-1/+0
* Document how to find a short description of a memory type.Pawel Jakub Dawidek2006-02-171-0/+3
* Check if /sbin/nextboot exists before running it.Ruslan Ermilov2006-02-171-1/+3
* Document Intel E7505 support.Christian Brueffer2006-02-171-2/+2
* When linking make sure it succeeds.David E. O'Brien2006-02-171-2/+2
* Add support for the Intel E7205 chipset.Eric Anholt2006-02-172-0/+12
* Rounding addr upwards to next 4M or 2M boundary in pmap_growkernel() couldTor Egge2006-02-161-0/+14
* JMicron JMB363 support.Christian Brueffer2006-02-161-2/+2
* Add new -E option, which allows to specify location of the mdconfig(8)Maxim Sobolev2006-02-162-8/+20
* Use example.com rather than bar.com for the system contact example.Ceri Davies2006-02-161-1/+1
* Have TCP Inflight disable itself if the RTT is below a certainAndre Oppermann2006-02-166-2/+38
* Add support for the JMicron JMB363 dual SATA + single PATA controller.Søren Schmidt2006-02-163-35/+100
* In in_pcbconnect_setup() reduce code duplication and use ip_rtaddr()Andre Oppermann2006-02-161-16/+10
* Make sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generally available insteadAndre Oppermann2006-02-163-20/+27
* The libwrap built with NO_INET6=yes cannot parse an IPv6 address.Hajimu UMEMOTO2006-02-161-1/+3
* - Massage wording to make it easier to understand and fix some grammar.Brad Davis2006-02-162-6/+6
* Wisdom about the Open Source ecosystem.Greg Lehey2006-02-161-0/+5
* Don't forget to initialize a tailq before using it.Daniel Eischen2006-02-162-0/+2
* Fix a long standing race between sleep queue and threadDavid Xu2006-02-158-114/+99
* add miss args to mac:del and mac:kickSam Leffler2006-02-151-3/+3
* Rework last change of pthread_once, create a function _thr_once_init toDavid Xu2006-02-153-6/+10
* When the VM needs to allocated physical memory pages (for non interrupt use)Stephan Uphoff2006-02-151-3/+13
* drop softc lock around copyin/copyoutSam Leffler2006-02-151-0/+2
* fix build w/o AR_DEBUGSam Leffler2006-02-151-3/+10
* improve tx/rx buf printing routinesSam Leffler2006-02-151-18/+25
* add missing bit from 1.130Sam Leffler2006-02-151-1/+1
* o handle fatal errors directly instead of via the task queueSam Leffler2006-02-152-10/+16
* use ath_hal_gettxintrtxqs so we only process h/w txSam Leffler2006-02-151-1/+2
* fixup commentsSam Leffler2006-02-151-6/+5
* close race between ath_tx_start and ath_tx_processqSam Leffler2006-02-151-1/+2
* - Add info regarding the watchdog part of the MK48Txx.Marius Strobl2006-02-151-8/+41
* For E250 and E450 enable the watchdog part of the MK48Txx as it justMarius Strobl2006-02-151-1/+19
* It seems bit 5 of cpu_feature2 is the VMX (Virtual Machine Extensions)David Malone2006-02-152-4/+4
* Update a comment to match functionality changed in r1.39 (allow squareCeri Davies2006-02-151-0/+1
* Fix fallout from last commit - we need to program the MAC address in em_init().Gleb Smirnoff2006-02-151-0/+1
* em_hardware_init() in em_init() is not needed, and leads to annoyingGleb Smirnoff2006-02-151-7/+0
* After fork(), reinitialize internal locks for pthread_once().David Xu2006-02-153-11/+15
* Set ifp->if_baudrate according to current speed.Gleb Smirnoff2006-02-151-2/+2
* - Rename em_print_link_status() to em_update_link_status().Gleb Smirnoff2006-02-151-42/+9
* - Second style(9) megacleanup.Gleb Smirnoff2006-02-153-1773/+1628
* Fix build.Gleb Smirnoff2006-02-151-2/+2
* a) clean up some declaration stuff (i.e., make more modern with respectMatt Jacob2006-02-1514-1133/+1140
* Change default build of wpa_supplicant to include EAPOL support;Sam Leffler2006-02-144-18/+10
* fix off by one malloc sizesSam Leffler2006-02-141-3/+3
* o make driver override of net80211 parameter state consistentSam Leffler2006-02-142-5/+4
* Only install ipmi.4 for i386/amd64.Doug Ambrisko2006-02-141-1/+2
* Unbreak this.Ruslan Ermilov2006-02-141-3/+1
* Fix the hw.realmem sysctl. The global realmem variable is a count ofJohn Baldwin2006-02-143-3/+3
* Move the "r p d s w" fields to the left to create space for expansion.Bruce Evans2006-02-141-25/+26
* A little extra cleaning up.George V. Neville-Neil2006-02-141-58/+49