Age | Commit message (Expand) | Author |
2001-05-14 | Split synopsis, plain read/write don't need uio. | Marc Espie |
2001-05-11 | Add back MAP_COPY. Just describe why it shouldn't be used. | Artur Grabowski |
2001-05-11 | Remove MAP_COPY. It shouldn't be used anymore. | Artur Grabowski |
2001-05-10 | Slightly better explaination of the advices (cut 'n paste from sys/mman.h is | Artur Grabowski |
2001-05-05 | Add missing __syscall() proto to fix pread() & friends on big endian | Todd C. Miller |
2001-04-22 | In the verbiage for MNT_SOFTDEP add a reference to 'softdep' in | Kenneth R Westerback |
2001-04-09 | 31 vs 32; ianm@cit.uws.edu.au | Theo de Raadt |
2001-04-05 | Updates and corrections from gluk@ after recent softupdates changes. | Aaron Campbell |
2001-03-30 | typo | Paul Janzen |
2001-03-27 | The .Os macro should not be used in the general text domain. | Aaron Campbell |
2001-03-14 | Move description of exect() to execve(2) man page. Add a note about exect() not | Aaron Campbell |
2001-03-11 | Cosmetic: Super-user -> Superuser | Aaron Campbell |
2001-03-11 | Convert flags list from a literal display to a nicely formatted list. | Aaron Campbell |
2001-03-11 | Section shuffling. | Aaron Campbell |
2001-03-11 | Add cvs tag, remove incompatible LIBRARY section, plus other OpenBSD'ifications | Aaron Campbell |
2001-03-11 | Better grammar, move HISTORY before CAVEATS, and add some missing commas. | Aaron Campbell |
2001-03-11 | mdoc police. | Aaron Campbell |
2001-03-11 | Fix typo: disklable -> disklabel; from NetBSD. | Aaron Campbell |
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 |