summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
down in due time.
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
son enough.
1997-07-08NULLkstailey
1997-07-08Fix copyright. Remove unused cruft. Natural reg ordering. SP setting fromNiklas Hallqvist
Theo.
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
an addr which cannot fit in an int
1997-07-08daemons can't fprintf(stderr, "blah"), use syslog(3)kstailey
1997-07-08Added -msupersparc for SUN4M-only configs, (right after -mv8) -msupersparcjohns
supposedly adds additional instruction scheduling for better performance, where -mv8 seems to only "allow" the multiply and div instructions. This is what I got from the gcc docs anyway.. Reading the RTL for sparc seems to agree with this hypothesis, and the man pages..
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
interactively. Fixes all known problems with using ed over rsh.
1997-07-08- replace some strn?cpy/strn?cat pairs w/ snprintfTodd C. Miller
- strcpy() -> strncpy()
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
correctly when there is no tty. Close PR#281
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, ↵kstailey
NetBSD PR 3830
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 ↵Niklas Hallqvist
though.
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
alignment everywhere.
1997-07-08Load the kernel symbol table for DDB to useNiklas Hallqvist
1997-07-08one tiny changeMichael Shalayeff
1997-07-08mispelled SYNOPSISTheo de Raadt
1997-07-08warning msg change; pkTheo de Raadt
1997-07-08fixes; netbsdTheo de Raadt
1997-07-08Add fix for another quirky behaviour: sending the command after a syncmhitch
negotiation sometimes doesn't send all the command data for some reason. Transfer remaining fifo data, and if that's not enough, pad the command. This fixes a system reboot during SCSI device probes. From my NetBSD fix. Add missing code to start another device when a disconnect occurs. Also from NetBSD. For all other unknown interrupt conditions, print an explanitory message before rebooting the system. This will be useful in determining other reboots if they happen in the driver. From jonathan@netbsd.org.
1997-07-08err()/warn()Jason Downs
1997-07-08optimizeMichael Shalayeff
1997-07-08restore compress to terminalMichael Shalayeff
fix faild outfile unlink
1997-07-08don't show battery estimate if there is no oneMichael Shalayeff
honour apmnoidle.... warnings suxx
1997-07-08-Wall happinessTodd C. Miller
Clean up some 64bit issues and remove bogus/unnecesary casts.
1997-07-08Note about email and notifications.Jason Downs
1997-07-07Add ppi, fix dca.Jason Downs
1997-07-07Example (commented out) entry for running newsyslog -m.Jason Downs
1997-07-07Updated, mandoc, manual.Jason Downs
1997-07-07Add rudimentary logfile monitoring capabilities; enable by placing an 'M'Jason Downs
in the flags field, followed by the username to be notified in an additional (optional, based on the presence of 'M' in flags) field. Man page to follow...