summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle NULL return from crypt(3). Mostly from DragonFlykevlo2012-02-228-12/+33
* Remove reference to gsched_as module, which doesn'teadler2012-02-221-1/+1
* Don't use `m' after m_megapullup.ae2012-02-221-1/+1
* Update to tcsh 6.18.01.mp2012-02-22331-11356/+11208
|\
| * Import of tcsh-6.18.01mp2012-02-20502-10355/+38796
* | Use unused fourth argument of umtx_op to pass flags to kernel for operationdavidxu2012-02-223-34/+47
* | Refctor address assignment for Octeon's ethernet ports:gonzo2012-02-229-52/+71
* | Return NULL on error rather than ":", per the crypt(3) man page.kevlo2012-02-221-6/+5
* | Fix memset sizeofkevlo2012-02-221-1/+1
* | libc: Add some tests for fmtmsg().jilles2012-02-212-1/+252
* | When building with clang, disable -Wformat-security fordim2012-02-212-0/+4
* | When building with clang, disable -Wunneeded-internal-declaration fordim2012-02-212-5/+11
* | unp_connect() may use a shared lock on the vnode to fetch the socket.trociny2012-02-211-2/+2
* | Make vnode_if.awk parse vnode operations with underscores, like VOP_FOO_BAR.trociny2012-02-211-1/+1
* | Avoid error log for transfer stop w/o error code.emaste2012-02-211-1/+2
* | Fix found places where uio_resid is truncated to int.kib2012-02-2133-90/+132
* | Document the fact that getgrouplist(3) returns 0 on success.pjd2012-02-201-2/+2
* | Add oce(4) to the hardware notes.brueffer2012-02-202-0/+3
* | Remove redundant forward declaration of struct ieee80211com.ray2012-02-201-2/+0
* | Set the O_CLOEXEC flag when opening the pidfile to avoid leaking theghelmer2012-02-201-1/+1
* | More improvements, the biggest one using list environments for enumerations.brueffer2012-02-201-24/+40
* | Remove an unnecessary cast.kevlo2012-02-201-1/+1
* | Revert r231923 for now. Further work is needed to make sure that thedelphij2012-02-201-1/+1
* | If nested scheme allows dump kernel to its partition, we may allowae2012-02-201-2/+5
* | Add alias for the partition type 0x0f. Now "ebr" name is used for bothae2012-02-201-0/+1
* | Break out the radar code into a separate source file.adrian2012-02-205-360/+394
* | Return BUS_PROBE_DEFAULT instead of 0 because this is an in-tree driver.delphij2012-02-201-1/+1
* | Use uprintf instead of printf for the reason why a kernel module can notdelphij2012-02-201-1/+1
* | - Trim empty lines resulting in bad rendering, EOL whitespacespluknet2012-02-191-11/+14
* | Probe the National DP83849, which is a dual-port version of the PHYTER.marius2012-02-192-3/+6
* | - Probe BCM57780.marius2012-02-192-2/+6
* | If permitted protect the supervisor against pageout kill.trociny2012-02-191-0/+7
* | Add -r option to restart the program if it has been terminated.trociny2012-02-192-22/+45
* | If the supervising process receives SIGTERM, forward it to the spawnedtrociny2012-02-192-11/+72
* | The pidfile_open(3) is going to be fixed to set close-on-exec in ordertrociny2012-02-192-26/+58
* | Enable the new PCI-PCI bridge driver by default.andreast2012-02-191-0/+2
* | Check both seconds and nanoseconds are zero, only checking nanosecondsdavidxu2012-02-191-1/+1
* | Close a race due to dropping of the map lock between creating a map entryalc2012-02-191-3/+1
* | Document PL_FLAG_CHILD.kib2012-02-181-1/+6
* | Remove two clang warnings.tuexen2012-02-182-2/+2
* | Try to ensure that ieee80211_newstate() and the vap_newstate methodsadrian2012-02-181-0/+15
* | Use ANSI prototypes.delphij2012-02-181-42/+13
* | Put the signal trap output to standard error instead of standard output.delphij2012-02-181-3/+3
* | Fix misuse of the kernel map in miscellaneous image activators.kib2012-02-175-88/+44
* | Fix regression in the handling of blkback close events forgibbs2012-02-171-6/+2
* | Various cleanups for readability (no functional changes)luigi2012-02-176-180/+65
* | add manpage for the "oce" driverluigi2012-02-172-0/+118
* | Patches from Naresh Raju Gottumukkalaluigi2012-02-178-147/+260
* | Fix cross-references.kib2012-02-171-2/+2
* | Switch the license boilerplates to our standard one.brueffer2012-02-1732-352/+352
OpenPOWER on IntegriCloud