]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
This commit was generated by cvs2svn to compensate for changes in r32243,
[FreeBSD/FreeBSD.git] / usr.sbin /
1998-01-04 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
1998-01-01 Bruce EvansRestored xref to diskless(8). diskless(8) existed...
1998-01-01 Paul TrainaHandle frame relay, decode ATM VP/VC info, and handle...
1997-12-30 Brian SomersAllow "set device" to close the open modem if we're in
1997-12-30 Brian SomersTypo in error message.
1997-12-30 Brian SomersUse inet_aton() before gethostbyname()
1997-12-30 Brian SomersAllow "add! dst mask gw" (note the ``!'') to do an
1997-12-30 Alexander LangerAdded copyright (taken from natd.c).
1997-12-29 Brian SomersDon't complain that someone's changed the clock unless...
1997-12-29 Brian SomersShow how much time is left before timing out in the
1997-12-29 Jordan K. Hubbardgateway -> gateway_enable
1997-12-28 Brian SomersDon't expect select() to adjust the passed time when...
1997-12-28 James RaynardFix a couple of stray apostrophes.
1997-12-28 Brian SomersInitialize mbuf::pnext.
1997-12-28 Brian SomersIf a packet causes a dial, continue to test whether...
1997-12-28 Brian SomersAllow initial sequence numbers less than what we're...
1997-12-27 Garrett WollmanFix top-of-form bogon.
1997-12-27 Steve PriceAnother sysconfig -> rc.conf fix.
1997-12-27 Alexander LangerTypo/$Id$ police.
1997-12-27 Brian SomersWrite to the routing socket as uid 0. It's not good...
1997-12-27 Steve PriceFix some minor formatting bugs.
1997-12-27 Brian SomersShow who closes the diagnostic connection.
1997-12-27 Brian SomersRemove bogus timeout code in Receive().
1997-12-27 Brian SomersAllow (and document) execution of commands from within
1997-12-26 Tim Vanderhoek"This is the add^H^H^Hinfo module."
1997-12-25 Tim VanderhoekUse consistent spelling,
1997-12-24 Wolfram SchneiderSmall bugfix: store $uid_start instead hard coded value...
1997-12-24 Brian SomersCorrect copyright.
1997-12-24 Brian SomersCosmetic (style):
1997-12-24 Brian SomersUse sizeof cftypes128 for NCFTYPES128 macro, not sizeof...
1997-12-23 Brian Somersstrncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)
1997-12-23 Kazutaka YOKOTA- Added support for a new MouseMan model (4 buttons...
1997-12-22 Alexander LangerYTK fix.
1997-12-22 Brian SomersDon't forget to ntohs(sin.sin_port) (DUH!)
1997-12-21 Brian SomersCharles Mott created these (and told me via email that
1997-12-21 Brian SomersAdd (BSD) copyright headers.
1997-12-21 Brian SomersCosmetic: Test for comment lines after the lenght has...
1997-12-21 Brian SomersAllow multiple (comma seperated) devices on the "set...
1997-12-21 Brian SomersCosmetic: Tidy up.
1997-12-21 Brian SomersMention that leading whitespace is ignored when identif...
1997-12-21 Brian SomersZero struct sockaddr_??s before filling them in.
1997-12-21 Brian SomersAllow leading whitespace before '#' when identifying...
1997-12-21 Brian SomersCorrect the "how to find out if the line is up" example.
1997-12-21 Brian SomersCosmetic: Remove blank lines, add .Pp where necessary.
1997-12-20 Sean Eric FaganAdd a copyright and license statement, at the request...
1997-12-20 Bruce EvansNever create the destination directory at install time.
1997-12-19 Bruce EvansHandle the ``maintenance'' case better.
1997-12-19 Brian SomersReset our "ifaddr" to zero if the "set ifaddr" fails in
1997-12-19 Brian SomersIf the peer asks for IP 0.0.0.0, choose an IP ourselves
1997-12-18 Bruce EvansInstall sysctl in /sbin. It is used in some cases...
1997-12-18 Brian SomersReplace
1997-12-18 Brian Somers"No reply from ppp" -> "Connection closed".
1997-12-18 Brian SomersDon't log the actual password when command-logging
1997-12-17 Brian SomersDon't depend on a u_long being 32 bits.
1997-12-17 Brian Somerschar filename[200] => char filename[MAXPATHLEN]
1997-12-17 Brian SomersLog the source of client connections to the diagnostic...
1997-12-17 Brian SomersRemove useless comparison.
1997-12-17 Brian SomersIf we've got a descriptor table that's bigger than an
1997-12-17 Brian Somerso Log ******** instead of the actual password for ...
1997-12-17 Garrett WollmanAdd -Wno-unused so that ``make world'' can complete...
1997-12-17 Bruce EvansBSDify.
1997-12-17 Bruce EvansDon't use LDDESTDIR. Just put the -L arg in LDADD.
1997-12-17 Bruce EvansUse the default LIBOWN, etc. instead of clobbering...
1997-12-17 Bruce EvansLIBOWN -> BINOWN, etc. There are no libraries here.
1997-12-17 Bruce EvansUse the default LIBOWN, etc. instead of clobbering...
1997-12-17 Bruce EvansFixed missing DPADD by removing empty LDADD.
1997-12-17 Bruce EvansFixed building with NOSHARED=YES. libncurses depends...
1997-12-17 Brian SomersRemove an unnecessary (and wrong) cast.
1997-12-17 Brian SomersFix a potential overflow where, if the label passed...
1997-12-16 James RaynardTypo alert (cosmetic).
1997-12-16 Bruce EvansFixed DPADD.
1997-12-16 Bruce EvansFixed DPADD.
1997-12-16 Brian SomersWrap long lines
1997-12-15 Brian SomersCorrect return values from alias routines.
1997-12-15 Chris TimmonsThis commit was generated by cvs2svn to compensate...
1997-12-15 Brian SomersUse LogWARN for command usage messages and unrecognised
1997-12-15 Brian SomersDo 2 passes when "delete all"ing. The first pass removes
1997-12-15 Kazutaka YOKOTAOops, I forgot to set `cflag' in some cases when initia...
1997-12-13 Guido van RooijOops..The default behaviour should be *not* to log...
1997-12-13 John PolstraFix a segmentation violation that happened if "auth...
1997-12-13 Sean Eric FaganChange the ioctls for procfs around a bit; in particula...
1997-12-13 Brian SomersAllow random IP number allocation to peer.
1997-12-12 Bruce EvansFixed printing of and comparison with d_typename[]...
1997-12-12 Bruce EvansMF22 (oops, I committed it to the wrong tree yesterday).
1997-12-11 Bruce EvansFixed the usual multiplication overflow bug in an lseek...
1997-12-11 Bruce EvansMerged from Lite2 (fix misformattings in copyright).
1997-12-10 Guido van RooijFix some style bugs.
1997-12-10 Brian Somersnatd 1_10 => 1_11
1997-12-09 Guido van RooijLog all failed mount attempts.
1997-12-08 Brian SomersDeal with inflate() returning avail_in == avail_out...
1997-12-08 Brian SomersCorrect usage of `add' and `delete'.
1997-12-08 Kazutaka YOKOTAExplicitly state that the -t option is required only...
1997-12-08 Philippe CharnierUse Pa for files and Ar for arguments.
1997-12-08 Nate Williams- Changed strcmp to strncmp for checking the CIS manufa...
1997-12-07 Brian SomersFix PAP, CHAP & LQR req (I broke the byte ordering...
1997-12-07 Jonathan M. Bresler update hub.mc with the latest set of anti-spam rules
1997-12-07 Kazutaka YOKOTAThe `moused' daemon is made to support various serial...
1997-12-07 Brian SomersOnly allow one arg to `delete' - the mask & gateway...
1997-12-07 Peter Wemmexplicitly set MAN8 since only MAN1 is defaulted.
1997-12-07 Peter WemmAdd $Id$
next