Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-14 | Move description of exect() to execve(2) man page. Add a note about exect() not | Aaron Campbell | |
being portable. | |||
2001-03-11 | mdoc police. | 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 | |
typical when importing a new man page. | |||
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 | typo | Artur Grabowski | |
2001-03-09 | PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they ↵ | Theo de Raadt | |
just got cranked a little while ago. discussion with millert | |||
2001-03-08 | document that exit() -> wait() only returns low bits | Theo de Raadt | |
2001-03-03 | typo | Theo de Raadt | |
2001-03-03 | plug many memory leaks | Theo de Raadt | |
2001-03-02 | missed a second hash->ohash | Marc Espie | |
2001-03-02 | Missed one hash->ohash | Marc Espie | |
2001-03-02 | Fix preamble | Marc Espie | |
2001-03-02 | Oops, ohash_lookup_string bit the dust. | Marc Espie | |
2001-03-02 | Add ohash_* functions to libc. | Marc Espie | |
Ok'd deraadt@, millert@ | |||
2001-03-01 | describe a few new flags; jlemon@freebsd.org | Niels Provos | |
2001-03-01 | Spelling: preceeding -> preceding | Aaron Campbell | |
2001-02-28 | ipip.allow can also be set to 2, which skips the loopback spoof | Angelos D. Keromytis | |
checking (for single-machine testing purposes). | |||
2001-02-22 | Add a caveat about our O_TRUNC paranoia; art@ ok | Anil Madhavapeddy | |
2001-02-18 | fix typo | Todd C. Miller | |
2001-02-17 | spelling and grammar | Paul Janzen | |
2001-02-17 | It's not that I mind split infinitives. I just like to save'em for when | Paul Janzen | |
they're really needed. | |||
2001-02-17 | Document behaviour with a NULL format string, and try to not split infinitives | Paul Janzen | |
that don't have to be split. | |||
2001-02-16 | style(9) nit in examples, aaron@ ok | smart | |
2001-02-13 | Avoid theoretical potential buffer overflow | Paul Janzen | |
2001-02-12 | capitalization | Aaron Campbell | |
2001-02-12 | correct listener side example. from deraadt | Jun-ichiro itojun Hagino | |
2001-02-10 | Make sure $RSH is not the empty string. | Todd C. Miller | |
2001-02-10 | Insert a missing comma. | Aaron Campbell | |
2001-02-08 | implement upper limit to icmp6 redirects (experimental, turned off) | Jun-ichiro itojun Hagino | |
negative value to {mtudisc,redirect}_{hi,lo}wat will turn off the limitation. sync with kame. | |||
2001-02-07 | dd ECONNABORTED. | Jun-ichiro itojun Hagino | |
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino | |
fill up /var with bogus packets. setting net.inet6.icmp6.nd6_debug will re-enable kernel messages on invalid ND packet and other occasions. improve icmp6 stats. | |||
2001-02-04 | This is OpenBSD, not 4.2BSD | Todd C. Miller | |
Bring this man page into the current millenium, it looks like little other than cut & paste has been done to this man page since 4.3BSD. | |||
2001-02-04 | Add RETURN VALUES section | Todd C. Miller | |
Max alarm time is 100000000 seconds, not 2147483647 (as enforced by itimerfix() in kern_time.c) | |||
2001-02-03 | Fix the the elf nlist for cases where we can't mmap the headers. | Artur Grabowski | |
This makes /dev/ksyms work (when that code is commited). | |||
2001-02-01 | MAXLOGNAME defn changed | Theo de Raadt | |
2001-01-31 | move utmp to large format, usernames to 32 chars; downsj | Theo de Raadt | |
2001-01-26 | wording updates. typo in example (s/err1/errx/). | Jun-ichiro itojun Hagino | |
sync with latest kame. | |||
2001-01-26 | Clarify that the proctitle is set to "progname: fmt", not "progname:fmt". | Aaron Campbell | |
2001-01-25 | ELf-size independent nlist. | Artur Grabowski | |
2001-01-24 | alignment seems like a good idea; after art@alpha | Michael Shalayeff | |
2001-01-24 | Add alignment on this ugly array. | Artur Grabowski | |
Fixes the unaligned accesses in awk. | |||
2001-01-21 | Shuffle man page sections into preferred order. | Aaron Campbell | |
2001-01-20 | style(9) in example code. | Aaron Campbell | |