Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-02-07 | indentation whitespace nits | David Krause | |
2005-02-07 | +/etc/ospfd.conf | David Krause | |
2005-02-06 | Tweak sample file. | Esben Norby | |
ok henning@ | |||
2005-02-05 | ospfd.conf | Henning Brauer | |
2005-02-05 | sample ospfd.conf, to be fleshed out | Henning Brauer | |
2005-02-03 | fix pasto '::' -> ':'. Oops deraadt@ ;-) | Thierry Deval | |
2005-02-03 | Simplify the ifstated syntax: | Marco Pfatschbacher | |
"carp0 link up" => carp0.link.up "and" => && "or" => || * Allow one line actions after if statements without braces. * Remove unecessary parentheses in the example config. ok mcbride@ | |||
2005-01-28 | sync | Dan Harnett | |
2005-01-28 | use Add() consistently and make sure we use decimal numbers for addition | Dan Harnett | |
in the case of ugen devices. suggestions and ok todd@ | |||
2005-01-28 | change start and end comment sequences (not used) to allow shell | Dan Harnett | |
parameter substitution. ok todd@ | |||
2005-01-24 | Import new moduli; requested by deraadt@ a week ago | Darren Tucker | |
2005-01-21 | be more consistent in terminology in comments | Otto Moerbeek | |
2005-01-19 | Only try to run pflogd if pflog0 exists; from mpech@ | Todd C. Miller | |
OK deraadt@ and fgsch@ | |||
2005-01-19 | sync | Theo de Raadt | |
2005-01-19 | APM emulation framework and zaurus scoop driver. Not enabled yet. | Uwe Stuehler | |
ok drahn@, deraadt@ | |||
2005-01-18 | user and group _ospfd, with claudio | Henning Brauer | |
2005-01-18 | sync | Dale Rahn | |
2005-01-18 | Add hotplug. | Dale Rahn | |
2005-01-17 | cleaning distrib twice is useless | Theo de Raadt | |
committed from the ship while drinking a trad, from a zaurus on beck's birthday | |||
2005-01-16 | : terminate records, spotted by listen@witworx.com; ok millert | Theo de Raadt | |
2005-01-14 | enable ttyC0 and ttyC1 by default; wow, how did you miss that dale! | Theo de Raadt | |
2005-01-14 | Regen | Miod Vallat | |
2005-01-14 | Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now. | Miod Vallat | |
Main features: - MI hil drivers, allowing live plug/unplug of devices, and the keyboard does not need to be at id 1 anymore. - SGC bus support on 4xx models. SGC frame buffers are supported too, but not as console, though you can use them as a regular glass terminal if you run a getty on ttyC0. Currently not compiled-in, awaiting for an sti(4) fix to be commited. - HP-UX compatibility interfaces are removed. grfinfo and hilinfo are removed. X11 support is currently broken by these changes; X.org X11R6 support will be available very soon. Tested on hyperion and 4 different flavours of catseye/topcat/kathmandu; other, older frame buffers (davinci, gatorbox and renaissance) could not been tested but should work; please report any regression. | |||
2005-01-14 | smaller ramdisk image needed for builds | Theo de Raadt | |
2005-01-13 | wsconsctl.conf on zaurus too. | Dale Rahn | |
2005-01-10 | regen | David Gwynne | |
2005-01-10 | add calling units (cuaU*) for use by devices supported by ucom | David Gwynne | |
2005-01-10 | put the boot crud in the snapshot | Theo de Raadt | |
2005-01-06 | when an arch has wskbd0 or wsmouse0, prepare for the future and apply | Theo de Raadt | |
same rules to both wskbd0:wskbd and wsmouse0:wsmouse; miod ok | |||
2005-01-06 | - document /etc/security's .secure hooks | Jason McIntyre | |
- sync the comments in /etc/security ok millert@ | |||
2005-01-04 | Bring up the carp(4) interface before default route. | Ryan Thomas McBride | |
ok pascoe@ mpf@ |