summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prevent shadowing.ed2013-05-256-10/+10
* sigreturn(2): Remove ancient compatibility warning about 4.2BSD.jilles2013-05-251-4/+0
* Make some tiny improvements to iconv_open().ed2013-05-251-21/+15
* Only call free() on something we allocated.ed2013-05-251-2/+2
* Revert r250972 to fix build.gjb2013-05-252-4/+4
* Fix net80211 fragment creation.adrian2013-05-251-4/+15
* The error handling for writes to the target file could lead to the finalse2013-05-242-4/+4
* Fix building on slightly older -current and stable systems aftermarcel2013-05-241-0/+5
* Mention the "nojailvnet" keyword.jamie2013-05-241-1/+3
* Enforce validation on the selected delete method via sysctl.smh2013-05-241-1/+2
* Fix the data corruption on the swap-backed md.kib2013-05-241-1/+7
* Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Seri...achim2013-05-2421-0/+8493
* Withdraw http://svnweb.freebsd.org/changeset/base/250809tuexen2013-05-241-2/+0
* The fasttrap provider cleans up probes asynchronously when a process withmarkj2013-05-241-64/+49
* Initialising the new fibnum field to a known value turns out tojulian2013-05-241-0/+3
* Ensure alq's shutdown_pre_sync event handler is deregistered on module unload tolstewart2013-05-241-2/+5
* While waiting for the bpf hold buffer to become idle, checkghelmer2013-05-231-2/+7
* Use proper malloc type for ioctls white-list.pjd2013-05-231-5/+7
* Fix target selection logic, which did not comply with the man page.se2013-05-231-2/+8
* Add support for netgroup, based on patch in the PR but made consistentghelmer2013-05-231-0/+43
* Include descriptions of the flags and fields printed when dumping themarkj2013-05-231-0/+30
* Change the copyright notice to a standard BSD 2-clause license and assignmarcel2013-05-231-0/+22
* Correct the description of the -a option: rtsol(d) -a will in fact send outmarkj2013-05-231-7/+2
* Let iconv build on -HEAD properly.ed2013-05-236-2/+8
* Fix typo in the definition of the TWS_DATA_CCB.kib2013-05-231-1/+1
* Rework and organize pmap_enter_locked() function.gber2013-05-231-86/+72
* Stop using PVF_MOD, PVF_REF & PVF_EXEC flags in pv_entry, use PTE.gber2013-05-232-36/+33
* Improve, optimize and clean-up ARMv6/v7 memory management related code.gber2013-05-234-222/+216
* Switch to AP[2:1] access permissions model. Store "referenced"gber2013-05-235-111/+142
* Work around build breakages with GCC 4.2.jkim2013-05-238-0/+13
* Don't depend on the touch binary being present.ed2013-05-222-4/+4
* Fix loss of the emulated keyboard on Xen PV HVM domains.gibbs2013-05-221-27/+50
* Don't mess with /etc/localtime if it is a symlink.peter2013-05-221-1/+1
* Improve compatibility with old flex and fix build with GCC.jkim2013-05-223-3/+5
* Correct panic on detach of Xen PV network interfaces.gibbs2013-05-221-3/+7
* Remove reference to removed !MPSAFE filesystem supportemaste2013-05-221-2/+2
* Increase the (arbitrary) limit for the number of packets per tickluigi2013-05-221-2/+1
* Acquire read lock on the src object for vm_fault_copy_entry().attilio2013-05-221-4/+4
* Fix a copy-and-paste typo.delphij2013-05-221-1/+1
* Regenerate with manual fixup for WITH_LDNS_UTILS inheriting WITHOUT_BIND_UTILS.delphij2013-05-221-18/+24
* Properly spell sentinel (missed in 250891)mckusick2013-05-221-1/+1
* Fix NULL-dereference kernel panic in case of mps_attach() failure.mav2013-05-221-2/+2
* Implement beacon event debugging in athalq.adrian2013-05-221-0/+39
* Add missing buffer releases (brelse) after bread calls that returnmckusick2013-05-221-2/+6
* Add missing 28th element to softdep types name array.mckusick2013-05-221-1/+4
* Null a pointer after it is freed so that when it is returnedmckusick2013-05-221-0/+1
* Remove a bogus check for a NULL buffer pointer.mckusick2013-05-221-7/+8
* Properly spell sentinel (not sintenel or sentinal).mckusick2013-05-221-28/+28
* passing fd over unix socket: fix a corner case where callermjg2013-05-211-1/+8
* Add proper prerequisites for even two more headers.ed2013-05-212-1/+6
OpenPOWER on IntegriCloud