summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-12-08when strerror() has an Unknown error, also set EINVALTheo de Raadt
2001-12-08sync with freebsd.Federico G. Schwindt
2001-12-08Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.Federico G. Schwindt
2001-12-08save the pid as well, and only do the atexit in the same pidTheo de Raadt
2001-12-07Add ERRORS and STANDARDS sectionsTodd C. Miller
2001-12-07o Turn off ECHONL in addition to ECHOTodd C. Miller
2001-12-07From XPG4.2: read(2) can return EIO if the process is a member ofTodd C. Miller
2001-12-07missing commaTodd C. Miller
2001-12-07Instead of restoring the tty mode, restoring the signal handler,Todd C. Miller
2001-12-07Document signal handling in readpassphrase(3)Todd C. Miller
2001-12-07Add CAVEATS section pointing out the dangers of closing fds <= 2Todd C. Miller
2001-12-07o point pthread_setcancel(type|state) manpages where they belong.Federico G. Schwindt
2001-12-07Check for keyfile == NULL in skey_unlock()Todd C. Miller
2001-12-06Use TCSAFLUSH not TCSANOW. I was only using TCSANOW during debugging...Todd C. Miller
2001-12-06Fix a long standing annoyance with getpass/readpassphrase. Instead ofTodd C. Miller
2001-12-06mark more signals that I cannot fixTheo de Raadt
2001-12-06alloca cannot check if the allocation is valid. mention the consequences; mi...Theo de Raadt
2001-12-06A FILE * is not a file name, dammit.Todd C. Miller
2001-12-05correct an alignment mis-conception for malloc(0) returned regions.Thierry Deval
2001-12-05KNF, i need this for what comes next..Theo de Raadt
2001-12-05document how malloc(0) blobbies are stored, and their characterTheo de Raadt
2001-12-05Include more machdep headers. (paranoia)Artur Grabowski
2001-12-05Must include machine/pmap.h and machine/vmparam.h here nowArtur Grabowski
2001-12-03for MAP_ANON, dont mention giving an fd of anything but -1, this never worked.Eric Jackson
2001-12-01Warn that pidfile() will not have the expected removal behaviour if _exit()Miod Vallat
2001-11-29chflags(2) can return EPERM for other reasons.Todd C. Miller
2001-11-29getfh(2) can fail with EPERM; Brian J. KifiakTodd C. Miller
2001-11-22Broken use of .IMPSRC in non-inference rule contextMarc Espie
2001-11-21Use the address of the symbol, do not overwrite the address with 0, beforeDale Rahn
2001-11-212nd param is constTheo de Raadt
2001-11-20a few thoughts about longjmp in signal handlersTheo de Raadt
2001-11-20shared onlyPeter Valchev
2001-11-20Put dl* function definitions in libc on ELF, removing the need for libdl.Peter Valchev
2001-11-17fix a commentTheo de Raadt
2001-11-17volatile sig_atomic_tTheo de Raadt
2001-11-15sync with reality; scope identifier comes even without NI_WITHSCOPEID.Jun-ichiro itojun Hagino
2001-11-15make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis.Jun-ichiro itojun Hagino
2001-11-14avoid stdio in a signal handler; millert okTheo de Raadt
2001-11-14save errno in signal handlerTheo de Raadt
2001-11-14sync with kame better. open some renaming #defines (ENI_xx).Jun-ichiro itojun Hagino
2001-11-12a better fix for recursive mutex.Federico G. Schwindt
2001-11-12This fixes the recursive mutex problem with pthreads.Marco S Hyman
2001-11-09Typos, siz -> size.Aaron Campbell
2001-11-09Fix problem found by espie (and other porters) whereMarco S Hyman
2001-11-08My part of help, while i'm here:Mike Pechkin
2001-11-08use uvm headers there as well...Miod Vallat
2001-11-07avoid strcpy and sprintfTheo de Raadt
2001-11-07crank strings to 256 so they can hold a full hostnameTheo de Raadt
2001-11-07assume buffer is BUFSIZ long, and handle it so; millert okTheo de Raadt
2001-11-07list syslog_r as safe in signal handlersTheo de Raadt