summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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...
1997-07-07Define RESOLVSORT so "sortlist" resolver directive works.Todd C. Miller
1997-07-07Get rid of the arch-dependent long typeNiklas Hallqvist
1997-07-07Do not wrap lines so often, much prettier x outputNiklas Hallqvist
1997-07-07Busification errors needed for compilation on alphaNiklas Hallqvist
1997-07-07count pages in forkstat, see "vmstat -f"kstailey
1997-07-07heh, yet one more... comprobe1 call fixedNiklas Hallqvist
1997-07-07Mirror com changesNiklas Hallqvist
1997-07-07I forgot: Removed the unused arg of comprobe1Niklas Hallqvist
1997-07-07Removed the unused arg of comprobe1Niklas Hallqvist
1997-07-07SanityNiklas Hallqvist
1997-07-07Removed the unused arg of comprobe1Niklas Hallqvist
1997-07-07Removed an unused argNiklas Hallqvist
1997-07-07Busified and KNFdNiklas Hallqvist
1997-07-07Adapt to current GENERICNiklas Hallqvist
1997-07-07add LKMkstailey
1997-07-07two dirs. that are built when compiling kernelskstailey
1997-07-07correct ipl entry to match pmax's conf.cThomas Graichen
1997-07-07remove HZ and NKMEMCLUSTER and add offset? to the at ioasic? entriesThomas Graichen
1997-07-07fix make clean/make depend confusion with a cleandir: rulegrr
1997-07-07remove NKMEMCLUSTER, HZ, add commented out HW_FLOW_CONTROL optionThomas Graichen
1997-07-07go back to versions before the last NetBSD merge - it has brokenThomas Graichen
current kernels somehow - per or me has to look deeper at the diffs
1997-07-07missing change from the last NetBSD merge: mips_singlestep -> cpu_singlestepThomas Graichen
1997-07-07add ipl device (ipfilter) - i have to rework and cleanup conf.c andThomas Graichen
MAKEDEV for the pmax soon !
1997-07-07set a useful value for HZ here - so that we no longer have to set itThomas Graichen
in the kernel config file
1997-07-07set a useful default for NKMEMCLUSTERS here so that we no longer needThomas Graichen
to set it in the config file
1997-07-07let the bootup output fit into 80 columns and make more look like theThomas Graichen
one for wd and sd drives