summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge xz 5.2.0.rpaulo2015-02-095-21/+36
* revert r278414bapt2015-02-081-3/+0
* Reapply r255891bapt2015-02-081-0/+3
* Protect uninitialized scalar variable from being accessedpfg2015-02-072-2/+2
* Remove useless comment.trasz2015-02-071-6/+1
* Truncate the exponent 'n' of type long to a domain containedkargl2015-02-071-19/+9
* Add a new device control utility for new-bus devices called devctl. Thisjhb2015-02-065-0/+470
* Update comment and NetBSD ID tag.pfg2015-02-061-3/+3
* Drop cgetclose() from getdiskbyname().pfg2015-02-061-1/+0
* Fully initialize allocated memory for the new barrier. Thekib2015-02-061-4/+1
* Some NetGraph debug polishing.mav2015-02-061-7/+22
* Add a comment explaining why gcc is needed.jhibbits2015-02-061-0/+4
* tdelete(3): don't delete the node we are about to return.pfg2015-02-051-1/+2
* getdiskbyname(): plug resource leakpfg2015-02-051-8/+16
* Expose the constants for internal new-bus device flags to userland. Thejhb2015-02-051-1/+1
* powerpc64 csu needs to be built by gcc, so enforce that.jhibbits2015-02-051-0/+3
* Followup to r278223, by only using -stdlib=libc++ when the compiler isdim2015-02-041-1/+2
* For now, add -stdlib=libc++ to the flags for building clang, since thatdim2015-02-041-1/+1
* Add MK_FILE to control whether or not to build file(1), libmagic(3), etcngie2015-02-041-1/+5
* Conditionalize building radius support into libpam, ppp, etc viangie2015-02-042-2/+8
* scanblnl: drop extra braces.pfg2015-02-031-2/+1
* Reduce confusion in scalbnl() family of functions.pfg2015-02-031-3/+10
* rpc: Uninitialized pointer readpfg2015-02-021-1/+1
* Resource leakpfg2015-02-011-0/+1
* ttyname_r(): Return actual error, not always [ENOTTY].jilles2015-02-011-2/+2
* Stop iterating and return if the caller-supplied callback function returnsmarkj2015-01-311-4/+8
* msun: use previously ignored value.pfg2015-01-301-22/+4
* Make gcc happy.pjd2015-01-301-3/+12
* Add missing nvlist_get_parent(3) link.pjd2015-01-301-0/+1
* Handle empty nvlists correctly.pjd2015-01-301-16/+35
* Modify nvlist_get_parent() API to take additional cookie argument.pjd2015-01-303-19/+41
* If moving descriptor or binary data to an nvlist fails, we need to close thepjd2015-01-301-5/+27
* Use zero register instead of immediate 0x0 in MIPS assemblyemaste2015-01-291-1/+1
* sem_post(): Fix and document semaphore value overflow error.jilles2015-01-282-3/+8
* Add ARMv7 performance monitoring counters.br2015-01-281-0/+42
* Constify a struct savexmm pointer in pt_ucontext_to_fpreg(), to silencedim2015-01-271-1/+1
* Add MK_BHYVE knob for building and installing bhyve(4), et alngie2015-01-261-0/+2
* Build lib/libgpio if MK_GPIO != nongie2015-01-251-1/+5
* gr_equal(): Fix a crash that could occur if the first group's member listmarkj2015-01-251-15/+10
* Ensure that we don't try to demangle a symbol name if we failed to lookmarkj2015-01-252-3/+41
* Enable utimensat tests from NetBSD.jilles2015-01-241-1/+2
* Add futimens and utimensat system calls.jilles2015-01-236-0/+510
* Fix usage example in kvprintf(9) and its copy in libstand(3): trailing '\n'danfe2015-01-232-3/+3
* Update reported elftoolchain versionemaste2015-01-221-1/+1
* Merge all the copies of _tcb_ctor and _tcb_dtor.andrew2015-01-2121-321/+10
* Fix bug in r276630. Do not allow pthread_sigmask() to block SIGCANCEL.kib2015-01-211-1/+2
* Fix a bug in libvmmapi 'vm_copy_setup()' where it would return success even ifneel2015-01-192-7/+17
* Upgrade libxo to 0.2.0.marcel2015-01-191-0/+1
* Add procctl(2) PROC_TRACE_CTL command to enable or disable debuggerkib2015-01-181-1/+78
* Upgrade our copy of clang and llvm to 3.5.1 release. This is a bugfixdim2015-01-186-9/+11
|\
OpenPOWER on IntegriCloud