summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1997-07-09Don't do needless sync and change -fast to -check in unmount_fs()Todd C. Miller
1997-07-09Don't include sync(1)Todd C. Miller
1997-07-09Don't use sync(1)Todd C. Miller
1997-07-09Real raminst.conf lives in ramdisk dir.Todd C. Miller
1997-07-09Take out DEBUG and DIAGNOSTIC to make thigns fit.Todd C. Miller
1997-07-09copyrightTheo de Raadt
1997-07-09do literal mode nicely. ddb now rocks. now we need working tracebackTheo de Raadt
1997-07-09indicate that the register array is in physical orderTheo de Raadt
1997-07-09decode integer instructions, or at least the ones i have documentation forTheo de Raadt
1997-07-09comment register numbers; also pc/ps are not $31, not in the least...Theo de Raadt
1997-07-09print registers by name, not numberTheo de Raadt
1997-07-09rearrange registers in numerical orderTheo de Raadt
1997-07-09\n after clnt_sperrno()Theo de Raadt
1997-07-09arghTheo de Raadt
1997-07-09avoid close(closed_socket) or close(-1); it looks disgusting in kdumpTheo de Raadt
1997-07-09alpha/common/ insults my filecTheo de Raadt
1997-07-09add ep on isa, of course i just fried my 3c509...Theo de Raadt
1997-07-09simplify codeTheo de Raadt
1997-07-09new formatTheo de Raadt
1997-07-09Clean up some -Wall flowers.Todd C. Miller
1997-07-09#include <netgroup.h>Todd C. Miller
1997-07-09Clean up some -Wall complaints.Todd C. Miller
1997-07-09Clarify strncat(3) count param.Todd C. Miller
1997-07-09Fix strncat(3) usage.Todd C. Miller
1997-07-08Improved a lot, not so much remains now, mostly the "operate format" stuff.Niklas Hallqvist
1997-07-08std.alpha goes foomTheo de Raadt
1997-07-08Don't call exit(0) from rstat_service(). There is a alarm(3) that brings uskstailey
1997-07-08print child exit status in debug mode.kstailey
1997-07-08copyrightNiklas Hallqvist
1997-07-08Copyright. Backtrace for non-optimized code from Theo. Will get replacedNiklas Hallqvist
1997-07-08NULLkstailey
1997-07-08Fix copyright. Remove unused cruft. Natural reg ordering. SP setting fromNiklas Hallqvist
1997-07-08The a.out nlist strtab offset needs the strtab size field accounted forNiklas Hallqvist
1997-07-08remove register, move strx decl, and change it to long as it is meant to takeNiklas Hallqvist
1997-07-08daemons can't fprintf(stderr, "blah"), use syslog(3)kstailey
1997-07-08Added -msupersparc for SUN4M-only configs, (right after -mv8) -msupersparcjohns
1997-07-08Pipes are not interactive, eh.Todd C. Miller
1997-07-08If stdin is not a tty and not seekable assume we are being usedTodd C. Miller
1997-07-08- replace some strn?cpy/strn?cat pairs w/ snprintfTodd C. Miller
1997-07-08BUFSIZ -> MAXPATHLEN and strcat -> strncat.Todd C. Miller
1997-07-08set N_TEXT when appropriate. get rid of nlist.h inclusion.Niklas Hallqvist
1997-07-08Use line-buffered output if no tty is present. Makes ed workTodd C. Miller
1997-07-08Don't tell people to cast NULL to a specific pointer type.Todd C. Miller
1997-07-08Fixed remotely triggerable buffer overflow.bitblt
1997-07-08countbits() uses network byte order, not host byte order; enami tsugutomo, Ne...kstailey
1997-07-08Prolong the delay, per pccons.c from the i386 portNiklas Hallqvist
1997-07-08Very rudimentary disassembler, lots are missing. It is better than nothing t...Niklas Hallqvist
1997-07-08Recognize that a symbol table may exist, move up proc0paddr if so.Niklas Hallqvist
1997-07-08Let the count of symbols be long, so the nlist array will get properNiklas Hallqvist
1997-07-08Load the kernel symbol table for DDB to useNiklas Hallqvist