summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a race condition where a mutex was destroyed while sleeping on it.tuexen2009-10-112-1/+1
* Add locking around access to parent node, and bail out when the parentdelphij2009-10-113-8/+115
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-1115-128/+197
* Add support for Intel G41 chipsetrnoland2009-10-112-1/+4
* Add pci id's for Intel G41 chipsetrnoland2009-10-111-0/+2
* Document errno codes added in r144530.das2009-10-111-0/+8
* Atheros EEPROM version 4K. This version is mostly based on version 1.4.rpaulo2009-10-102-0/+561
* In regards to the "Starting foo:" type messages at boot time, create anddougb2009-10-1017-36/+45
* Orphaning provider with EXDEV seems weird; perhaps the author meanttrasz2009-10-101-1/+1
* Refine r195509, instead of checking that vnode type is VBAD, that iskib2009-10-101-3/+3
* Map PIE binaries at non-zero base address.kib2009-10-101-10/+14
* Define architectural load bases for PIE binaries. Addresses were selectedkib2009-10-108-0/+21
* Do not map segments of zero length.kib2009-10-101-1/+4
* Calculate relocation base for the main object, and apply the relocationkib2009-10-101-14/+15
* Postpone dropping fp till both kq_global and kqueue mutexes arekib2009-10-101-3/+3
* Correct include order as indicated by bz.tuexen2009-10-101-2/+1
* Fix typo which has survived amazingly long!eri2009-10-101-1/+1
* Do not include vnet.h twice.tuexen2009-10-091-1/+0
* atomic_cmpset_barr_* was added in order to cope with compilers willing toattilio2009-10-092-96/+92
* Improved one-line description of this module (taken from NOTES).brueffer2009-10-091-1/+1
* Merge upstream r421: grammar nit in pam.conf(5).des2009-10-091-1/+1
* If provider is open for writing when we taste it, skip it for classes thatpjd2009-10-096-0/+25
* Export disk serial numbers for adaX disks.pjd2009-10-091-0/+2
* Use correct arguments when calling SCTP_RTALLOC().tuexen2009-10-081-2/+2
* Properly mark ZFS properties which are not changeable under FreeBSD.trasz2009-10-081-1/+6
* Clean up amd64 suspend/resume code.jkim2009-10-083-33/+35
* Allow file system owner to modify system flags if securelevel permits.pjd2009-10-083-12/+17
* File system owner is when uid matches and jail matches.pjd2009-10-081-3/+2
* 'aclmode' and 'aclinherit' properties should work as advertised; don'ttrasz2009-10-081-2/+0
* Fix so that round robing stream scheduling works as advertisedrrs2009-10-081-25/+4
* Discard Device Control Strings and Operating System Commands.ed2009-10-083-3/+35
* Add a special workaround to handle UIO_NOCOPY case. This fixes datadelphij2009-10-071-24/+80
* Fix build on amd64.delphij2009-10-071-4/+5
* Clarify quoting of word in ${v=word} in sh(1).jilles2009-10-071-0/+3
* Add the comment "(FreeBSD only)" to the altmonth_x keywordsedwin2009-10-071-12/+12
* On FreeBSD it is enough to report provider removal when orphan event ispjd2009-10-071-20/+0
* Fix white-spaces.pjd2009-10-071-6/+6
* Add a new errno, ENOTCAPABLE, to be returned when a process requests anrwatson2009-10-073-1/+9
* Handle GRANTED_RES messages more gracefully: Send along a grant cookiezml2009-10-073-18/+152
* On command timeout handle frozen command first, to not run it insidemav2009-10-072-6/+8
* - Give a name to the host coalescing bug fix WDMA mode register bit insteadstas2009-10-072-1/+2
* - Document that 'Dell PowerEdge R710' has bce(4) supported NIC.simon2009-10-071-1/+3
* - Document new revisions of chips supported.stas2009-10-071-4/+4
* When run() returns an error, print the error message also injh2009-10-071-2/+6
* - Add support for new BGE chips (5761, 5784 and 57780). These chips uses newstas2009-10-072-74/+173
* Fix situation where Mac OS X NFS client creates a file and when it triespjd2009-10-071-1/+17
* Add parsing code for TCP UTO (User Timeout Option).rpaulo2009-10-072-0/+14
* - All the functions in atomic.h needs to be in "physical" form (likeattilio2009-10-062-91/+79
* sh: Send the "xyz: not found" message to redirected fd 2.jilles2009-10-063-7/+32
* Prevent paging pressure from draining arc too muchkmacy2009-10-061-3/+6
OpenPOWER on IntegriCloud