Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-05 | default to 115200 baud for serial console and tty00, spotted by | Otto Moerbeek | |
kettenis@; ok kettenis@ miod@ | |||
2010-02-28 | sync for real | Otto Moerbeek | |
2010-02-28 | sync | Otto Moerbeek | |
2010-02-28 | add apm | Otto Moerbeek | |
2010-02-26 | grow the miniroot a wee little bit | Theo de Raadt | |
2010-02-23 | include boot and miniroot image in MDEXT; ok miod@ | Otto Moerbeek | |
2010-02-22 | add ldpd.conf to changelist and mtree/special | Claudio Jeker | |
2010-02-22 | Add _ldpd user for ldpd(8). OK dlg, deraadt | Claudio Jeker | |
2010-02-22 | Install a sample ldpd.conf file. OK dlg, deraadt | Claudio Jeker | |
2010-02-22 | Fix a typo spotted by Vivien Moreau | giovanni | |
2010-02-17 | Build and install the boot blocks, and put it as part of the snapshots files. | Miod Vallat | |
2010-02-17 | Add serial port (for the Fuloong) | Miod Vallat | |
2010-02-16 | disktab entry for miniroot | Otto Moerbeek | |
2010-02-16 | Add instructions to dual-boot OpenBSD with Grub2 | giovanni | |
"I think that's ok" sthen@, "sure" miod@ | |||
2010-02-15 | Simplify MBR and install it as /usr/mdec/mbr instead of /usr/mdec/mbr.mini | Mark Kettenis | |
since it makes a fairly decent template for fdisk -i. Change the procedure that makes the rb600 installation miniroot image to use fdisk -i instead of dd(1) to create the MBR for the image. Adjust the miniroot disk type in /etc/disktab to the slightly different layout that fdisk -i creates. | |||
2010-02-15 | Remove entries for ancient hardware that we'll never see on socppc, leaving | Mark Kettenis | |
only the ramdisk entry and a new entry for building rb600 installation miniroot images. ok miod@ | |||
2010-02-13 | Copy bsd.elf into ${RELEASEDIR}. | Mark Kettenis | |
2010-02-10 | remove /usr/libdata/ssh; ok miod, djm | Markus Friedl | |
2010-02-05 | tweak cdboot slightly upwards so all files can fit | Todd T. Fries | |
2010-01-30 | More loongson directories for manpages. | Miod Vallat | |
2010-01-28 | - bump pkgname...just like in ports | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2010-01-26 | 4.7-BETA (also, lo-carb and ozone layer friendly) | Miod Vallat | |
2010-01-24 | link man section 8 for loongson. ok miod@ | Matthieu Herrb | |
2010-01-23 | generate 1st version. | Matthieu Herrb | |
2010-01-23 | Add etc.loongson. ok miod@ | Matthieu Herrb | |
2010-01-23 | md etc bits for loongson. ok miod@ | Matthieu Herrb | |
2010-01-19 | Build GENERIC-IP30.MP as bsd.mp.IP30 in the distribution, and allow the | Miod Vallat | |
installer to pick it and install it as /bsd when applicable. | |||
2010-01-17 | add template nsd.conf (with examples) | Jakob Schlyter | |
2010-01-17 | remove unintentionally added file | Jakob Schlyter | |
2010-01-17 | add l2tp | David Gwynne | |
2010-01-16 | add _nsd | Jakob Schlyter | |
2010-01-16 | add user/group for nsd; ok nick@ | Jakob Schlyter | |
2010-01-12 | when setting up lo0 use 127.0.0.1/8 instead of 127.0.0.1 for clarity and | Henning Brauer | |
correctness. it's not 1992 any more, kids. ok mcbride dlg krw | |||
2010-01-10 | Add /var/db/sysmerge, needed for upcoming change in xenocara. | Antoine Jacoutot | |
"reads alright" oga@, ok matthieu@ todd@ | |||
2010-01-08 | Remove "password" macro from ospf6d example config file. | Stefan Sperling | |
OSPFv3 does not feature built-in authentication (it relies on IPsec, see RFC4552) so the example was misleading. ok claudio@ michele@ | |||
2010-01-04 | If a /etc/rc.firsttime file exists, run it just once, mailing the output to | Theo de Raadt | |
root. If anyone wants to use this in a siteXX.tgz file, please be sure to *concatenate* to the file -- not replace it -- since the installer is going to be using this file itself. discussed with todd and halex | |||
2010-01-04 | Stop installing many of the incredibly dated and un-authoritative share/doc | Theo de Raadt | |
files. If any information found in these documents is worthwhile and you miss it, please make the time to work it into the manual pages (which people actually do read). ok guenther | |||
2010-01-01 | keep and eye on and back up /etc/ssl/cert.pem | David Gwynne | |
yeah sure deraadt@ | |||
2009-12-27 | Create an empty etcsum file so that cksum can run without error (as | Antoine Jacoutot | |
var/db/sysmerge/etcsum is created after the cksum calls and etcsum is part of the etc set). "sure" deraadt@ | |||
2009-12-22 | Create sysmerge etcsum file at release time for etc set inclusion. | Antoine Jacoutot | |
This way, the first time sysmerge is run on a new box, it will already have reference sums needed for automatic processing. Original idea from and discussed with deraadt@ "commit it" deraadt@, tweaks and ok millert | |||
2009-12-20 | reminding people about afterboot on every single login is stupid. | Theo de Raadt | |
2009-12-14 | Add /etc/rtadvd.conf | giovanni | |
ok sthen@ | |||
2009-12-10 | o stop reordering ifconfig arguments (e.g. after 'up ..') | Todd T. Fries | |
o only stop processing if inet or inet6 lines are malformed o everything not a specially handled bit is passed to ifconfig unmangled noticed by several after the move from bridgename.bridge0 -> hostname.bridge0 prodded by deraadt@, tested by and feedback from several man page bits 'look fine' jmc@ | |||
2009-12-04 | use mv -f to avoid stopping during wrongly mounted root; sbeyer@reactor.de | Theo de Raadt | |
2009-11-23 | Move ipsec key creation before isakmpd, and sshd to become the first | Theo de Raadt | |
of the network daemons so that it can be used if another daemon stops in its tracks. ok claudio markus sthen | |||
2009-11-22 | Stop supporting bridgename.bridge* files, and move to hostname.bridge* | Theo de Raadt | |
files. To cope with this change, read about the mv command. ok claudio todd | |||
2009-11-20 | The deny all and allow from any inet prefixlen 8 - 24 will block the default | Claudio Jeker | |
route already so don't add an additional rule for that. Instead add a commented allow rule. Idea from Mitja Muzenic (mitja at muzenic dot net) | |||
2009-11-13 | Add hw.sensors to dmesg request, 'go for it' deraadt@ | Ian Darwin | |
2009-11-06 | Remove Speedo dir from mtree at we do not install these fonts anymore. | Antoine Jacoutot | |
ok matthieu@ | |||
2009-11-03 | to resolve aliases, a rule must now provide the alias parameter with the | Gilles Chehade | |
name of the map to use for resolution |