| Commit message (Expand) | Author | Age | Files | Lines |
* | A long time ago I hacked mountd so that it would deal intelligently | wpaul | 1998-06-25 | 1 | -3/+5 |
* | Fixes per PR 2850: | jkoshy | 1998-06-19 | 1 | -5/+18 |
* | Remove reference to non-existent htable(8). | jkoshy | 1998-06-17 | 1 | -2/+1 |
* | Oops, the previous commit missed one line of code. | joerg | 1998-06-15 | 1 | -1/+2 |
* | Watch out for null hostnames in netgroup entries, to avoid dumping core. | joerg | 1998-06-15 | 1 | -2/+4 |
* | Correct use of .Nm. Use .Bl/.El for enumerating options. Use .An. Correct | charnier | 1998-06-15 | 3 | -43/+33 |
* | Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3). | charnier | 1998-06-15 | 40 | -206/+257 |
* | Capitalize at the start of sentence. Add rcsid. Remove unused #includes. | charnier | 1998-06-15 | 2 | -18/+14 |
* | Add rcsid. Remove unused #includes. | charnier | 1998-06-15 | 1 | -4/+5 |
* | Correct use of .Nm. Add rcsid. Remove unused #includes. | charnier | 1998-06-15 | 8 | -40/+53 |
* | Force -DFREEBSD_AOUT incase ldconfig is being compiled under elf. | peter | 1998-06-12 | 1 | -2/+2 |
* | Print the write counts if they are nonzero even if we're mounted | bde | 1998-06-08 | 2 | -8/+6 |
* | Add rcsid, remove unused #includes. Use err(3). | charnier | 1998-06-08 | 1 | -22/+22 |
* | Use warnx()+fprintf() to handle multi-line messages. Correct K&R support and | charnier | 1998-06-08 | 2 | -24/+20 |
* | Fix typo: exit -> exist | danny | 1998-06-08 | 1 | -2/+2 |
* | PR: docs/3636 | thepish | 1998-06-07 | 1 | -1/+1 |
* | Fix an alignment problem on alpha by doing a bytewise copy. | jb | 1998-06-06 | 1 | -3/+6 |
* | Reviewed by: Kirk Mckusick (mckusick@mckusick.com) | julian | 1998-06-05 | 3 | -3/+3 |
* | Fix a spelling error. | steve | 1998-06-04 | 2 | -2/+2 |
* | Use .Pa for filenames. Use .Bl/.El in FILES section. Remove unused #includes. | charnier | 1998-06-04 | 2 | -13/+13 |
* | Add section number to .Xr. Use of .Nm. Typo. Add rcsid. Remove unused | charnier | 1998-06-04 | 6 | -142/+100 |
* | Correct .Nm. Spelling. Add rcsid, remove unused #includes. Add usage(). Do not | charnier | 1998-06-04 | 2 | -15/+22 |
* | Correct use of .Nm, use .Bl/.El in FILES section. Add rcsid. Remove unused | charnier | 1998-06-04 | 2 | -18/+22 |
* | Correct use of .Nm. Add section number to .Xr. Add rcsid, usage(). Use err(3). | charnier | 1998-06-04 | 2 | -35/+35 |
* | Correct use of .Nm. Add missing .El. Add rcsid. Remove unused #include. | charnier | 1998-06-04 | 2 | -19/+25 |
* | Spelling corrections. | jkoshy | 1998-06-03 | 1 | -2/+2 |
* | Correct typo. | jkoshy | 1998-06-03 | 1 | -2/+2 |
* | SUBDIR += ldconfig | peter | 1998-06-01 | 1 | -2/+2 |
* | Build ldconfig in /sbin environment directly, rather than under the gnu ld | peter | 1998-06-01 | 1 | -6/+4 |
* | Fixed overflow in the calculation of the number of inodes per group | bde | 1998-05-31 | 1 | -1/+1 |
* | Use the correct macro for file names. Remove empty `HISTORY' section. | jkoshy | 1998-05-29 | 2 | -4/+2 |
* | Correct manual page, based on feedback from Bruce Evans. | jkoshy | 1998-05-27 | 1 | -31/+33 |
* | ELF preparation step 2: | sos | 1998-05-26 | 1 | -2/+7 |
* | Use select() timeouts instead of SIGALRM to schedule packet transmission. | fenner | 1998-05-25 | 1 | -81/+104 |
* | Manual page fix: add cross references, refer to ``dumpdev'' variable in | jkoshy | 1998-05-25 | 1 | -9/+33 |
* | Revert the previous fix. As it turns out Warner Losh is | steve | 1998-05-25 | 1 | -21/+9 |
* | Attempt to stop another DoS attack related to ping flooding. | steve | 1998-05-25 | 1 | -9/+21 |
* | Fix typo in prompt. | jraynard | 1998-05-20 | 2 | -2/+2 |
* | Reminded by: Alex Nash | danny | 1998-05-19 | 1 | -3/+3 |
* | Make the size of the msgbuf (dmesg) a "normal" option. | phk | 1998-05-19 | 1 | -8/+14 |
* | Support changing the attribute cache limits per-mount. We don't have | peter | 1998-05-19 | 2 | -2/+38 |
* | Typo fix. | max | 1998-05-19 | 1 | -1/+1 |
* | Make this safe for an alpha build, leaving out just about everything | jb | 1998-05-18 | 1 | -15/+11 |
* | Remove extraneous ")" from output. | dt | 1998-05-17 | 2 | -4/+4 |
* | Turn on TCP_NODELAY on the remote socket, to turn off sender silly window | fenner | 1998-05-17 | 1 | -6/+3 |
* | When a timeval is stored at the beginning of icmp_data, the fields | jb | 1998-05-16 | 1 | -14/+27 |
* | PR: 6641 | danny | 1998-05-15 | 1 | -2/+2 |
* | The SYNOPSYS of mount_umap(8) says | phk | 1998-05-13 | 2 | -4/+4 |
* | The description of the format of the id mapfile is wrong. You have | phk | 1998-05-13 | 2 | -4/+4 |
* | Fix PR 1607, hopefully without breaking the PR 5208 fixes. | peter | 1998-05-11 | 1 | -7/+7 |