Age | Commit message (Expand) | Author |
2001-12-15 | Document SIGTTIN and SIGTTOU now that we deal with them too. | Todd C. Miller |
2001-12-15 | Catch SIGTTIN and SIGTTOU too and treat them like SIGTSTP. | Todd C. Miller |
2001-12-08 | when strerror() has an Unknown error, also set EINVAL | Theo de Raadt |
2001-12-07 | Add ERRORS and STANDARDS sections | Todd C. Miller |
2001-12-07 | o Turn off ECHONL in addition to ECHO | Todd C. Miller |
2001-12-07 | From XPG4.2: read(2) can return EIO if the process is a member of | Todd C. Miller |
2001-12-07 | missing comma | Todd C. Miller |
2001-12-07 | Instead of restoring the tty mode, restoring the signal handler, | Todd C. Miller |
2001-12-07 | Document signal handling in readpassphrase(3) | Todd C. Miller |
2001-12-07 | Add CAVEATS section pointing out the dangers of closing fds <= 2 | Todd C. Miller |
2001-12-06 | Use TCSAFLUSH not TCSANOW. I was only using TCSANOW during debugging... | Todd C. Miller |
2001-12-06 | Fix a long standing annoyance with getpass/readpassphrase. Instead of | Todd C. Miller |
2001-12-06 | alloca cannot check if the allocation is valid. mention the consequences; mi... | Theo de Raadt |
2001-12-05 | correct an alignment mis-conception for malloc(0) returned regions. | Thierry Deval |
2001-12-05 | KNF, i need this for what comes next.. | Theo de Raadt |
2001-12-05 | document how malloc(0) blobbies are stored, and their character | Theo de Raadt |
2001-12-03 | for MAP_ANON, dont mention giving an fd of anything but -1, this never worked. | Eric Jackson |
2001-11-29 | chflags(2) can return EPERM for other reasons. | Todd C. Miller |
2001-11-29 | getfh(2) can fail with EPERM; Brian J. Kifiak | Todd C. Miller |
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 |
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 |
2001-11-14 | sync with kame better. open some renaming #defines (ENI_xx). | Jun-ichiro itojun Hagino |
2001-11-09 | Typos, siz -> size. | Aaron Campbell |
2001-11-08 | My part of help, while i'm here: | Mike Pechkin |
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 | Update to match realtiy. | Artur Grabowski |
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 |
2001-11-05 | Some examples of how to use syslog_r() and why it is useful. deraadt@ ok. | Jean-Jacques Bernard-Gundol |
2001-11-02 | poll(2) manpage references itself, accept(2) references poll(2) twice. | Janne Johansson |
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 | Grammar. Thanks markus@ | Thierry Deval |
2001-10-30 | mprotect allocations sized at 0 bytes. This will cause a fault for access | Thierry Deval |
2001-10-30 | correct realloc() misuse | Theo de Raadt |
2001-10-29 | fix docs; tedu@heorot.stanford.edu | Theo de Raadt |
2001-10-29 | add RFC 3174 to SEE ALSO section | Todd C. Miller |
2001-10-26 | run the approve for accounts with expiration time, too. ok millert@ | Markus Friedl |
2001-10-24 | detail the different protections in mprotect(2) man page and add PROT_NONE | Jean-Jacques Bernard-Gundol |
2001-10-24 | syslog_r() implementation. deraadt@ ok. | Jean-Jacques Bernard-Gundol |
2001-10-24 | fix __PSEUDO_NOERROR, two ways | Michael Shalayeff |
2001-10-14 | Disable fd sharing for this release. Sorry. | Artur Grabowski |