summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix .Dd after r257646.gjb2013-11-051-1/+1
* Modify the libproc breakpoint add/remove functions to stop the targetmarkj2013-11-051-7/+59
* Use OpenBSD's revamped description of strlcpy and strlcat.eadler2013-11-041-68/+63
* - Add manual pages for capability rights (rights(4)), cap_rights_init(3)pjd2013-11-046-529/+427
* kqueue: Change error for kqueues rlimit from EMFILE to ENOMEM and documentjilles2013-11-031-1/+8
* Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm thanpeter2013-11-035-42/+0
* Fix up FreeBSD tag for files not from a vendor branchemaste2013-10-315-5/+5
* Add missing header.nwhitehorn2013-10-301-0/+1
* printf() specifier updates to CAM to handle either 32-bit or 64-bit lun_id_t.nwhitehorn2013-10-301-6/+6
* Fix an off-by-one error when checking whether a given address is withinmarkj2013-10-291-2/+2
* Revert r257248 and fix the problem in a way that doesn't violate style(9).markj2013-10-292-4/+3
* Remove ng_fec(4).glebius2013-10-281-2/+0
* Fix the build with gcc.markj2013-10-281-1/+2
* Remove an incorrect debug printf.markj2013-10-281-1/+0
* Use the size of the MACHINE_ARCH string instead of sizeof(uint32_t). It cancognet2013-10-271-1/+1
* Clean up the debug printing in libproc a bit. In particular:markj2013-10-276-33/+35
* Update the hard-float version of the fenv functions to use the VFP unit.andrew2013-10-271-36/+53
* Mention in login.conf.5 which fields may be infinite and how to specifify inf...eadler2013-10-271-0/+10
* All man pages refer to FreeBSD so there is no need to mention "In .Fx"eadler2013-10-271-3/+1
* Set up the /usr/tests hierarchy.rpaulo2013-10-252-0/+7
* Add a resource limit for the total number of kqueues available to thekib2013-10-213-0/+4
* Drop cm_lock before calling mapper_close, which in turn could calldelphij2013-10-211-0/+2
* syslog: Use SOCK_CLOEXEC instead of separate fcntl() call.jilles2013-10-201-2/+2
* popen(): Try to prevent inappropriate fd passing even if 'e' is not used.jilles2013-10-201-13/+12
* Clearly split the logic to build ATF and plain tests apart.rpaulo2013-10-191-1/+1
* Fix the libproc build when DEBUG is defined.markj2013-10-171-2/+2
* Add a new capability, VM_CAP_ENABLE_INVPCID, that can be enabled to exposeneel2013-10-161-0/+1
* Make it possible to seek within a gzip stream.delphij2013-10-161-2/+8
* Revert r256514 for libkvm. It wasn't correct actually and breaks build.glebius2013-10-151-3/+1
* Make getutxent(3) more robust against bad utx.log files. Whenever we readglebius2013-10-151-0/+11
* - While we are spreading the counter(9) across network stack, more userlandglebius2013-10-151-1/+3
* Rename libbsdyml to libyaml, make private, and bumpbdrewery2013-10-142-69/+3
* Remove most of the ATF tools and the _atf user.rpaulo2013-10-121-1/+1
* Bump OS versions in the toolchain triples to 11.0, and bump thedim2013-10-101-2/+2
* Unbreak zfsloader with LOADER_TFTP_SUPPORT onkan2013-10-091-2/+6
* Handle the cases where NULL is passed as cap_rightsp to thepjd2013-10-091-10/+14
* Parse the memory size parameter using expand_number() to allow specifyingneel2013-10-092-0/+28
* don't assert on bad args, instead return an error..jmg2013-10-072-37/+54
* Merge projects/bhyve_npt_pmap into head.neel2013-10-052-2/+27
* accept(2): Update portability note for accept4().jilles2013-10-011-3/+10
* Remove BIND.des2013-09-3018-6851/+0
* Temporarily disable iconv for non-shared library builds. The dynamicdelphij2013-09-261-1/+3
* Import NetBSD readline.c,v 1.104: do not crash with add_history(NULL).delphij2013-09-261-0/+3
* Add an elf note on ARM to store the MACHINE_ARCH an executable was builtandrew2013-09-262-0/+15
* Add LLDB bmake infrastructureemaste2013-09-2038-9/+963
* Minor mdoc improvements.joel2013-09-191-4/+4
* Extend the support for exempting processes from being killed when swap isjhb2013-09-193-0/+146
* Remove an unused variable and fix a memory leak in sctp_connectx().tuexen2013-09-191-3/+4
* Move libldns to the correct (ordered) library list.des2013-09-151-1/+1
* Build and install the Unbound caching DNS resolver daemon.des2013-09-152-0/+39
OpenPOWER on IntegriCloud