summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2001-01-31more fat utmp; ianm@cit.uws.edu.auTheo de Raadt
2001-01-30one entry for ttyC0; bradTheo de Raadt
2001-01-30bye bye other ttyo0 pieces; bradTheo de Raadt
2001-01-30insecure serial ttys, ttyo0 goes awayTheo de Raadt
2001-01-30move console ttys around. serial becomes tty0?, console ttyC?Theo de Raadt
2001-01-30support/make ttyEcfg for powerpc, wscons config node.Dale Rahn
2001-01-30Support for the wscons machine-independent console driver on the i386. ToAaron Campbell
become default in a few moments once deraadt commits new kernel config files. IMPORTANT NOTE: A few important pieces are still required to be worked out over the next few days. Users (and developers) relying on X should probably stay away from -current until further notice. This should not take long, but here is your first heads up. If you decide to upgrade your kernel anyway, be sure to update your /etc/ttys file to use vt100 instead of vt220. The rest of the fallout from this should be minor.
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-24machdep.unaligned_sigbus has changed the default.Artur Grabowski
2001-01-24Some machdep sysctls.Artur Grabowski
2001-01-23Install more bootblocks.Artur Grabowski
2001-01-22spellingTodd T. Fries
2001-01-21do not intsall rtadvd.conf into /etc, it is not required to use itJun-ichiro itojun Hagino
(rtadvd will derive the configuration from kernel settings). make it clearer that rtadvd.conf is not necessary, in manpage. sync with kame.
2001-01-19Again, increase the size.Janne Johansson
2001-01-18Fix RADIUS ports, per RFCs 2865/2866 (linuxfreak@partition.com)Angelos D. Keromytis
2001-01-17add missing /usr/include/readlineBrad Smith
2001-01-17Add /usr/libexec/sm.binTodd C. Miller
2001-01-16Check whether /etc/inetd.conf exists before starting inetd (chuck@snew.com)Angelos D. Keromytis
2001-01-10support !command in bridgename.if files, tooJason Wright
2001-01-08add ru_SU.ISO_8859-5; from freebsdMichael Shalayeff
2001-01-08Add Greek and Ukrainian locale paths.Christian Weisgerber
Discussed with espie@, angelos@, mickey@.
2001-01-05Add i386 specific sysctl to modify halt -p processing, required to makeMarco S Hyman
powerdown work correctly on some processors. Idea from mickey@ and smcho@tsp.korea.ac.kr. Tested my me and angelos@. Note: If you want to try these out you'll need to cd /sys/arch/i386/include && sudo install -m 444 -o root -g root cpu.h /usr/include/i386 cd /usr/src/sbin/sysctl && make obj && make && sudo make install to get a sysctl that understands the new variable (machdep.apmhalt).
2001-01-04spellingTodd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04Correctly check empty mailq, closes PR 1602 (cjclark@alum.mit.edu)Angelos D. Keromytis
2001-01-03Adding misc files.Steve Murphree
2000-12-30Back-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-30Use apachectl to start httpd, rather than directly call httpd inAngelos D. Keromytis
/etc/rc (PR 1476)
2000-12-30Initialize RAID parity as needed (PR 1529)Angelos D. Keromytis
2000-12-30Ok, 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-29newsyslog/newsyslog -m shouldn't conflict in scheduling.Angelos D. Keromytis
2000-12-22gnupg ring/data ownership/permission checking added; ok millert@Todd T. Fries
2000-12-21URL of protocol-numbers has changedReinhard J. Sammer
2000-12-19add identd example for tcp6Todd T. Fries
2000-12-17Todd, Aaron, Dug, and me all prefer unidiffMarco S Hyman
2000-12-17When adding a sub-dir remove 'ignore' from the parent dir orMarco 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-16Remove duplicate entries already found in the main sysctl.confMiod Vallat
2000-12-12Add "auth" groupTodd C. Miller
2000-12-12Add /usr/libexec/auth dirTodd C. Miller
2000-12-12Fix spelling error, closed PR/1557; dim@xs4all.nlAaron Campbell
2000-12-10provide a font-loading stub; smat@acm.orgTheo de Raadt
2000-12-05Avoid 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-04Build network tunnel devices.Hugh Graham
2000-11-27Use -n to test if a variable is non-zero. Otherwise, if the variable'sTodd C. Miller
contents start with a '-' test becomes unhappy (since it interprets it as another option).
2000-11-24Add entries to build nodes required for "floppy", and "ramdisk".Hugh Graham
2000-11-24Rename "md" to "rd", consquently moving the hdHDC9224 disk dev to "hd".Hugh Graham
2000-11-24build the 'safe' vnode deviceHugh Graham
2000-11-24Support 16 slices per device, like the other OpenBSD arches.Hugh Graham
2000-11-23enforce ttyC[0-f]; thanks to millert for some helpTheo de Raadt
2000-11-23tabsTheo de Raadt