summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-09-08syncTheo de Raadt
2001-09-08The generated ppp.8 should be removed by 'make clean'. brian@ ok.Hakan Olsson
2001-09-08Don't reference kbd_docmd() unless NKBD > 0; reported by Steven Siirila ↵Jason Wright
<sfs@Siirila.org> (pr2052)
2001-09-08o Mention /etc/wsconsctl.conf in wsconsctl(8)Heikki Korpela
o Sync pckbd(4) with wsconsctl(8); you need wsconsctl -w keyboard.encoding= instead of wsconsctl -w encoding= pckbd(4) error noticed by Philipp Buehler. mickey@ ok
2001-09-08DOH, do not make a cut and paste error just before committing...Dale Rahn
2001-09-08A mostly rewritten disassembler for powerpc.Dale Rahn
It attempts to follow proper powerpc assembler syntax and makes the disassembly much more readable.
2001-09-08initialize variable and more careful bounts checking; okay frantzen@Niels Provos
2001-09-08Update to latest version of the One True Awk. See the FIXES fileTodd C. Miller
for details.
2001-09-07Adapt to our sigcontext and fix the obvious bugs.Artur Grabowski
2001-09-07syncTheo de Raadt
2001-09-07Fix PR 2051, tested by miod@Angelos D. Keromytis
2001-09-07show that feisty ./etc/wsconsctl.conf it's place. yes. deraadt@ okMichael Shalayeff
2001-09-07syncTheo de Raadt
2001-09-07leftover pmax cruft.Brad Smith
2001-09-07Cleanup from Brian Poole:Todd C. Miller
o remove useless copyright() sub since it does nothing o remov unused variables o clear hashes properly o grammar/spelling fixes o pass perl -w o unlock the ptmp file before we close it, not after o parse args in config_read() correctly o man page cleanup
2001-09-07-DELF_SUPPORT for sparc64Jason Wright
2001-09-07put quotes on CFLAGS in binutils-newMichael Shalayeff
2001-09-07don't forget to make depend for croos-binutils-old sub-targets, dunno how it ↵Michael Shalayeff
got broken but let's blame art since he commits into cross-tools all by himself all the time and breaks it
2001-09-07Document the ownership of httpd documents. ok deraadt@Matthieu Herrb
2001-09-07add Zilog serial devices to all)Todd T. Fries
2001-09-07presume 'make clean' is already running as root, don't duplicate ${SUDO},Todd T. Fries
found by naddy@
2001-09-07run each 'MAKEDEV all' twice, to catch things that are not rm'edTodd T. Fries
(like vme* links for miod)
2001-09-07everyone has altq/, right?Todd T. Fries
2001-09-07more tab fixesTodd T. Fries
2001-09-07o some reformatting, now comments at top look nice with tabstop=8Todd T. Fries
o correct tun major number
2001-09-07just as RFC2292 suggests, validate cmsg_controllen on CMSG_FIRSTHDR.Jun-ichiro itojun Hagino
sync with kame.
2001-09-07do not accidentally clear other ss_flags bitsTheo de Raadt
2001-09-07Kill the majority of the DEBUG code that's cluttering the signal code.Artur Grabowski
All this ugliness makes it harder to debug the code.
2001-09-07need sparc64 here, tooJason Wright
2001-09-07recurse into sparc64, tooJason Wright
2001-09-07allow recursion into here for man pages on other arch'sJason Wright
2001-09-07add sparc64 directoriesJason Wright
2001-09-07remove CVS conflict code (since Jul.1999) from manual pages.Mike Pechkin
millert@ ok
2001-09-07Remove bogus warning and correct the operator enumeration for timercmpNiklas Hallqvist
2001-09-07make starting of init slightly cleaner. Also sets initproc earlier.Artur Grabowski
2001-09-07Add one further testMarc Espie
2001-09-07Repair regular expression substitution.Marc Espie
Even though the code can share some common parts, there is an important difference I had missed.
2001-09-07fix IPv4 fragment handling in the classifier.Kenjiro Cho
report and fix by "Paul Koster" <list@kosteronline.net>
2001-09-07K&R promotion is not the whole story. Make things explicit.Marc Espie
2001-09-07Sanity check length of -u argument to avoid truncation later on.Todd C. Miller
2001-09-06Add stbar to the opcodes list; art@ ok.Federico G. Schwindt
2001-09-06regenMichael Shalayeff
2001-09-06- you can only binat between hostsjasoni
- add binat example and description
2001-09-06fix a dup and add one toshiba deviceMichael Shalayeff
2001-09-06regenMichael Shalayeff
2001-09-06#9 rev IVMichael Shalayeff
2001-09-06syncNiels Provos
2001-09-06supersavageNiels Provos
2001-09-06sort by major not minor number, correctly list symbollic linksTodd T. Fries
2001-09-06o re-enable SunOS; broken with last speedup; no speed diffTodd T. Fries
o fix chgrp lists, found by new regress/etc/MAKEDEV