Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-22 | ok there is a good reason not to do this yet | Theo de Raadt | |
2006-06-21 | make powerdown the default; discussed with jason | Theo de Raadt | |
2006-06-21 | add the machdep.kbdreset logic to sparc64 (stuff to use it is coming) | Jason Wright | |
2006-06-11 | regen | Michael Knudsen | |
2006-06-11 | Remove wdt char device stuff from here too. | Michael Knudsen | |
ok todd | |||
2006-06-08 | delete notes, like on zaurus. | Dale Rahn | |
2006-06-07 | dale, no such thing exists... | Theo de Raadt | |
2006-06-06 | Better put a valid speed here. | Miod Vallat | |
2006-06-06 | so how did we not catch this grabbing the wrong (i386) file before? | Dale Rahn | |
2006-06-06 | remove irrelevant sysctls | Theo de Raadt | |
2006-06-06 | typo | Theo de Raadt | |
2006-06-06 | Really want a working console, and no display (ttyC0) here. | Dale Rahn | |
2006-06-06 | Generated files | Dale Rahn | |
2006-06-06 | sync | Theo de Raadt | |
2006-06-06 | System build pieces for armish arch. | Dale Rahn | |
2006-06-03 | do chio.conf install from right place | Theo de Raadt | |
2006-06-02 | Add sasyncd to rc / rc.conf. | Ryan Thomas McBride | |
ok deraadt@ cloder@ | |||
2006-06-02 | Carp demotion interlock. Prevents carp from preempting until the system is | Ryan Thomas McBride | |
booted, allowing for daemons to sync with peers before we take over. ok deraadt@ mpf@ moritz@ | |||
2006-06-02 | crank the OpenBSD version to 3.9; ok deraadt@ | David Krause | |
Opera on OpenBSD verified by sturm@ | |||
2006-06-02 | fix location of dvmrpd.conf; ok norby@ | David Krause | |
2006-06-01 | Hook dhcrelay(8) into the startup process. | Esben Norby | |
ok henning@ | |||
2006-06-01 | add all the goo to hook dvmrp into the system | Esben Norby | |
ok derradt@ | |||
2006-06-01 | add a sample dvmrpd.conf | Esben Norby | |
ok deraadt@ | |||
2006-05-30 | asf/ipmi balony at udp 623; sthen@bootes.spacehopper.org | Theo de Raadt | |
2006-05-29 | revert vfs.nfs.privport sysctl, broke a few architectures | Anil Madhavapeddy | |
requested by deraadt@ | |||
2006-05-28 | Add support for NFS mounts to be from non-reserved ports: | Anil Madhavapeddy | |
- new sysctl vfs.nfs.privport to require NFS mount requests to be on reserved ports when set to 1 (the default). - mountd now automatically sets the sysctl depending on the -n flag. - add mountd_flags to rc.conf to enable the -n flag at boot. deraadt@ ok | |||
2006-05-09 | Regen | Miod Vallat | |
2006-05-09 | Administrative changes for aviion, ok deraadt@ | Miod Vallat | |
2006-04-16 | remove some rather deceptively unused lines; no change to generated MAKEDEV's | Todd T. Fries | |
2006-04-16 | shuffle ramdisk device targets to MAKEDEV.common to avoid duplication and | Todd T. Fries | |
pave the way for future work; ok since this does not change the generated MAKEDEV | |||
2006-04-15 | sync | Todd T. Fries | |
2006-04-15 | add 'com' serial port as a common ramdisk device | Todd T. Fries | |
2006-04-15 | add forgotten copyright; ok deraadt@ | Todd T. Fries | |
2006-04-10 | move the commented example /var/mail/whitelist.txt to /var/db, so it | Daniel Hartmeier | |
doesn't trigger security(8)'s ownership checks. ok bob@ | |||
2006-03-28 | sync | Theo de Raadt | |
2006-03-28 | now move /dev/tty0* to refer to the com(4) driver, away from the zs(4) | Theo de Raadt | |
driver | |||
2006-03-27 | add hostapd to rc/rc.conf glue | Reyk Floeter | |
suggested and ok by kettenis@ | |||
2006-03-27 | sync | Theo de Raadt | |
2006-03-27 | do not make {cua,tty}[cd] here | Theo de Raadt | |
2006-03-27 | add entries for ttya/ttyb | Theo de Raadt | |
2006-03-27 | ttya now is same as tty00 (for a few days) | Theo de Raadt | |
2006-03-27 | make /dev/ttya be an alias for /dev/tty00. | Theo de Raadt | |
we are making the move where ttya will become the zs devices, and tty00 will support com(4) devices. ok drahn | |||
2006-03-22 | As the isakmpd fifo race is fixed, hook ipsecctl to rc. | Hans-Joerg Hoexer | |
ok naddy@ todd@ | |||
2006-03-21 | Fix for PR 5043: shell startup scripts might contain binary characters but | David Krause | |
grep should assume ASCII text, fixes umask detection ok millert@ jaredy@ | |||
2006-03-15 | no more need for the aperture | Theo de Raadt | |
2006-03-15 | no more need for aperture | Theo de Raadt | |
2006-03-15 | sync | Theo de Raadt | |
2006-03-15 | /dev/reload is an old amiga thing, how did it make it here? | Theo de Raadt | |
2006-03-14 | move wsconsctl up earlier, so that any key changes made can be used | Theo de Raadt | |
to (for instance) interrupt dhclient with a ^C instead of a 'CAPS-LOCK C' from e@molioner.dk checked by matthieu | |||
2006-03-12 | Use the new -s flag to mount the /usr and /var partitions. Avoids | Otto Moerbeek | |
doubly mounted mfs partitions. Also, at the end of the mount dance, try mount all partitions, not just nfs partitions. Handles a case where local paritition mounted inside a nfs partition where not mounted by rc (/usr on nfs with a local /usr/obj, for example). ok deraadt@ henning@ |