Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-25 | spacing | Theo de Raadt | |
1999-09-25 | Watch a few more files in /etc. Arguably it might eventually be better just | Paul Janzen | |
to automatically watch everything in /etc except for specifically excluded files. | |||
1999-09-25 | grammar | Paul Janzen | |
1999-09-25 | Merge 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-25 | Merge 4.4BSD-Lite2 and NetBSD, including improved save file handling of | Paul Janzen | |
jsm28@cam.ac.uk. Rename setbit() family of macros so as not to conflict with <sys/param.h>. | |||
1999-09-25 | add processing of netbsd syscall emulation | kstailey | |
1999-09-25 | use exec | Paul Janzen | |
1999-09-25 | improments; jj@it.kth.se | Theo de Raadt | |
1999-09-25 | alpha-specific part of ross@netbsd's NetBSD scheduler fix. | Paul Janzen | |
1999-09-25 | gcc optimization bug appears gone since 2.8.1 became history. | Paul Janzen | |
1999-09-25 | Tidying and minor changes from or based on jsm28@cam.ac.uk's work for the | Paul Janzen | |
Linux bsd-games package and NetBSD. Mainly using 'const'. | |||
1999-09-25 | current -> currently; pointed out by Adam Rogoyski <rogoyski@cs.utexas.edu> | Jason Wright | |
1999-09-25 | Add :L/:U modificators (lowercase/uppercase) | Marc Espie | |
To use to get ports building more user-friendly. | |||
1999-09-25 | sync | Theo de Raadt | |
1999-09-25 | clean up | kstailey | |
1999-09-25 | STACKGAPLEN of 400 for COMPAT_NETBSD too--trampoline preservative | kstailey | |
1999-09-25 | line not needed | Theo de Raadt | |
1999-09-25 | sync | Jason Wright | |
1999-09-25 | SysKonnect 984x | Jason Wright | |
1999-09-25 | sorry, but the last two changes completely broke disklabel spoofing, which ↵ | Theo de Raadt | |
we need for the release | |||
1999-09-25 | bye | Theo de Raadt | |
1999-09-24 | Copyright... | Marc Espie | |
1999-09-24 | stdbool.h conforming to C9X | Marc Espie | |
1999-09-24 | Slightly more accurate manpage. | Marc Espie | |
1999-09-24 | Cleaning up my tree... | Marc Espie | |
1999-09-24 | pretty | Theo de Raadt | |
1999-09-24 | Fix 2.5->2.6 problem, by propagating Makefile.in recent change to the | Marc Espie | |
wrapper. | |||
1999-09-24 | Fix a bug that was causing timeouts every time an ATAPI device was reset. | Constantine Sapuntzakis | |
1999-09-23 | cetain -> certain; kwesterback@home.com | Aaron Campbell | |
1999-09-23 | Caveat Emperor -> Caveat Emptor; kwesterback@home.com | Aaron Campbell | |
1999-09-23 | TX; imain@netidea.com | Theo de Raadt | |
1999-09-23 | Formatting, typo, and grammar fixes. | Aaron Campbell | |
1999-09-23 | Add EXAMPLES. Fix formatting nits. | Aaron Campbell | |
1999-09-23 | Add EXAMPLES. | Aaron Campbell | |
1999-09-23 | Add an EXAMPLES section. Note that symbolic links may refer to non-existent | Aaron Campbell | |
files (as pointed out in symlink(2)). Fix some formatting, too. | |||
1999-09-23 | first cut at ssl chroot package install | Theo de Raadt | |
1999-09-23 | various printing nits | Theo de Raadt | |
1999-09-23 | put man package in the default; get used to it people | Theo de Raadt | |
1999-09-23 | ask for ftp password once | Theo de Raadt | |
1999-09-23 | crank to 26 | Theo de Raadt | |
1999-09-23 | Formatting tweaks. | Aaron Campbell | |
1999-09-23 | Formatting fixes. Also, add a SEE ALSO section and Xr test(1). | Aaron Campbell | |
1999-09-23 | Some formatting tweaks. Shuffle the option descriptions into a more logical | Aaron Campbell | |
order. | |||
1999-09-23 | Minor tweaks. Add Xr to find(1); espie@ | Aaron Campbell | |
1999-09-23 | move towards 2.6-beta | Theo de Raadt | |
1999-09-23 | move towards 2.6-beta | Theo de Raadt | |
1999-09-23 | re-alignmen | Todd T. Fries | |
1999-09-23 | mention floppyB and cdrom images | Todd T. Fries | |
1999-09-23 | initial documentation of floppyB and cdrom images | Todd T. Fries | |
1999-09-23 | fix same-interface-out-as-in and packet gets corrupted bug noted by | Theo 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() |