| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert the reversion of the default mtree behaviour. The mtree | Marcel Moolenaar | 2000-07-24 | 2 | -12/+11 |
| * | First attempt to fix a buildworld from -stable machine. Explicitly | Warner Losh | 2000-07-23 | 1 | -2/+3 |
| * | apm -d also needs a writable file descriptor. | Nick Sayer | 2000-07-23 | 1 | -1/+1 |
| * | Oops, the moused disable option is now 6 instead of 4. Catch the menu text | John Baldwin | 2000-07-23 | 2 | -2/+2 |
| * | If ${BINDIR} is not present, create it before installing to it. | Jordan K. Hubbard | 2000-07-21 | 2 | -2/+10 |
| * | Add a terminal entry for xterm; a lot of people are using xterms | Jordan K. Hubbard | 2000-07-21 | 8 | -6/+20 |
| * | Add in the second half of the Slovenian FTP mirror entry. | John Baldwin | 2000-07-21 | 2 | -0/+2 |
| * | Remove a menu item that looks funky. | Jordan K. Hubbard | 2000-07-21 | 2 | -4/+0 |
| * | Add slovenian FTP server to site list. | Jordan K. Hubbard | 2000-07-21 | 2 | -2/+4 |
| * | Fix this so it compiles by adding a missing quote. | John Baldwin | 2000-07-20 | 2 | -2/+2 |
| * | Remove unused variable. | Archie Cobbs | 2000-07-20 | 1 | -1/+1 |
| * | Don't mis-interpret sockaddr_in6 structures as sockaddr_in structures | Brian Somers | 2000-07-20 | 1 | -1/+1 |
| * | Move test for -w flag outside of the code dealing with -D (defaults). | David Nugent | 2000-07-20 | 1 | -2/+2 |
| * | Allow -g with an empty argument in the -D case. This allows -g "" to set | David Nugent | 2000-07-20 | 1 | -5/+8 |
| * | - Clarify some of the text in sysinstall in regards to the cryto bits. | John Baldwin | 2000-07-20 | 3 | -16/+14 |
| * | Fix another missed case where usermod would not set the "modified" flag: | David Nugent | 2000-07-20 | 1 | -3/+6 |
| * | Add ftp.freebsd.org Snapshots to the list of servers. | David E. O'Brien | 2000-07-19 | 2 | -0/+4 |
| * | * document that 'kbdcontrol -k' needs stdin to be the console. | Ben Smithurst | 2000-07-19 | 1 | -0/+19 |
| * | Remove extra #include that was inadvertently added in previous commit. | Archie Cobbs | 2000-07-19 | 1 | -1/+0 |
| * | Fix breakage caused by ether_aton() prototype change. | Archie Cobbs | 2000-07-19 | 1 | -1/+1 |
| * | Describe the new VERSION and COMPILATIONDATE macros and mention that the | Brian Somers | 2000-07-19 | 2 | -8/+30 |
| * | When we're just reading info from the driver, attempt to open the apm | Warner Losh | 2000-07-19 | 1 | -1/+4 |
| * | Support link identification from rfc1570 | Brian Somers | 2000-07-19 | 17 | -22/+176 |
| * | Add the '-l' flag to nghook which loops the received data back. | Poul-Henning Kamp | 2000-07-18 | 2 | -3/+16 |
| * | Allow the Fix-it functionality to detect that we are on a serial console, | David E. O'Brien | 2000-07-18 | 6 | -12/+106 |
| * | Correct the usage() message as per rev 1.25 of mtree.8 . | Sheldon Hearn | 2000-07-17 | 1 | -1/+1 |
| * | * Order options in the SYNOPSIS correctly. | Sheldon Hearn | 2000-07-17 | 1 | -35/+39 |
| * | And another buffer overflow. Maybe next time I should read the manpage for | Nick Hibma | 2000-07-16 | 1 | -1/+1 |
| * | Fix getopt string I forget | Andrey A. Chernov | 2000-07-16 | 1 | -1/+1 |
| * | Revert back to original mtree default behaviour to not follow symlinks, to be | Andrey A. Chernov | 2000-07-16 | 2 | -10/+11 |
| * | Catch up to the fact that we now have tcsh in the tree. | David Nugent | 2000-07-16 | 1 | -1/+2 |
| * | Admin some amount of responsibility for the current state of lpr/lpd. | Garrett Wollman | 2000-07-15 | 1 | -0/+3 |
| * | Add documentation on the new logstr command. | Warner Losh | 2000-07-14 | 1 | -0/+17 |
| * | Add new keyword "logstr". By default, we now use syslog outselves to | Warner Losh | 2000-07-14 | 3 | -9/+21 |
| * | Add IPv6 scoped address support. | Hajimu UMEMOTO | 2000-07-14 | 2 | -1/+6 |
| * | Add ftp4.tw.FreeBSD.org. | John Baldwin | 2000-07-14 | 2 | -0/+4 |
| * | Fix the NAME section. Order the options which do not take arguments, | Sheldon Hearn | 2000-07-14 | 1 | -1/+13 |
| * | Use -P instead of -S to specify that no symlinks should be followed. | Josef Karthauser | 2000-07-14 | 2 | -8/+8 |
| * | IPv6 support. | Hajimu UMEMOTO | 2000-07-14 | 14 | -100/+259 |
| * | Ugh. Back out local changes that crept in with my last commit. :( | John Baldwin | 2000-07-14 | 4 | -4/+0 |
| * | MFS: (yes, from -stable) Note that current.FreeBSD.org is a 5.0 snap server | John Baldwin | 2000-07-14 | 6 | -6/+10 |
| * | use _PATH_DEV | Alfred Perlstein | 2000-07-14 | 1 | -1/+1 |
| * | Oops. I originally extended the bcopy to 8 characters to include the | Peter Wemm | 2000-07-14 | 1 | -1/+1 |
| * | Correct an additional off-by-one bug and buffer overflow. A malloc() | Peter Wemm | 2000-07-14 | 1 | -2/+3 |
| * | Support propogation of file flags when building a homedir from the | David Nugent | 2000-07-13 | 1 | -6/+17 |
| * | - When we save the existing MBR to a file, check to see if the MBR we are | John Baldwin | 2000-07-13 | 1 | -83/+138 |
| * | Add a new command, 'cdid', to calculate and display a serial number | Josef Karthauser | 2000-07-13 | 2 | -0/+99 |
| * | Allow symlinks to be created if they appear in the mtree specification. | Josef Karthauser | 2000-07-13 | 2 | -5/+20 |
| * | Added a flag (-S) to mtree to specify that symlinks shouldn't be | Josef Karthauser | 2000-07-13 | 3 | -1/+9 |
| * | Fix the ^D -> core dump problem properly. ^D == "quit" again. | Stephen McKay | 2000-07-13 | 1 | -3/+4 |