aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Document S_IRWXU and permission bits for group/other.Ruslan Ermilov2006-10-121-2/+11
* Document what "msgsz" argument really denotes. [1]Ruslan Ermilov2006-10-121-4/+9
* Note that the value from getenv() should not be modified by applications.Tom Rhodes2006-10-121-1/+5
* fix bus error in newsyslog by making sure that fields in struct fpemuKip Macy2006-10-121-0/+1
* o Follow the trend and try to explain what the slow device is.Maxim Konovalov2006-10-111-3/+5
* o From kern_prot.c::p_cansignal():Maxim Konovalov2006-10-101-2/+2
* Fix markup in previous revision.Ruslan Ermilov2006-10-101-2/+5
* Add information on how to escape a literal colon in a value or name.Tom Rhodes2006-10-091-1/+5
* unbreak build for sparc64 etc.Kip Macy2006-10-092-2/+3
* buildworld fixes for sun4vKip Macy2006-10-093-1/+15
* Fix a regression: let natd load libalias modules before /usr is mountedPaolo Pisati2006-10-089-9/+10
* Fix TLS on sparc64 for statically and dynamically linked binariesKip Macy2006-10-083-7/+14
* getenv.3: Put "is" on a line with other wordsTom Rhodes2006-10-072-3/+3