| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't lose an allocated pointer if realloc() fails. | Brian Somers | 1998-08-17 | 1 | -4/+9 |
* | Remove a cast and print the pointer value with %p instead of %x. | John Birrell | 1998-08-17 | 1 | -4/+4 |
* | Ad #include stdlib.h to get the prototype for malloc(). | John Birrell | 1998-08-17 | 1 | -1/+2 |
* | We need config to build on the alpha also ... kinda difficult to build | Gary Palmer | 1998-08-17 | 1 | -4/+4 |
* | /usr/sbin/spkrtest and /usr/sbin/vidfont (aka kbdmap) use very | Poul-Henning Kamp | 1998-08-14 | 2 | -4/+6 |
* | Be careful about using ``.Bd -literal'' as groff sometimes keeps | Brian Somers | 1998-08-11 | 2 | -36/+36 |
* | DNS lookups for partially qualified hosts didn't work right. I was trying | Bill Paul | 1998-08-10 | 1 | -5/+2 |
* | `dns' option defaults to disabled, not enabled. | Brian Somers | 1998-08-09 | 2 | -4/+4 |
* | Add missing .El | Brian Somers | 1998-08-09 | 2 | -2/+4 |
* | /var/run/tunX.pid is created regardless of ppps mode. | Brian Somers | 1998-08-09 | 2 | -14/+4 |
* | Use IFT_PPP from net/if_types.h rather than hard-coding it. | Brian Somers | 1998-08-09 | 1 | -2/+3 |
* | When entering ``term'' mode, don't output any messages until | Brian Somers | 1998-08-09 | 6 | -19/+29 |
* | Don't forget to call PacketAliasInit(). | Brian Somers | 1998-08-09 | 1 | -1/+7 |
* | Missed these... | Brian Somers | 1998-08-07 | 2 | -0/+757 |
* | o Support callback types NONE, E.164, AUTH and CBCP. | Brian Somers | 1998-08-07 | 35 | -123/+841 |
* | Add snprintf.c to SRCS so that the function quad_to_string exists. The | John Birrell | 1998-08-06 | 1 | -1/+1 |
* | Don't mess around in OBJDIR for includes, and remove some warnings. | Eivind Eklund | 1998-08-06 | 11 | -28/+31 |
* | The control code ^_ (0x1f) should really be called "us" rather than "ns". | Kazutaka YOKOTA | 1998-08-06 | 2 | -3/+4 |
* | Update DPT driver from 1.4.3 to 1.4.5 | Eivind Eklund | 1998-08-05 | 3 | -22/+51 |
* | - On second thought, attempt to get the read-only lock, but don't | Nate Williams | 1998-08-04 | 1 | -1/+16 |
* | - Removed read-only lock from 'pw'. This removes portions of the FIX | Nate Williams | 1998-08-04 | 1 | -22/+1 |
* | Remove old sendmail (to the Attic) | Peter Wemm | 1998-08-04 | 223 | -89246/+0 |
* | Descend into makemap/mailstats/praliases when building sendmail. | Peter Wemm | 1998-08-04 | 1 | -2/+2 |
* | Use sendmail-8.9.1 makemap | Peter Wemm | 1998-08-04 | 1 | -0/+12 |
* | Use sendmail-8.9.1 praliases | Peter Wemm | 1998-08-04 | 1 | -0/+9 |
* | Build sendmail-8.9.1 makemap. | Peter Wemm | 1998-08-04 | 1 | -0/+9 |
* | Connect up sendmail-8.9.1 | Peter Wemm | 1998-08-04 | 1 | -55/+49 |
* | PR: 7489 | Peter Hawkins | 1998-08-04 | 1 | -2/+2 |
* | Added the `saver' key definition. The saver key will activate the screen | Kazutaka YOKOTA | 1998-08-03 | 3 | -3/+13 |
* | - Set bell pitch in hertz and duration in msecs. | Kazutaka YOKOTA | 1998-08-03 | 2 | -6/+14 |
* | Fixed printf format errors. | Bruce Evans | 1998-08-02 | 2 | -4/+4 |
* | Fixed printf format errors. | Bruce Evans | 1998-08-02 | 2 | -6/+6 |
* | PR: 7469 | Brian Somers | 1998-08-02 | 3 | -4/+11 |
* | On receipt of a sig 15, do a full bundle_Close() even if | Brian Somers | 1998-08-02 | 2 | -7/+3 |
* | When we receive an LCP config REQ in Opened state, | Brian Somers | 1998-08-01 | 1 | -6/+8 |
* | Cosmetic: Diagnostic wording (Unknown -> Unexpected) | Brian Somers | 1998-08-01 | 1 | -4/+14 |
* | Always dial immediately on ``open'', ``dial'' and ``call''. | Brian Somers | 1998-07-31 | 3 | -31/+12 |
* | ndc hardcodes 'named' instead of using $named_program from rc.conf | Poul-Henning Kamp | 1998-07-31 | 1 | -2/+2 |
* | Document meanings of flags to the -r and -s options. | Joseph Koshy | 1998-07-30 | 1 | -6/+28 |
* | Allow an optional ``!'' in the open, dial & call commands. | Brian Somers | 1998-07-29 | 5 | -59/+109 |
* | Use tcsetattr TCSANOW instead of TCSADRAIN so that dedicated mode doesn't | Brian Somers | 1998-07-29 | 1 | -2/+3 |
* | Document the kern.logsigexit sysctl variable (sort of). | Joerg Wunsch | 1998-07-29 | 1 | -1/+2 |
* | MAXPATHLEN is long enough | Warner Losh | 1998-07-29 | 1 | -2/+2 |
* | when changing mktemp -> mkstemp, make sure to include the new s | Warner Losh | 1998-07-29 | 1 | -2/+2 |
* | Fix temp file race in unused file. If someone wanted to clean the | Warner Losh | 1998-07-29 | 1 | -13/+3 |
* | Silence ``Network unreachable'' warnings when using | Brian Somers | 1998-07-28 | 4 | -19/+20 |
* | o Tidy up PAP and CHAP diagnostics. They're now all logged as PHASE | Brian Somers | 1998-07-28 | 2 | -21/+31 |
* | Don't exit() from cleanup() if we got there via a non-signal since | Jordan K. Hubbard | 1998-07-28 | 1 | -2/+3 |
* | Paranoia: use mkdtemp instead of mktemp | Jacques Vidrine | 1998-07-28 | 1 | -4/+3 |
* | Paranoia: use mkstemp instead of mktemp. | Jacques Vidrine | 1998-07-27 | 1 | -6/+8 |