aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Revert the reversion of the default mtree behaviour. The mtreeMarcel Moolenaar2000-07-242-12/+11
* First attempt to fix a buildworld from -stable machine. ExplicitlyWarner Losh2000-07-231-2/+3
* apm -d also needs a writable file descriptor.Nick Sayer2000-07-231-1/+1
* Oops, the moused disable option is now 6 instead of 4. Catch the menu textJohn Baldwin2000-07-232-2/+2
* If ${BINDIR} is not present, create it before installing to it.Jordan K. Hubbard2000-07-212-2/+10
* Add a terminal entry for xterm; a lot of people are using xtermsJordan K. Hubbard2000-07-218-6/+20
* Add in the second half of the Slovenian FTP mirror entry.John Baldwin2000-07-212-0/+2
* Remove a menu item that looks funky.Jordan K. Hubbard2000-07-212-4/+0
* Add slovenian FTP server to site list.Jordan K. Hubbard2000-07-212-2/+4
* Fix this so it compiles by adding a missing quote.John Baldwin2000-07-202-2/+2
* Remove unused variable.Archie Cobbs2000-07-201-1/+1
* Don't mis-interpret sockaddr_in6 structures as sockaddr_in structuresBrian Somers2000-07-201-1/+1
* Move test for -w flag outside of the code dealing with -D (defaults).David Nugent2000-07-201-2/+2
* Allow -g with an empty argument in the -D case. This allows -g "" to setDavid Nugent2000-07-201-5/+8
* - Clarify some of the text in sysinstall in regards to the cryto bits.John Baldwin2000-07-203-16/+14
* Fix another missed case where usermod would not set the "modified" flag:David Nugent2000-07-201-3/+6
* Add ftp.freebsd.org Snapshots to the list of servers.David E. O'Brien2000-07-192-0/+4
* * document that 'kbdcontrol -k' needs stdin to be the console.Ben Smithurst2000-07-191-0/+19
* Remove extra #include that was inadvertently added in previous commit.Archie Cobbs2000-07-191-1/+0
* Fix breakage caused by ether_aton() prototype change.Archie Cobbs2000-07-191-1/+1
* Describe the new VERSION and COMPILATIONDATE macros and mention that theBrian Somers2000-07-192-8/+30
* When we're just reading info from the driver, attempt to open the apmWarner Losh2000-07-191-1/+4
* Support link identification from rfc1570Brian Somers2000-07-1917-22/+176
* Add the '-l' flag to nghook which loops the received data back.Poul-Henning Kamp2000-07-182-3/+16
* Allow the Fix-it functionality to detect that we are on a serial console,David E. O'Brien2000-07-186-12/+106
* Correct the usage() message as per rev 1.25 of mtree.8 .Sheldon Hearn2000-07-171-1/+1
* * Order options in the SYNOPSIS correctly.Sheldon Hearn2000-07-171-35/+39
* And another buffer overflow. Maybe next time I should read the manpage forNick Hibma2000-07-161-1/+1
* Fix getopt string I forgetAndrey A. Chernov2000-07-161-1/+1
* Revert back to original mtree default behaviour to not follow symlinks, to beAndrey A. Chernov2000-07-162-10/+11
* Catch up to the fact that we now have tcsh in the tree.David Nugent2000-07-161-1/+2
* Admin some amount of responsibility for the current state of lpr/lpd.Garrett Wollman2000-07-151-0/+3
* Add documentation on the new logstr command.Warner Losh2000-07-141-0/+17
* Add new keyword "logstr". By default, we now use syslog outselves toWarner Losh2000-07-143-9/+21
* Add IPv6 scoped address support.Hajimu UMEMOTO2000-07-142-1/+6
* Add ftp4.tw.FreeBSD.org.John Baldwin2000-07-142-0/+4
* Fix the NAME section. Order the options which do not take arguments,Sheldon Hearn2000-07-141-1/+13
* Use -P instead of -S to specify that no symlinks should be followed.Josef Karthauser2000-07-142-8/+8
* IPv6 support.Hajimu UMEMOTO2000-07-1414-100/+259
* Ugh. Back out local changes that crept in with my last commit. :(John Baldwin2000-07-144-4/+0
* MFS: (yes, from -stable) Note that current.FreeBSD.org is a 5.0 snap serverJohn Baldwin2000-07-146-6/+10
* use _PATH_DEVAlfred Perlstein2000-07-141-1/+1
* Oops. I originally extended the bcopy to 8 characters to include thePeter Wemm2000-07-141-1/+1
* Correct an additional off-by-one bug and buffer overflow. A malloc()Peter Wemm2000-07-141-2/+3
* Support propogation of file flags when building a homedir from theDavid Nugent2000-07-131-6/+17
* - When we save the existing MBR to a file, check to see if the MBR we areJohn Baldwin2000-07-131-83/+138
* Add a new command, 'cdid', to calculate and display a serial numberJosef Karthauser2000-07-132-0/+99
* Allow symlinks to be created if they appear in the mtree specification.Josef Karthauser2000-07-132-5/+20
* Added a flag (-S) to mtree to specify that symlinks shouldn't beJosef Karthauser2000-07-133-1/+9
* Fix the ^D -> core dump problem properly. ^D == "quit" again.Stephen McKay2000-07-131-3/+4