summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* If a new thread is created, it inherits current thread's signal masks,davidxu2008-03-043-1/+24
* Include cpuset.h, unbreak compiling.davidxu2008-03-041-0/+2
* implement pthread_attr_getaffinity_np and pthread_attr_setaffinity_np.davidxu2008-03-044-3/+68
* Implement functions pthread_getaffinity_np and pthread_setaffinity_np todavidxu2008-03-033-1/+78
* - Fix an off-by-one bug in _libelf_insert_section(). [1]jkoshy2008-03-031-5/+11
* 1 << 47 needs to be written 1ULL << 47.das2008-03-021-1/+1
* Add cpuset, an api for thread to cpu binding and cpu resource groupingjeff2008-03-021-0/+15
* Translate the r_info field of ELF relocation records when convertingjkoshy2008-03-022-4/+23
* Hook up sqrtl() to the build.das2008-03-025-13/+24
OpenPOWER on IntegriCloud