Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-10 | Din't print the "No newline at end of file" to inline (ie: to stdout) | Todd C. Miller | |
for edit scripts. Instead, print it to stderr. This matches the GNU diff behavior and fixes a problem with RCS and files with no trailing newline. tedu@ OK | |||
2003-11-10 | constify. ok markus@ & djm@ | Jakob Schlyter | |
2003-11-09 | cosmetic change; don't put an ending semicolon on the same line as | Todd C. Miller | |
a for() loop. | |||
2003-11-09 | Flush after 'n' operator. | Otto Moerbeek | |
2003-11-09 | Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu> | Otto Moerbeek | |
2003-11-09 | Introduce `last' as a synonym for `.' and document them. | Otto Moerbeek | |
2003-11-09 | better boundary placement. | Vincent Labrecque | |
there should be no more problems with inserting files now... | |||
2003-11-09 | fix a bug i introduced in -r1.19, we should still use the current buffer | Vincent Labrecque | |
to test for the end of circular lists. | |||
2003-11-09 | remove the only use of the hackish undo_add_custom function. | Vincent Labrecque | |
2003-11-09 | proper test for circular list traversal, and nul-terminate strings for | Vincent Labrecque | |
safety. | |||
2003-11-09 | fix up terminal correctly on panic (keeps terminal state correct when | Vincent Labrecque | |
started with an invalid $TERM) spotted by deraadt | |||
2003-11-09 | remove unused structure element | Vincent Labrecque | |
2003-11-09 | fix the undo record size for insert-file so we do not get an extra byte | Vincent Labrecque | |
2003-11-09 | knf | Vincent Labrecque | |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-11-08 | remove unused variable (pw). ok djm@ | Jakob Schlyter | |
2003-11-07 | Check to make sure that the packet was received on a carp-enabled interface. | Ryan Thomas McBride | |
Pointed out by Marco Pfatschbacher, ok mickey@ | |||
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre | |
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@ | |||
2003-11-07 | hppa is bigendian | Michael Shalayeff | |
2003-11-07 | prevent overflow, see freebsd r1.32. also, do nicer reallocs. | Ted Unangst | |
ok millert@ otto@ | |||
2003-11-06 | Describe non-portable extension # (comment), n (print w/o newline), | Otto Moerbeek | |
and a (byte to char). Tweaks and ok jmc@ | |||
2003-11-06 | Implement non-portable extension # (comment), n (print w/o newline), | Otto Moerbeek | |
and a (byte to char). | |||
2003-11-06 | fix linklocal multicast address handling. Matthias Drochner | Jun-ichiro itojun Hagino | |
2003-11-04 | standardise arguments to auth methods - they should all take authctxt. | Damien Miller | |
check authctxt->valid rather then pw != NULL; ok markus@ | |||
2003-11-04 | Duh, a stack machine without swap; implement GNU compatible 'r' | Otto Moerbeek | |
(swap) operator. Prompted by Michael Knudsen <e at molioner dot dk> | |||
2003-11-03 | Don't define a specific target when the default rule will do perfectly. | Otto Moerbeek | |
ok mickey@ | |||
2003-11-03 | Install bc(1) USD doc. | Otto Moerbeek | |
ok deraadt@ mickey@ jmc@ | |||
2003-11-03 | mention w^x on i386 too | Michael Shalayeff | |
2003-11-03 | put a line about 3.4 | Michael Shalayeff | |
2003-11-03 | do not free static type pointer in warn_changed_key() | Jakob Schlyter | |
2003-11-03 | move changed key warning into warn_changed_key(). ok markus@ | Jakob Schlyter | |
2003-11-03 | make this a little more idiot-proof; ok markus@ | Damien Miller | |
2003-11-02 | remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.uk | Markus Friedl | |
2003-11-02 | print raw ip[46] sockets; ok deraadt@ | Markus Friedl | |
2003-11-01 | process signals at the right time. also handle stdin failure better; | Theo de Raadt | |
millert looked at it.. | |||
2003-10-31 | o fairly major man page reorganization | Todd C. Miller | |
o add --posix option for strict POSIX conformance o change filename determination to match GNU patch Tested by various people, including a full ports build by naddy@ | |||
2003-10-31 | Add IPv6 support to CARP. | Ryan Thomas McBride | |
ok deraadt@ | |||
2003-10-31 | New libedit api changes. | Otto Moerbeek | |
Tested by djm@, mouring@, jmc@. ok deraadt@ | |||
2003-10-30 | add missing tcpdump capture types; aldo@nullcube.com | Theo de Raadt | |
2003-10-28 | prototype declared static, but function was not. add static to function. | Anil Madhavapeddy | |
millert@ otto@ ok | |||
2003-10-28 | error->debug for getsockopt+TCP_NODELAY; several requests | Markus Friedl | |
2003-10-27 | - make SYNOPSIS expand properly | Jason McIntyre | |
- document -t - clarify behaviour - document differences from POSIX | |||
2003-10-27 | fix crash on startup by using the good allocation routine in edinit() | Vincent Labrecque | |
spotted and ok by henning | |||
2003-10-26 | rename 'supported' static var in userauth_gssapi() to 'gss_supported' | Anil Madhavapeddy | |
to avoid shadowing the global version. markus@ ok | |||
2003-10-25 | #undef p2 in carp_stats() | Ryan Thomas McBride | |
Pointed out by Max Laier | |||
2003-10-24 | dont compare int to NULL, millert@ ok | Anil Madhavapeddy | |
2003-10-24 | - fix rcs Xr; from Jared Yanovich | Jason McIntyre | |
- correct order for sections - remove unnecessary .Pp and -compact from display - kill some double spacing - sort SEE ALSO | |||
2003-10-24 | typos from Jared Yanovich, though I .Xr'd tn3270, rather than use .Nm; | Jason McIntyre | |
2003-10-23 | macros with too many args; | Jason McIntyre | |
2003-10-23 | rearrange .Nd to make it expand properly; | Jason McIntyre | |