summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add mkostemp() and mkostemps().jilles2013-08-097-24/+275
* Add missing 'VPO_BUSY' from r254141 to fix kernel build break.obrien2013-08-091-0/+1
* * Add random_adaptors.[ch] which is basically a store of random_adaptor's.obrien2013-08-0913-109/+412
* On all the architectures, avoid to preallocate the physical memoryattilio2013-08-0915-129/+456
* Give mutex(9) the ability to recurse on a per-instance basis.attilio2013-08-092-8/+24
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-0944-723/+870
* Don't dereference null pointer should acl_alloc() be passed M_NOWAITtrasz2013-08-091-0/+3
* Add -c flag to pgrep(1) and pkill(1), to match login classes.trasz2013-08-092-8/+42
* follow up to r254051avg2013-08-096-13/+7
* Add empty zones for Shared Address Space (RFC 6598)erwin2013-08-091-0/+66
* - Fix compile errors from the clang conversionjeff2013-08-094-7/+14
* - Reserve a special AF for SDP. The one we were incorrectly using beforejeff2013-08-092-1/+7
* - Correctly handle various edge cases in sysfs emulation.jeff2013-08-091-4/+7
* - Use the correct type in the linux bitops emulation.jeff2013-08-091-4/+9
* Fix for IPv4 fragment packets treated as RMCP.yongari2013-08-092-0/+3
* Rate limit the 'out of chain frame' messages to once per 60 seconds.scottl2013-08-092-2/+8
* Sometimes a device misbehaves so badly that it disrupts the entire system.scottl2013-08-095-0/+32
* Add a helpful message that can help point to why a sysctl tree removal failedscottl2013-08-091-1/+5
* MFV r254079:delphij2013-08-0811-96/+230
* Update legacy static assignments in old code to support dynamic framing,dteske2013-08-082-16/+96
* MFV r254106 (OpenSSL bugfix for RT #2984):delphij2013-08-081-1/+1
* Since the introduction of SVN r244048 and [follow-up] r244089, it is nowdteske2013-08-088-43/+51
* Small typo.pfg2013-08-081-1/+1
* Allow drivers to return BUS_PROBE_NOWILDCARD from their attach routine torstone2013-08-081-3/+3
* gpt_entries is used as limit for the number of partition entries inae2013-08-081-2/+3
* When newvers.sh is run, it is possible that the svnversiongjb2013-08-081-6/+18
* Part of r245761 makes "grep -D skip" broken for pipes, i.e.ache2013-08-081-5/+7
* Make the check for number of entries less strict.ae2013-08-081-6/+9
* According to POSIX \ in the fnmatch(3) pattern should escapeache2013-08-081-2/+0
* Cap the number of streams supported to two for now.adrian2013-08-081-0/+14
* Convert net80211 over to using if_transmit for the dispatch from theadrian2013-08-0812-61/+54
* Use local variables with the appropriate types and eliminate a bunch of casts.neel2013-08-081-31/+31
* Our libc iconv (unlike gnu iconv and the citrus code in NetBSD) has apeter2013-08-081-0/+13
* MFV r254071:delphij2013-08-072-2/+5
* Allow net80211 to compile on stable/9 and stable/8.adrian2013-08-074-0/+22
* MFV r254070:delphij2013-08-072-9/+53
* Improve the sysctl symbol extraction from the kernel so that it find moreobrien2013-08-071-4/+8
* Don't emit a spurious EVFILT_PROC event with no fflags set on process exitjhb2013-08-072-2/+20
* Split the pagequeues per NUMA domains, and split pageademon processkib2013-08-0710-177/+421
* Change the pmap_ts_referenced() method of amd64 pmap to use sharedkib2013-08-072-8/+55
* Fix previous commit: both flags must be set.rpaulo2013-08-071-1/+2
* Don't bother trying to work around buffers which are not aligned on a cachecognet2013-08-071-166/+76
* Remove droping topology mutex after iterating 100 periphs in CAMGETPASSTHRU.mav2013-08-073-41/+5
* Remove __attribute__((__aligned__)) that generates incorrect alignment on com...theraven2013-08-071-1/+1
* Bring initial support for Allwinner A20 SoC (Cubieboard2).ganbold2013-08-079-4/+549
* Improve r253721 by reporting detected lack of BIO_FLUSH support to GEOM.mav2013-08-071-0/+1
* enable KDB_TRACE in GENERICsavg2013-08-075-5/+5
* Remove unsigned comparison < 0kevlo2013-08-071-1/+1
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-0782-572/+583
* Make sure IFM_AVALID is also set when checking ifm_status.rpaulo2013-08-071-1/+1
OpenPOWER on IntegriCloud