Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-28 | vrrp proto number per rfc 2338 | Michael Shalayeff | |
2000-09-27 | Remove ipsec-acl | Angelos D. Keromytis | |
2000-09-25 | mtu disc example | Theo de Raadt | |
2000-09-22 | Remove /var/run/ipmon.pid and add a comment saying when the user may | Todd C. Miller | |
need to add it. | |||
2000-09-21 | Change ipflog entry; joe@nall.com | Todd C. Miller | |
2000-09-21 | add ssh to the list of apps to 'cleanup titles afterwards' when used with an | Todd T. Fries | |
xterm or equivalent | |||
2000-09-13 | more cleanups for wscons devices | Eric Jackson | |
2000-09-13 | Add creation of ipf devices in all. -moj | Mats O Jansson | |
2000-09-11 | Test these changes before commiting, the list is ':' seperated not space. | Dale S. Rahn | |
2000-09-11 | Add wscons devices to list of devices to change when logging into ttyE0 | Dale S. Rahn | |
2000-09-10 | Clean up MAKEDEV with respect to wscons. wsdisplay should not exist ttyEx | Dale S. Rahn | |
is used as that device. ttyEcfg needs to be created for wscons tools. Additional cleanup and comments. | |||
2000-09-09 | use wscons devices here too | Eric Jackson | |
2000-09-09 | add wscons devices | Eric Jackson | |
2000-09-09 | use vt100 instead of sun now | Eric Jackson | |
2000-09-08 | Stamp out comma splices and misspellings. | Paul Janzen | |
2000-09-07 | Add device nodev for wsdisplay, wskbd, wsmouse as required by wsconctl. | Dale S. Rahn | |
2000-09-06 | When starting up sendmail in the background, redirect stderr to | Todd C. Miller | |
/dev/null too. Otherwise, if there is a name resolution problem the rc files may finish before sendmail forks into a daemon and it will complain about EBADF on stderr (since init revoked it). From a discussion between Theo and myself. | |||
2000-09-06 | Add device nodes for USB, move the console control from openfirmware to wscons. | Dale S. Rahn | |
2000-09-03 | Loose ends for amiga joy device: | Marc Espie | |
MAKEDEV entry and manpage. | |||
2000-09-02 | subtle bug .. global variables in a while loop need reset 'just incase' | Todd T. Fries | |
With: hostname.fxp0 having a last line of: inet6 alias 3ffe:... and hostname.gif0 having a first two lines of: giftunnel 1.2.3.4 dest 1.2.4.3 We end up with the command: ifconfig gif0 giftunnel alias 1.2.3.4 1.2.4.3 .. which is clearly wrong and fixed by this change | |||
2000-09-01 | Initialization script stuff for moused. | Aaron Campbell | |
2000-09-01 | New "pcvtctl" device used by moused to communicate with PCVT in the kernel. | Aaron Campbell | |
2000-08-28 | explicit path to gated so that it will load as expected | Brad Smith | |
2000-08-25 | ssh always installed, no more static lib case | Theo de Raadt | |
2000-08-24 | Crank default datasize-{max,cur} and stacksize-cur | Todd C. Miller | |
2000-08-20 | Fix typo introduced in last commit. | Todd C. Miller | |
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd C. Miller | |
setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class. | |||
2000-08-17 | Use an MRU of 1504 in the MP examples to allow room for the MP header | brian | |
2000-08-16 | Catch the bogus 'MAKEDEV mouse' and spit out a reasonable | Marco S Hyman | |
error message. OK deraadt@ | |||
2000-08-15 | reorder ::1 and 127.0.0.1. getaddrinfo(3) returns entries in the | Jun-ichiro itojun Hagino | |
defined order, so we should return ::1 first. | |||
2000-08-08 | use GENERIC and RAMDISK | Theo de Raadt | |
2000-08-05 | host.random whacking must be after /var is mounted, obviously | Theo de Raadt | |
2000-08-04 | fix typo on utty creation; problem found by cfegan@cisco.com | Federico G. Schwindt | |
2000-07-23 | Add a little blurb explaing the meaning of mtree's output. | Bruno Rohee | |
millert@ ok. | |||
2000-07-20 | add hppa subdirs; espie, there is more than that | Michael Shalayeff | |
2000-07-18 | chmod proper file; chouanard@parc.xerox.com | Theo de Raadt | |
2000-07-13 | timed & rdate start before securelevel is set so no need to check | Todd C. Miller | |
$securelevel; noted by ho@ | |||
2000-07-13 | rtadvd.conf is not required, actually | Jun-ichiro itojun Hagino | |
2000-07-11 | - Move ntpd out of rc.securelevel | matt | |
- Add ntpdate and rdate rc knobs Approved-And-Assisted-By: millert | |||
2000-07-09 | Disable ttyE0 until powerpc is updated to the latest wscons. | Dale S. Rahn | |
2000-07-06 | add utty, serial port for USB devices. | Federico G. Schwindt | |
2000-07-06 | remove ip6defaultif, this is just for IPv6 specification pedants | Jun-ichiro itojun Hagino | |
2000-07-05 | Start sendmail in the background so it doesn't cause blockage | Todd C. Miller | |
on reboot timing out on DNS problems. | |||
2000-07-02 | Clean-up after httpd | Marc Espie | |
2000-06-27 | nab latest CellServDB from arla; made sure all our local changes are in it | Todd T. Fries | |
per art's recommendation. Now we are uptodate :-) | |||
2000-06-27 | change IP for citi.umich.edu; from rees@umich.edu | Niels Provos | |
2000-06-25 | increase flexibility of distribution-etc-root-var: | Christian Weisgerber | |
- NOMAKEDEV to optionally skip making devices - allow building aliases.db under /var/tmp will come in handy with mergemaster; ok millert@ | |||
2000-06-24 | Do not start snmpd by default just because it is installed. ok theo@. | Jakob Schlyter | |
2000-06-21 | Add a few missing devices (/dev/vme*, for example) ; make devices for | Miod Vallat | |
16 slices per disk instead of 8 previously ; and tidy things a bit | |||
2000-06-20 | Don't log ipf info in /var/log/messages. Fixes PR 1171 | Kjell Wooding | |
Thanks cd@sentia.nl |