Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-07-07 | remove HZ and NKMEMCLUSTER and add offset? to the at ioasic? entries | Thomas Graichen | |
1997-07-07 | fix make clean/make depend confusion with a cleandir: rule | grr | |
1997-07-07 | remove NKMEMCLUSTER, HZ, add commented out HW_FLOW_CONTROL option | Thomas Graichen | |
1997-07-07 | go back to versions before the last NetBSD merge - it has broken | Thomas Graichen | |
current kernels somehow - per or me has to look deeper at the diffs | |||
1997-07-07 | missing change from the last NetBSD merge: mips_singlestep -> cpu_singlestep | Thomas Graichen | |
1997-07-07 | add ipl device (ipfilter) - i have to rework and cleanup conf.c and | Thomas Graichen | |
MAKEDEV for the pmax soon ! | |||
1997-07-07 | set a useful value for HZ here - so that we no longer have to set it | Thomas Graichen | |
in the kernel config file | |||
1997-07-07 | set a useful default for NKMEMCLUSTERS here so that we no longer need | Thomas Graichen | |
to set it in the config file | |||
1997-07-07 | let the bootup output fit into 80 columns and make more look like the | Thomas Graichen | |
one for wd and sd drives | |||
1997-07-07 | fix typo ... i hope i got the right one (3 vs. 2) | Thomas Graichen | |
1997-07-07 | update to my current config file | Thomas Graichen | |
1997-07-07 | only depend SFILES if there are some (to avoid a cc warning: no input files) | Thomas Graichen | |
1997-07-07 | Fix a major sun4m stability problem showed up as random segv's and other | grr | |
failures in innocent programs. Typically something like a make build of libc or something executing a large number of shell commands would fail, dumping core in sh or random faults in as or cc*. According to Chris Torek, the problem is that he make the destination pages for zero and copy be non-cached to prevent wiping otherwise relevant stuff from the cache. On systems with a L2 cache like the SS10 modules with cache, setting the pages as non-cacheable inhibits updating the chache, and also disable PA chache snooping, doesn't do anything about possible dirty lines in the L2 cache, which may eventually get flushed and corrupt the nice new page. It's not clear that he's got the failure mode 100% correct, but making the pages cacheable does seem to avoid the symptoms and testing the e-cache flush hypothesis is difficult. Aaron Brown proposed a fix that was conditional on mmutype, and netbsd-current has it conditional on a cpu.quirk, at the moment this is unconditional, the performance hit is arguable... | |||
1997-07-07 | DOH! I got this right in the mem case but not in the io one. | Niklas Hallqvist | |
1997-07-07 | Too many things include <machine/ansi.h> w/o <sys/types.h> so | Todd C. Miller | |
make time_t int not int32_t. | |||
1997-07-07 | do not install a man page that noone can find the code for | Theo de Raadt | |
1997-07-06 | 64 bit fixes | Niklas Hallqvist | |
1997-07-06 | fix error handling | Michael Shalayeff | |
1997-07-06 | zcat is now in compress | Michael Shalayeff | |
1997-07-06 | correct program name decoding | Michael Shalayeff | |
1997-07-06 | don't overwrite the gzip for now | Michael Shalayeff | |
1997-07-06 | remove -g | Michael Shalayeff | |
1997-07-06 | do gzip | Michael Shalayeff | |
1997-07-06 | proper OpenBSD macros | Michael Shalayeff | |
1997-07-06 | Add apci, major 35. | Jason Downs | |