summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bump __FreeBSD_version for the addition of flopen(3) to libutil.des2007-05-101-1/+1
* The version string scheme embeds the freebsd major release version,scottl2007-05-102-2/+2
* Collapse the mfi_ld object. Add an ioctl to help management apps mapscottl2007-05-105-44/+79
* Make a missing or empty VPD non-fatal, as it was prior to rev 1.131.mckay2007-05-101-8/+6
* Hook wlan_amrr up to the build.kevlo2007-05-101-0/+1
* Don't hold mutex while releasing bus resources.ariff2007-05-101-1/+0
* Add wlan_amrr. ural(4) uses amrr as transmit rate control.kevlo2007-05-101-0/+1
* Add wlan_amrr. ural(4) uses amrr as transmit rate control.kevlo2007-05-101-0/+1
* Need sys/cdevs.h for the macro FBSDID to work.mjacob2007-05-091-0/+1
* Update stale comment on protecting UMA per-CPU caches: we now userwatson2007-05-091-7/+7
* Increase debug level - this message is not that important.pjd2007-05-092-2/+2
* Integrate the Camellia Block Cipher. For more information see RFC 4132gnn2007-05-0915-2/+1671
* It turns out that the hptiop driver isn't portable after all. Confine it toscottl2007-05-094-3/+11
* Two major items here:rrs2007-05-0914-1816/+1137
* o Fix typo: comments start by "#" not "*".maxim2007-05-091-1/+1
* o Fix style(9) bugs introduced in the last commit.maxim2007-05-092-6/+6
* - Remove dependency on deprecated if_watchdog ABI.kevlo2007-05-092-118/+34
* tl(4) appears to support long frames.yar2007-05-091-0/+2
* Introduce a driver for the Highpoint RocketRAID 3xxx series of controllers.scottl2007-05-098-0/+1660
* o Unbreak "options TCPDEBUG" && "nooptions INET6" kernel build.maxim2007-05-092-0/+4
* Write the output parameter (if present) for the add, create, deletemarcel2007-05-091-3/+50
* Import version 3.60.03.006 of the TWA driver:scottl2007-05-0921-48828/+105
* Add documentation for the vm.kmem_size_min and vm.kmem_size_max tunables.sepotvin2007-05-091-1/+10
* When reverting the creation of a partitioning scheme on a provider,marcel2007-05-091-2/+6
* A couple bug fixes that I've had internally at Intel. First is a longjfv2007-05-091-21/+31
* Handle CPUs with APIC IDs higher than 32 (at least one IBM server usesjhb2007-05-0810-116/+157
* Add destroyed cookie values for sx locks and rwlocks as well as extrajhb2007-05-084-2/+41
* Teach 'show lock' to properly handle a destroyed mutex.jhb2007-05-081-1/+5
* Fix a potential LOR with sx_sleep() and cv_wait() with sx locks byjhb2007-05-082-6/+32
* Minor fixes and tweaks to the x86 interrupt code:jhb2007-05-0816-216/+339
* MFp4:marcel2007-05-084-94/+102
* Reduce the default number of header options that the IPv6 protocolgnn2007-05-081-1/+1
* o Add AnyData ADU-E100H modem. Sort a list of ubsa(4) supported devices.maxim2007-05-082-0/+6
* - Add handling of MXGEFW_CMD_UNKNOWN in mxge_send_cmd().gallatin2007-05-081-23/+30
* - Copyright change, cisco's silly tool wants it to say:rrs2007-05-0836-36/+36
* - Get rid of the sctp_inpcb_free() "magic numbers", now theyrrs2007-05-085-14/+37
* - Static analyisis fixes for cisco's commit (this is equivilantrrs2007-05-0814-251/+298
* Set the debug.acpi.acpi_ca_version sysctl even if ACPI support is notmarks2007-05-081-2/+2
* Firmware update & improvements to firmware selection:gallatin2007-05-084-2051/+2273
* Add missing socket buffer unlock before returning to userland.yongari2007-05-081-1/+1
* Do not set address early. It fix problems when SET_ADDR_FAILED happenskevlo2007-05-081-24/+27
* - More macros for OS compatabiltyrrs2007-05-0821-727/+1250
* Fix a typo in a bootverbose printf.jhb2007-05-071-1/+1
* Rather than selectively zeroing fields in the tcp_debug structurerwatson2007-05-071-42/+15
* Since udp_peeraddr() and udp_sockaddr() directly wrap in_setpeeraddr()rwatson2007-05-071-25/+2
* Minor style tweaks.rwatson2007-05-071-17/+22
* When setting up timewait state for a TCP connection, don't hold therwatson2007-05-072-2/+2
* Fix kldloading if_em by compiling missing source file.le2007-05-071-1/+1
* - Correctly check if lp_ioctl is nullthompsa2007-05-071-20/+9
* Finish VLAN_MTU support in nve(4). The interface appears to be ableyar2007-05-071-0/+1
OpenPOWER on IntegriCloud