Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-22 | include a siginfo_t with ktrace PSIG information, so that kdump can print | Theo de Raadt | |
fault addresses and other information. (a small bug exists: in some signal delivery cases, two PSIG records may be inserted, because postsig() is unaware a PSIG record has already been placed. but this small bug can stay since the siginfo_t information helps us find and fix other bugs) | |||
2002-02-22 | overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@ | Markus Friedl | |
2002-02-22 | if file mode known, try to avoid a race.. i think. millert spotted a bug in ↵ | Theo de Raadt | |
my first draft | |||
2002-02-21 | "rephrase" the loop's condition, gets rid of an ugly operation. | Vincent Labrecque | |
2002-02-21 | KNF | Theo de Raadt | |
2002-02-21 | use sizeof w/ defines; niklas@ millert@ ok. | Federico G. Schwindt | |
2002-02-21 | document undo | Theo de Raadt | |
2002-02-21 | Save undo records for newline insertions. | Vincent Labrecque | |
That makes mg behave more like GNU emacs. | |||
2002-02-21 | Don't ignore the argument to undo. (makes ^U work) | Vincent Labrecque | |
2002-02-21 | remove a wrapper around getenv() | Theo de Raadt | |
2002-02-21 | always define CHARMASK | Theo de Raadt | |
2002-02-21 | ^Xu is also an undo char | Theo de Raadt | |
2002-02-21 | Typo and... | Vincent Labrecque | |
Duh, newlines aren't even stored in the lines' content, check for a 0 length line to detect deleting newlines. | |||
2002-02-21 | It seems you need to have hacked mg at some point to be considered a | Daniel Hartmeier | |
true old fart, so here's my contribution ;) Don't use the same va_list twice without re-va_start()ing it, doesn't work on macppc. | |||
2002-02-21 | signal-safe window size changing | Theo de Raadt | |
2002-02-20 | do not print "New size..." -- other emacs do not bother | Theo de Raadt | |
2002-02-20 | bind C-_ to undo. | Artur Grabowski | |
2002-02-20 | Save newline deletes in their own undo record. | Vincent Labrecque | |
fixes the ^K^K bugs. | |||
2002-02-20 | Add undo code to mg. | Vincent Labrecque | |
needs further hacking. ok `whole bunch of people on icb'@ | |||
2002-02-19 | remove more old cruft | Eric Jackson | |
2002-02-19 | man page fixes | Eric Jackson | |
from Kevin Steves <stevesk@pobox.com> | |||
2002-02-19 | -Wall cleanup. | Eric Jackson | |
from Kevin Steves <stevesk@pobox.com> | |||
2002-02-19 | remove old cruft | Eric Jackson | |
2002-02-19 | IPsec is written ``IPsec'', not ``IPSec''. | Miod Vallat | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-19 | Fix gethostname() usage. | Mike Pechkin | |
deraadt@ ok | |||
2002-02-19 | Make multiple buffers with the same basename work correctly.. (like GNU | Vincent Labrecque | |
emacs) and unbreak a stupid loop at the same time. ok art@ | |||
2002-02-19 | stategy is not an english word | Theo de Raadt | |
2002-02-19 | oops, left out ; | Eric Jackson | |
2002-02-18 | format string fixes | Eric Jackson | |
2002-02-18 | more "char c = getchar(); if (c == EOF) ..." balony | Theo de Raadt | |
2002-02-18 | Don't require the -n flag if -x is specified. This is consistent with | Todd C. Miller | |
the manual page as well as xargs on other operating systems. | |||
2002-02-18 | -q: Fatal errors are _not_ displayed. | Markus Friedl | |
2002-02-18 | switch to EVP, ok djm@ deraadt@ | Markus Friedl | |
2002-02-17 | mention that '-' is the deprecated form of '-l' | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-17 | telnet used a P macro instead of __P -- g/c that too. | Todd C. Miller | |
2002-02-17 | better message; adi@hexapodia.org | Theo de Raadt | |
2002-02-17 | A couple temporary workarounds for vax toolchain bugs. | Hugh Graham | |
2002-02-17 | oops, add -U to usage | Eric Jackson | |
2002-02-17 | add support for connecting too and listening on AF_UNIX sockets. | Eric Jackson | |
connect support from dave@arbor.net.. rest by me | |||
2002-02-17 | fix pr#2091. patch applied. | Eric Jackson | |
patch from Brian J. Kifiak <bk@rt.fm> should be looked at closer.. | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-16 | default to rsa keyfile path for non key generation operations where | Kevin Steves | |
keyfile not specified. fixes core dump in those cases. ok markus@ | |||
2002-02-16 | -t required now for key generation | Kevin Steves | |
2002-02-16 | typo | Markus Friedl | |
2002-02-16 | Some disk names are longer than 4. Cope with that. | Thierry Deval | |
ok deraadt@ | |||
2002-02-15 | krb5_get_err_text() does not like context==NULL; he@nordu.net via google; ok ↵ | Markus Friedl | |
provos@ | |||
2002-02-15 | split do_child(), ok mouring@ | Markus Friedl | |
2002-02-15 | make pressing return in dired mode open the file we're currently at. | Vincent Labrecque | |
ok deraadt@ |