summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-04-25link with -ltermlib, not the old -ltermcap. Fixes a weird bug on i386Todd C. Miller
where spaces in strings would not be printed.
1998-04-25Add everything back. And add the intended korean mirror in the last commit.Todd T. Fries
1998-04-25Use PF_UNSPEC as proto in socketpair() instead of just 0 for clarity.Todd C. Miller
1998-04-25main returns int, not voidDavid Leonard
1998-04-25change "*char *str" to "char *str"David Leonard
1998-04-25Add libalias and tidy up a few warnings.brian
libalias does not build by default, you must build and install it manually (cd ppp/libalias && make && make install).
1998-04-25hp300 uses libkvm now.Jason Downs
(why are mvme88k and powerpc building libkvm but not using 'new' savecore?)
1998-04-25hp300 uses libkvm now.Jason Downs
1998-04-25kcore.h stub, uses m68k include.Jason Downs
1998-04-25Use generic m68k format kcore by default.Jason Downs
1998-04-25scalb*() left an extra item on the x86 FPreg stack on return; gwes@oat.comTheo de Raadt
1998-04-25correct first paragraph of description; jpo@EasternGraphics.comTheo de Raadt
1998-04-25month/weekday names are case insensitive; jpo@EasternGraphics.comTheo de Raadt
1998-04-25X notesTodd T. Fries
1998-04-25corrections; david.michael.scott@gecm.comTodd T. Fries
1998-04-25corrections; david.michael.scott@gecm.comTodd T. Fries
1998-04-25typoNiklas Hallqvist
1998-04-25DOSBBSECTOR is in sectorsTheo de Raadt
1998-04-25syncTheo de Raadt
1998-04-25readlink() 3rd param is size_t; XPGTheo de Raadt
1998-04-25spellingDavid Leonard
1998-04-25build if NOMAN= is globally set; problem spotted by rahndsTheo de Raadt
1998-04-25typoNiklas Hallqvist
1998-04-25typoNiklas Hallqvist
1998-04-25typosNiklas Hallqvist
1998-04-25Remove dependency error in install targetNiklas Hallqvist
1998-04-25type errorsNiklas Hallqvist
1998-04-25Improved cross-compilability (from non-a.out host)Niklas Hallqvist
1998-04-25Improved cross-compilation targets, still need workNiklas Hallqvist
1998-04-25handle truncated superblock read; rnordier@freebsdTheo de Raadt
1998-04-25logging to syslogd on -l flag; netbsdTheo de Raadt
create /var/run/rarpd.pid if running
1998-04-25a.out fields are 32 bits, this change eases cross-compilation from alphaNiklas Hallqvist
to 32-bit systems
1998-04-25Invalidate cached condition codes correctly in face of a-reg movesNiklas Hallqvist
with side-effects on the source registers
1998-04-25Aparently the socketpair bug is fixed in current Linux kernels soTodd C. Miller
back out my last change.
1998-04-25fix relative tags in vi; Frank Mayhar <frank@exit.com>Todd C. Miller
1998-04-25Use mkdtemp(3), not mktemp(3).Todd C. Miller
1998-04-25not that we compile this, but incase we ever do, prepare it to work for elf.Todd T. Fries
1998-04-25Change a '< sc->sc_lowat' to '<= sc->sc_lowat' for consistency with rest ofTodd C. Miller
source. I've had this in my tree forever and I don't recall the originator.
1998-04-25Add missing man pages.Todd C. Miller
1998-04-25run rc.shutdown even if -r or -h is not specifiedTodd C. Miller
1998-04-25minor correctionsTodd C. Miller
1998-04-25Fix casts in args to mem*. Boy am I anal.Todd C. Miller
1998-04-25Add "dev" command to switch to a new device. Handy for cd changersTodd C. Miller
that show up as multiple luns.
1998-04-25fix ^C in termtype prompt for real this timeTodd C. Miller
1998-04-25Add option NTP to the standard set of things built into the kernel.gene
Adds minimal bloat vs. functionallity.
1998-04-25fix some minor nits:Todd C. Miller
o no need to flush stderr as it is not buffered o use putc to print a newline, not fprintf o set histchars to be null when we set noglob (and undo of course).
1998-04-25Kill tset alias and just use expanded form in dot.login.Todd C. Miller
Fixes the problem where if you hit ^C at the root termtype prompt noglob never gets unset.
1998-04-25fix usage; nathanw@MIT.EDUTheo de Raadt
1998-04-25removed improper use of ArDavid Leonard
add missing arguments to the flag description comment out (empty) FILES section use Pa for pathnames various prettyness
1998-04-25service is called "who"; ru@ucb.crimea.uaTheo de Raadt