Age | Commit message (Expand) | Author |
2002-01-16 | Use the volatile specifier to fix warnings about variables being | Todd C. Miller |
2002-01-15 | MNAMELEN is 90, not 32; peterw AT ifost.org.au | Todd C. Miller |
2002-01-14 | If waitpid() return ECHILD that should not be a fatal error since | Todd C. Miller |
2002-01-12 | If the user passes in "" as the string to resolve the lstat() will | Todd C. Miller |
2002-01-12 | document net.inet.icmp.redir{accept,timeout} | Eric Jackson |
2002-01-11 | typo | Jun-ichiro itojun Hagino |
2002-01-11 | document new sysctl for vfs.nfs.norsvport | Nathan Binkert |
2002-01-10 | sigprocmask should return 0 on success, fixes powerpc ntpdate problem. | Dale Rahn |
2002-01-07 | If the handler for SIGCHLD is set to SIG_IGN, act as if the | Todd C. Miller |
2002-01-04 | system calls are made thru _thread_sys_* with weak symbols of the real name | Dale Rahn |
2002-01-04 | longjmp(..., 0) is not really legal, but all other archs I've looked | Artur Grabowski |
2002-01-03 | Always have the real entry point to the syscall called _thread_sys_ | Artur Grabowski |
2002-01-02 | label abort() from inside library as ILLEGAL | Theo de Raadt |
2002-01-02 | KNF | Theo de Raadt |
2002-01-02 | more pid_t use | Theo de Raadt |
2002-01-02 | Grammar and format fixes. | Aaron Campbell |
2002-01-02 | Remove extra reference to poll.2. Spotted by form@. | Mike Pechkin |
2002-01-02 | Move the const qualifier to the right place. deraadt@ ok | Thomas Nordin |
2002-01-02 | Add missing .Os. deraadt@ ok | Thomas Nordin |
2001-12-29 | Two functions can return errors here, not just one. | Miod Vallat |
2001-12-26 | no way for this to be 'shared only', duh | Peter Valchev |
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 |