aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add an entry for PT_GETLWPLIST.Tom Rhodes2006-11-091-1/+3
* Cleanup: we always have to use __error() now, and we shouldn't provide aOlivier Houchard2006-11-092-58/+1
* Remove a forgotten file.Ruslan Ermilov2006-11-081-4/+0
* Fix infinite loop in corrupt archives handling in libarchive(3).Simon L. B. Nielsen2006-11-081-4/+16
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIOlivier Houchard2006-11-0633-1230/+37
* Provide definitions suitable for arm big-endian.Olivier Houchard2006-11-061-0/+5
* Remove sys/uio.h include -- this is no longer required by the extattrRobert Watson2006-11-061-1/+0
* Eliminate documentation references to a non-existent function.Tim Kientzle2006-11-062-2/+0
* Computing SHLIB_MAJOR is not a good idea. It's really a FreeBSDTim Kientzle2006-11-061-6/+3
* Remove an unused declaration.Tim Kientzle2006-11-061-2/+0
* Fix a typo: "the give login class" to "the given login class."Tom Rhodes2006-11-051-1/+1
* Document return values for res_query and res_search.Sam Lawrance2006-11-042-3/+17
* - clock_gettime is in time.h instead of sys/time.hDaniel Gerzo2006-11-041-3/+3
* - change ABI for user trap handler for sun4v (eventually will sync sparc64 noKip Macy2006-11-032-0/+7
* Replace the SEE ALSO xrefs with a more reasonable set stolen from POSIX.Ruslan Ermilov2006-11-021-2/+7
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-4/+12
* Document MNT_GJOURNAL option.Pawel Jakub Dawidek2006-11-011-1/+4
* Implement cgwrite1(3) function which stored a given cylinder group on disk.Pawel Jakub Dawidek2006-10-315-2/+38
* Backed out rev.1.10 (a special case for amd64). The amd64 mcount codeBruce Evans2006-10-281-6/+0
* Add missing markup bits.Ruslan Ermilov2006-10-281-1/+3
* o Fix function name.Maxim Konovalov2006-10-281-1/+1
* Make KSE a kernel option, turned on by default in all GENERICJohn Birrell2006-10-261-4/+4
* Merge res_send.c of BIND9 9.3.3rc2 into main chunk. It includesHajimu UMEMOTO2006-10-241-6/+7
* Revert the rev. 1.4, it causes breakage on most arches except i386.Konstantin Belousov2006-10-231-4/+1
* Minor markup fix: A comma should be seperated by space from macroSimon L. B. Nielsen2006-10-211-1/+1
* Avoid a potential hard sentence break.Ruslan Ermilov2006-10-211-1/+1
* o Fix typo.Maxim Konovalov2006-10-211-1/+1
* Workaround for (what seems to be) compiler error for gcc 3.4.6. OnKonstantin Belousov2006-10-211-1/+4
* remove libc_r remanent.David Xu2006-10-201-2/+0
* Include sys/socket.h to know about sa_family_t.Gleb Smirnoff2006-10-172-0/+2
* file == NULL:Andrey A. Chernov2006-10-161-9/+14
* Honor errno obtained from __sflagsAndrey A. Chernov2006-10-161-1/+3
* Back out ftruncate error handling. There can some file tipesAndrey A. Chernov2006-10-161-9/+2
* Do real seekAndrey A. Chernov2006-10-151-3/+11
* Moved __BEGIN_DECLS up a little so that it covers __test_sse() and C++Bruce Evans2006-10-141-2/+2
* Don't inherit THR_FLAGS_NEED_SUSPEND for child process, child processDavid Xu2006-10-141-0/+2
* Backout unblocking of signal if no threads can currently handle it.Tor Egge2006-10-141-3/+2
* o Make _thr_umutex_init a function.David Xu2006-10-132-21/+23
* Forgot to bump the document date.Ruslan Ermilov2006-10-131-1/+1
* Some word smithing adopted from the PR.Ruslan Ermilov2006-10-131-14/+14
* Delay unblocking signal and restoring process signal mask until theTor Egge2006-10-131-19/+41
* Delay setting wakeup time until after poll array has been allocated.Tor Egge2006-10-131-20/+20
* Sync thread jump table with libc and other thread libraries.Tor Egge2006-10-131-4/+35
* Add missing comma.Ruslan Ermilov2006-10-131-1/+1
* Use type pthread_state for thread state.David Xu2006-10-131-1/+1
* Use normal parentheses.Ruslan Ermilov2006-10-121-5/+5
* Don't say "rightmost" when referring to the least significant bit.Ruslan Ermilov2006-10-121-4/+5
* The pam_unix module also provides password management.Ruslan Ermilov2006-10-121-7/+8
* More accurately document the implementation details of internal storage.Ruslan Ermilov2006-10-122-21/+23
* Link select(2) to FD_CLR(3), FD_ISSET(3), FD_SET(3), and FD_ZERO(3).Ruslan Ermilov2006-10-121-0/+2