Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -4/+0 |
| | | | | They have no effect when coming in pairs, or before .Bl/.Bd | ||||
* | Fix prototypes. | ru | 2005-11-24 | 1 | -6/+6 |
| | |||||
* | Sort sections. | ru | 2005-01-20 | 1 | -2/+2 |
| | |||||
* | Various markup and spelling fixes. | trhodes | 2004-12-29 | 1 | -0/+1 |
| | | | | | PR: 75574 Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp> (original version) | ||||
* | Bump the document date, since the content changed today. | roam | 2004-08-06 | 1 | -1/+1 |
| | | | | Discussed with: ru | ||||
* | Fix a printf("%b", ..) example. | roam | 2004-08-06 | 1 | -2/+2 |
| | | | | | | PR: 68849 Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us> MFC after: 1 week | ||||
* | Eliminate double whitespace. | ru | 2004-07-03 | 1 | -3/+3 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -29/+56 |
| | |||||
* | mdoc(7): Properly mark C headers. | ru | 2003-09-10 | 1 | -2/+2 |
| | |||||
* | The .Fn function | charnier | 2003-03-24 | 1 | -5/+10 |
| | | | | The .Nm library | ||||
* | Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c. | jake | 2002-12-19 | 1 | -3/+3 |
| | |||||
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -14/+14 |
| | | | | Approved by: re | ||||
* | Capitalize ASCII code names. | ru | 2002-12-05 | 1 | -2/+5 |
| | | | | Approved by: re | ||||
* | Remove a URL from the middle of the BSD copyright (a clicko? a pasto?). | schweikh | 2002-06-02 | 1 | -4/+4 |
| | | | | | | | | | Fix typos: s/evironment/environment s/cont/const s/_lonjmp/_longjmp MFC after: 3 weeks | ||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -3/+3 |
| | |||||
* | mdoc(7) police: markup nits. | ru | 2001-10-01 | 1 | -9/+13 |
| | |||||
* | Add support for loading bzip2-compressed filesystems. Among other things | sobomax | 2001-09-18 | 1 | -0/+2 |
| | | | | | | | this would allow to load bzip2-compressed kernels/modules from the loader(8) (support for that will be committer separately). MFC after: 1 month | ||||
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 1 | -2/+6 |
| | |||||
* | Spell "FreeBSD" with "F" and "BSD" in uppercase. | ru | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -25/+25 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2001-02-22 | 1 | -2/+2 |
| | |||||
* | Correct the prototype for pager_output(). | dcs | 2001-02-22 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -59/+216 |
| | |||||
* | mdoc(7) police: removed leading whitespaces that are not inside | ru | 2001-01-19 | 1 | -2/+2 |
| | | | | Bd/Ed; these hardly degrade the quality of the produced output. | ||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 1 | -8/+8 |
| | |||||
* | mdoc(7) police: removed history info from the .Os FreeBSD call. | ru | 2000-12-14 | 1 | -1/+1 |
| | |||||
* | Add a readdir function to the loader fsops vector, and implement the | jlemon | 2000-04-29 | 1 | -0/+2 |
| | | | | functionality for some of the filesystesms. | ||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 1 | -2/+4 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Well I never. Seems like _setjmp()/_longjmp() are just what the doctor | msmith | 1998-11-04 | 1 | -2/+6 |
| | | | | | | | ordered. This brings the Alpha back to parity, and should bring us BootForth on both platforms. Submitted by: John Birrell (jb@freebsd.org) | ||||
* | Add: | msmith | 1998-11-01 | 1 | -1/+15 |
| | | | | | | assert() setjmp()/longjmp() vsprintf() | ||||
* | This is libstand; a support library for standalone executables (eg. bootstrap | msmith | 1998-08-20 | 1 | -0/+456 |
modules). Obtained from: NetBSD, with some architectural changes and many additions. |