| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Temporarily disable an information message that was added in the last | Peter Wemm | 1996-11-01 | 1 | -1/+0 |
* | | Make rdump error messages a little clearer and make them look like dump | Bill Fenner | 1996-11-01 | 1 | -12/+35 |
* | | If rcmd() fails, return immediately instead of trying a bunch of | Bill Fenner | 1996-10-28 | 1 | -6/+9 |
* | | If passed the -d flag, mount devfs on /dev | Poul-Henning Kamp | 1996-10-28 | 1 | -1/+12 |
* | | Don't give up just because we cant find the blkdev that corresponds | Poul-Henning Kamp | 1996-10-27 | 4 | -8/+12 |
* | | setuid back to the original caller immediately after opening the route socket. | Bill Fenner | 1996-10-27 | 1 | -14/+19 |
* | | Allow the specification of a mountpoint, and resolve it s disk device | Joerg Wunsch | 1996-10-25 | 4 | -4/+64 |
* | | Moved #include of <sys/types.h> earlier so that this compiles when | Bruce Evans | 1996-10-25 | 1 | -3/+6 |
* | | Mention the historic mount options, as `deprecated'. | Joerg Wunsch | 1996-10-22 | 1 | -0/+49 |
* | | dumpfs blindly trusts that it has been handed a filesystem. | Poul-Henning Kamp | 1996-10-21 | 1 | -0/+7 |
* | | Issue a warning if the user specifies an invalid interface in a rule. | Alexander Langer | 1996-10-17 | 1 | -1/+25 |
* | | Bring back NS support for this utility - we need it for the commercial Novell | Jordan K. Hubbard | 1996-10-16 | 2 | -1/+2 |
* | | Fix my yesterday's brain-o: don't account for the kilobytes twice. | Joerg Wunsch | 1996-10-14 | 1 | -1/+1 |
* | | Yikes! Originally, i intended to apply the patch from PR # 1322, | Joerg Wunsch | 1996-10-13 | 1 | -5/+6 |
* | | The dos() function needs a new second argument, containing the size | Bruce Evans | 1996-10-13 | 2 | -20/+26 |
* | | Make the savecore command work like the man page says: | Bill Fenner | 1996-10-13 | 2 | -10/+21 |
* | | Rewrote the section about the "normal" setting of the security level to | Bruce Evans | 1996-10-12 | 1 | -15/+16 |
* | | Add a new option "-f hints_file" to specify an alternate file instead of | John Polstra | 1996-10-10 | 2 | -37/+37 |
* | | Fix the case where fsck would not see sparse directories and the kernel would | Guido van Rooij | 1996-10-08 | 16 | -5/+220 |
* | | delete doubled words, e.g.: "the the" -> "the" | Wolfram Schneider | 1996-10-05 | 3 | -5/+6 |
* | | When MODE SELECT'ing, the ``device-specific parameter'' field is | Joerg Wunsch | 1996-10-05 | 1 | -2/+2 |
* | | Back out my -k changes; there's a better way to do this in the short-term. | Jordan K. Hubbard | 1996-10-02 | 2 | -14/+5 |
* | | Add support for dset'ing an arbitrary kernel (experimental). | Jordan K. Hubbard | 1996-10-01 | 2 | -9/+19 |
* | | Updates to deal with ld.so.hints version 2. It now deals with the | Peter Wemm | 1996-10-01 | 2 | -18/+53 |
* | | Get rid of useless -f flag (though left for historical reasons). | Guido van Rooij | 1996-09-30 | 2 | -3/+15 |
* | | .Os NetBSD -> .Os FreeBSD. | Wolfram Schneider | 1996-09-28 | 1 | -1/+1 |
* | | Removed references to pathconf-related variables that were never handled | Bruce Evans | 1996-09-28 | 1 | -10/+3 |
* | | Add chlen command so you can set the size of an inode. This was handy | Guido van Rooij | 1996-09-26 | 1 | -0/+23 |
* | | Eliminated includes of the "temporary" backwards compatibility header | Bruce Evans | 1996-09-24 | 2 | -3/+3 |
* | | add missing comma(s) in .Xr macros | Wolfram Schneider | 1996-09-23 | 3 | -6/+9 |
* | | Who would have though that dmesg didn't understand message buffers? | Bruce Evans | 1996-09-21 | 1 | -8/+16 |
* | | ts_sec -> tv_sec | Nate Williams | 1996-09-20 | 2 | -4/+4 |
* | | ts_sec -> tv_sec | Nate Williams | 1996-09-20 | 4 | -19/+19 |
* | | ts_sec -> tv_sec | Nate Williams | 1996-09-20 | 5 | -13/+13 |
* | | rdisc functionality has been incorporated into routed | Paul Traina | 1996-09-16 | 3 | -1810/+0 |
* | | Disable rdisc, enable routed in new location. | Garrett Wollman | 1996-09-16 | 1 | -1/+1 |
* | | Change location of trace files and disable remote trace file change | Garrett Wollman | 1996-09-16 | 1 | -1/+3 |
* | | Layer on FreeBSD local changes from old routed. | Garrett Wollman | 1996-09-16 | 7 | -25/+20 |
* | | This commit was generated by cvs2svn to compensate for changes in r18316, | Garrett Wollman | 1996-09-16 | 17 | -0/+11181 |
|\| |
|
| * | Virgin import of new BSD/SGI routed. This update contains a numbervendor/SGI/vjs_960912 | Garrett Wollman | 1996-09-16 | 18 | -0/+11343 |
* | Note that -N is only effective when ipfw is displaying chain entries. | Alexander Langer | 1996-09-15 | 1 | -1/+1 |
* | Don't use __dead or __pure in user code. They were obfuscations | Bruce Evans | 1996-09-14 | 27 | -51/+51 |
* | Added description of "noatime" option. | David Greenman | 1996-09-08 | 2 | -2/+14 |
* | Make the noauto flag usable for swap devices too. Closes PR#1542 | Jordan K. Hubbard | 1996-09-06 | 2 | -1/+3 |
* | Fixed DPADD. | Bruce Evans | 1996-09-05 | 2 | -6/+6 |
* | Cast the partial result of an expression to an off_t to fix an overflow | David Greenman | 1996-09-05 | 1 | -1/+1 |
* | Just realised the man page didn't mention the appletalk specific options | Julian Elischer | 1996-09-04 | 1 | -1/+9 |
* | Get rid of an unexpectedly bogus sanity check under appletalk because | Julian Elischer | 1996-09-04 | 1 | -3/+3 |
* | Implemented user side of "noatime" mount option. This option disables | David Greenman | 1996-09-03 | 4 | -2/+8 |
* | Add ${DPADD}, $Id$ | Peter Wemm | 1996-09-02 | 1 | -0/+2 |