Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-10 | interupt->interrupt | Miod Vallat | |
2002-12-10 | Add RCS ids. | Miod Vallat | |
2002-12-10 | You would think cleaning your tree every now and then would eventually never | Miod Vallat | |
produce typo fixes, but the typo pool is infinite. | |||
2002-12-10 | pass p->p_emul to stackgap_init(), not 0 to be consistent. | Federico G. Schwindt | |
2002-12-10 | Translate mickeyspeak into english. | Miod Vallat | |
2002-12-10 | use proper __findenv() prototype; millert@ ok | Michael Shalayeff | |
2002-12-10 | Document BSD behavior of accepting '-' within optstring as long as | Todd C. Miller | |
it is not the fist character of optstring (since that would conflict with GNU semantics). Update the bit on "W;" within optstring when called as getopt (not getopt_long) to current reality. | |||
2002-12-10 | fix a typo in a comment; from Gabriel | Peter Valchev | |
2002-12-10 | renumber the get/set debug ioctls for they conflict w/ ppp, we do not keep ↵ | Michael Shalayeff | |
the O versions since these are debugging only and should not affect normal functionality; deraadt@ ok | |||
2002-12-10 | Add 2 missing pw_abort() calls when pw_mkdb() fails and remove the | Todd C. Miller | |
void cast from pw_abort() since it is already void. From NetBSD via Brian Poole. | |||
2002-12-10 | The introduction of fbwscons_setcolormap() left out 24 bit frame buffers | Miod Vallat | |
operating in 8 bit mode, such as on the installation media... Installing with a pale grey on white is not what I would call a friendly display, ouch. | |||
2002-12-10 | static | Markus Friedl | |
2002-12-10 | move tos handling to packet_set_tos; ok provos/henning/deraadt | Markus Friedl | |
2002-12-10 | When doing permutation, only treat "-" as an option if it was specified | Todd C. Miller | |
in optstring. Problem noticed by Theo. | |||
2002-12-10 | power plant day moves back to the 22 from sun+3; from form@ the powermaker | Michael Shalayeff | |
2002-12-10 | -O1 on alpha for now | Henning Brauer | |
ok theo | |||
2002-12-10 | check IFF_RUNNING early in bstp_transmit_tcn; from netbsd; ok jason@ | Markus Friedl | |
2002-12-10 | Add support for VIA VT8231; from NetBSD, untested. | Alexander Yurchenko | |
ok gluk@ | |||
2002-12-10 | don't warnx after ioctl, use warn | Henning Brauer | |
pointed out by form@ via mpech@ | |||
2002-12-10 | ansi, KNF, other style(9) improvements and logic simplification; ↵ | Peter Valchev | |
andrushock@korovino.net | |||
2002-12-10 | sort options; andrushock@korovino.net | Peter Valchev | |
2002-12-10 | Make sure $SHELL points to the shell from the password file, even if shell | Markus Friedl | |
is overridden from login.conf; bug#453; semen at online.sinor.ru; ok millert@ | |||
2002-12-10 | bug fix | Hiroaki Etoh | |
2002-12-10 | fix setsockopt SO_REUSEADDR under linux emul; from NetBSD. | Federico G. Schwindt | |
thanks to jpmp@fibertel.com.ar for the testbed. ish@ ok | |||
2002-12-10 | Register as the "std" wscons device, not "sun". This is consistent with other | Miod Vallat | |
frame buffers, and produces less confusing dmesg output. | |||
2002-12-10 | No need to disable stack protection on alpha anymore. | Miod Vallat | |
2002-12-10 | More nitpicking. | margarida | |
Correct placement of .Pp. (Europeans do use nroff -mandoc) deraadt@ henning@ ok | |||
2002-12-10 | Fix spurious \n in dmesg output | Miod Vallat | |
2002-12-10 | More coherency: rule set(s) -> ruleset(s) | margarida | |
deraadt@ henning@ ok | |||
2002-12-09 | KNF | Theo de Raadt | |
2002-12-09 | We now have getopt_long() in libc, no need to build a private copy. | Todd C. Miller | |
2002-12-09 | We now have getopt_long() in libc, no need to build a private copy. | Todd C. Miller | |
2002-12-09 | Correct typo. 'commited' -> 'committed'. Also got rid of obsolete | Chad Loder | |
todo-style comment about missing free(9) etc. | |||
2002-12-09 | NPF, not NFP (prevented outgoing bridge_ipsec() packets from being ↵ | Jason Wright | |
filtered); Darren Reed <avalon@coombs.anu.edu.au> | |||
2002-12-09 | show user & group correctly | Theo de Raadt | |
2002-12-09 | ARRHGHGHGHGHGHGH | Theo de Raadt | |
2002-12-09 | document the "all" keyword; Theo | Henning Brauer | |
2002-12-09 | Correct typo. 'accessable' -> 'accessible' | Chad Loder | |
2002-12-09 | Correct typo. 'assymetric' -> 'asymmetric' | Chad Loder | |
2002-12-09 | Build ld.so as a normal shared object, not with special linkage. | Dale Rahn | |
mprotect the necessary bit to make this work right. ok deraadt@ | |||
2002-12-09 | Restriction that -c args must be numeric. Motivation on privilege elevation. | Ian Darwin | |
Environment variables (HOME,USER,CWD). File name details. Style fixes. ok provos@ | |||
2002-12-09 | knf | Theo de Raadt | |
2002-12-09 | update utah-u copyright from the newer pmk snap; 10x to mike hibler for ↵ | Michael Shalayeff | |
rolling one just for this | |||
2002-12-09 | replace (properly guarded) strncpy using logic by a strsep & strlcpy using | Henning Brauer | |
one. discussion & ok dhartmei@ | |||
2002-12-09 | Avoid setting optind to 0 as GNU getopt treats that like we do optreset. | Todd C. Miller | |
markus@ OK | |||
2002-12-09 | make sure getpeereid works in the agent; XXX test needs sudo | Markus Friedl | |
2002-12-09 | make sure gdb cannot attach to a running agent | Markus Friedl | |
2002-12-09 | check $SSH_CONNECTION | Markus Friedl | |
2002-12-09 | (properly guarded) strcpy() -> strlcpy() | Daniel Hartmeier | |
2002-12-09 | KNF | Markus Friedl | |