summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Give the ACPI I/O rman's unique description strings to make 'devinfo -u'jhb2006-09-111-2/+2
* - Fix rman_manage_region() to be a lot more intelligent. It now checksjhb2006-09-113-25/+47
* CF devices are ATA not ATAPI.sos2006-09-111-1/+3
* null commit to provide commit message to previousmjacob2006-09-111-1/+1
* PR: 103130mjacob2006-09-111-1/+1
* Add support for MCP61 and MCP65 adaptors.obrien2006-09-112-0/+36
* The run_filter() procedure is a means of working around DMA engine bugs inscottl2006-09-111-33/+55
* Fix style(9) issues in the TSO specific changes.pdeuskar2006-09-101-154/+152
* make use of the host route's mtu for processing. This means we can nowjmg2006-09-101-18/+25
* New sockets created by incoming connections into listen sockets shouldandre2006-09-101-1/+4
* Fix locking race in ttymodem(). The locking of the proctree happens too latembr2006-09-101-2/+2
* Yank FreeBSD specific code out from under ifdef.trhodes2006-09-101-127/+0
* The Linux unlink syscall uses a different errno value when trying to unlinknetchild2006-09-101-0/+7
* Delay an orphan event if provider has still in-flight I/O requests.pjd2006-09-101-1/+4
* move created/detected/activated under debug level 1 to quiet the common case..jmg2006-09-092-10/+13
* Second attempt at fixing module buildpdeuskar2006-09-091-1/+1
* Fix build breakage while compiling em as a module.pdeuskar2006-09-091-0/+1
* Build linprocfs and linsysfs as modules on amd64.netchild2006-09-091-0/+2
* - Extend the coverage of PROC_LOCK to cover wakeup(&p->p_emuldata);netchild2006-09-091-1/+3
* Add struct msg to the forwarded declared data structures in mac_policy.h.rwatson2006-09-092-0/+2
* Change futex lock from mutex to sx. Make futex_get atomic (protected by thenetchild2006-09-093-14/+10
* Remove slightly oddly placed suser() call from the KTR/ALQ setup sysctl:rwatson2006-09-091-3/+0
* Fix the check where we want to use the end of the supported range if thenetchild2006-09-091-1/+1
* - don't wake every sleeper just the first one [1]netchild2006-09-091-5/+2
* Add a BSM conversion switch case for AUE_GETCWD, so that a consolerwatson2006-09-091-0/+3
* Small style cleanup.rwatson2006-09-091-3/+2
* Audit sysarch() operation argument.rwatson2006-09-091-0/+3
* Add support for TSO. Thanks to Andre for adding support in the stackpdeuskar2006-09-092-29/+203
* Bump __FreeBSD_version for rev. 1.117 of libexec/rtld-elf/rtld.c.kib2006-09-091-1/+1
* Add support to bge(4) to not break IPMI support when the driver attachesambrisko2006-09-092-12/+215
* The following functions need not to be reimplemented, reuse 64bitdavidxu2006-09-094-15/+27
* Fix style nits. No md5 changes in .o's. ;-)jkim2006-09-083-27/+27
* MF6: Attach if_bce.ko to the build.ru2006-09-081-0/+1
* Fix format character.pjd2006-09-081-1/+1
* Add a sysctl net.inet.tcp.nolocaltimewait that allows to suppressglebius2006-09-082-8/+30
* Bump copyright year.pjd2006-09-082-2/+2
* Use __FBSDID in .c files.pjd2006-09-081-2/+3
* - Split failure probability configuration into read failure probability andpjd2006-09-082-26/+74
* Support for PCI-Express 4Gb Cards.mjacob2006-09-081-5/+14
* Make 8139C+ work again which was broken since rev 1.68.yongari2006-09-081-0/+8
* s/USBDEVNAME/device_get_nameunit/gemax2006-09-072-110/+105
* Create a 'ready' handler for each personality. The purpose of this handlermjacob2006-09-073-13/+66
* Merge from DRM upstream:anholt2006-09-0712-62/+268
* MFp4: first cut at getting I2C transfers working (generically). I'mimp2006-09-071-8/+55
* MFp4: berndt pointed me at an errata that shows that the stat registerimp2006-09-071-9/+9
* Change the class from uint8_t to int8_t so people can filter on >0ambrisko2006-09-071-1/+1
* All multicast listeners on a port should get one copy of the packet. Thisjhay2006-09-071-3/+3
* Change the event log dump on initial boot to use get_event versusambrisko2006-09-072-68/+117
* Use a single constant to define the sizes of the physmap[], phys_avail[],jhb2006-09-072-8/+8
* Back when we had T/TCP support, we used to apply differentru2006-09-077-55/+30
OpenPOWER on IntegriCloud