Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | Correctly check empty mailq, closes PR 1602 (cjclark@alum.mit.edu) | Angelos D. Keromytis | |
2001-01-03 | Adding misc files. | Steve Murphree | |
2000-12-30 | Back-out use of apachectl to start httpd: | Angelos D. Keromytis | |
1) It's one more dependency in /etc/rc 2) It's one more script that starts from /etc/rc (slowdown) 3) We're only going to be starting httpd in /etc/rc anyway (no other weird operations), so there's no reason to force a change in rc.conf 4) apachectl(8) doesn't mention "startssl" directive 5) Admins can use apachectl to manage httpd regardless of how the latter was started Thanks to fgs@ for yelling about this :-) | |||
2000-12-30 | Use apachectl to start httpd, rather than directly call httpd in | Angelos D. Keromytis | |
/etc/rc (PR 1476) | |||
2000-12-30 | Initialize RAID parity as needed (PR 1529) | Angelos D. Keromytis | |
2000-12-30 | Ok, I'll say it again: "fix ^C in termtype prompt for real this time" | Todd C. Miller | |
The bottom line is that the 'set noglob' has to be in effect *before* the eval, but if the user hits ^C we don't want their shell to still have noglob set. So, we now catch the ^C and continue on like the tset completed OK. Egad. | |||
2000-12-29 | newsyslog/newsyslog -m shouldn't conflict in scheduling. | Angelos D. Keromytis | |
2000-12-22 | gnupg ring/data ownership/permission checking added; ok millert@ | Todd T. Fries | |
2000-12-21 | URL of protocol-numbers has changed | Reinhard J. Sammer | |
2000-12-19 | add identd example for tcp6 | Todd T. Fries | |
2000-12-17 | Todd, Aaron, Dug, and me all prefer unidiff | Marco S Hyman | |
2000-12-17 | When adding a sub-dir remove 'ignore' from the parent dir or | Marco S Hyman | |
mtree ignores the sub-directory. This fixes the daily insecurity bitch about 'missing: ./usr/libexec/auth' even though /usr/libexec/auth exists with proper mode and ownership. | |||
2000-12-16 | Remove duplicate entries already found in the main sysctl.conf | Miod Vallat | |
2000-12-12 | Add "auth" group | Todd C. Miller | |
2000-12-12 | Add /usr/libexec/auth dir | Todd C. Miller | |
2000-12-12 | Fix spelling error, closed PR/1557; dim@xs4all.nl | Aaron Campbell | |
2000-12-10 | provide a font-loading stub; smat@acm.org | Theo de Raadt | |
2000-12-05 | Avoid dependency on printf(1) by replacing it with a ksh array. | Hugh Graham | |
Has side effect of constraining dmz dev entries to the ttyXX convention. | |||
2000-12-04 | Build network tunnel devices. | Hugh Graham | |
2000-11-27 | Use -n to test if a variable is non-zero. Otherwise, if the variable's | Todd C. Miller | |
contents start with a '-' test becomes unhappy (since it interprets it as another option). | |||
2000-11-24 | Add entries to build nodes required for "floppy", and "ramdisk". | Hugh Graham | |
2000-11-24 | Rename "md" to "rd", consquently moving the hdHDC9224 disk dev to "hd". | Hugh Graham | |
2000-11-24 | build the 'safe' vnode device | Hugh Graham | |
2000-11-24 | Support 16 slices per device, like the other OpenBSD arches. | Hugh Graham | |
2000-11-23 | enforce ttyC[0-f]; thanks to millert for some help | Theo de Raadt | |
2000-11-23 | tabs | Theo de Raadt | |
2000-11-22 | add SIP (Session Initiation Protocol) | Jakob Schlyter | |
2000-11-10 | create /usr/share/man/ps{1-9} directories and sub-directories | Theo de Raadt | |
2000-11-08 | This fixes pr 1481, we now handle args > 6 in /etc/hostname.if in the | Todd T. Fries | |
cases where we did not previously handle them. Thanks to Scott Atwood <atwood@cs.stanford.edu> for reminding us of this. | |||
2000-11-01 | more | Theo de Raadt | |
2000-11-01 | more | Theo de Raadt | |
2000-11-01 | forgot to update this | Theo de Raadt | |
2000-10-27 | after seeding from the host.random file, immediately reset the seed file, so | Theo de Raadt | |
that if a shutdown-less reboot occurs, the next re-seed is not a repeat | |||
2000-10-23 | more verbose description | Theo de Raadt | |
2000-10-21 | make root perms match 4.4BSD.dist; ok deraadt@ | Marco S Hyman | |
2000-10-20 | Since sh's bulitin echo(1) supports /t and /n there is no reason to | Todd C. Miller | |
use printf(1) here. This way there is no possibility of format string problems and we use a shell builtin instead of an external command. | |||
2000-10-18 | grammar in comment | Michael Shalayeff | |
2000-10-18 | printf(1) format string fixes! checked by theo. | Hugh Graham | |
inspiration from dynamo@ime.net. also a typo fix. | |||
2000-10-16 | Create /dev/pcvtctl mode 600. | Aaron Campbell | |
2000-10-16 | Give examples of moused_flags usage for ps/2 and serial mice. | Aaron Campbell | |
2000-10-16 | add all basic common arch dirs for cat9 | Theo de Raadt | |
2000-10-13 | 2 sets of ptys; drahn | Theo de Raadt | |
2000-10-12 | Create /root with mode 0700 instead of 0755; deraadt@ ok | Aaron Campbell | |
2000-10-11 | disable talkd and fingerd by default, what the heck, they are less used ↵ | Theo de Raadt | |
these days | |||
2000-10-10 | add primes that can be used for diffie-hellman key exchange | Niels Provos | |
2000-10-09 | crank maxproc for staff login class | Todd C. Miller | |
2000-10-09 | moused will now co-exist with X | Aaron Campbell | |
2000-10-07 | If /etc/mailer.conf specifies a mailer other than sendmail, there | Todd C. Miller | |
may be no /etc/mail/sendmail.cf so don't include that in the check for whether or not to run /usr/sbin/sendmail. Instead, check for the existence of /etc/mailer.conf. Pointed out by Theo. |