Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-28 | KNF | Theo de Raadt | |
2002-06-28 | When gettytab doesn't exist, IM contains a #defined string so don't | Todd C. Miller | |
try to free() it in that case. | |||
2002-06-28 | not used by new ahc driver | Todd C. Miller | |
2002-06-28 | Return of new ahc | Steve Murphree | |
2002-06-28 | KNF | Theo de Raadt | |
2002-06-28 | KNF | Theo de Raadt | |
2002-06-27 | seems c-x c-q is for the vc- mode. remove it. | Vincent Labrecque | |
2002-06-27 | %u for uid/gid; millert ok | Theo de Raadt | |
2002-06-27 | %u | Theo de Raadt | |
2002-06-27 | KNF | Theo de Raadt | |
2002-06-27 | move protos | Theo de Raadt | |
2002-06-27 | bind C-x C-q to toggle-read-only, just like emacs. | Vincent Labrecque | |
ok deraadt@ | |||
2002-06-27 | Document why it's static. | Artur Grabowski | |
2002-06-27 | Document why this must be static. | Artur Grabowski | |
2002-06-27 | use convtime(); ok markus@ | Kevin Steves | |
2002-06-27 | Do not muck with the color palette unless the console depth is 8 bit. | Dale Rahn | |
32 bit depth console and wsfb now work (If firmware is forced to that depth). | |||
2002-06-27 | There is absolutely no reason for the "tempname" or dfd variables | Todd C. Miller | |
to exist outside the scope of the 'op == EDITENTRY' code block. This allows us to get rid of the atexit() call and tempcleanup(). | |||
2002-06-27 | cleanup; mpech & millert ok | Theo de Raadt | |
2002-06-27 | note Supplementary group IDs remain unchanged; ok deraadt@ tholo@ | Kevin Steves | |
2002-06-27 | missing parenthesis in this macro. | Federico G. Schwindt | |
2002-06-27 | Use mkhybrid, mkisofs is no longer installed. | Dale Rahn | |
2002-06-27 | fix synopsis, closes pr2775 | Henning Brauer | |
ok pb@ | |||
2002-06-27 | %d/%u mixup | Jun-ichiro itojun Hagino | |
2002-06-27 | use xfree() | Theo de Raadt | |
2002-06-27 | %u and uid/gid | Theo de Raadt | |
2002-06-27 | repair formatting - the new "enabled since" format is longer than the old | Henning Brauer | |
one and thus the field lengths need to be adjusted. ok dhartmei@, pb@ | |||
2002-06-27 | %d -> %u. mostly in #ifdef DEBUG. | Jun-ichiro itojun Hagino | |
2002-06-27 | %d/%u mixup (in #ifdef DEBUG) | Jun-ichiro itojun Hagino | |
2002-06-27 | ntohs() returns unsigned value | Jun-ichiro itojun Hagino | |
2002-06-27 | improve mm_zalloc check; markus ok | Theo de Raadt | |
2002-06-27 | more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@ | Markus Friedl | |
2002-06-27 | spell. | Federico G. Schwindt | |
2002-06-27 | add postgresql port. | Brad Smith | |
2002-06-27 | do not permit ktrace on P_SUGID; millert ok | Theo de Raadt | |
2002-06-27 | KNF | Theo de Raadt | |
2002-06-27 | boundary check in IPv4/v6 mapped address case (affects dig(1)). | Jun-ichiro itojun Hagino | |
from jimpa@tla.se | |||
2002-06-26 | Don't follow symbolic links for (ie. user-owned) log files by default; | Wilbern Cobb | |
closes pr #1913. ok millert@ | |||
2002-06-26 | alpha is no m68k as far as I know. | Miod Vallat | |
2002-06-26 | bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.edu | Markus Friedl | |
2002-06-26 | stp at sparc will map this card always as big-endian. | Federico G. Schwindt | |
2002-06-26 | Missing .Xr's from Margarida Sequeira <niness@devilness.org>. | Federico G. Schwindt | |
Remove unmount(2) per millert suggestion; millert@ ok. | |||
2002-06-26 | make models match sk's website (specifically the 9842 and 9843 were ↵ | Jason Wright | |
misrepresented). | |||
2002-06-26 | include <bsd.own.mk> before using NOMAN; ok millert@ | Wilbern Cobb | |
2002-06-26 | Check for associated socket. | Angelos D. Keromytis | |
2002-06-26 | ieee1394 for i386 too... | Thierry Deval | |
2002-06-26 | A bit more paranoid. | Angelos D. Keromytis | |
2002-06-26 | cardbus fwohci support. | Thierry Deval | |
from NetBSD | |||
2002-06-26 | various fixes + some KNF | Thierry Deval | |
ok itojun@ | |||
2002-06-26 | more %u | Theo de Raadt | |
2002-06-26 | fix exit code for -X/-x | Markus Friedl | |