aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Const-ify character stringPedro F. Giffuni2014-08-071-1/+1
* Make libohash a proper internallib instead of hidding it in m4Baptiste Daroussin2014-08-066-0/+783
* Rework privatelib/internallibBaptiste Daroussin2014-08-061-1/+1
* Integrate lib/libnv into the build/kyuaEnji Cooper2014-08-058-0/+1429
* Integrate lib/libmp into the build/kyuaEnji Cooper2014-08-043-0/+227
* fix misordering...John-Mark Gurney2014-08-041-3/+3
* add xrefs for the other functions...John-Mark Gurney2014-08-041-1/+5
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingMichael Tuexen2014-08-041-0/+3
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andMichael Tuexen2014-08-031-0/+3
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control theMichael Tuexen2014-08-031-0/+3
* Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen2014-08-021-0/+3
* Cleanup the ECN configuration handling and provide an SCTP socketMichael Tuexen2014-08-021-0/+3
* Add pkgfs, a file system implementation for reading files out of aMarcel Moolenaar2014-07-313-0/+793
* Fix the example: free the memory that was allocated by getline().Nick Hibma2014-07-311-0/+1
* Provide a means for loaders to control which file system to use. ThisMarcel Moolenaar2014-07-302-9/+24
* If telldir() is called immediately after a call to seekdir(), POSIXJohn Baldwin2014-07-292-28/+26
* Update the list of cross references to include the more modern set ofGeorge V. Neville-Neil2014-07-281-1/+13
* Unbreak the ABI by reverting r268494 until the compat shims are providedPietro Cerutti2014-07-281-1/+1
* In r232153, libarchive 3.0.3 was imported, replacing the archive_hash.hDimitry Andric2014-07-261-10/+10
* strftime() xlocale cleanups.Pedro F. Giffuni2014-07-261-37/+46
* In the "Too many open files" edge cases don't try to preserve oldAndrey A. Chernov2014-07-261-0/+8
* Remove useless getpwnam() call.Dag-Erling Smørgrav2014-07-261-3/+1
* Reviewed by: impSimon J. Gerraty2014-07-261-3/+3
* POSIX says that passing a location returned by telldir() to seekdir()John Baldwin2014-07-241-0/+1
* libstand's qdivrem.c assumes that sizeof(int) == sizeof(long), this is notSean Bruno2014-07-242-13/+14
* Fix fault injection in bhyve.Neel Natu2014-07-242-32/+0
* Fix mismatch.Pedro F. Giffuni2014-07-231-1/+1
* fparseln(3): Update from NetBSD sources.Pedro F. Giffuni2014-07-231-5/+11
* Emulate instructions emitted by OpenBSD/i386 version 5.5:Neel Natu2014-07-232-2/+47
* Avoid possible cast degradation.Pedro F. Giffuni2014-07-222-2/+2
* For "a"-mode files and rewind/fseek + fwrite combination return meaningfulAndrey A. Chernov2014-07-221-0/+18
* Back the whole change out until I figure out how to obtain O_APPEND,Andrey A. Chernov2014-07-221-6/+0
* Checking for __SAPP alone is not enough because it is emulated O_APPENDAndrey A. Chernov2014-07-221-1/+2
* Revert r268984:Pedro F. Giffuni2014-07-221-2/+5
* Mostly cosmetic cleanups.Pedro F. Giffuni2014-07-222-3/+3
* ftello: return 1 when seeking offset on an append stream.Pedro F. Giffuni2014-07-221-0/+2
* rewind: always clear error indicator.Pedro F. Giffuni2014-07-221-3/+2
* Fix hdestroy() compliance issue.Pedro F. Giffuni2014-07-211-1/+0
* Update license.Pedro F. Giffuni2014-07-211-7/+2
* Add re-entrant versions of the hash functions based on the GNU api.Pedro F. Giffuni2014-07-214-41/+153
* Adjust errno on failed prepwrite.Pedro F. Giffuni2014-07-203-3/+10
* Const-ify a character string.Pedro F. Giffuni2014-07-201-1/+1
* Use a correct errno in freopen.Pedro F. Giffuni2014-07-201-1/+1
* Update fflush(3) to return success on a read-only stream.Pedro F. Giffuni2014-07-201-9/+16
* Add dl_unwind_find_exidx() for ARM EABI, required for C++ exceptionIan Lepore2014-07-193-1/+111
* Add support for the "account" facility.Dag-Erling Smørgrav2014-07-192-5/+25
* Handle nested exceptions in bhyve.Neel Natu2014-07-192-0/+32
* Check if the specified group is the user's primary group beforeDag-Erling Smørgrav2014-07-191-6/+4
* Clean up the libunbound build to avoid accidentally regenerating theDag-Erling Smørgrav2014-07-191-2/+11
* Clean r268867.Pedro F. Giffuni2014-07-191-1/+1