summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - 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
* MD implementations of sqrtl().das2008-03-022-0/+76
* MI implementation of sqrtl(). This is very slow and shoulddas2008-03-023-4/+168
* Use the easily-greppable copyright notice template fromphilip2008-02-297-119/+119
* Fix and improve some magic numbers for the "medium size" case.bde2008-02-282-4/+4
* Replace the use of warnx() with direct output to stderr using _write().scf2008-02-281-12/+36
* Add <limits.h> for SHRT_MAX.jhb2008-02-273-0/+3
* File descriptors are an int, but our stdio FILE object uses a short to holdjhb2008-02-273-0/+39
* Spelling correction, thanks to Joerg Sonnenberger.kientzle2008-02-271-1/+1
* Optimize skipping over Zip entries.kientzle2008-02-271-14/+5
* stdio is currently limited to file descriptors not greater thanwollman2008-02-271-1/+19
* Added the "restrict" type-qualifier to the readlink() prototype.ru2008-02-261-2/+2
* Rename the archive_endian.h functions to avoid name clasheskientzle2008-02-262-39/+41
* Inline __ieee754__rem_pio2f(). On amd64 (A64) and i386 (A64), thisbde2008-02-254-0/+15
* Use a temporary array instead of the arg array y[] for callingbde2008-02-252-8/+8
* Change __ieee754_rem_pio2f() to return double instead of float so thatbde2008-02-255-27/+24
* Add missing words.brueffer2008-02-251-2/+2
* Fix some off-by-1 errors.bde2008-02-253-6/+11
OpenPOWER on IntegriCloud