summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* treat setting the optional ie to a zero-length datum to mean "deletesam2006-02-201-7/+17
* Obey opt_inet6.h in kernel build directory.ume2006-02-202-2/+8
* Disable the myri10ge driver on pc98.nyan2006-02-201-1/+1
* Copy MAC address to fix alignment problems.ticso2006-02-201-2/+8
* Hook the myri10ge driver to the i386 and amd64 module builds.gallatin2006-02-201-0/+3
* ${.CURDIR} != pwd and since we use the shell version of if now we don't evenmlaier2006-02-201-1/+1
* 10GbE mode driver and binary firmware for Myricom's PCI-express NICs.gallatin2006-02-1920-0/+8754
* Add a UQ_OPEN_CLEARSTALL quirk for devices that need a clear-stalliedowse2006-02-194-0/+16
* - Don't bother traversing trap frames in stack_save(). This fixes panicsmarius2006-02-192-4/+34
* For the coda5 module, CODA_COMPAT_5 is mandatory, not optional.yar2006-02-191-4/+1
* Style: Remove blank lines before EOF.yar2006-02-1814-14/+0
* Work around the fact that nfsclient SRCS must includeyar2006-02-181-0/+17
* The sysctls kern.ipc.[max_linkhdr|max_protohdr|max_hdr|max_datalen]andre2006-02-182-7/+10
* Remove unneeded includes and provide more accurate descriptionandre2006-02-183-6/+4
* Add missing TH_PUSH to the TH_FLAGS enumeration.andre2006-02-181-1/+1
* Add system call auditing support for sparc64.rwatson2006-02-181-0/+3
* Inform when label disappears.pjd2006-02-181-16/+36
* Allow to use g_slice_orphan() from outside.pjd2006-02-182-2/+2
* - Do not depend on fact that file system covers entire provider.pjd2006-02-181-19/+13
* - Fix severe crackling after long running and abusive module load / unload byariff2006-02-181-15/+59
* Fix random popping while playing in 32bit by increasing default buffer sizeariff2006-02-181-1/+1
* This function returns nothing.pjd2006-02-181-1/+1
* If provider's sector size prevents reading SBLOCKSIZE bytes returnpjd2006-02-181-8/+10
* Use shell's version of if to check if the firmware really exists in themlaier2006-02-181-7/+9
* use s/w bmiss facilitysam2006-02-182-0/+4
* stop device so we don't panic on card ejectsam2006-02-181-0/+1
* These files apply to all the atmel parts that freebsd is going to run on,imp2006-02-174-5/+5
* This file was obsolete when committed. Catchup and delete it.imp2006-02-171-215/+0
* Expand scope of marker to reduce the number of page queue scan restarts.tegge2006-02-171-12/+19
* Re-work the bus attachment somewhat. Make the rids unique forambrisko2006-02-172-37/+51
* Check return value from nonblocking call to vn_start_write().tegge2006-02-171-2/+8
* 1) Ignore link events for MII/GMII cards if MI auto-polling disabled. Thisoleg2006-02-171-4/+14
* Replace the 4k fixed sized jumbo mbuf clusters with PAGE_SIZE sizedandre2006-02-174-25/+25
* Add r/w support for JMicron ATA RAID metadata.sos2006-02-172-7/+346
* Fix standalone module build.ru2006-02-171-1/+2
* Remove unused now field.glebius2006-02-171-1/+0
* When linking make sure it succeeds.obrien2006-02-171-2/+2
* Add support for the Intel E7205 chipset.anholt2006-02-172-0/+12
* Rounding addr upwards to next 4M or 2M boundary in pmap_growkernel() couldtegge2006-02-161-0/+14
* Have TCP Inflight disable itself if the RTT is below a certainandre2006-02-166-2/+38
* Add support for the JMicron JMB363 dual SATA + single PATA controller.sos2006-02-163-35/+100
* In in_pcbconnect_setup() reduce code duplication and use ip_rtaddr()andre2006-02-161-16/+10
* Make sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generally available insteadandre2006-02-163-20/+27
* Fix a long standing race between sleep queue and threaddavidxu2006-02-158-114/+99
* When the VM needs to allocated physical memory pages (for non interrupt use)ups2006-02-151-3/+13
* drop softc lock around copyin/copyoutsam2006-02-151-0/+2
* fix build w/o AR_DEBUGsam2006-02-151-3/+10
* improve tx/rx buf printing routinessam2006-02-151-18/+25
* add missing bit from 1.130sam2006-02-151-1/+1
* o handle fatal errors directly instead of via the task queuesam2006-02-152-10/+16
OpenPOWER on IntegriCloud