Age | Commit message (Expand) | Author |
2000-09-12 | o add missing getsid() prototype | Todd C. Miller |
2000-08-12 | Mention that mknod(2) will return EINVAL when chroot(2)'d. | Todd C. Miller |
2000-08-09 | Insert missing period. | Aaron Campbell |
2000-08-09 | Remove trailing blank lines. | Aaron Campbell |
2000-08-05 | formatting, grammar, and typo correction | Paul Janzen |
2000-08-05 | talk about errno; and try to list sighandler safe functions | Theo de Raadt |
2000-07-21 | Document that truncate() can also be used to extend the size of a file. | Christian Weisgerber |
2000-07-07 | Note that EPERM is returned if the named file to be unlinked has its immutable | Aaron Campbell |
2000-06-29 | When specifying negative values (i.e., -1), the '-' character should be | Aaron Campbell |
2000-06-29 | Repairs, some from NetBSD PR/10472. | Aaron Campbell |
2000-06-20 | This is OpenBSD | Eric Jackson |
2000-05-25 | no more nfsiod; mickey | Theo de Raadt |
2000-05-24 | add AF_INET6. | Jun-ichiro itojun Hagino |
2000-05-15 | Add support for building libraries with debugging information in them. | Niklas Hallqvist |
2000-05-01 | bye bye semconfig(2) | Theo de Raadt |
2000-04-28 | NCARGS is bigger these days; akr@m17n.org | Theo de Raadt |
2000-04-25 | Mention that ktrace(2) doesn't follow links | Todd C. Miller |
2000-04-24 | proper include files; ath@algonet.se | Theo de Raadt |
2000-04-21 | Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW; | Todd C. Miller |
2000-04-20 | p{read,write}{,v} man pages | Theo de Raadt |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell |
2000-04-10 | document EWOULDBLOCK; freebsd | Theo de Raadt |
2000-03-24 | Make f_bsize signed. Having it unsigned causes surprising (and unwanted) | Todd C. Miller |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell |
2000-03-01 | $OpenBSD$ | Todd T. Fries |
2000-02-07 | add man-page to fhopen et al. From NetBSD | assar |
2000-02-07 | add fhopen, fhstat, fhstatfs system calls. largely from NetBSD | assar |
2000-01-26 | document EINVAL also meaning socket family mismatch; Jean-Luc.Richier@imag.fr | Theo de Raadt |
2000-01-22 | Use .Er macro when referring to errno error names. | Aaron Campbell |
2000-01-22 | Use .Va macro when referring to the global variable errno. | Aaron Campbell |
2000-01-22 | ie. -> i.e., | Aaron Campbell |
2000-01-13 | Add AF_IPX. | Federico G. Schwindt |
2000-01-06 | for now, disable weak aliases for all archs except i386 | David Leonard |
2000-01-05 | List another condition for which nanosleep returns EINVAL. | Paul Janzen |
1999-12-31 | f_bavail is signed (sync with sys/mount.h) | Todd C. Miller |
1999-12-14 | Install swapctl.2, not swapon.2. swapon.2 should probably go away. | Todd C. Miller |
1999-12-04 | Formatting fixes, suggested by ericj@ | Aaron Campbell |
1999-11-14 | EFAULT does not happen for all files; posix 1003.1, line 216 | Theo de Raadt |
1999-10-07 | - Xr acct(2) from accton(8) and vice-versa. | Aaron Campbell |
1999-10-05 | specifed -> specified | Aaron Campbell |
1999-09-27 | Formatting and grammar. | Aaron Campbell |
1999-09-26 | .Nm -> .Fn | Marc Espie |
1999-09-26 | Proper coding idioms. | Marc Espie |
1999-09-26 | `may return following error' => `may return the following error' | Marc Espie |
1999-09-25 | grammar | Paul Janzen |
1999-09-23 | Typo fixes. | Alex Feldman |
1999-09-22 | Some misc fixes, one from fgsch@ | Aaron Campbell |
1999-08-31 | Consistify naming of RETURN VALUES section. | Aaron Campbell |