aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* MFC:Max Laier2007-10-192-3/+28
* MFC: Correctly define CACHED_SOCKET_PATH as /var/run/nscd after cachedMichael Bushkov2007-10-181-1/+1
* MFC: Optimize for size on pc98. It enables to boot a kernel again.Yoshihiro Takahashi2007-10-181-0/+3
* MFC 1.15: When reading ZIP archives, non-regular files shouldTim Kientzle2007-10-181-0/+7
* MFC rev. 1.6, 1.7 of src/lib/libutil/pidfile.3,Konstantin Belousov2007-10-152-1/+20
* Turn on MALLOC_PRODUCTION which turns off some stuff used for debuggingKen Smith2007-10-111-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-10-101-192/+0
* 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-178/+595
* 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