summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Import of liblzma, xz, xzdec, lzmainfo from vendor branchmm2010-05-10209-2/+43261
|\
| * Vendor import of xz (stripped)mm2010-05-07195-0/+42846
* Export hardware MAC statistics through sysctl node. Previouslyyongari2010-05-093-78/+242
* sh(1): Fix "reserved word" vs "keyword" inconsistency.jilles2010-05-091-9/+9
* strptime(3) confused July with June with the fr_FR locale.edwin2010-05-091-0/+8
* Various wording, spelling and markup fixes.brueffer2010-05-091-9/+14
* Add flowtable support to IPv6kmacy2010-05-094-6/+60
* Fix error in comment.jilles2010-05-091-1/+1
* sh: Add some parser tests.jilles2010-05-093-0/+53
* Push down the acquisition of the page queues lock into vm_pageq_remove().alc2010-05-092-27/+41
* Call vm_page_deactivate() rather than vm_page_dontneed() inalc2010-05-091-4/+2
* Generate some tests for sh's case command from the fnmatch tests.jilles2010-05-094-1/+256
* sh: Fix bug in assignment error test.jilles2010-05-091-2/+2
* builtin(1): sh has no @ builtin command.jilles2010-05-091-2/+2
* Document clock and pshared condvar attributes.jilles2010-05-093-11/+107
* Catch up with libusbhid merge (rev 205728).kaiw2010-05-091-11/+5
* Remove the page queues lock around a call to vm_page_activate(). Make thealc2010-05-091-3/+1
* Update a comment: It no longer makes sense to talk about the page queuesalc2010-05-081-4/+1
* Minimize the scope of the page queues lock in vm_fault().alc2010-05-082-5/+3
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-0819-149/+150
* bsdcpio 2.8.3kientzle2010-05-0815-562/+675
* FreeBSD is now using bsdtar 2.8.3.kientzle2010-05-081-1/+1
* Config updates.kientzle2010-05-081-7/+19
* - Remove obsolete flags.lulf2010-05-081-6/+0
* Various manpage updates, including many long-option synonyms that were previo...kientzle2010-05-081-101/+209
* Fix typos in macros.rmacklem2010-05-082-4/+4
* sh: Have only one copy of _PATH_STDPATH in the binary.jilles2010-05-081-3/+2
* Add dummy function for ic_update_mcast (a la if_urtw) to avoid consoleemaste2010-05-081-0/+9
* Patch the experimental NFS client so that it works for NFSv2rmacklem2010-05-081-2/+34
* Don't change PCIe maximum read request size to 2048 on RTL810xyongari2010-05-071-3/+5
* Add a fastpath to allocate from packet zone when using m_getjcl.fabient2010-05-073-9/+6
* Fix a typo in the previous commit.jkim2010-05-071-1/+1
* sigprocmask(2): pthread_sigmask(3) must be used in threaded processes.jilles2010-05-071-1/+7
* Rework the calltree top view by critical callchain.fabient2010-05-071-86/+104
* One more use for vm_pageout_init_marker().kib2010-05-071-8/+1
* 8255x configure command requires number of bytes of configurationyongari2010-05-071-4/+13
* raise(3): Note that this sends a signal to the current thread, not process.jilles2010-05-071-3/+3
* It seems controller has two types of promiscuous control, one foryongari2010-05-071-1/+1
* Eliminate unnecessary page queues locking.alc2010-05-071-4/+0
* Push down the page queues lock into vm_page_activate().alc2010-05-077-48/+53
* Enforce RLIMIT_FSIZE in ZFS.trasz2010-05-071-0/+3
* - Call softdep_prealloc() before any of the balloc routines in thejeff2010-05-072-1/+10
* - Use the correct flag mask when determining whether an inode hasjeff2010-05-071-1/+1
* Update the synchronization requirements for the page usage count.alc2010-05-071-1/+1
* Eliminate acquisitions of the page queues lock that are no longer needed.alc2010-05-072-10/+3
* Push down the page queues lock into vm_page_deactivate(). Eliminate analc2010-05-072-7/+10
* Merger of the quota64 project into head.mckusick2010-05-0726-1055/+2131
|\
| * Final update to current version of head in preparation for reintegration.mckusick2010-05-06508-9034/+20053
| |\
| * \ Update to current version of head.mckusick2010-04-283323-109670/+159263
| |\ \
| * | | The NFS quota-reporting RPC uses 32-bit sized fields. We approximatemckusick2010-04-251-4/+7
OpenPOWER on IntegriCloud