Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2005-03-19 | Packages for zaurus - yuck yuck; for uwe | Theo de Raadt | |
2005-03-18 | also copy *.ipk files to RELEASEDIR | Theo de Raadt | |
2005-03-17 | Don't rmdir .ICE-unix from /tmp or /var/tmp either. OK deraadt@ | Todd C. Miller | |
2005-03-16 | Don't rmdir vi.recover or .X11-unix from /tmp or /var/tmp. OK deraadt@ | Todd C. Miller | |
2005-03-15 | remove package list. it has been a pain to maintain for years. simply | Theo de Raadt | |
tell people where to look; idea from miod | |||
2005-03-15 | remove ttya reference, doesn't exist on zaurus, ok miod@ deraadt@ | Dale Rahn | |
2005-03-15 | add cat2/{cats,zaurus} | Theo de Raadt | |
2005-03-08 | Kill hp300 DISKLESS kernel, not worth using against GENERIC for diskless | Miod Vallat | |
systems since it still has all the filesystems for vnd usage and thus does not save much memory... ok deraadt@ | |||
2005-03-07 | move to 3.7-beta | Theo de Raadt | |
2005-03-04 | sync | Todd T. Fries | |
2005-03-04 | correct typo, wrong pf major | Todd T. Fries | |
2005-03-03 | Support APM_IOC_PRN_CTL, and machdep.apmwarn as documented in apm(4), and | Uwe Stuehler | |
apmd(8); missing sysctl variable noticed by drahn@ | |||
2005-03-01 | Regen | Miod Vallat | |
2005-03-01 | Move serial and parallel devices left by mistake in the ``other'' section | Miod Vallat | |
to the appropriate sections. No functional change, except for the manpage being nicer. | |||
2005-03-01 | regen | Otto Moerbeek | |
2005-03-01 | Increase the default number of usb dev nodes to 6. Some new machines | Otto Moerbeek | |
(like the Mac mini) have that many usb devs on board. ok drahn@ dlg@ miod@ | |||
2005-02-22 | Avoid spurious "globally exported" warning. Noted by jared r r spiegel. | Otto Moerbeek | |
ok henning@ | |||
2005-02-19 | ospfd.conf mode 0600, requested by norby | Henning Brauer | |
2005-02-16 | add /usr/X11R6/bin to the default PATH here. ok pval@. | Matthieu Herrb | |
2005-02-13 | Discourage use of the source tree as root by eliminating cdpath in | Kenneth R Westerback | |
default .cshrc for root. This also eliminates the need to clear out the dead directories and add new ones. Suggested by miod@. ok miod@ millert@ | |||
2005-02-07 | ospfd.conf, noticed by bernd | Henning Brauer | |
2005-02-07 | typo in comment; from Brian Poole | Otto Moerbeek | |
2005-02-07 | sync | David Krause | |
2005-02-07 | /var/cron/{allow,deny} was renamed to /var/cron/cron.{allow,deny} many moons ago | David Krause | |
add a few missing files and sort | |||
2005-02-07 | sync | David Krause | |
2005-02-07 | indentation whitespace nits (saves a few bytes even) | David Krause | |