Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-14 | Remove the -o flag from identd's default invocation as it serves only to | Hugh Graham | |
obfuscate, and confuses some software. derradt + millert concur. | |||
2001-04-10 | keep naming of audio devices consistent across all archs that have audio | Brad Smith | |
support. -- Ok'd by: deraadt@ | |||
2001-04-06 | fix username and groupname length checks. | Brad Smith | |
-- Patch from: wilfried@ via PR#1761 Ok'd by: deraadt@ | |||
2001-04-05 | Remove X386 and X11R4 | Todd C. Miller | |
Treat foo.n as a -man page, not a -me doc | |||
2001-04-05 | Skip entries starting with '+' in duplicate user ID check so we don't | Todd C. Miller | |
get false positives for YP stuff. Closes PR 1755 | |||
2001-04-05 | Typo | Marc Espie | |
2001-04-01 | Braces and spaces. | Hugh Graham | |
2001-04-01 | no longer install those now | Theo de Raadt | |
2001-04-01 | wscons rc files are not nicely MI clean, so when some nice diffs are shown ↵ | Theo de Raadt | |
around, they can go back in | |||
2001-03-31 | Build SCSI tape eject devices. Spotted while testing beckish slag? | Hugh Graham | |
2001-03-30 | oops. Thanks fgsch. | Bob Beck | |
2001-03-29 | Create device node for audio support. | Dale Rahn | |
2001-03-29 | new apache manual dirs for 1.3.19 | Bob Beck | |
2001-03-25 | Typos: neccesary -> necessary, desireable -> desirable | Kenneth R Westerback | |
2001-03-25 | Enable bpf on the ramdisk for dhcp support. | Dale Rahn | |
2001-03-25 | Don't provide diffs of sensitive files like ssh host keys. Instead, | Todd C. Miller | |
just save the md5 checksums so we can still determine when something change. Entries in /etc/changelist that are prefixed with a '+' will only have their md5 checksums saved, not the actual files. | |||
2001-03-16 | Add ssh files; Phil.Pennock@globnix.org | Todd C. Miller | |
2001-03-16 | Add ~/.ssh/id_dsa and ~/.ssh/id_rsa to the "must be owned by user and | Todd C. Miller | |
not readable by other" block. Remove ~/.ssh/random_seed as it is not used in OpenSSH. Add ~/.ssh/authorized_keys2, and ~/.ssh/known_hosts to the "must be owned by user and not writable" block. | |||
2001-03-13 | at install time, if X is chosen, set machdep.aperature to 2 instead of 1. | Theo de Raadt | |
2001-03-13 | spelling; maurice@maurice.wan.nl | Theo de Raadt | |
2001-03-13 | add socks 1080/tcp. ok deraadt@ | Jakob Schlyter | |
2001-03-12 | Create /dev/ksyms, and 16 slices per disk. | Miod Vallat | |
XXX this is incomplete work, a big cleanup of this file will happen soon. | |||
2001-03-08 | typo, PR#1717 | Jakob Schlyter | |
2001-03-08 | create devices for usb devices and raid | Eric Jackson | |
2001-03-08 | integrate IPv6 items into the list of IPv4 items, to avoid | Jun-ichiro itojun Hagino | |
them from going out of sync (like additional option flag to daemon). | |||
2001-03-06 | Add -n to the netstat invocation. Faster running, less chance of being ↵ | Niklas Hallqvist | |
spoofed, no unneeded dial-on-demands | |||
2001-03-05 | no longer need binutils.tar.gz file | Theo de Raadt | |
2001-03-03 | vt220 console type | Theo de Raadt | |
2001-03-03 | Change ownership of mux devices also, eventually X will move to | Dale Rahn | |
the mux devices. | |||
2001-03-03 | Reorder to prevent wskbd*) from matching "wskbd" when wskbd) also exists. | Dale Rahn | |
2001-03-02 | amd now crates autodir by itself | Theo de Raadt | |
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 | |