summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the return value when we found a symbol in .dynstr. This nasty bug wasrpaulo2013-08-101-0/+1
* mdoc: remove commented out macro, sort SEE ALSO and add missing .El.joel2013-08-101-6/+6
* Minor mdoc nits.joel2013-08-101-2/+1
* mdoc: document title should be all caps.joel2013-08-101-1/+1
* Fix bug in r253719: fix command line watchdog disable.alfred2013-08-101-7/+9
* Use the correct address when calling kva_free()cognet2013-08-101-1/+1
* - The address lies in the bus space handle, not in the cookiecognet2013-08-101-5/+5
* Remove unused definition for CTL_VM_NAMES.zont2013-08-091-15/+0
* Don't call sleepinit() from proc0_init(), make it a SYSINIT instead.cognet2013-08-093-7/+8
* Instead of just trying to do it for arm, make sure vm_kmem_size is properlycognet2013-08-092-2/+3
* - The address lies in the bus space handle, not in the cookiecognet2013-08-091-5/+5
* Make sure vm_kmem_size is aligned on a page boundary, since that's what vmemcognet2013-08-091-2/+2
* Revert the addition of VPO_BUSY and instead update vm_page_replace() tojhb2013-08-092-7/+6
* Initial commit of my USB test code which can exercise connected USBhselasky2013-08-097-0/+3579
* Fix the freaddir implementation for the stand-alone interpreter.marcel2013-08-091-11/+39
* 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
OpenPOWER on IntegriCloud