| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix spelling nit in error message. | gordon | 2002-06-05 | 1 | -1/+1 |
* | o Remove ftp.freebsd.org from the USA servers and add to the | jedgar | 2002-06-05 | 2 | -6/+10 |
* | Add information about setting up media to use the multi-volume support | murray | 2002-06-05 | 2 | -0/+120 |
* | Grammar nit. | obrien | 2002-06-04 | 1 | -1/+1 |
* | Change some "process id" variables from 'int' to 'pid_t', renaming some | gad | 2002-06-04 | 1 | -28/+31 |
* | Cosmetic improvements to some of the syslog() calls in here (in some cases | gad | 2002-06-04 | 1 | -35/+44 |
* | Fix all the 'return' statements in here to follow style(9). | gad | 2002-06-04 | 1 | -24/+24 |
* | Avoid checking WIFEXITED and WTERMSIG in some error situations where the | gad | 2002-06-04 | 1 | -3/+6 |
* | Backout revision 1.2 since it didn't work and replace it with a fix that | jhb | 2002-06-03 | 1 | -6/+2 |
* | Add a missing ``a''. | brian | 2002-06-03 | 1 | -1/+1 |
* | Stop using the depreciated 'union wait' definitions, moving to a more | gad | 2002-06-03 | 2 | -26/+25 |
* | Fix handling of the 'noError' variable. According to the code comments, | jhb | 2002-06-03 | 2 | -24/+22 |
* | Add a 'mediaClose' script command to close the open media. An example use | jhb | 2002-06-03 | 4 | -0/+28 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 6 | -6/+6 |
* | Don't send a RAD_NAS_IP_ADDRESS attribute as RAD_NAS_IDENTIFIER is | brian | 2002-06-02 | 1 | -0/+8 |
* | Fix spelling errors: minumum, overriden, inheritted | schweikh | 2002-06-02 | 1 | -6/+6 |
* | Don't exit immediately if an error occurs, continue but exit non-zero. | tjr | 2002-06-02 | 1 | -5/+9 |
* | Skip duplicated prefixes in get_prefix(). | ume | 2002-06-01 | 3 | -14/+19 |
* | KNF | ume | 2002-06-01 | 1 | -286/+264 |
* | sprintf -> snprintf | ume | 2002-06-01 | 1 | -17/+25 |
* | Brush up descriptions of sendmail menu last added. | matusita | 2002-06-01 | 2 | -4/+8 |
* | Add 'Sendmail' menu to set sendmail_enable variable. | matusita | 2002-06-01 | 4 | -2/+44 |
* | Don't load a module from /stand/modules in the MFS root if it is already in | jhb | 2002-05-31 | 1 | -0/+4 |
* | We don't build libc_r on sparc64 for the moment. | ru | 2002-05-31 | 1 | -1/+1 |
* | Fix integer overflow causing disk/partition size display wrapping | pb | 2002-05-31 | 2 | -6/+6 |
* | pkg_version was incorrectly claiming that 1.5 == 1.5.0.1, because | bmah | 2002-05-31 | 1 | -0/+24 |
* | - Document the new `diskInteractive' variable. | jhb | 2002-05-31 | 2 | -0/+34 |
* | If 'netInteractive' is set to true in an installation script, then | jhb | 2002-05-31 | 1 | -0/+18 |
* | Add a 'diskInteractive' variable that can be set to interactively partition | jhb | 2002-05-31 | 6 | -8/+18 |
* | Remove DESTDIR which is already included in DOCDIR. | jedgar | 2002-05-31 | 1 | -2/+2 |
* | Typo fix: syste -> system | keramida | 2002-05-31 | 1 | -1/+1 |
* | Fix syntax error (label with no statement). | wollman | 2002-05-30 | 1 | -0/+1 |
* | Fix conflict with <paths.h> by renaming _PATH_LOGIN to _PATH_SLIP_LOGIN, | wollman | 2002-05-30 | 2 | -10/+15 |
* | Fix preprocessor directive syntax (text after #else). | wollman | 2002-05-30 | 1 | -3/+5 |
* | mdoc(7) police: Make this look like an average manpage. | ru | 2002-05-30 | 1 | -20/+17 |
* | mdoc(7) police: markup nits. | ru | 2002-05-30 | 1 | -2/+4 |
* | mdoc(7) police: make SYNOPSIS really match usage(). | ru | 2002-05-30 | 1 | -7/+3 |
* | mdoc(7) police: markup nits. | ru | 2002-05-30 | 1 | -7/+11 |
* | mdoc(7) police: don't use .Pq with plain text, this breaks hyphenation. | ru | 2002-05-30 | 1 | -1/+1 |
* | mdoc(7) police: markup nit. | ru | 2002-05-30 | 1 | -1/+1 |
* | mdoc(7) police: removed an extra .Op call. | ru | 2002-05-30 | 1 | -1/+1 |
* | mdoc(7) police: tidy up the markup. | ru | 2002-05-30 | 1 | -66/+70 |
* | Use the predefined DOCDIR instead of hard-coding /usr/share/doc/bind, | jedgar | 2002-05-29 | 1 | -3/+2 |
* | mdoc(7) police: nits. | ru | 2002-05-29 | 1 | -4/+4 |
* | Put on peril sensitive sunglasses and turn C++ stuff back on. | peter | 2002-05-29 | 1 | -3/+0 |
* | Comment out comments trailing #endif directives | alfred | 2002-05-28 | 1 | -16/+17 |
* | Have this use 'static const char rcsid' instead of __RCSID() | gad | 2002-05-28 | 1 | -3/+4 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 4 | -60/+0 |
* | MFS: two more testcases highlighting recently discovered problem with version | sobomax | 2002-05-28 | 1 | -0/+2 |
* | Remove references to the update/noupdate flag from the description | iedowse | 2002-05-28 | 1 | -4/+1 |