Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs. | charnier | 1998-03-12 | 54 | -153/+168 | |
| | | | | Use .An/.Aq. | |||||
* | Reviewed by: bde | dufault | 1998-03-08 | 1 | -27/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | Changes to support building with _POSIX_SOURCE set to 199309L: 1. Add sys/_posix.h to handle those preprocessor defs that POSIX says have effects when defined before including any header files; 2. Change POSIX4_VISIBLE back to _POSIX4_VISIBLE 3. Add _POSIX4_VISIBLE_HISTORICALLY for pre-existing BSD features now defined in POSIX. These show up when: _POSIX_SOURCE and _POSIX_C_SOURCE are not set or _POSIX_C_SOURCE is set >= 199309L and vanish when: _POSIX_SOURCE is set or _POSIX_C_SOURCE is < 199309L. 4. Explain these in man 9 posix4; 5. Include _posix.h and conditionalize on new feature test. | |||||
* | Reviewed by: msmith, bde long ago | dufault | 1998-03-04 | 2 | -2/+121 | |
| | | | | | POSIX.4 headers and sysctl variables. Nothing should change unless POSIX4 is defined or _POSIX_VERSION is set to 199309. | |||||
* | Fix a few typos. | jraynard | 1998-02-28 | 2 | -4/+4 | |
| | ||||||
* | Strings are terminated by NUL, not NULL. | jraynard | 1998-02-28 | 1 | -2/+2 | |
| | ||||||
* | Don't refer to the nonexistent function VOP_VALLOC. | bde | 1998-01-20 | 1 | -4/+3 | |
| | ||||||
* | Removed obsolete man pages. | bde | 1998-01-16 | 6 | -431/+0 | |
| | ||||||
* | Removed references to the man pages for the obsolete interfaces | bde | 1998-01-16 | 1 | -5/+3 | |
| | | | | | VOP_BLKATOFF, VOP_SEEK, VOP_SELECT, VOP_TRUNCATE, VOP_UPDATE, VOP_VALLOC and VOP_VFREE. | |||||
* | Fixed synopsis again. Too much was blown away by splatting a NetBSD- | bde | 1998-01-16 | 1 | -4/+8 | |
| | | | | based version over the top of the FreeBSD version in rev.1.6. | |||||
* | Fixed bitrot. The type of the "level" is intrmask_t, not int. | bde | 1998-01-16 | 1 | -11/+11 | |
| | ||||||
* | Fixed prototype for tsleep() (const poisoning). | bde | 1998-01-16 | 1 | -2/+2 | |
| | ||||||
* | Fixed a missing #include in the synopsis. | bde | 1998-01-16 | 7 | -4/+11 | |
| | ||||||
* | Comment out xref to buf(9) manpage. | steve | 1998-01-03 | 1 | -2/+2 | |
| | | | | PR: 5421 | |||||
* | Expanded cross references. | alex | 1998-01-02 | 1 | -1/+3 | |
| | ||||||
* | Sorted lists. Use the same style as most Makefiles for `MLINKS+=' lines. | bde | 1998-01-01 | 1 | -52/+53 | |
| | ||||||
* | Install devfs_remove_dev.9 and suser.9. | bde | 1998-01-01 | 1 | -4/+4 | |
| | ||||||
* | The terminating character in strings is `NUL', not `NULL'. | wosch | 1997-12-28 | 1 | -4/+4 | |
| | ||||||
* | Use consistent spelling, | hoek | 1997-12-25 | 2 | -5/+5 | |
| | | | | | | | | writeable -> writable (recall prior debate over this? :-) initialise -> initialize recognise -> recognize Merry Christmas! :) | |||||
* | Add a man page for REMOVING devices from devfs. | julian | 1997-12-25 | 1 | -0/+62 | |
| | ||||||
* | oops, remove a dangling predicate left over after a sentence was rewritten. | wollman | 1997-12-07 | 1 | -2/+2 | |
| | ||||||
* | Add some more macro advice and correct spelling of ``parentheses''. | wollman | 1997-12-07 | 1 | -6/+16 | |
| | ||||||
* | Added some advice to avoid typedef'ing structures, as this breaks | wollman | 1997-12-07 | 1 | -2/+25 | |
| | | | | | | information-hiding. Also recommended against naming typedefs to end in _t unless POSIX or ANSI requires it, and in favor of using queue(3) macros to generate lists rather than rolling one's own. | |||||
* | Fixed spelling of EACCES. | bde | 1997-11-23 | 1 | -3/+3 | |
| | ||||||
* | state that "kernel includes" ==> sys/*.h | obrien | 1997-11-12 | 1 | -2/+3 | |
| | ||||||
* | Update malloc.9 to reflect new reality. | phk | 1997-10-11 | 1 | -106/+31 | |
| | ||||||
* | Be a little closer to current reality. | phk | 1997-10-11 | 1 | -21/+42 | |
| | ||||||
* | Sort cross refereces in section SEE ALSO. | wosch | 1997-09-29 | 23 | -69/+69 | |
| | ||||||
* | Updated timeout.9 man page describing the new callout interface. This | gibbs | 1997-09-21 | 1 | -63/+120 | |
| | | | | man page was based on the NetBSD version. | |||||
* | Activate the bios.9 manpage. | eivind | 1997-08-12 | 1 | -2/+2 | |
| | | | | PR: 4215 | |||||
* | Oops, fix manpage title. | msmith | 1997-08-01 | 1 | -2/+2 | |
| | ||||||
* | Manpage for new BIOS functionality. | msmith | 1997-08-01 | 1 | -0/+114 | |
| | | | | (Skeletal, could do with some extra references.) | |||||
* | An overhaul of style.9 to clear up some of the ambiguities. A number of | peter | 1997-05-27 | 1 | -75/+92 | |
| | | | | | | | things are explicitly stated now rather than being implied by example. Obtained from: Quite a few people over the last few weeks Reviewed by: core | |||||
* | Typo fix: sq --> qs | alex | 1997-05-12 | 1 | -1/+1 | |
| | ||||||
* | Fixed #include and/or prototype bugs in synopsis. | bde | 1997-04-13 | 51 | -71/+122 | |
| | ||||||
* | Updated synopsis for Lite2. | bde | 1997-04-13 | 4 | -11/+15 | |
| | | | | Fixed missing #include in synopsis. | |||||
* | Fixed #include(s) in the synopsis to actually declare the function(s) in the | bde | 1997-04-11 | 3 | -0/+5 | |
| | | | | synopsis. | |||||
* | Cleaned up synopsis: | bde | 1997-04-11 | 1 | -4/+4 | |
| | | | | | | | | - don't quote function names, since quoting them is unnecessary and unusual and confuses my synopsis checker. - include <sys/types.h> instead of <sys/param.h>. It is normal to (have to) include <sys/param.h> instead of <sys/types.h>, but it is more useful for man pages to document minimal prerequisites. | |||||
* | Fixed synopsis: | bde | 1997-04-11 | 1 | -4/+1 | |
| | | | | | | | | - don't declare nonexistent function sleep(). - don't include <sys/errno.h> explicitly. sleep() should be nuked some more, e.g., this man page should not be named after a nonexistent function. | |||||
* | Check for -1 instead of EOF in the getopt() example. | mpp | 1997-04-09 | 1 | -3/+3 | |
| | | | | Submitted by: Kent Vander Velden | |||||
* | Document wakeup_one(). | mpp | 1997-04-09 | 2 | -3/+15 | |
| | ||||||
* | uncomment CD_Q_BCD_TRACKS flag, add xref to scsi(4) | jmg | 1997-04-02 | 1 | -5/+4 | |
| | ||||||
* | Add malloc(9) to document the kernel malloc() and free() routines. | mpp | 1997-03-22 | 2 | -3/+266 | |
| | | | | | Obtained from: NetBSD w/changes to reflect current FreeBSD headers and diagnostic messages. | |||||
* | Minor mdoc fixes. | mpp | 1997-03-22 | 6 | -11/+11 | |
| | ||||||
* | Add vslock(9) to document the vslock() and vsunlock() kernel functions. | mpp | 1997-03-22 | 2 | -2/+74 | |
| | | | | Obtained from: NetBSD | |||||
* | One minor mdoc fix. | mpp | 1997-03-22 | 1 | -1/+1 | |
| | ||||||
* | Add kernacc(9) that documents the kernacc() and useracc() kernel | mpp | 1997-03-22 | 2 | -2/+84 | |
| | | | | | | functions. Obtained from: NetBSD (renamed from access.9) | |||||
* | Add physio(9). | mpp | 1997-03-22 | 2 | -2/+139 | |
| | | | | Obtained from: NetBSD w/minor FreeBSD changes | |||||
* | Add mi_switch.9. It documents the kernel mi_switch() and cpu_switch() | mpp | 1997-03-22 | 2 | -2/+145 | |
| | | | | | | context switching functions. Obtained from: NetBSD (renamed from ctxsw.9) | |||||
* | Add resettodr(9). | mpp | 1997-03-22 | 2 | -3/+60 | |
| | | | | Obtained from: NetBSD | |||||
* | Add inittodr(9) to document how the system clock is initialized. | mpp | 1997-03-22 | 2 | -4/+123 | |
| | | | | | | Obtained from NetBSD and then modified to reflect how things work in FreeBSD, along with some minor changes to make a few points clearer. |