summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2002-01-31Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2).Todd C. Miller
2002-01-30Add native implementations of copysign() and copysignf() on alpha.Christian Weisgerber
2002-01-29Fix memory leak in setuserpath(). We prefer patch from millert@.Mike Pechkin
2002-01-28fix after fgsPeter Valchev
2002-01-28correct function name.Federico G. Schwindt
2002-01-28sem_XXX(3) manpages; better now that never.Federico G. Schwindt
2002-01-28Fix memory leaks in login_getcapnum() and login_getcapsize().Mike Pechkin
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd C. Miller
2002-01-24most of these is v2, not v6Michael Shalayeff
2002-01-24ellaborate on historyMichael Shalayeff
2002-01-24add a note about the old sttyMichael Shalayeff
2002-01-24fix the history refsMichael Shalayeff
2002-01-24remove old style init used by mips. uses _thread_init_constructor nowPer Fogelstrom
2002-01-23From FreeBSD:Federico G. Schwindt
2002-01-23_THREAD_PRIVATE_MUTEX_UNLOCK() on error before returning; millert@ ok.Federico G. Schwindt
2002-01-23THREAD_UNLOCK() on error before returning; millert@ ok.Federico G. Schwindt
2002-01-23Fix memory leaks in login_getstyle(), login_getstr() and login_getcaptime()Todd C. Miller
2002-01-21s/deamon/daemon/Theo de Raadt
2002-01-21Special case a_strnid.c on vax.Hugh Graham
2002-01-19Instead of ifdef around ENOTSUP, move it to pthread_private.h and makeFederico G. Schwindt
2002-01-19From FreeBSD: correct priority handling.Federico G. Schwindt
2002-01-18From FreeBSD: sem_XXX implementation; manpages comming in a bit.Federico G. Schwindt
2002-01-18Fix some zlib memory leaks, originally from Mark AdlerTodd C. Miller
2002-01-18tab vs. spacesFederico G. Schwindt
2002-01-18while im here, move the ifndef _SCHED_H_ after the copyright message.Federico G. Schwindt
2002-01-18From FreeBSD: header for POSIX 1003.1b semaphores.Federico G. Schwindt
2002-01-17add pcap_inject back into the header fileEric Jackson
2002-01-17when alloc'ing the ready queue, make it big enough.Federico G. Schwindt
2002-01-17remove duplicated Id tag; spotted by miod@.Federico G. Schwindt
2002-01-16compile sparc64 version of sha1.go with -O0, too. OK jason@Marco S Hyman
2002-01-16Use the volatile specifier to fix warnings about variables beingTodd C. Miller
2002-01-15o no more NOPOLL.Federico G. Schwindt
2002-01-15MNAMELEN is 90, not 32; peterw AT ifost.org.auTodd C. Miller
2002-01-14Do not create sys_aliases.c for elf systems; tested at some extentFederico G. Schwindt
2002-01-14If waitpid() return ECHILD that should not be a fatal error sinceTodd C. Miller
2002-01-12If the user passes in "" as the string to resolve the lstat() willTodd C. Miller
2002-01-12document net.inet.icmp.redir{accept,timeout}Eric Jackson
2002-01-11typoJun-ichiro itojun Hagino
2002-01-11document new sysctl for vfs.nfs.norsvportNathan Binkert
2002-01-10sigprocmask should return 0 on success, fixes powerpc ntpdate problem.Dale Rahn
2002-01-10Change 1st arg in pthread_attr_getdetachstate to const.Federico G. Schwindt
2002-01-10From FreeBSD: fix conversion from msec to timespec.Federico G. Schwindt
2002-01-07If the handler for SIGCHLD is set to SIG_IGN, act as if theTodd C. Miller
2002-01-04system calls are made thru _thread_sys_* with weak symbols of the real nameDale Rahn
2002-01-04Let's start by making the stack pointer 64 bit and nobody will get hurt.Artur Grabowski
2002-01-04longjmp(..., 0) is not really legal, but all other archs I've lookedArtur Grabowski
2002-01-04comment out the pending signals check by now; it was not suppose to beFederico G. Schwindt
2002-01-03Always have the real entry point to the syscall called _thread_sys_Artur Grabowski
2002-01-02correct fram size.Artur Grabowski
2002-01-02label abort() from inside library as ILLEGALTheo de Raadt