Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-01 | Warn that pidfile() will not have the expected removal behaviour if _exit() | Miod Vallat | |
is called. | |||
2001-11-29 | chflags(2) can return EPERM for other reasons. | Todd C. Miller | |
From NetBSD via Brian J. Kifiak | |||
2001-11-29 | getfh(2) can fail with EPERM; Brian J. Kifiak | Todd C. Miller | |
2001-11-22 | Broken use of .IMPSRC in non-inference rule context | Marc Espie | |
2001-11-21 | Use the address of the symbol, do not overwrite the address with 0, before | Dale Rahn | |
calling pwrite. Fix from dlucq. ok millert. | |||
2001-11-21 | 2nd param is const | Theo de Raadt | |
2001-11-20 | a few thoughts about longjmp in signal handlers | Theo de Raadt | |
2001-11-20 | shared only | Peter Valchev | |
2001-11-20 | Put dl* function definitions in libc on ELF, removing the need for libdl. | Peter Valchev | |
These are just stubs, the real functions are resolved by ld.so when linking is performed. ok art | |||
2001-11-17 | fix a comment | Theo de Raadt | |
2001-11-17 | volatile sig_atomic_t | Theo de Raadt | |
2001-11-15 | sync with reality; scope identifier comes even without NI_WITHSCOPEID. | Jun-ichiro itojun Hagino | |
2001-11-15 | make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis. | Jun-ichiro itojun Hagino | |
sync with kame. | |||
2001-11-14 | avoid stdio in a signal handler; millert ok | Theo de Raadt | |
2001-11-14 | save errno in signal handler | Theo de Raadt | |
2001-11-14 | sync with kame better. open some renaming #defines (ENI_xx). | Jun-ichiro itojun Hagino | |
2001-11-12 | a better fix for recursive mutex. | Federico G. Schwindt | |
2001-11-12 | This 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-09 | Typos, siz -> size. | Aaron Campbell | |
2001-11-09 | Fix problem found by espie (and other porters) where | Marco 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-08 | My 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-08 | use uvm headers there as well... | Miod Vallat | |
2001-11-07 | avoid strcpy and sprintf | Theo de Raadt | |
2001-11-07 | crank strings to 256 so they can hold a full hostname | Theo de Raadt | |
2001-11-07 | assume buffer is BUFSIZ long, and handle it so; millert ok | Theo de Raadt | |
2001-11-07 | list syslog_r as safe in signal handlers | Theo de Raadt | |
2001-11-06 | No need to include vm/vm.h here. | Artur Grabowski | |
2001-11-06 | Adapt to new uvm/ includes. | Artur Grabowski | |
2001-11-06 | Update to match realtiy. | Artur Grabowski | |
2001-11-06 | Missing ssl manpages and mlinks; beck@ ok. | Federico G. Schwindt | |
2001-11-05 | Leftovers... | Miod Vallat | |
2001-11-05 | No need to pull in vm/vm_param.h in any of these files. | Artur Grabowski | |
2001-11-05 | Don't change the state of a thread as a result of a signal that is | Marco S Hyman | |
masked by that thread. This fixes the problem found with the signal regression test. | |||
2001-11-05 | No need to include vm/vm_param.h here, sys/sysctl.h does that for us. | Artur Grabowski | |
2001-11-05 | Comment out info on U (utrace) malloc option since we don't support it | Todd C. Miller | |
on OpenBSD. | |||
2001-11-05 | Some examples of how to use syslog_r() and why it is useful. deraadt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-11-03 | Telnet client shouldn't say it does Kerberos unless there actually exists | Hans Insulander | |
a krb4 or krb5 ticket file. ok art@ | |||
2001-11-02 | fix typo in thread status flags | Marco S Hyman | |
2001-11-02 | poll(2) manpage references itself, accept(2) references poll(2) twice. | Janne Johansson | |
2001-11-02 | Fix signal dispatching. No-one has reported any probs (other than | Marco 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-01 | much greater care for malloc & realloc failures; millert ok | Theo de Raadt | |
2001-11-01 | use _C_LABEL | Michael Shalayeff | |
2001-11-01 | remove dangling spaces and tabs | Michael Shalayeff | |
2001-10-31 | Set default facility is noone is specified at syslog(3) time; millert@ jj@ ok. | Federico G. Schwindt | |
2001-10-31 | Add MLINK's for syslog_r and friends. | Federico G. Schwindt | |
2001-10-30 | Add note to BUGS section regarding linking with -ggdb vs -g | Marco S Hyman | |
2001-10-30 | Grammar. Thanks markus@ | Thierry Deval | |
2001-10-30 | mprotect allocations sized at 0 bytes. This will cause a fault for access | Thierry 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-30 | correct realloc() misuse | Theo de Raadt | |
2001-10-29 | fix docs; tedu@heorot.stanford.edu | Theo de Raadt | |