summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Ignore a few more common files.kientzle2008-03-151-1/+7
* Resolve a minor nit in SUS compliance by including the PID in thekientzle2008-03-152-12/+27
* GC a reference to the defunct TESTFILES variable.kientzle2008-03-151-1/+1
* A subtle point: "pax interchange format" mandates that all stringskientzle2008-03-155-259/+538
* Ignore some built files.kientzle2008-03-151-0/+4
* Don't lie. If a string can't be converted to a wide (Unicode) string,kientzle2008-03-142-1/+43
* Don't advertise the default block size as a constant; don'tkientzle2008-03-141-1/+6
* New public functions archive_entry_copy_link() and archive_entry_copy_link_w()kientzle2008-03-145-1/+58
* Update some comments, comment out argument names to guard againstkientzle2008-03-141-16/+50
* Since "length" computes the length of a string and is used as ankientzle2008-03-141-1/+1
* Let archive_entry_clear() accept a NULL pointer and simply do nothing.kientzle2008-03-141-0/+2
* Rework the versioning implementation and test to match thekientzle2008-03-142-2/+58
* Rework the versioning information, hopefully for the last time.kientzle2008-03-141-41/+37
* Add a useful sprintf()-style wrapper aroundkientzle2008-03-142-0/+13
* Support for writing 'compress' format, thanks to Joerg Sonnenberger.kientzle2008-03-145-0/+596
* A block in a tar file is 512 bytes. Period.kientzle2008-03-141-1/+1
* - Document Pentium and Pentium MMX events.jkoshy2008-03-141-2/+338
* Fix bugs in previous revision (missing comma, misspelled syscall name).ru2008-03-131-3/+2
* Remove trailing whitespace.ru2008-03-131-1/+1
* Add missing section number.ru2008-03-131-1/+1
* In file sem_timewait.3, remove reference to SYSV semphore in SEE ALSOdavidxu2008-03-132-4/+3
* Current 'ar' read support in libarchive can only handle a GNU/SVR4kaiw2008-03-123-42/+41
* Bring the behaviour of pmc_capabilities() and pmc_width() in line withjkoshy2008-03-121-3/+5
* Describe return values from pmc_ncpu() and pmc_npmc() better.jkoshy2008-03-121-1/+4
* -Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentInpiso2008-03-121-1/+1
* - Remove kse syscall symbols and man pages.jeff2008-03-122-21/+1
* - Don't inspect the P_SA flag. It's being removed.jeff2008-03-121-7/+2
* - Remove libkse and related support code in libpthread from the build.jeff2008-03-122-6/+2
* Portability: Eliminate the need for uudecode by incorporatingkientzle2008-03-127-81/+231
* Remove some unused fields from the private archive_read structurekientzle2008-03-122-52/+0
* Tighten up the semantics of acl_next() and xattr_next() when youkientzle2008-03-122-0/+27
* Typo, thanks to: Jeff Johnson.kientzle2008-03-121-1/+1
* Add missing comma.davidxu2008-03-121-1/+1
* Add manual for function sem_timedwait().davidxu2008-03-122-1/+123
* If a thread is cancelled, it may have already consumed a umtx_wake,davidxu2008-03-111-0/+2
* Add structures to hold SDP parameters for the NAP, GN and PANU profiles.emax2008-03-111-0/+17
* Use .Fo/.Fc and .Xo/.Xc to bring the line widths below 79 columns.jkoshy2008-03-101-12/+70
* Use .Fo/.Fc and .Xo/.Xc to bring the line widths below 79 columns.jkoshy2008-03-104-17/+103
* Add reference to kldunloadf system call, which was previously notrwatson2008-03-102-1/+15
* Introduce a new F_DUP2FD command to fcntl(2), for compatibility withantoine2008-03-081-1/+37
* Merge changes from NetBSD on humanize_number.c, 1.8 -> 1.13antoine2008-03-081-5/+10
* Remove stale #include <machine/atomic.h>, which as needed by lazyjasone2008-03-071-4/+4
* Add __FBSDID() tags.rwatson2008-03-074-8/+12
* Fix a bug when calculating remnant size.davidxu2008-03-061-1/+1
* Don't report death event to debugger if it is a forced exit.davidxu2008-03-061-1/+1
* Restore code setting new thread's scheduler parameters, I was thinkingdavidxu2008-03-061-15/+11
* Increase and decrease in_sigcancel_handler accordingly to avoid possibledavidxu2008-03-051-2/+2
* Use cpuset defined in pthread_attr for newly created thread, for now,davidxu2008-03-053-21/+57
* Add more cpu affinity function's symbols.davidxu2008-03-051-0/+6
* Check actual size of cpuset kernel is using and define underscore versiondavidxu2008-03-051-7/+42
OpenPOWER on IntegriCloud