Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-30 | Initial cleanup: | Mike Pechkin | |
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok | |||
2001-12-03 | for MAP_ANON, dont mention giving an fd of anything but -1, this never worked. | Eric Jackson | |
2001-10-24 | detail the different protections in mprotect(2) man page and add PROT_NONE | Jean-Jacques Bernard-Gundol | |
in mmap(2) man page. deraadt@ ok. | |||
2001-09-05 | avoid first person in manual pages | Theo de Raadt | |
2001-08-20 | Powered by @mantoya. | Mike Pechkin | |
o) fix bogus .Xr usage; millert@ ok. | |||
2001-08-03 | Acknowledge VM's limitations. | 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 | |
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell | |
breaks and getting rid of short lines, making these files easier to work with. | |||
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell | |
1999-07-02 | remove extra comma from .Dd arguments: "Month ##, ####" is the correct format, | Aaron Campbell | |
not "Month, ##, ####" | |||
1999-06-29 | - change references to nil to null; tschroed@acm.org | Aaron Campbell | |
- remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes | |||
1999-06-16 | More xref sorting under SEE ALSO. | Alex Feldman | |
1999-06-05 | use .Tn instead of .Em for logical/bitwise OR + AND | Aaron Campbell | |
1999-05-30 | grammar and punctuation | Paul Janzen | |
1999-05-27 | add missing .El macros (which properly terminate .Bl macro lists) | Aaron Campbell | |
1999-05-27 | or'ing -> OR'ing | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-02-27 | make function names the correct case | Theo de Raadt | |
1998-08-21 | document MAP_COPY | Todd C. Miller | |
1998-07-06 | fix openbsd tag | Theo de Raadt | |
1998-06-06 | MAP_FAILED; kleink | Theo de Raadt | |
1998-01-02 | make mmap() return void *, add MAP_FAILED | Theo de Raadt | |
1997-11-14 | convert to void *addr | Theo de Raadt | |
1997-06-13 | fix lots of .Xr and other minor things | Theo de Raadt | |
1997-06-02 | no MAP_WRITE, fix like freebsd; spotted by bgrayson@ece.utexas.edu | Theo de Raadt | |
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt | |
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |