Age | Commit message (Expand) | Author |
2002-02-26 | > Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org | mouring |
2002-02-26 | Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org | Theo de Raadt |
2002-02-26 | close PR 2311 | Marc Espie |
2002-02-26 | KNF; from Dennis Schwarz <denniss@hoofbite.net>; closes pr#2432 | Todd T. Fries |
2002-02-26 | keep undo records in the BUFFER structures insteda of having a huge list. | Vincent Labrecque |
2002-02-25 | more u_* fixes | Markus Friedl |
2002-02-25 | use mktemp, don't bother with creating a directory when only one tmp file is | Peter Valchev |
2002-02-25 | mark getc uses with regard to int and EOF | Theo de Raadt |
2002-02-25 | getchar returns an int | Theo de Raadt |
2002-02-24 | disable Nagle in connect_to() and channel_post_port_listener() (port | Kevin Steves |
2002-02-24 | signed vs. unsigned: make size arguments u_int, ok stevesk@ | Markus Friedl |
2002-02-24 | typo in comment | Markus Friedl |
2002-02-24 | make 'cp' unsigned and merge with 'ucp'; ok stevesk@ | Markus Friedl |
2002-02-24 | early close(), missing free; ok stevesk@ | Markus Friedl |
2002-02-24 | use u_char* here; ok markus@ | Kevin Steves |
2002-02-24 | bad doug, bad bad bad doug; zyrnix@users.sourceforge.net | Theo de Raadt |
2002-02-24 | getchar(3) returns an int, not a char | Peter Valchev |
2002-02-23 | more cleaning | Theo de Raadt |
2002-02-23 | -Wall; zyrnix@users.sourceforge.net | Theo de Raadt |
2002-02-23 | don't allow garbage after payload. | Markus Friedl |
2002-02-23 | No more POOL_EXPOSE. | Artur Grabowski |
2002-02-22 | include a siginfo_t with ktrace PSIG information, so that kdump can print | Theo de Raadt |
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 |
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 |
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 |
2002-02-21 | It seems you need to have hacked mg at some point to be considered a | Daniel Hartmeier |
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 |
2002-02-20 | Add undo code to mg. | Vincent Labrecque |
2002-02-19 | remove more old cruft | Eric Jackson |
2002-02-19 | man page fixes | Eric Jackson |
2002-02-19 | -Wall cleanup. | Eric Jackson |
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 |
2002-02-19 | Make multiple buffers with the same basename work correctly.. (like GNU | Vincent Labrecque |
2002-02-19 | stategy is not an english word | Theo de Raadt |
2002-02-19 | oops, left out ; | Eric Jackson |