Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-27 | +primes; ok millert@ | Todd T. Fries | |
2001-02-26 | Fix typo: authenication -> authentication. | Aaron Campbell | |
2001-02-23 | I tried to figure out how to have tmp_mnt get created automatically | Theo de Raadt | |
inside amd source code. I could not figure out. So here it goes, until some rocket scientist points out how to do it in the real source. | |||
2001-02-22 | generate all 3 keys, use -t xxx | Theo de Raadt | |
2001-02-20 | Import of wsmouse-compatible lms and mms drivers from NetBSD. | jbm | |
Remove creation of non-wsmouse device in MAKEDEV (/dev/lms{0,1}, /dev/mms{0,1} /dev/psm0, /dev/pms0). Remove cdevsw[] entries for the devices above, as new mouse protocols are only accessible trough /dev/wsmouse. aaron@ ok. | |||
2001-02-15 | correct perms on null | Todd T. Fries | |
2001-02-13 | make the wscons device nodes, wscons0 did not exist. | Dale Rahn | |
2001-02-12 | delete pcvt stuff | Theo de Raadt | |
2001-02-12 | at minimum this should be indented right, although I still think it is ↵ | Theo de Raadt | |
utterly wrong | |||
2001-02-11 | Allow up to 12 virtual terminals (CTRL-ALT-F1 through CTRL-ALT-F12). Only | Aaron Campbell | |
6 are enabled by default. After these changes, to enable more you must change the "option WSDISPLAY_DEFAULTSCREENS" in the kernel config file and edit /etc/ttys to switch the new ones from 'off' to 'on'. | |||
2001-02-10 | install wscons.conf and rc.wscons on alpha/hppa/i386/powerpc and call it from rc | Michael Shalayeff | |
2001-02-10 | initial import | Michael Shalayeff | |
2001-02-09 | as usr.sbin/rtadvd no longer install rtadvd.conf, remove it from | Jun-ichiro itojun Hagino | |
default security checking. | |||
2001-02-08 | Update loc-srv ports, from IANA's web page. | Angelos D. Keromytis | |
2001-02-08 | vt100 -> vt220. wscons supports at least a subset of vt220 functionality. This | Aaron Campbell | |
makes the PGUP and PGDN keys work again as expected. | |||
2001-02-06 | ignore blank lines in addition to comments | Todd T. Fries | |
fixes pr#1660 from wilfried@telia.com .. Thanks! | |||
2001-02-05 | repair unit number calculation | Theo de Raadt | |
2001-01-31 | more fat utmp; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-01-30 | one entry for ttyC0; brad | Theo de Raadt | |
2001-01-30 | bye bye other ttyo0 pieces; brad | Theo de Raadt | |
2001-01-30 | insecure serial ttys, ttyo0 goes away | Theo de Raadt | |
2001-01-30 | move console ttys around. serial becomes tty0?, console ttyC? | Theo de Raadt | |
2001-01-30 | support/make ttyEcfg for powerpc, wscons config node. | Dale Rahn | |
2001-01-30 | Support for the wscons machine-independent console driver on the i386. To | Aaron 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-24 | machdep.unaligned_sigbus has changed the default. | Artur Grabowski | |
2001-01-24 | Some machdep sysctls. | Artur Grabowski | |
2001-01-23 | Install more bootblocks. | Artur Grabowski | |
2001-01-22 | spelling | Todd T. Fries | |
2001-01-21 | do not intsall rtadvd.conf into /etc, it is not required to use it | Jun-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-19 | Again, increase the size. | Janne Johansson | |
2001-01-18 | Fix RADIUS ports, per RFCs 2865/2866 (linuxfreak@partition.com) | Angelos D. Keromytis | |
2001-01-17 | add missing /usr/include/readline | Brad Smith | |
2001-01-17 | Add /usr/libexec/sm.bin | Todd C. Miller | |
2001-01-16 | Check whether /etc/inetd.conf exists before starting inetd (chuck@snew.com) | Angelos D. Keromytis | |
2001-01-10 | support !command in bridgename.if files, too | Jason Wright | |
2001-01-08 | add ru_SU.ISO_8859-5; from freebsd | Michael Shalayeff | |
2001-01-08 | Add Greek and Ukrainian locale paths. | Christian Weisgerber | |
Discussed with espie@, angelos@, mickey@. | |||
2001-01-05 | Add i386 specific sysctl to modify halt -p processing, required to make | Marco 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-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 | |