summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-08-23Fix the syscall wrappers name generation in, so that libc_r gets theMiod Vallat
2001-08-23Kill very odd use of __CONCAT: completely unneeded, obfuscated, andMarc Espie
2001-08-23Add missing commas after auth_getitem and auth_setitem in NAME section.Todd C. Miller
2001-08-23Add another EPERM condition to ERRORS: if a hard link is attempted for a fileAaron Campbell
2001-08-23typo fix from NetBSD (groo@netbsd.org)Paul Janzen
2001-08-22"This section" and variants ==> 'The manual pages in section x'Heikki Korpela
2001-08-21Start syncing with FreeBSD:Federico G. Schwindt
2001-08-20spellingPeter Valchev
2001-08-20Powered by @mantoya.Mike Pechkin
2001-08-20cope with sa_len < sizeof(struct sockaddr).Jun-ichiro itojun Hagino
2001-08-20cope with negative return value from snprintf.Jun-ichiro itojun Hagino
2001-08-20use snprintf, not sprintf. sync with kameJun-ichiro itojun Hagino
2001-08-19remove unused bits and pieces.Brad Smith
2001-08-19make obj in hppa alwaysMichael Shalayeff
2001-08-19either way this is what i'm using nowMichael Shalayeff
2001-08-19enable pthread_main_np(3)Peter Valchev
2001-08-18deal with -1 from snprintf, if it ever happensTheo de Raadt
2001-08-18be more careful with snprintf; millert okTheo de Raadt
2001-08-18Describe the pthread_main_np() functionPeter Valchev
2001-08-18fix a typo and add devel/sdl to the ports applications using these pthreadsPeter Valchev
2001-08-18sync up libossaudio with NetBSD changes.Brad Smith
2001-08-18Add a possibility to add a random offset to the stack on exec. This makesArtur Grabowski
2001-08-17pthread_main_np prototypePeter Valchev
2001-08-17Provide the equivalent to Solaris thr_main() function; from FreeBSDPeter Valchev
2001-08-17correctly return ssize_t.Federico G. Schwindt
2001-08-17correctly return ssize_t.Federico G. Schwindt
2001-08-162nd arg to pw_mkdb()Todd C. Miller
2001-08-16consistently use #include "util.h" not <util.h> since util.h lives in this dir.Todd C. Miller
2001-08-16Add new 'secureonly' arg to pw_mkdb() to correspond to pwd_mkdb's new -sTodd C. Miller
2001-08-16Use calloc() to allocate response data. Be more careful when freeingHakan Olsson
2001-08-16o) -mdoc syntax improvements;Mike Pechkin
2001-08-16Xr raise(3)Theo de Raadt
2001-08-15ops, _thread_kern_set_timeout() to const.Federico G. Schwindt
2001-08-15* kevent(2) support; from FreeBSD.Federico G. Schwindt
2001-08-15Typo fixes; andrew.hoerter@NeuStar.comAaron Campbell
2001-08-15Use INFTIM.Federico G. Schwindt
2001-08-15For unsupported sched policies, return ENOTSUP, not EINVAL; from FreeBSD.Federico G. Schwindt
2001-08-15TEST has moved to regress/lib/libc_r.Federico G. Schwindt
2001-08-13Fix a bug with the %e flag introduced in a -Wall pass. The originalTodd C. Miller
2001-08-13Explicitly NUL terminate dst in strvis() and strvisx() in caseTodd C. Miller
2001-08-12Get rid of extraneous #includes by using stub struct declarations.Todd C. Miller
2001-08-12public domainDavid Leonard
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-08-12fake out malloc(0)Theo de Raadt
2001-08-11manpage for pthread_[get|set]schedparam; from FreeBSD.Federico G. Schwindt
2001-08-11add missing _thread_enter_cancellation_point() before going further.Federico G. Schwindt
2001-08-11Avoid an infinite loop if the last iov_len is 0; from FreeBSD.Federico G. Schwindt
2001-08-11Define INFTIM to -1, as appears everywhere. Talk about it in theFederico G. Schwindt
2001-08-10pthread_* do not set errno but returns a errno value.Federico G. Schwindt
2001-08-09Only return EINVAL if attr is invalid. If policy is invalid returnFederico G. Schwindt