aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Re-enable dpv(1,3): Introduced via r274116; temporarily disabledDevin Teske2014-11-061-0/+2
* Upon second-thought (following r274144), remove spurious (unused)Devin Teske2014-11-061-1/+0
* Balance DPADD against LDADD for dpv(1,3).Devin Teske2014-11-051-2/+2
* Fix code-typo; introduced by r267511Devin Teske2014-11-051-1/+1
* Hook up OpenPAM's own unit tests to the build.Dag-Erling Smørgrav2014-11-052-0/+23
* Temporarily _disable_ compilation of dpv(3) and dpv(1).Devin Teske2014-11-051-1/+0
* Fix buildworld by adding DPADD= to libdpv [dpv(3)] MakefileDevin Teske2014-11-051-2/+4
* Make libdpv [dpv(3)] WARNS=6 clean for clang on -CURRENT.Devin Teske2014-11-052-3/+3
* Fix build-error (pointy hat; didn't merge full up-to-date code)Devin Teske2014-11-052-59/+59
* Add new libraries/utilities for data throughput visualization.Devin Teske2014-11-0422-0/+4929
* Commit missing header for sys/time.h compat on NetBSD to unbreak the amd64/i386Enji Cooper2014-11-041-0/+65
* Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approxim...Enji Cooper2014-11-0429-0/+769
* Add pkg-config file for libarchiveMartin Matuska2014-11-022-0/+18
* MFV: Import atf-0.21.Julio Merino2014-11-018-35/+23
* <sys/param.h> is a superset of <sys/types.h> and must always comeDag-Erling Smørgrav2014-11-011-2/+1
* Update acl(3) to expand on NFSv4 ACL support.Edward Tomasz Napierala2014-10-301-5/+9
* Make it clear that ACL flags are NFSv4-only.Edward Tomasz Napierala2014-10-307-14/+14
* Fix a clang 3.5 warning about abs(3) being given an argument of typeDimitry Andric2014-10-291-5/+5
* Fix renaming a group via the gr_copy functionBaptiste Daroussin2014-10-281-5/+12
* Fix prototypes.Kevin Lo2014-10-281-3/+3
* only install .pc files when we are not installing 32bit compat libs...John-Mark Gurney2014-10-272-0/+4
* fix typo, properly install a link to nv for nvlist_freev...John-Mark Gurney2014-10-271-1/+1
* getgrouplist(3) was reimplemented in terms of getgrent_r(3) in r174547, soMark Johnston2014-10-272-23/+2
* Use the __DECONST macro rather than hand rolling the same thing.Brooks Davis2014-10-241-5/+1
* Remove an unused variable that would be better spelled __func__.Brooks Davis2014-10-241-1/+0
* Eliminate conf_lock and instead rely on the NSS write lock to protectMark Johnston2014-10-241-8/+5
* The current POSIX semaphore implementation stores the _has_waiters flagJohn Baldwin2014-10-241-13/+14
* Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphoresJohn Baldwin2014-10-247-14/+7
* Hook libxo to the build.Marcel Moolenaar2014-10-232-0/+37
* The NetBSD libc tests use several definitions/macros that aren't available inEnji Cooper2014-10-222-0/+94
* My previous commit exposed an issue as it fixed a differentWarner Losh2014-10-221-1/+3
* When using an external gcc 4.8+ and not building libstdc++ then create in the...Baptiste Daroussin2014-10-211-0/+12
* Add support for __cxa_throw_bad_array_new_length in libcxxrtBaptiste Daroussin2014-10-211-0/+9
* Allow libkvm to get the kernel va to pa delta without the need forAndrew Turner2014-10-191-10/+26
* Update the ULE scheduler + thread and kinfo structs to use int for cpuidAdrian Chadd2014-10-181-0/+18
* Remove duplicated code.Xin LI2014-10-162-22/+1
* Fix the type of pte_pa as when it is passed into _kvm_pa2off it is eitherAndrew Turner2014-10-161-2/+2
* Slightly improve grammar in EAGAIN description.Gavin Atkinson2014-10-151-3/+3
* As pointed out by several people, r273114 was incorrect: it unconditionallyDag-Erling Smørgrav2014-10-152-15/+25
* Drop support for SSLv3.Dag-Erling Smørgrav2014-10-151-1/+1
* Add support for the __aeabi_c*cmp* functions. These are similar to theAndrew Turner2014-10-148-1/+337
* Promote libevent to lib/ level and fold ftp-proxy into its parent Makefile.Xin LI2014-10-132-0/+36
* Fix compiler locking diagnostic warnings.Hans Petter Selasky2014-10-131-46/+44
* accept(2) may and can return EAGAIN, document it.Xin LI2014-10-101-2/+2
* Update dl_iterate_phdr(3) to follow r272842Ed Maste2014-10-091-2/+2
* The value small=2**-(p+3), where p is the precision, can be determine fromSteve Kargl2014-10-094-120/+128
* Fix problem on big endian systems introduced in r271579 - when we werePawel Jakub Dawidek2014-10-094-40/+40
* Change the hardcoded default back from SHA512 to DES.Dag-Erling Smørgrav2014-10-091-7/+10
* 1) Fix the case we have less arguments for format string than we expected.Andrey A. Chernov2014-10-071-4/+3
* Back out timegm error check from r272562.Andrey A. Chernov2014-10-071-2/+0