aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Don't lose an allocated pointer if realloc() fails.Brian Somers1998-08-171-4/+9
* Remove a cast and print the pointer value with %p instead of %x.John Birrell1998-08-171-4/+4
* Ad #include stdlib.h to get the prototype for malloc().John Birrell1998-08-171-1/+2
* We need config to build on the alpha also ... kinda difficult to buildGary Palmer1998-08-171-4/+4
* /usr/sbin/spkrtest and /usr/sbin/vidfont (aka kbdmap) use veryPoul-Henning Kamp1998-08-142-4/+6
* Be careful about using ``.Bd -literal'' as groff sometimes keepsBrian Somers1998-08-112-36/+36
* DNS lookups for partially qualified hosts didn't work right. I was tryingBill Paul1998-08-101-5/+2
* `dns' option defaults to disabled, not enabled.Brian Somers1998-08-092-4/+4
* Add missing .ElBrian Somers1998-08-092-2/+4
* /var/run/tunX.pid is created regardless of ppps mode.Brian Somers1998-08-092-14/+4
* Use IFT_PPP from net/if_types.h rather than hard-coding it.Brian Somers1998-08-091-2/+3
* When entering ``term'' mode, don't output any messages untilBrian Somers1998-08-096-19/+29
* Don't forget to call PacketAliasInit().Brian Somers1998-08-091-1/+7
* Missed these...Brian Somers1998-08-072-0/+757
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-0735-123/+841
* Add snprintf.c to SRCS so that the function quad_to_string exists. TheJohn Birrell1998-08-061-1/+1
* Don't mess around in OBJDIR for includes, and remove some warnings.Eivind Eklund1998-08-0611-28/+31
* The control code ^_ (0x1f) should really be called "us" rather than "ns".Kazutaka YOKOTA1998-08-062-3/+4
* Update DPT driver from 1.4.3 to 1.4.5Eivind Eklund1998-08-053-22/+51
* - On second thought, attempt to get the read-only lock, but don'tNate Williams1998-08-041-1/+16
* - Removed read-only lock from 'pw'. This removes portions of the FIXNate Williams1998-08-041-22/+1
* Remove old sendmail (to the Attic)Peter Wemm1998-08-04223-89246/+0
* Descend into makemap/mailstats/praliases when building sendmail.Peter Wemm1998-08-041-2/+2
* Use sendmail-8.9.1 makemapPeter Wemm1998-08-041-0/+12
* Use sendmail-8.9.1 praliasesPeter Wemm1998-08-041-0/+9
* Build sendmail-8.9.1 makemap.Peter Wemm1998-08-041-0/+9
* Connect up sendmail-8.9.1Peter Wemm1998-08-041-55/+49
* PR: 7489Peter Hawkins1998-08-041-2/+2
* Added the `saver' key definition. The saver key will activate the screenKazutaka YOKOTA1998-08-033-3/+13
* - Set bell pitch in hertz and duration in msecs.Kazutaka YOKOTA1998-08-032-6/+14
* Fixed printf format errors.Bruce Evans1998-08-022-4/+4
* Fixed printf format errors.Bruce Evans1998-08-022-6/+6
* PR: 7469Brian Somers1998-08-023-4/+11
* On receipt of a sig 15, do a full bundle_Close() even ifBrian Somers1998-08-022-7/+3
* When we receive an LCP config REQ in Opened state,Brian Somers1998-08-011-6/+8
* Cosmetic: Diagnostic wording (Unknown -> Unexpected)Brian Somers1998-08-011-4/+14
* Always dial immediately on ``open'', ``dial'' and ``call''.Brian Somers1998-07-313-31/+12
* ndc hardcodes 'named' instead of using $named_program from rc.confPoul-Henning Kamp1998-07-311-2/+2
* Document meanings of flags to the -r and -s options.Joseph Koshy1998-07-301-6/+28
* Allow an optional ``!'' in the open, dial & call commands.Brian Somers1998-07-295-59/+109
* Use tcsetattr TCSANOW instead of TCSADRAIN so that dedicated mode doesn'tBrian Somers1998-07-291-2/+3
* Document the kern.logsigexit sysctl variable (sort of).Joerg Wunsch1998-07-291-1/+2
* MAXPATHLEN is long enoughWarner Losh1998-07-291-2/+2
* when changing mktemp -> mkstemp, make sure to include the new sWarner Losh1998-07-291-2/+2
* Fix temp file race in unused file. If someone wanted to clean theWarner Losh1998-07-291-13/+3
* Silence ``Network unreachable'' warnings when usingBrian Somers1998-07-284-19/+20
* o Tidy up PAP and CHAP diagnostics. They're now all logged as PHASEBrian Somers1998-07-282-21/+31
* Don't exit() from cleanup() if we got there via a non-signal sinceJordan K. Hubbard1998-07-281-2/+3
* Paranoia: use mkdtemp instead of mktempJacques Vidrine1998-07-281-4/+3
* Paranoia: use mkstemp instead of mktemp.Jacques Vidrine1998-07-271-6/+8