summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-28KNFTheo de Raadt
2002-06-28When gettytab doesn't exist, IM contains a #defined string so don'tTodd C. Miller
try to free() it in that case.
2002-06-28not used by new ahc driverTodd C. Miller
2002-06-28Return of new ahcSteve Murphree
2002-06-28KNFTheo de Raadt
2002-06-28KNFTheo de Raadt
2002-06-27seems c-x c-q is for the vc- mode. remove it.Vincent Labrecque
2002-06-27%u for uid/gid; millert okTheo de Raadt
2002-06-27%uTheo de Raadt
2002-06-27KNFTheo de Raadt
2002-06-27move protosTheo de Raadt
2002-06-27 bind C-x C-q to toggle-read-only, just like emacs.Vincent Labrecque
ok deraadt@
2002-06-27Document why it's static.Artur Grabowski
2002-06-27Document why this must be static.Artur Grabowski
2002-06-27use convtime(); ok markus@Kevin Steves
2002-06-27Do 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-27There is absolutely no reason for the "tempname" or dfd variablesTodd 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-27cleanup; mpech & millert okTheo de Raadt
2002-06-27note Supplementary group IDs remain unchanged; ok deraadt@ tholo@Kevin Steves
2002-06-27missing parenthesis in this macro.Federico G. Schwindt
2002-06-27Use mkhybrid, mkisofs is no longer installed.Dale Rahn
2002-06-27fix synopsis, closes pr2775Henning Brauer
ok pb@
2002-06-27%d/%u mixupJun-ichiro itojun Hagino
2002-06-27use xfree()Theo de Raadt
2002-06-27%u and uid/gidTheo de Raadt
2002-06-27repair formatting - the new "enabled since" format is longer than the oldHenning 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-27ntohs() returns unsigned valueJun-ichiro itojun Hagino
2002-06-27improve mm_zalloc check; markus okTheo de Raadt
2002-06-27more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@Markus Friedl
2002-06-27spell.Federico G. Schwindt
2002-06-27add postgresql port.Brad Smith
2002-06-27do not permit ktrace on P_SUGID; millert okTheo de Raadt
2002-06-27KNFTheo de Raadt
2002-06-27boundary check in IPv4/v6 mapped address case (affects dig(1)).Jun-ichiro itojun Hagino
from jimpa@tla.se
2002-06-26Don't follow symbolic links for (ie. user-owned) log files by default;Wilbern Cobb
closes pr #1913. ok millert@
2002-06-26alpha is no m68k as far as I know.Miod Vallat
2002-06-26bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.eduMarkus Friedl
2002-06-26stp at sparc will map this card always as big-endian.Federico G. Schwindt
2002-06-26Missing .Xr's from Margarida Sequeira <niness@devilness.org>.Federico G. Schwindt
Remove unmount(2) per millert suggestion; millert@ ok.
2002-06-26make models match sk's website (specifically the 9842 and 9843 were ↵Jason Wright
misrepresented).
2002-06-26include <bsd.own.mk> before using NOMAN; ok millert@Wilbern Cobb
2002-06-26Check for associated socket.Angelos D. Keromytis
2002-06-26ieee1394 for i386 too...Thierry Deval
2002-06-26A bit more paranoid.Angelos D. Keromytis
2002-06-26cardbus fwohci support.Thierry Deval
from NetBSD
2002-06-26various fixes + some KNFThierry Deval
ok itojun@
2002-06-26more %uTheo de Raadt
2002-06-26fix exit code for -X/-xMarkus Friedl