aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* For 7.0 make the shared lib "version" '3'.David E. O'Brien2007-10-101-1/+1
* Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidentalDavid E. O'Brien2007-10-092-4/+2
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-09177-26833/+0
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-0911-71/+18
* Always install libpthread.* symlinks if at least one ofRuslan Ermilov2007-10-011-2/+3
* Always install libpthread.* symlinks if at least one ofRuslan Ermilov2007-10-012-4/+6
* Fixed "make checkdpadd" (missing library dependencies).Ruslan Ermilov2007-10-011-0/+1
* Adjust history.David E. O'Brien2007-09-284-4/+11
* Add fts_set_clientptr(3), fts_get_clientptr(3) and fts_get_stream(3) manSean Farley2007-09-281-1/+2
* Assorted spelling, punctuation and mdoc fixes.Christian Brueffer2007-09-255-36/+39
* The precision for a string argument in a call to warnx() needs to be castSean Farley2007-09-221-1/+2
* Translate partitions of type "PART" to chunks of the same typeMarcel Moolenaar2007-09-211-4/+15
* On PowerPC, geom_part has taken over the partitioning from geom_apple.Marcel Moolenaar2007-09-211-2/+7
* Add FreeBSD history.David E. O'Brien2007-09-211-1/+3
* Fix the archive_write_data() function so it always returnsTim Kientzle2007-09-212-4/+86
* - When using kvm use the new conversion method to derive swtime.Jeff Roberson2007-09-211-3/+16
* Fix some improper handling of malloc failuresMatteo Riondato2007-09-205-30/+53
* - Fix description to say "receive" instead of "send"Gabor Kovesdan2007-09-201-2/+2
* Fill in a missing 'e'Tim Kientzle2007-09-191-1/+1
* Revert the last commit to libarchive. It introduced some regresssions,Bruce A. Mah2007-09-182-33/+5
* Correct the return value from archive_write_data()Tim Kientzle2007-09-182-5/+33
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-171-2/+2
* Skip rebuilding environ in setenv() only upon reuse of an active variable;Sean Farley2007-09-151-2/+2
* Use better manuals for these ntp system calls. These were replaced byWarner Losh2007-09-153-201/+258
* Do not generate unneeded initializers.Joseph Koshy2007-09-091-5/+4
* Fix a bug that prevented applications from laying out ELF objectsJoseph Koshy2007-09-082-19/+51
* We've been able to support EVFILT_VNODE filtering on non-UFSRuslan Ermilov2007-09-071-6/+1
* ensure the head entry of addrinfo chain has non-NULL ai_canonname to beJINMEI Tatuya2007-09-051-2/+19
* - Fix strange for loop.Pawel Jakub Dawidek2007-09-051-6/+16
* Point expand_number(3) at humanize_number(3) and nive versa.Pawel Jakub Dawidek2007-09-052-0/+4
* Implement expand_number(3), which is the opposite of humanize_number(3), ie.Pawel Jakub Dawidek2007-09-014-3/+177
* Add thr_kill2 syscall.David Xu2007-08-221-0/+3
* This commit updates libarchive to be compatible withTim Kientzle2007-08-182-183/+600
* Make suid/sgid restore be "opportunistic" ifTim Kientzle2007-08-122-16/+82
* Update the tests for reading the various GNU tar sparse formats.Tim Kientzle2007-08-121-75/+267
* Output error message to STDERR_FILENO.David Xu2007-08-071-1/+1
* Improve error handling in libdisk while parsing the kern.geom.conftxt sysctl.Rink Springer2007-08-051-19/+38
* Back out previous commit until I figure out why my regression test fails.Dag-Erling Smørgrav2007-08-033-23/+17
* Use fcntl(2)-style locks instead of less-portable flock(2)-style locks.Dag-Erling Smørgrav2007-08-033-17/+23
* - Getipnodebyname() and getipnodebyaddr() reimplemented throughMichael Bushkov2007-07-311-1387/+72
* Two minor nits:Tim Kientzle2007-07-311-0/+7
* Cross-reference the correct manual page.Joseph Koshy2007-07-282-2/+2
* - take out a needless panic under invariants for sctp_output.cRandall Stewart2007-07-241-6/+107
* Set timeout for all NIS RPC requests to 1 second and not just forSimon L. B. Nielsen2007-07-241-8/+8
* Apply the same error checks to PAM_TTY in pam_sm_close_session() as inDag-Erling Smørgrav2007-07-221-1/+9
* Whitespace cleanupDag-Erling Smørgrav2007-07-221-6/+6
* - Correctly substitute variables like @NCURSES_MAJOR@ in manual pagesRong-En Fan2007-07-212-2/+10
* Added environ-replacement detection. For programs that "clean" (i.e., su)Sean Farley2007-07-201-78/+163
* Fix a strict aliasing warning from GCC 4.1.Tim Kientzle2007-07-201-1/+4
* archive_string_ensure() used to call exit(3) if itTim Kientzle2007-07-155-10/+27