aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Style: Remove blank lines before EOF.Yaroslav Tykhiy2006-02-1814-14/+0
* Work around the fact that nfsclient SRCS must includeYaroslav Tykhiy2006-02-181-0/+17
* The sysctls kern.ipc.[max_linkhdr|max_protohdr|max_hdr|max_datalen]Andre Oppermann2006-02-182-7/+10
* Remove unneeded includes and provide more accurate descriptionAndre Oppermann2006-02-183-6/+4
* Add missing TH_PUSH to the TH_FLAGS enumeration.Andre Oppermann2006-02-181-1/+1
* Add system call auditing support for sparc64.Robert Watson2006-02-181-0/+3
* Inform when label disappears.Pawel Jakub Dawidek2006-02-181-16/+36
* Allow to use g_slice_orphan() from outside.Pawel Jakub Dawidek2006-02-182-2/+2
* - Do not depend on fact that file system covers entire provider.Pawel Jakub Dawidek2006-02-181-19/+13
* - Fix severe crackling after long running and abusive module load / unload byAriff Abdullah2006-02-181-15/+59
* Fix random popping while playing in 32bit by increasing default buffer sizeAriff Abdullah2006-02-181-1/+1
* This function returns nothing.Pawel Jakub Dawidek2006-02-181-1/+1
* If provider's sector size prevents reading SBLOCKSIZE bytes returnPawel Jakub Dawidek2006-02-181-8/+10
* Use shell's version of if to check if the firmware really exists in theMax Laier2006-02-181-7/+9
* use s/w bmiss facilitySam Leffler2006-02-182-0/+4
* stop device so we don't panic on card ejectSam Leffler2006-02-181-0/+1
* These files apply to all the atmel parts that freebsd is going to run on,Warner Losh2006-02-174-5/+5
* This file was obsolete when committed. Catchup and delete it.Warner Losh2006-02-171-215/+0
* Expand scope of marker to reduce the number of page queue scan restarts.Tor Egge2006-02-171-12/+19
* Re-work the bus attachment somewhat. Make the rids unique forDoug Ambrisko2006-02-172-37/+51
* Check return value from nonblocking call to vn_start_write().Tor Egge2006-02-171-2/+8
* 1) Ignore link events for MII/GMII cards if MI auto-polling disabled. ThisOleg Bulyzhin2006-02-171-4/+14
* Replace the 4k fixed sized jumbo mbuf clusters with PAGE_SIZE sizedAndre Oppermann2006-02-174-25/+25
* Add r/w support for JMicron ATA RAID metadata.Søren Schmidt2006-02-172-7/+346
* Fix standalone module build.Ruslan Ermilov2006-02-171-1/+2
* Remove unused now field.Gleb Smirnoff2006-02-171-1/+0
* 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
* 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
* Fix a long standing race between sleep queue and threadDavid Xu2006-02-158-114/+99
* 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
* 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
* 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
* 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-1726/+1581