| Commit message (Expand) | Author | Age | Files | Lines |
* | Change checkpath() to not exit on error. This is a prerequisite for | jh | 2012-01-16 | 1 | -1/+2 |
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 3 | -4/+4 |
* | Replace char copyright[] by static const char copyright[]. | ed | 2011-12-10 | 1 | -1/+1 |
* | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | uqs | 2010-05-13 | 1 | -2/+2 |
* | ANSIfy some more tools in usr.sbin/. | ed | 2010-01-02 | 1 | -1/+1 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 1 | -0/+1 |
* | Add volatile to sig_atomic_t where it was missing. | des | 2009-06-14 | 1 | -1/+1 |
* | Decrease to WARNS=3. | rodrigc | 2007-01-20 | 1 | -1/+1 |
* | Clean up compilation warnings. Set WARNS=6 in Makefile. | rodrigc | 2007-01-20 | 10 | -89/+35 |
* | Markup fixes. | ru | 2005-06-14 | 1 | -7/+3 |
* | Remove unused variable. | charnier | 2005-05-20 | 1 | -1/+0 |
* | Spell out shutdown(2)'s how argument in #ifdef notdef'd code. | jmallett | 2005-05-11 | 1 | -1/+1 |
* | Remove wrong -unfilled .Bd argument implied by -literal. | dds | 2005-04-11 | 1 | -4/+4 |
* | Move common credential save and restore code into a separate file. | dds | 2005-03-11 | 5 | -29/+86 |
* | Ensure the configuration file is given with an absolute file path. | dds | 2005-03-11 | 1 | -0/+6 |
* | Add examples for tcplisten, data scattering, and file views. | dds | 2005-03-11 | 1 | -4/+35 |
* | Add a new pipe sub-namespace. | dds | 2005-03-10 | 5 | -2/+252 |
* | Document new pipe sub-namespace. | dds | 2005-03-10 | 1 | -13/+45 |
* | Reference the Usenix conference paper. | dds | 2005-03-08 | 1 | -0/+8 |
* | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software | imp | 2004-08-07 | 11 | -44/+0 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
* | Include <string.h> rather than <strings.h> for string function prototypes. | stefanf | 2004-05-30 | 2 | -2/+2 |
* | The file pt_tcplisten.c lacks the $FreeBSD$ keyword. Use the opportunity to | stefanf | 2004-05-30 | 8 | -28/+18 |
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
* | Correct paths to mount sources. | gordon | 2003-07-02 | 1 | -1/+1 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -3/+3 |
* | Now that the kernel is able to load modules itself, | mux | 2002-08-03 | 1 | -12/+1 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -1/+1 |
* | o __P removed | imp | 2002-03-21 | 2 | -14/+14 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+2 |
* | Hopefully improve control message passing over Unix domain sockets. | dwmalone | 2001-10-04 | 1 | -4/+4 |
* | Actually rename FDESC, PORTAL, UMAP and UNION file systems. | ru | 2001-05-24 | 1 | -5/+5 |
* | Rename (after a repo-copy) some mount(8) programs: | ru | 2001-05-23 | 3 | -7/+7 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 2 | -2/+2 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -3/+6 |
* | 10 X's for mktemp(). This seems to be free from race conditions. | kris | 2000-01-10 | 1 | -1/+1 |
* | mount* fixes from Martin Blapp <mb@imp.ch>: | phk | 1999-10-09 | 1 | -2/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 12 | -12/+12 |
* | Bad reference getsockname(8) -> getsockname(2) | chris | 1999-08-14 | 1 | -2/+2 |
* | Typo police. 'Acknowledgement' is spelled correctly so it was left untouched. | dwhite | 1999-08-06 | 1 | -2/+2 |
* | Add pt_tcplisten.c functionality, fix a few minor bugs | dillon | 1998-12-15 | 7 | -11/+234 |
* | sendmsg() didn't like the MSG_EOR flag and returned an error. Removing the | dillon | 1998-12-12 | 1 | -2/+2 |
* | Fixed printf format errors. | bde | 1998-08-02 | 1 | -2/+2 |
* | Correct use of .Nm. Spelling. Add rcsid and remove unused #includes. | charnier | 1998-07-06 | 8 | -42/+48 |
* | Removed definition of _NEW_VFSCONF. The new vfsconf interface is now | bde | 1998-01-20 | 1 | -2/+1 |
* | change s_port to ntohs(s_port) for printf in DEBUG. | darrenr | 1998-01-11 | 1 | -2/+2 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -2/+2 |