Age | Commit message (Expand) | Author |
2001-03-09 | Xr mlockall | Artur Grabowski |
2001-03-09 | Add mlockall and munlockall. man-page from NetBSD. | Artur Grabowski |
2001-03-09 | PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they j... | Theo de Raadt |
2001-03-08 | document that exit() -> wait() only returns low bits | Theo de Raadt |
2001-03-03 | typo | Theo de Raadt |
2001-03-01 | describe a few new flags; jlemon@freebsd.org | Niels Provos |
2001-02-22 | Add a caveat about our O_TRUNC paranoia; art@ ok | Anil Madhavapeddy |
2001-02-16 | style(9) nit in examples, aaron@ ok | smart |
2001-02-07 | dd ECONNABORTED. | Jun-ichiro itojun Hagino |
2001-02-01 | MAXLOGNAME defn changed | Theo de Raadt |
2001-01-17 | first cut at "what is allowed in a signal handler, based on but extended from... | Theo de Raadt |
2001-01-10 | put up FD_* manual pages, in section 3 | Theo de Raadt |
2000-12-23 | create proper docs for timer{add,clear,sub,isset,cmp} | Theo de Raadt |
2000-12-21 | Mention that SVR4 expects fully duplex pipes | Paul Janzen |
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | Aaron Campbell |
2000-12-10 | document that pipe is actually bidirectional, but that people should avoid us... | Theo de Raadt |
2000-11-21 | update | Niels Provos |
2000-11-18 | OpenBSD does not support non-standard mdoc macros like .Lb. | Aaron Campbell |
2000-11-17 | remove non-existing manual references. | Niels Provos |
2000-11-16 | forgot manpage | Niels Provos |
2000-11-16 | kqueue and kevent system calls | Niels Provos |
2000-11-15 | do not open fifos with O_RDWR, either use O_RDONLY or O_WRONLY. okay aaron@ | Niels Provos |
2000-10-19 | Do not suggest that people use getpid(2) for generating temp file name; refer | Aaron Campbell |
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell |
2000-10-17 | damn it, i have had it with this untested weak shit | Theo de Raadt |
2000-10-16 | re-add weak sparc support; d@ | Theo de Raadt |
2000-09-30 | Make it obvious that open(2) returns ELOOP if O_NOFOLLOW was specified | Todd C. Miller |
2000-09-25 | doc that O_TRUNC needs a write mode | Theo de Raadt |
2000-09-25 | char const* -> const char * | Federico G. Schwindt |
2000-09-22 | Document cd/ados/msdos options. | Marc Espie |
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 |