summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix an incompatibility between CARP and IPv4 multicast routing, wherebybms2006-09-251-0/+1
* Splelingbms2006-09-251-1/+1
* Update the mfi module build with the mfi_debug.c file.scottl2006-09-251-1/+3
* Add the mfi_debug.c file and MFI_DEBUG option.scottl2006-09-252-0/+2
* Add a command debugging module and a periodic watchdog timer.scottl2006-09-253-0/+287
* add support for the ALI/ULI M5288 AHCI part.sos2006-09-251-0/+7
* Account for output IP datagrams on the ifaddr where they originated from,bms2006-09-252-8/+26
* if min is greater than max, prefer max over min... I managed to get ajmg2006-09-251-1/+1
* remove unnecessary NULL check...jmg2006-09-251-2/+1
* Add a newline to the printf.imp2006-09-241-1/+1
* Fix uninitialized variable warning.netchild2006-09-241-0/+1
* Rework the way errors are handled with respect to how audit records arerwatson2006-09-241-100/+145
* Disable an overly-verbose warning message by default.hrs2006-09-241-3/+6
* hide kqueue_register from public view, and replace it w/ kqfd_register...jmg2006-09-243-37/+38
* return EBADF instead of successfully attaching (and then panicing) whenjmg2006-09-241-1/+1
* add KTRACE hooks into kevent... This will help people debug their kqueuejmg2006-09-241-2/+38
* Cleanup sloppy ifdef.imp2006-09-241-5/+1
* MFp4 the sound Google Summer of Code project:netchild2006-09-2313-11/+2509
* now that we don't automagicly increase the MTU of host routes, when we copyjmg2006-09-231-1/+3
* MFp4:netchild2006-09-232-3/+30
* Allow the ASF feature to be disabled via a tunable. On one of my systems,scottl2006-09-231-2/+12
* Protect enterpgrp() against another tty/proc race case until the tty locking ...mbr2006-09-231-0/+3
* Always set the IP version in the TCP input path, to preservebms2006-09-232-4/+0
* Check for tp->t_refcnt == 0 before doing anything in tty_open().mbr2006-09-232-0/+18
* If /dev/tty gets opened after your controlling terminal has been revokedmbr2006-09-231-1/+5
* Stop reloading %fs and %gs, since it causes the base address fromdavidxu2006-09-231-4/+0
* Regenerate.davidxu2006-09-234-6/+7
* Enable sigwait.davidxu2006-09-231-1/+2
* Map pmap_{un,}mapbios() to pmap_{un,}mapdev() on 6.x and earlier.jhb2006-09-221-0/+5
* Update the ipmi(4) driver:jhb2006-09-2216-1399/+3134
* Revert r1.80 as the ethernet header was inadvertently stripped from ARPthompsa2006-09-221-14/+36
* Update a comment about M_VLANTAG.ru2006-09-221-1/+1
* Fix a case where socket I/O atomicity is violated due to not droppingbms2006-09-221-1/+16
* Regenerate.davidxu2006-09-224-12/+23
* Add compatible code to let 32bit libthr work on 64bit kernel.davidxu2006-09-225-30/+144
* Fix umtx command order error for freebsd 32bit.davidxu2006-09-221-1/+1
* Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls incognet2006-09-221-2/+2
* The fix in revision 1.152 converted in the wrong direction.alc2006-09-221-2/+2
* The sparc64/sparc64/pmap.c implementations of pmap_remove(),alc2006-09-221-6/+15
* fixed a bug that IPv6 packets arriving to stf are not accepted.suz2006-09-221-2/+6
* fixed a bug that local IPv6 traffic (to an address configured on ansuz2006-09-221-9/+25
* Regenerate.davidxu2006-09-224-6/+16
* Add umtx support for 32bit process on AMD64 machine.davidxu2006-09-223-83/+444
* Connect up a QUEUE FULL event with CAM and adjust openings.mjacob2006-09-211-2/+32
* Move the initialization of the hardware capabilities in em_init_locked()andre2006-09-211-8/+12
* Fix a sign bug in acpi_release_resource(). acpi_sysres_find() returns !=jhb2006-09-211-1/+1
* Regenerate.rwatson2006-09-213-5/+5
* Use AUE_CREAT instead of AUE_O_CREAT for linux_creat().rwatson2006-09-211-1/+1
* Regenerate.rwatson2006-09-213-15/+15
* Use AUE_GETDIRENTRIES instead of AUE_O_GETDENTS and AUE_NULL for a numberrwatson2006-09-211-13/+14
OpenPOWER on IntegriCloud