Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-26 | Enable ifstated in the builds. This still does not mean that ifstated is | Ryan Thomas McBride | |
necessary for regular carp setups. There are situations where you need this, but if you're going to use it, think hard about redesigning your network so you don't have to. ok deraadt@ mpf@ henning@ | |||
2005-05-25 | whitespace | David Krause | |
2005-05-25 | whitespace | David Krause | |
2005-05-24 | no more telnetd, ba@bsws.de | Henning Brauer | |
2005-05-24 | Use comma only to separate facilities on the same level. Sort selector | Camiel Dobbelaar | |
lines on facility. End sentences with a dot. And some whitespace nits. Matrix (debug mode) is equivalent. ok otto millert | |||
2005-05-22 | Introduce 'ifmstart' to deal with starting multiple interfaces minus a list | Todd T. Fries | |
of interfaces. This reduces the netstart script by 174 chars, 13 words, and 19 lines, but more importantly, makes it more simple and less cluttered should more special case/orderings be needed. ok brad@ and pr 4197 submitter, inspired by and closes pr 4197 | |||
2005-05-22 | sync with latest p0f fingerprints | Mike Frantzen | |
2005-05-19 | o change wsconsctl.conf subshell into a function | Todd C. Miller | |
o move test for foo.conf into the foo_conf function proper | |||
2005-05-18 | Make test(1) usage consistent when testing a variable that may not be set. | Todd C. Miller | |
OK deraadt@ | |||
2005-05-18 | o move sysctl and mixerctl parsing into a subroutine instead of a subshell | Todd C. Miller | |
o update resource limits if kern.maxproc or kern.maxfiles is changed | |||
2005-05-15 | no need to install and checksum *.ipk since *bsd* will already catch it | David Krause | |
ok deraadt@ | |||
2005-05-13 | Regen | Miod Vallat | |
2005-05-13 | /dev/speaker node on cats. | Miod Vallat | |
2005-05-11 | some punctuation/whitespace cleanup from stuart henderson (pr #4183); | Jason McIntyre | |
2005-05-05 | grammar correction in comment; | Jason McIntyre | |
2005-05-02 | include zbsdmod, Packages, and ipk in the checksums; ok deraadt@ | David Krause | |
2005-04-28 | handle new config -e non-tty input case | Theo de Raadt | |
2005-04-28 | chpass will not change the kerberos password | Bjorn Sandell | |
ok jmc@ millert@ | |||
2005-04-28 | sync | Theo de Raadt | |
2005-04-28 | nicer ramdisk chunk including wsmouse and ttyC0 | Theo de Raadt | |
2005-04-23 | Make the default syslog.conf not make the console and root logins | Bob Beck | |
unusable when problems occur. Provide commented out examples showing people how to direct output to /dev/console or as messages to root, for situations where such output might acutally be useful, rather than something that keeps you from fixing a problem due to the screen getting spewed at. ok jolan@ ian@ brad@ marco@ krw@ fgsch@ | |||
2005-04-21 | Regen/sync. | Kenneth R Westerback | |
2005-04-21 | Add a couple more wskbd's to i386 and amd64 'ramdisk)' cases so kbd(8) | Kenneth R Westerback | |
has something to work with when more than one keyboard is present during install/upgrade. Remove some superfluous wd's and sd's while there. Problem noted by Jan Johansson when trying to get a 'sv' keymap to work with his usb keyboard. Diagnosis & solution suggested by miod@. ok deraadt@ | |||
2005-04-14 | move the few needlessly special-cased root:wheel 0644 files to BIN1 | Henning Brauer | |
2005-04-13 | sample hostapd.conf from reyk, to be tweaked | Henning Brauer | |
2005-04-13 | say hi to _hostapd | Henning Brauer | |
2005-04-09 | if, at boot time, a /etc/resolv.conf.save is found, assume this is from | Theo de Raadt | |
a dhclient that crashed so hard it was unable to swap the file back, and hence, finish that job. i convinced krw and henning that this is right right place (not in netstart) | |||
2005-04-04 | unbreak; ok pval@ | Damien Miller | |
2005-04-03 | if dhcp is used to get an address on any interface, ignore /etc/mygate | Theo de Raadt | |
ok krw (this lets us do something rather cool with the zaurus in particular) | |||
2005-04-02 | add entries for /usr/share/man/ps2/{cats,zaurus}; | Jason McIntyre | |
ok millert@ deraadt@ | |||
2005-04-01 | sync | Theo de Raadt | |
2005-04-01 | clone from hppa | Theo de Raadt | |
2005-04-01 | hppa64 chunkies | Theo de Raadt | |
2005-04-01 | add hppa64 dirs | Theo de Raadt | |
2005-04-01 | Document special On/Off key functions, and point at the information. | Uwe Stuehler | |
2005-04-01 | OK, this is an insane commit. Comes from johnb@ugrad.cs.ualberta.ca, pr 3589. | Theo de Raadt | |
somehow he got his YP and DNS screwed up and nslookup $h was dealing with h = "" which was doing nslookup "", which is bad and hangs boots. be more careful by doing echo $h | nslookup instead. | |||
2005-04-01 | show that net.inet.etherip.allow can be set here; pr 3972 ckuethe | Theo de Raadt | |
2005-03-30 | only set HOME if not already set; ok deraadt@ | Todd C. Miller | |
2005-03-30 | remove balony advice, recommended by beck | Theo de Raadt | |
2005-03-29 | comment fix; ok beck@ | Uwe Stuehler | |
2005-03-29 | Add commented-out machdep.kbdreset example. | Uwe Stuehler | |
2005-03-29 | Regen | Miod Vallat | |
2005-03-29 | Move the apm description out of MAKEDEV.common, so that sparc can declare it | Miod Vallat | |
with a specific manpage reference. | |||
2005-03-29 | No apm on amd64 for now. | Miod Vallat | |
2005-03-29 | Regen. | Miod Vallat | |
2005-03-29 | Add an apm interface to the tctrl(4) device found on SPARCbooks; currently | Miod Vallat | |
limited to power change events and battery status retrieval. ok deraadt@ mickey@ | |||
2005-03-28 | change root login shell to ksh as promised; ok many | Theo de Raadt | |
2005-03-26 | encrypt swap by default. cheap, and why not. can be disabled by people | Theo de Raadt | |
who have machines that hit swap a lot. decided after survey of developers, we found that most turned this on. ok various | |||
2005-03-22 | add ospfd, ok theo | Henning Brauer | |
From: Jason Crawford <jasonrcrawford@gmail.com>, whitespace fixes me | |||
2005-03-20 | during make release install *bsd* not just bsd*, so we pick up zaurus ↵ | Theo de Raadt | |
zbsdmod.o too |