summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Eliminate documentation references to a non-existent function.kientzle2006-11-062-2/+0
* Computing SHLIB_MAJOR is not a good idea. It's really a FreeBSDkientzle2006-11-061-6/+3
* Remove an unused declaration.kientzle2006-11-061-2/+0
* Fix a typo: "the give login class" to "the given login class."trhodes2006-11-051-1/+1
* Document return values for res_query and res_search.lawrance2006-11-042-3/+17
* - clock_gettime is in time.h instead of sys/time.hdanger2006-11-041-3/+3
* - change ABI for user trap handler for sun4v (eventually will sync sparc64 nokmacy2006-11-032-0/+7
* Replace the SEE ALSO xrefs with a more reasonable set stolen from POSIX.ru2006-11-021-2/+7
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-4/+12
* Document MNT_GJOURNAL option.pjd2006-11-011-1/+4
* Implement cgwrite1(3) function which stored a given cylinder group on disk.pjd2006-10-315-2/+38
* Backed out rev.1.10 (a special case for amd64). The amd64 mcount codebde2006-10-281-6/+0
* Add missing markup bits.ru2006-10-281-1/+3
* o Fix function name.maxim2006-10-281-1/+1
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-4/+4
* Merge res_send.c of BIND9 9.3.3rc2 into main chunk. It includesume2006-10-241-6/+7
* Revert the rev. 1.4, it causes breakage on most arches except i386.kib2006-10-231-4/+1
* Minor markup fix: A comma should be seperated by space from macrosimon2006-10-211-1/+1
* Avoid a potential hard sentence break.ru2006-10-211-1/+1
* o Fix typo.maxim2006-10-211-1/+1
* Workaround for (what seems to be) compiler error for gcc 3.4.6. Onkib2006-10-211-1/+4
* remove libc_r remanent.davidxu2006-10-201-2/+0
* Include sys/socket.h to know about sa_family_t.glebius2006-10-172-0/+2
* file == NULL:ache2006-10-161-9/+14
* Honor errno obtained from __sflagsache2006-10-161-1/+3
* Back out ftruncate error handling. There can some file tipesache2006-10-161-9/+2
* Do real seekache2006-10-151-3/+11
* Moved __BEGIN_DECLS up a little so that it covers __test_sse() and C++bde2006-10-141-2/+2
* Don't inherit THR_FLAGS_NEED_SUSPEND for child process, child processdavidxu2006-10-141-0/+2
* Backout unblocking of signal if no threads can currently handle it.tegge2006-10-141-3/+2
* o Make _thr_umutex_init a function.davidxu2006-10-132-21/+23
* Forgot to bump the document date.ru2006-10-131-1/+1
* Some word smithing adopted from the PR.ru2006-10-131-14/+14
* Delay unblocking signal and restoring process signal mask until thetegge2006-10-131-19/+41
* Delay setting wakeup time until after poll array has been allocated.tegge2006-10-131-20/+20
* Sync thread jump table with libc and other thread libraries.tegge2006-10-131-4/+35
* Add missing comma.ru2006-10-131-1/+1
* Use type pthread_state for thread state.davidxu2006-10-131-1/+1
* Use normal parentheses.ru2006-10-121-5/+5
* Don't say "rightmost" when referring to the least significant bit.ru2006-10-121-4/+5
* The pam_unix module also provides password management.ru2006-10-121-7/+8
* More accurately document the implementation details of internal storage.ru2006-10-122-21/+23
* Link select(2) to FD_CLR(3), FD_ISSET(3), FD_SET(3), and FD_ZERO(3).ru2006-10-121-0/+2
* Document S_IRWXU and permission bits for group/other.ru2006-10-121-2/+11
* Document what "msgsz" argument really denotes. [1]ru2006-10-121-4/+9
* Note that the value from getenv() should not be modified by applications.trhodes2006-10-121-1/+5
* fix bus error in newsyslog by making sure that fields in struct fpemukmacy2006-10-121-0/+1
* o Follow the trend and try to explain what the slow device is.maxim2006-10-111-3/+5
* o From kern_prot.c::p_cansignal():maxim2006-10-101-2/+2
* Fix markup in previous revision.ru2006-10-101-2/+5
OpenPOWER on IntegriCloud