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