summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2001-09-06add MAKEDEV regressTodd T. Fries
2001-09-06Reflect skip step changes. Spotted by Ryan McBride.Daniel Hartmeier
2001-09-06installboot manpage canabalized from sparc (only documents sparc64 options, tho)Jason Wright
2001-09-06populate /dev/fd/ like other archs in 'all)' targetTodd T. Fries
2001-09-06fix st and do not make hil; noted by fries@Michael Shalayeff
2001-09-06machine dependent defs from netbsd/sparcJason Wright
2001-09-06Oops, forgot rcsidJason Wright
2001-09-06tty not com, noted by fries@Michael Shalayeff
2001-09-06installboot (from netbsd)Jason Wright
2001-09-06use some make magic (borrowed from macppc) to build {obj/}machineJason Wright
2001-09-06Use ${CC} to link ld.so, so that it will grok whatever you throw atMarc Espie
it in COPTS/DEBUG.
2001-09-06install relative symlinks, not absoluteMichael Shalayeff
2001-09-06add test for binatjasoni
2001-09-06compile with native userlandJason Wright
2001-09-06Remove useless "\n%s" from the attach routine to match OpenBSD attach norms.Todd C. Miller
naddy@ OK
2001-09-061:1 bidrectional NAT (binat); ok dhartmei@ and frantzen@jasoni
2001-09-06Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldMike Pechkin
be a single digit. Powered by mantoya@. millert@ ok.
2001-09-06sync up to NetBSD; reviewed by csapuntz@Christian Weisgerber
- better support for more chip revisions - split register definitions into separate header file - KNF