Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
an addr which cannot fit in an int | |||
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 | |
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-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 | |
interactively. Fixes all known problems with using ed over rsh. | |||
1997-07-08 | - replace some strn?cpy/strn?cat pairs w/ snprintf | Todd C. Miller | |
- strcpy() -> strncpy() | |||
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 | |
correctly when there is no tty. Close PR#281 | |||
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, ↵ | kstailey | |
NetBSD PR 3830 | |||
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 ↵ | Niklas Hallqvist | |
though. | |||
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 | |
alignment everywhere. | |||
1997-07-08 | Load the kernel symbol table for DDB to use | Niklas Hallqvist | |
1997-07-08 | one tiny change | Michael Shalayeff | |
1997-07-08 | mispelled SYNOPSIS | Theo de Raadt | |
1997-07-08 | warning msg change; pk | Theo de Raadt | |
1997-07-08 | fixes; netbsd | Theo de Raadt | |
1997-07-08 | Add fix for another quirky behaviour: sending the command after a sync | mhitch | |
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-08 | err()/warn() | Jason Downs | |
1997-07-08 | optimize | Michael Shalayeff | |
1997-07-08 | restore compress to terminal | Michael Shalayeff | |
fix faild outfile unlink | |||
1997-07-08 | don't show battery estimate if there is no one | Michael Shalayeff | |
honour apmnoidle.... warnings suxx | |||
1997-07-08 | -Wall happiness | Todd C. Miller | |
Clean up some 64bit issues and remove bogus/unnecesary casts. | |||
1997-07-08 | Note about email and notifications. | Jason Downs | |
1997-07-07 | Add ppi, fix dca. | Jason Downs | |
1997-07-07 | Example (commented out) entry for running newsyslog -m. | Jason Downs | |
1997-07-07 | Updated, mandoc, manual. | Jason Downs | |
1997-07-07 | Add 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... | |||
1997-07-07 | Define RESOLVSORT so "sortlist" resolver directive works. | Todd C. Miller | |
1997-07-07 | Get rid of the arch-dependent long type | Niklas Hallqvist | |
1997-07-07 | Do not wrap lines so often, much prettier x output | Niklas Hallqvist | |
1997-07-07 | Busification errors needed for compilation on alpha | Niklas Hallqvist | |
1997-07-07 | count pages in forkstat, see "vmstat -f" | kstailey | |
1997-07-07 | heh, yet one more... comprobe1 call fixed | Niklas Hallqvist | |
1997-07-07 | Mirror com changes | Niklas Hallqvist | |
1997-07-07 | I forgot: Removed the unused arg of comprobe1 | Niklas Hallqvist | |
1997-07-07 | Removed the unused arg of comprobe1 | Niklas Hallqvist | |
1997-07-07 | Sanity | Niklas Hallqvist | |
1997-07-07 | Removed the unused arg of comprobe1 | Niklas Hallqvist | |
1997-07-07 | Removed an unused arg | Niklas Hallqvist | |
1997-07-07 | Busified and KNFd | Niklas Hallqvist | |
1997-07-07 | Adapt to current GENERIC | Niklas Hallqvist | |
1997-07-07 | add LKM | kstailey | |
1997-07-07 | two dirs. that are built when compiling kernels | kstailey | |
1997-07-07 | correct ipl entry to match pmax's conf.c | Thomas Graichen | |