Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-08 | sync | Theo de Raadt | |
2001-09-08 | The generated ppp.8 should be removed by 'make clean'. brian@ ok. | Hakan Olsson | |
2001-09-08 | Don't reference kbd_docmd() unless NKBD > 0; reported by Steven Siirila ↵ | Jason Wright | |
<sfs@Siirila.org> (pr2052) | |||
2001-09-08 | o 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-08 | DOH, do not make a cut and paste error just before committing... | Dale Rahn | |
2001-09-08 | A mostly rewritten disassembler for powerpc. | Dale Rahn | |
It attempts to follow proper powerpc assembler syntax and makes the disassembly much more readable. | |||
2001-09-08 | initialize variable and more careful bounts checking; okay frantzen@ | Niels Provos | |
2001-09-08 | Update to latest version of the One True Awk. See the FIXES file | Todd C. Miller | |
for details. | |||
2001-09-07 | Adapt to our sigcontext and fix the obvious bugs. | Artur Grabowski | |
2001-09-07 | sync | Theo de Raadt | |
2001-09-07 | Fix PR 2051, tested by miod@ | Angelos D. Keromytis | |
2001-09-07 | show that feisty ./etc/wsconsctl.conf it's place. yes. deraadt@ ok | Michael Shalayeff | |
2001-09-07 | sync | Theo de Raadt | |
2001-09-07 | leftover pmax cruft. | Brad Smith | |
2001-09-07 | Cleanup 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 sparc64 | Jason Wright | |
2001-09-07 | put quotes on CFLAGS in binutils-new | Michael Shalayeff | |
2001-09-07 | don'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-07 | Document the ownership of httpd documents. ok deraadt@ | Matthieu Herrb | |
2001-09-07 | add Zilog serial devices to all) | Todd T. Fries | |
2001-09-07 | presume 'make clean' is already running as root, don't duplicate ${SUDO}, | Todd T. Fries | |
found by naddy@ | |||
2001-09-07 | run each 'MAKEDEV all' twice, to catch things that are not rm'ed | Todd T. Fries | |
(like vme* links for miod) | |||
2001-09-07 | everyone has altq/, right? | Todd T. Fries | |
2001-09-07 | more tab fixes | Todd T. Fries | |
2001-09-07 | o some reformatting, now comments at top look nice with tabstop=8 | Todd T. Fries | |
o correct tun major number | |||
2001-09-07 | just as RFC2292 suggests, validate cmsg_controllen on CMSG_FIRSTHDR. | Jun-ichiro itojun Hagino | |
sync with kame. | |||
2001-09-07 | do not accidentally clear other ss_flags bits | Theo de Raadt | |
2001-09-07 | Kill 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-07 | need sparc64 here, too | Jason Wright | |
2001-09-07 | recurse into sparc64, too | Jason Wright | |
2001-09-07 | allow recursion into here for man pages on other arch's | Jason Wright | |
2001-09-07 | add sparc64 directories | Jason Wright | |
2001-09-07 | remove CVS conflict code (since Jul.1999) from manual pages. | Mike Pechkin | |
millert@ ok | |||
2001-09-07 | Remove bogus warning and correct the operator enumeration for timercmp | Niklas Hallqvist | |
2001-09-07 | make starting of init slightly cleaner. Also sets initproc earlier. | Artur Grabowski | |
2001-09-07 | Add one further test | Marc Espie | |
2001-09-07 | Repair regular expression substitution. | Marc Espie | |
Even though the code can share some common parts, there is an important difference I had missed. | |||
2001-09-07 | fix IPv4 fragment handling in the classifier. | Kenjiro Cho | |
report and fix by "Paul Koster" <list@kosteronline.net> | |||
2001-09-07 | K&R promotion is not the whole story. Make things explicit. | Marc Espie | |
2001-09-07 | Sanity check length of -u argument to avoid truncation later on. | Todd C. Miller | |
2001-09-06 | Add stbar to the opcodes list; art@ ok. | Federico G. Schwindt | |
2001-09-06 | regen | Michael Shalayeff | |
2001-09-06 | - you can only binat between hosts | jasoni | |
- add binat example and description | |||
2001-09-06 | fix a dup and add one toshiba device | Michael Shalayeff | |
2001-09-06 | regen | Michael Shalayeff | |
2001-09-06 | #9 rev IV | Michael Shalayeff | |
2001-09-06 | sync | Niels Provos | |
2001-09-06 | supersavage | Niels Provos | |
2001-09-06 | sort by major not minor number, correctly list symbollic links | Todd T. Fries | |
2001-09-06 | o re-enable SunOS; broken with last speedup; no speed diff | Todd T. Fries | |
o fix chgrp lists, found by new regress/etc/MAKEDEV |