summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-09-25spacingTheo de Raadt
1999-09-25Watch a few more files in /etc. Arguably it might eventually be better justPaul Janzen
to automatically watch everything in /etc except for specifically excluded files.
1999-09-25grammarPaul Janzen
1999-09-25Merge NetBSD changes (use const where appropriate; allow alternate wordlists).Paul Janzen
Add some code beyond that so the game doesn't hang if it gets a badly formatted alternate wordlist.
1999-09-25Merge 4.4BSD-Lite2 and NetBSD, including improved save file handling ofPaul Janzen
jsm28@cam.ac.uk. Rename setbit() family of macros so as not to conflict with <sys/param.h>.
1999-09-25add processing of netbsd syscall emulationkstailey
1999-09-25use execPaul Janzen
1999-09-25improments; jj@it.kth.seTheo de Raadt
1999-09-25alpha-specific part of ross@netbsd's NetBSD scheduler fix.Paul Janzen
1999-09-25gcc optimization bug appears gone since 2.8.1 became history.Paul Janzen
1999-09-25Tidying and minor changes from or based on jsm28@cam.ac.uk's work for thePaul Janzen
Linux bsd-games package and NetBSD. Mainly using 'const'.
1999-09-25current -> currently; pointed out by Adam Rogoyski <rogoyski@cs.utexas.edu>Jason Wright
1999-09-25Add :L/:U modificators (lowercase/uppercase)Marc Espie
To use to get ports building more user-friendly.
1999-09-25syncTheo de Raadt
1999-09-25clean upkstailey
1999-09-25STACKGAPLEN of 400 for COMPAT_NETBSD too--trampoline preservativekstailey
1999-09-25line not neededTheo de Raadt
1999-09-25syncJason Wright
1999-09-25SysKonnect 984xJason Wright
1999-09-25sorry, but the last two changes completely broke disklabel spoofing, which ↵Theo de Raadt
we need for the release
1999-09-25byeTheo de Raadt
1999-09-24Copyright...Marc Espie
1999-09-24stdbool.h conforming to C9XMarc Espie
1999-09-24Slightly more accurate manpage.Marc Espie
1999-09-24Cleaning up my tree...Marc Espie
1999-09-24prettyTheo de Raadt
1999-09-24Fix 2.5->2.6 problem, by propagating Makefile.in recent change to theMarc Espie
wrapper.
1999-09-24Fix a bug that was causing timeouts every time an ATAPI device was reset.Constantine Sapuntzakis
1999-09-23cetain -> certain; kwesterback@home.comAaron Campbell
1999-09-23Caveat Emperor -> Caveat Emptor; kwesterback@home.comAaron Campbell
1999-09-23TX; imain@netidea.comTheo de Raadt
1999-09-23Formatting, typo, and grammar fixes.Aaron Campbell
1999-09-23Add EXAMPLES. Fix formatting nits.Aaron Campbell
1999-09-23Add EXAMPLES.Aaron Campbell
1999-09-23Add an EXAMPLES section. Note that symbolic links may refer to non-existentAaron Campbell
files (as pointed out in symlink(2)). Fix some formatting, too.
1999-09-23first cut at ssl chroot package installTheo de Raadt
1999-09-23various printing nitsTheo de Raadt
1999-09-23put man package in the default; get used to it peopleTheo de Raadt
1999-09-23ask for ftp password onceTheo de Raadt
1999-09-23crank to 26Theo de Raadt
1999-09-23Formatting tweaks.Aaron Campbell
1999-09-23Formatting fixes. Also, add a SEE ALSO section and Xr test(1).Aaron Campbell
1999-09-23Some formatting tweaks. Shuffle the option descriptions into a more logicalAaron Campbell
order.
1999-09-23Minor tweaks. Add Xr to find(1); espie@Aaron Campbell
1999-09-23move towards 2.6-betaTheo de Raadt
1999-09-23move towards 2.6-betaTheo de Raadt
1999-09-23re-alignmenTodd T. Fries
1999-09-23mention floppyB and cdrom imagesTodd T. Fries
1999-09-23initial documentation of floppyB and cdrom imagesTodd T. Fries
1999-09-23fix same-interface-out-as-in and packet gets corrupted bug noted byTheo de Raadt
james@oaktree.co.uk by re-working icmp embedded-packet code so that ip_forward() m_copy()-aliased packet can be forwarded to ip_output and icmp_error() safely, because no packet tweaking is needed before calling icmp_error()