Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-22 | ie. -> i.e., | Aaron Campbell | |
2000-01-21 | sync | Theo de Raadt | |
2000-01-21 | instead of blocking SIGINT, catch it ourselves, so that we can clean the | Theo de Raadt | |
tty modes up and kill ourselves -- instead of our process group leader (scp, cvs, ...) going away and leaving us in noecho mode. people with cbreak shells never even noticed.. | |||
2000-01-21 | Make token_output not static. | Federico G. Schwindt | |
2000-01-21 | Hide cursor if possible | Paul Janzen | |
2000-01-21 | Improve score table formatting (partially from malcolm@bits.bris.ac.uk | Paul Janzen | |
via jsm@netbsd.org); remove a terminating \n from a warnx() (jsm@netbsd) and tidy a bit; check score file for corruption to avoid segfault. | |||
2000-01-21 | use net/mask notation for the private networks | Theo de Raadt | |
2000-01-21 | Work with files larger than 2 Gb; from NetBSD change by mycroft@netbsd.org | Thorsten Lockert | |
2000-01-21 | Deal with getcwd() returning NULL. | Todd C. Miller | |
Problem noted by Oleg Safiullin <form@vell.nsc.ru> | |||
2000-01-21 | Remove unused function; jsm@netbsd.org | Paul Janzen | |
2000-01-21 | Fix comment. | Angelos D. Keromytis | |
2000-01-21 | ip4 -> ipip | Angelos D. Keromytis | |
2000-01-21 | Typo. | Angelos D. Keromytis | |
2000-01-21 | Forgot to delete this. | Angelos D. Keromytis | |
2000-01-21 | Rename the ip4_* routines to ipip_*, make it so GIF tunnels are not | Angelos D. Keromytis | |
affected by net.inet.ipip.allow (the sysctl formerly known as net.inet.ip4.allow), rename the VIF ipip_input to ipip_mroute_input. | |||
2000-01-21 | ip4.allow -> ipip.allow | Angelos D. Keromytis | |
2000-01-21 | sync | Theo de Raadt | |
2000-01-21 | Rename ip4.allow to ipip.allow | Angelos D. Keromytis | |
2000-01-21 | Deal with getcwd() returning NULL. This code is not currently | Todd C. Miller | |
compiled but dixing it now means that it won't get flagged again in a future audit. Noted by Oleg Safiullin <form@vell.nsc.ru> | |||
2000-01-20 | sync | Theo de Raadt | |
2000-01-20 | DEC 21150-BC bridge chip, AKA DC1111D | Theo de Raadt | |
2000-01-20 | buffer overflow in readline(;) from espie@ | Michael Shalayeff | |
2000-01-20 | Use sysopen() when opening recover files. This is purely paranoia | Todd C. Miller | |
since we check that the filename matches '^recover' and hence the first character cannot play games with perl's magic open(). | |||
2000-01-20 | Fix problem pointed out by FreeBSD, regen temp file name each time, to | Marc Espie | |
avoid races. Make use of basic Unix semantics, namely you can unlink a file while holding open fd on the data. Avoid all the mess of having to track useless file names around. | |||
2000-01-20 | log with level log() not fatal() if peer behaves badly. | Markus Friedl | |
2000-01-20 | use getpeername() in packet_connection_is_on_socket(), fixes sshd -i; | Markus Friedl | |
from Holger.Trapp@Informatik.TU-Chemnitz.DE | |||
2000-01-20 | track seconds more accurately. ok pjanzen@ | David Leonard | |
2000-01-20 | set[ug]id, not just setuid | Theo de Raadt | |
2000-01-20 | Default value for -s option is ARG_MAX - 4096, not - 2048; enami | Theo de Raadt | |
2000-01-20 | when procfs is compiled in, if a setuid process has any of descriptors 0-2 | Theo de Raadt | |
open for write on procfs, close it (and, thus, open a /dev/null instead); problem reported by nergal@idea.avet.com.pl, fix by me, thanks for help from millert | |||
2000-01-20 | getcwd() does not stuff an error string in buf on error, call strerror() | Todd C. Miller | |
instead. | |||
2000-01-19 | do not NULL dereference if fd_nfiles < 3 | Theo de Raadt | |
2000-01-19 | .MAIN is nothing special. | Marc Espie | |
Silently ignoring all commands but the first set in a normal dependency is a generic `feature' of make. | |||
2000-01-19 | cvs did a good job of merging changes, but the resulting configure | Marc Espie | |
was not what autoconf would have produced starting from configure.in + our local changes... Regen'ed for correct configure.in line numbers. | |||
2000-01-19 | Bug-fix: iteconfig was performing lots of iotcl on the console, but it | Marc Espie | |
turns out all amiga sub-console handlers don't implement all those ioctl, but still could use iteconfig. So: * rework iteconfig's logic to only perform strictly required ioctl, * turn on -Wall and fix a few details, * add -b option to handle console blanker. Approved by niklas@ | |||
2000-01-19 | Inane conflicts: | Marc Espie | |
- patch to function.c was badly indented. - invoke.texi no longer need to special-case OpenBSD, as 2.95.2 turns strict-aliasing off everywhere. | |||
2000-01-19 | Update to 2.95.2 | Marc Espie | |
2000-01-19 | another possible workaround for NetBSD PR 9189. | Jun-ichiro itojun Hagino | |
2000-01-19 | Sloppy me. | Aaron Campbell | |
2000-01-19 | Fix matthieu's damage. Amiga kernel sure compiles better with a prototype | Marc Espie | |
for mmioctl. | |||
2000-01-19 | more warning about net.inet6.ip6.forwarding | Jun-ichiro itojun Hagino | |
2000-01-19 | From NetBSD: describe what & does in a gecos field, and clarify between | Paul Janzen | |
master.passwd and passwd. Also, a little tidying. | |||
2000-01-19 | add rip6query(8) | Jun-ichiro itojun Hagino | |
2000-01-19 | cosmetic; remove trailing dot in SEE ALSO section | Jun-ichiro itojun Hagino | |
2000-01-19 | Better summary line, in keeping with other *stat commands; from NetBSD | Paul Janzen | |
2000-01-19 | Clarify and mention that errno is set to ENOMEM on failure of malloc(), | Paul Janzen | |
calloc(), and realloc(). Idea from NetBSD. | |||
2000-01-19 | Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX. | Paul Janzen | |
2000-01-18 | Repair duplicate word occurences; (as found by a Perl script sent to us from | Aaron Campbell | |
Tom Christiansen <tchrist@perl.com>). | |||
2000-01-18 | Formatting fix; form@ | Aaron Campbell | |
2000-01-18 | Change so unmodified function key presses are passed to the application. Match | Aaron Campbell | |
function key output characters to those found for the vt220 terminal description in the termcap database. This makes function keys work in Midnight Commander, for example. While we're at it, remove the PCVT_VT220KEYB option altogether. |