summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Integrate lib/libutil into the build/kyuangie2014-08-138-0/+1406
* Minor style tweaks.pfg2014-08-131-7/+7
* According to opie code and even direct mention in opie(4) challenge bufferache2014-08-121-1/+1
* Fix broken pointer overflow check ns_name_unpack()ume2014-08-121-2/+3
* Update our stub resolver to final version of libbind.ume2014-08-1236-199/+909
* Bring the md5 functions into libc for internal use only.ume2014-08-122-0/+6
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDtuexen2014-08-121-0/+7
* When r255294 was committed, it exposed the symbols lgammal, powl,kargl2014-08-091-22/+3
* In r268463, I misplaced a return in demangle(), causing the function todim2014-08-091-8/+2
* Const-ify character stringpfg2014-08-071-1/+1
* Make libohash a proper internallib instead of hidding it in m4bapt2014-08-066-0/+783
* Rework privatelib/internallibbapt2014-08-061-1/+1
* Integrate lib/libnv into the build/kyuangie2014-08-058-0/+1429
* Integrate lib/libmp into the build/kyuangie2014-08-043-0/+227
* fix misordering...jmg2014-08-041-3/+3
* add xrefs for the other functions...jmg2014-08-041-1/+5
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingtuexen2014-08-041-0/+3
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andtuexen2014-08-031-0/+3
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control thetuexen2014-08-031-0/+3
* Add support for the SCTP_PR_SUPPORTED socket option as specified intuexen2014-08-021-0/+3
* Cleanup the ECN configuration handling and provide an SCTP sockettuexen2014-08-021-0/+3
* Add pkgfs, a file system implementation for reading files out of amarcel2014-07-313-0/+793
* Fix the example: free the memory that was allocated by getline().n_hibma2014-07-311-0/+1
* Provide a means for loaders to control which file system to use. Thismarcel2014-07-302-9/+24
* If telldir() is called immediately after a call to seekdir(), POSIXjhb2014-07-292-28/+26
* Update the list of cross references to include the more modern set ofgnn2014-07-281-1/+13
* Unbreak the ABI by reverting r268494 until the compat shims are providedgahr2014-07-281-1/+1
* In r232153, libarchive 3.0.3 was imported, replacing the archive_hash.hdim2014-07-261-10/+10
* strftime() xlocale cleanups.pfg2014-07-261-37/+46
* In the "Too many open files" edge cases don't try to preserve oldache2014-07-261-0/+8
* Remove useless getpwnam() call.des2014-07-261-3/+1
* Reviewed by: impsjg2014-07-261-3/+3
* POSIX says that passing a location returned by telldir() to seekdir()jhb2014-07-241-0/+1
* libstand's qdivrem.c assumes that sizeof(int) == sizeof(long), this is notsbruno2014-07-242-13/+14
* Fix fault injection in bhyve.neel2014-07-242-32/+0
* Fix mismatch.pfg2014-07-231-1/+1
* fparseln(3): Update from NetBSD sources.pfg2014-07-231-5/+11
* Emulate instructions emitted by OpenBSD/i386 version 5.5:neel2014-07-232-2/+47
* Avoid possible cast degradation.pfg2014-07-222-2/+2
* For "a"-mode files and rewind/fseek + fwrite combination return meaningfulache2014-07-221-0/+18
* Back the whole change out until I figure out how to obtain O_APPEND,ache2014-07-221-6/+0
* Checking for __SAPP alone is not enough because it is emulated O_APPENDache2014-07-221-1/+2
* Revert r268984:pfg2014-07-221-2/+5
* Mostly cosmetic cleanups.pfg2014-07-222-3/+3
* ftello: return 1 when seeking offset on an append stream.pfg2014-07-221-0/+2
* rewind: always clear error indicator.pfg2014-07-221-3/+2
* Fix hdestroy() compliance issue.pfg2014-07-211-1/+0
* Update license.pfg2014-07-211-7/+2
* Add re-entrant versions of the hash functions based on the GNU api.pfg2014-07-214-41/+153
* Adjust errno on failed prepwrite.pfg2014-07-203-3/+10
OpenPOWER on IntegriCloud