summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2005-03-07move to 3.7-betaTheo de Raadt
2005-03-04syncTodd T. Fries
2005-03-04correct typo, wrong pf majorTodd T. Fries
2005-03-03Support APM_IOC_PRN_CTL, and machdep.apmwarn as documented in apm(4), andUwe Stuehler
apmd(8); missing sysctl variable noticed by drahn@
2005-03-01RegenMiod Vallat
2005-03-01Move serial and parallel devices left by mistake in the ``other'' sectionMiod Vallat
to the appropriate sections. No functional change, except for the manpage being nicer.
2005-03-01regenOtto Moerbeek
2005-03-01Increase the default number of usb dev nodes to 6. Some new machinesOtto Moerbeek
(like the Mac mini) have that many usb devs on board. ok drahn@ dlg@ miod@
2005-02-22Avoid spurious "globally exported" warning. Noted by jared r r spiegel.Otto Moerbeek
ok henning@
2005-02-19ospfd.conf mode 0600, requested by norbyHenning Brauer
2005-02-16add /usr/X11R6/bin to the default PATH here. ok pval@.Matthieu Herrb
2005-02-13Discourage use of the source tree as root by eliminating cdpath inKenneth 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-07ospfd.conf, noticed by berndHenning Brauer
2005-02-07typo in comment; from Brian PooleOtto Moerbeek
2005-02-07syncDavid Krause
2005-02-07/var/cron/{allow,deny} was renamed to /var/cron/cron.{allow,deny} many moons agoDavid Krause
add a few missing files and sort
2005-02-07syncDavid Krause
2005-02-07indentation whitespace nits (saves a few bytes even)David Krause
2005-02-07indentation whitespace nitsDavid Krause
2005-02-07+/etc/ospfd.confDavid Krause
2005-02-06Tweak sample file.Esben Norby
ok henning@
2005-02-05ospfd.confHenning Brauer
2005-02-05sample ospfd.conf, to be fleshed outHenning Brauer
2005-02-03fix pasto '::' -> ':'. Oops deraadt@ ;-)Thierry Deval
2005-02-03Simplify 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-28syncDan Harnett
2005-01-28use Add() consistently and make sure we use decimal numbers for additionDan Harnett
in the case of ugen devices. suggestions and ok todd@
2005-01-28change start and end comment sequences (not used) to allow shellDan Harnett
parameter substitution. ok todd@
2005-01-24Import new moduli; requested by deraadt@ a week agoDarren Tucker
2005-01-21be more consistent in terminology in commentsOtto Moerbeek
2005-01-19Only try to run pflogd if pflog0 exists; from mpech@Todd C. Miller
OK deraadt@ and fgsch@
2005-01-19syncTheo de Raadt
2005-01-19APM emulation framework and zaurus scoop driver. Not enabled yet.Uwe Stuehler
ok drahn@, deraadt@
2005-01-18user and group _ospfd, with claudioHenning Brauer
2005-01-18syncDale Rahn
2005-01-18Add hotplug.Dale Rahn
2005-01-17cleaning distrib twice is uselessTheo 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 millertTheo de Raadt
2005-01-14enable ttyC0 and ttyC1 by default; wow, how did you miss that dale!Theo de Raadt
2005-01-14RegenMiod Vallat
2005-01-14Switch 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-14smaller ramdisk image needed for buildsTheo de Raadt
2005-01-13wsconsctl.conf on zaurus too.Dale Rahn
2005-01-10regenDavid Gwynne
2005-01-10add calling units (cuaU*) for use by devices supported by ucomDavid Gwynne
2005-01-10put the boot crud in the snapshotTheo de Raadt
2005-01-06when an arch has wskbd0 or wsmouse0, prepare for the future and applyTheo de Raadt
same rules to both wskbd0:wskbd and wsmouse0:wsmouse; miod ok
2005-01-06- document /etc/security's .secure hooksJason McIntyre
- sync the comments in /etc/security ok millert@
2005-01-04Bring up the carp(4) interface before default route.Ryan Thomas McBride
ok pascoe@ mpf@
2005-01-02RegenMark Kettenis