summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
sync with kame.
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
fgs@ says their is a better fix... if so he can back these changes out and apply his fix at his convenience. In the meanwhile we'll have mutexen that work.
2001-11-09Typos, siz -> size.Aaron Campbell
2001-11-09Fix problem found by espie (and other porters) whereMarco S Hyman
system(...) hangs forever. From a comment in the fix: * Note: a thread calling wait4 may have its state changed to waiting * until awakened by a signal. Also note that system(3), for example, * blocks SIGCHLD and calls waitpid (which calls wait4). If the process * started by system(3) doesn't finish before this function is called the * function will never awaken -- system(3) also ignores SIGINT and SIGQUIT.
2001-11-08My part of help, while i'm here:Mike Pechkin
o) better -mdoc design; o) add section number to .Xr; o) close .Bd; o) start new sentence on a new line; jjbg@, millert@ ok
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
2001-11-06No need to include vm/vm.h here.Artur Grabowski
2001-11-06Adapt to new uvm/ includes.Artur Grabowski
2001-11-06Update to match realtiy.Artur Grabowski
2001-11-06Missing ssl manpages and mlinks; beck@ ok.Federico G. Schwindt
2001-11-05Leftovers...Miod Vallat
2001-11-05No need to pull in vm/vm_param.h in any of these files.Artur Grabowski
2001-11-05Don't change the state of a thread as a result of a signal that isMarco S Hyman
masked by that thread. This fixes the problem found with the signal regression test.
2001-11-05No need to include vm/vm_param.h here, sys/sysctl.h does that for us.Artur Grabowski
2001-11-05Comment out info on U (utrace) malloc option since we don't support itTodd C. Miller
on OpenBSD.
2001-11-05Some examples of how to use syslog_r() and why it is useful. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-11-03Telnet client shouldn't say it does Kerberos unless there actually existsHans Insulander
a krb4 or krb5 ticket file. ok art@
2001-11-02fix typo in thread status flagsMarco S Hyman
2001-11-02poll(2) manpage references itself, accept(2) references poll(2) twice.Janne Johansson
2001-11-02Fix signal dispatching. No-one has reported any probs (other thanMarco S Hyman
with regression tests that need to be fixed) and fgs@ thinks it's OK. I'll look at the pthreads regression tests, next
2001-11-01much greater care for malloc & realloc failures; millert okTheo de Raadt
2001-11-01use _C_LABELMichael Shalayeff
2001-11-01remove dangling spaces and tabsMichael Shalayeff
2001-10-31Set default facility is noone is specified at syslog(3) time; millert@ jj@ ok.Federico G. Schwindt
2001-10-31Add MLINK's for syslog_r and friends.Federico G. Schwindt
2001-10-30Add note to BUGS section regarding linking with -ggdb vs -gMarco S Hyman
2001-10-30Grammar. Thanks markus@Thierry Deval
2001-10-30mprotect allocations sized at 0 bytes. This will cause a fault for accessThierry Deval
to such, permitting them to be discovered, instead of exploited as the ssh crc insertion detector was. Idea by theo, written by tdeval.
2001-10-30correct realloc() misuseTheo de Raadt
2001-10-29fix docs; tedu@heorot.stanford.eduTheo de Raadt
2001-10-29add RFC 3174 to SEE ALSO sectionTodd C. Miller
2001-10-28Describe all the thread status flags. Describe the twoMarco S Hyman
environment variables used to control status format and display
2001-10-26run the approve for accounts with expiration time, too. ok millert@Markus Friedl
2001-10-24detail the different protections in mprotect(2) man page and add PROT_NONEJean-Jacques Bernard-Gundol
in mmap(2) man page. deraadt@ ok.
2001-10-24syslog_r() implementation. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-10-24fix __PSEUDO_NOERROR, two waysMichael Shalayeff
2001-10-14Disable fd sharing for this release. Sorry.Artur Grabowski
deraadt@ ok.
2001-10-11Correct length of jmpbuf, it is sizeof(long) * _JBLEN == 8*14Todd C. Miller
This fixes sigsetjmp()/siglongjmp() on sparc64
2001-10-02change timeval to bpf_timeval; 32 bit in size, permitting much greater ↵Theo de Raadt
portability