Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-11 | getting close to where this might be useful... | Jason Wright | |
2001-09-11 | move to 3.0-beta | Theo de Raadt | |
2001-09-10 | add /etc/kerberosV. ok hin@ | Jakob Schlyter | |
2001-09-09 | and uucp dirs go away too | Theo de Raadt | |
2001-09-09 | the first part of uucp going away. It will become a package | Theo de Raadt | |
2001-09-07 | add Zilog serial devices to all) | Todd T. Fries | |
2001-09-07 | more tab fixes | Todd T. Fries | |
2001-09-07 | o some reformatting, now comments at top look nice with tabstop=8 | Todd T. Fries | |
o correct tun major number | |||
2001-09-07 | add sparc64 directories | Jason Wright | |
2001-09-06 | o re-enable SunOS; broken with last speedup; no speed diff | Todd T. Fries | |
o fix chgrp lists, found by new regress/etc/MAKEDEV | |||
2001-09-06 | populate /dev/fd/ like other archs in 'all)' target | Todd T. Fries | |
2001-09-06 | fix st and do not make hil; noted by fries@ | Michael Shalayeff | |
2001-09-06 | tty not com, noted by fries@ | Michael Shalayeff | |
2001-09-05 | Add proxy user | Bob Beck | |
2001-09-05 | 'Think cache and context switches .. art@' .. 34% reduction in runtime! | Todd T. Fries | |
2001-09-05 | allow eo=echo to generate a full script, even for linked audio device names | Todd T. Fries | |
2001-09-05 | shrink w/out un-necessary newlines | Todd T. Fries | |
2001-09-05 | thanks brad@ for reminding me there were three parts to his patch; audio | Todd T. Fries | |
devices now generated properly | |||
2001-09-05 | remove un-needed eval | Todd T. Fries | |
2001-09-05 | pf0 -> pf | Todd T. Fries | |
mcd0 & speaker -> crept in, not on sparc64! if [ "$os" = "SunOS" ]; then .. output script runnable on SunOS | |||
2001-09-04 | crank miniroot size to 6MB | Theo de Raadt | |
2001-09-04 | consistent avoidance of unnecessary spaces | Todd T. Fries | |
2001-09-04 | compact arithmetic | Todd T. Fries | |
2001-09-04 | shave 40% off 'MAKEDEV all' by combining(eliminating) 'chgrp' fork's | Todd T. Fries | |
2001-09-04 | add xfs0 and tcx0 to all) | Todd T. Fries | |
2001-09-04 | add xfs; jason@ ok | Todd T. Fries | |
add tcx to MAKEDEV | |||
2001-09-04 | enable pf and altq; jason@ ok | Todd T. Fries | |
2001-09-04 | reorder short section, don't over-ride 'eo' if set in the environment, | Todd T. Fries | |
audio fixes from brad@ | |||
2001-09-04 | created by reading conf.c by me | Todd T. Fries | |
2001-09-01 | powerpc -> macppc port rename changes | Dale Rahn | |
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn | |
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Files moved from etc/etc.powerpc to etc/etc.macppc | |||
2001-08-28 | The easy files... | Jason Wright | |
2001-08-28 | Just read the install notes; this is woefully out of date anyway. | Jason Wright | |
2001-08-26 | pflog is a binary file, ok jakob@ | Matthieu Herrb | |
2001-08-24 | add /etc/wsconsctl.conf; from Brian J. Kifiak <bk@rt.fm> | Michael Shalayeff | |
2001-08-23 | daemon.none is wrong | Camiel Dobbelaar | |
2001-08-23 | local0 was there for ipf. daemon has its own logfile. | Camiel Dobbelaar | |
ok fgs@ | |||
2001-08-22 | I forgot to list the pid file | Theo de Raadt | |
2001-08-22 | pflogd_flags; mbing@nfr.net | Theo de Raadt | |
2001-08-22 | oops, forgot to up pflog0; mbing@nfr.net | Theo de Raadt | |
2001-08-21 | my initial guess at pflog rollover config | Theo de Raadt | |
2001-08-21 | start pflogd at the right place, I think | Theo de Raadt | |
2001-08-17 | altqd startup stuff | Theo de Raadt | |
2001-08-11 | Fixup example files, man pages and phones parsing. | Kenneth R Westerback | |
Make '/etc/remote' a working example, with some lengthy comments that might help people trying to use it. Remove untruths and beef up documentation for tip(1), remote(5) and phones(5). In particular remove last reference to the 'cu' tip interface since we use the 'cu' that comes with uucp, improve documentation on phone numbers and flesh out documentation on acu/modems supported. Document PHONES and REMOTE environment variables. Cleanup parsing of /etc/phones (so our example can be used) and ignore lines with empty phone numbers instead of aborting the scan of the file. This makes /etc/phones parsing consistant with ':pn:' capability parsing. Don't try to dial empty phone numbers in either case. ok millert@ | |||
2001-08-09 | skey was left out of the default authentication methods; add it back | Todd C. Miller | |
2001-08-07 | enable ah & esp by default, now that we trust the code more | Theo de Raadt | |
2001-07-31 | a space before a redirect | Hugh Graham | |
2001-07-27 | remove clean.weekly from here. this can be added in weekly.local if | Federico G. Schwindt | |
needed and we don't ship it anyway; millert@ ok. | |||
2001-07-13 | Don't remove innocent files by accident, but on the other hand, | Miod Vallat | |
be sure to remove filres before mknod'ing them again. Also speed up some rm constructs. Discussed with hugh@ | |||
2001-07-09 | Move the proto field to be after the "on" argument which is consistent | Todd C. Miller | |
with pf.conf. If no proto is specified tcp is assumed. dhartmei@ OK |