Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-04-25 | link with -ltermlib, not the old -ltermcap. Fixes a weird bug on i386 | Todd C. Miller | |
where spaces in strings would not be printed. | |||
1998-04-25 | Add everything back. And add the intended korean mirror in the last commit. | Todd T. Fries | |
1998-04-25 | Use PF_UNSPEC as proto in socketpair() instead of just 0 for clarity. | Todd C. Miller | |
1998-04-25 | main returns int, not void | David Leonard | |
1998-04-25 | change "*char *str" to "char *str" | David Leonard | |
1998-04-25 | Add 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-25 | hp300 uses libkvm now. | Jason Downs | |
(why are mvme88k and powerpc building libkvm but not using 'new' savecore?) | |||
1998-04-25 | hp300 uses libkvm now. | Jason Downs | |
1998-04-25 | kcore.h stub, uses m68k include. | Jason Downs | |
1998-04-25 | Use generic m68k format kcore by default. | Jason Downs | |
1998-04-25 | scalb*() left an extra item on the x86 FPreg stack on return; gwes@oat.com | Theo de Raadt | |
1998-04-25 | correct first paragraph of description; jpo@EasternGraphics.com | Theo de Raadt | |
1998-04-25 | month/weekday names are case insensitive; jpo@EasternGraphics.com | Theo de Raadt | |
1998-04-25 | X notes | Todd T. Fries | |
1998-04-25 | corrections; david.michael.scott@gecm.com | Todd T. Fries | |
1998-04-25 | corrections; david.michael.scott@gecm.com | Todd T. Fries | |
1998-04-25 | typo | Niklas Hallqvist | |
1998-04-25 | DOSBBSECTOR is in sectors | Theo de Raadt | |
1998-04-25 | sync | Theo de Raadt | |
1998-04-25 | readlink() 3rd param is size_t; XPG | Theo de Raadt | |
1998-04-25 | spelling | David Leonard | |
1998-04-25 | build if NOMAN= is globally set; problem spotted by rahnds | Theo de Raadt | |
1998-04-25 | typo | Niklas Hallqvist | |
1998-04-25 | typo | Niklas Hallqvist | |
1998-04-25 | typos | Niklas Hallqvist | |
1998-04-25 | Remove dependency error in install target | Niklas Hallqvist | |
1998-04-25 | type errors | Niklas Hallqvist | |
1998-04-25 | Improved cross-compilability (from non-a.out host) | Niklas Hallqvist | |
1998-04-25 | Improved cross-compilation targets, still need work | Niklas Hallqvist | |
1998-04-25 | handle truncated superblock read; rnordier@freebsd | Theo de Raadt | |
1998-04-25 | logging to syslogd on -l flag; netbsd | Theo de Raadt | |
create /var/run/rarpd.pid if running | |||
1998-04-25 | a.out fields are 32 bits, this change eases cross-compilation from alpha | Niklas Hallqvist | |
to 32-bit systems | |||
1998-04-25 | Invalidate cached condition codes correctly in face of a-reg moves | Niklas Hallqvist | |
with side-effects on the source registers | |||
1998-04-25 | Aparently the socketpair bug is fixed in current Linux kernels so | Todd C. Miller | |
back out my last change. | |||
1998-04-25 | fix relative tags in vi; Frank Mayhar <frank@exit.com> | Todd C. Miller | |
1998-04-25 | Use mkdtemp(3), not mktemp(3). | Todd C. Miller | |
1998-04-25 | not that we compile this, but incase we ever do, prepare it to work for elf. | Todd T. Fries | |
1998-04-25 | Change a '< sc->sc_lowat' to '<= sc->sc_lowat' for consistency with rest of | Todd C. Miller | |
source. I've had this in my tree forever and I don't recall the originator. | |||
1998-04-25 | Add missing man pages. | Todd C. Miller | |
1998-04-25 | run rc.shutdown even if -r or -h is not specified | Todd C. Miller | |
1998-04-25 | minor corrections | Todd C. Miller | |
1998-04-25 | Fix casts in args to mem*. Boy am I anal. | Todd C. Miller | |
1998-04-25 | Add "dev" command to switch to a new device. Handy for cd changers | Todd C. Miller | |
that show up as multiple luns. | |||
1998-04-25 | fix ^C in termtype prompt for real this time | Todd C. Miller | |
1998-04-25 | Add option NTP to the standard set of things built into the kernel. | gene | |
Adds minimal bloat vs. functionallity. | |||
1998-04-25 | fix 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-25 | Kill 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-25 | fix usage; nathanw@MIT.EDU | Theo de Raadt | |
1998-04-25 | removed improper use of Ar | David Leonard | |
add missing arguments to the flag description comment out (empty) FILES section use Pa for pathnames various prettyness | |||
1998-04-25 | service is called "who"; ru@ucb.crimea.ua | Theo de Raadt | |