Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2006-03-10 | some IAPP implementations still use the pre-standard port 2313 in broadcast | Reyk Floeter | |
mode (tested with the HP ProCurve 420wl). add a note to the manual page and the example configuration. | |||
2006-03-09 | vt100->vt220; spotted by nick@ | Miod Vallat | |
2006-03-07 | grammar tweaks; ok hshoexer | Jason McIntyre | |
2006-02-19 | We no longer install the SystemV compatibility links. OK pvalchev@ | Todd C. Miller | |
2006-02-01 | use full path to binary in (commented) relaydb example, | Daniel Hartmeier | |
from jared rr spiegel, closes PR 4982, ok beck@ | |||
2006-01-30 | update for new ftp-proxy | Camiel Dobbelaar | |
ok henning@ | |||
2006-01-28 | mention net.inet.ip.mforwarding. | Brad Smith | |
ok beck@ kettenis@ norby@ | |||
2006-01-26 | set skip is no good idea on int_if in this sample rulseset that also | Henning Brauer | |
has a rdo on $int_if that stops working then. pt out by cedric | |||
2006-01-19 | crank to 3.8-beta | Theo de Raadt | |
2006-01-12 | configure mixers late; obsd@enop.org 4970 | Theo de Raadt | |
2006-01-11 | regen | Martin Reindl | |
2006-01-11 | hotplug(4) and hotplugd(8) here | Martin Reindl | |
2006-01-04 | Regen | Miod Vallat | |
2006-01-04 | Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouse | Miod Vallat | |
drivers, and to wscons as the console; a few parts borrowed from OpenBSD/macppc as well. Currently only working with displays configured in 1bpp or 8bpp modes; this limitation will be worked on ASAP. Tested by claudio@ kettenis@ martin@ nick@ and I on various models. X11 changes coming soon. | |||
2006-01-04 | + hostapd.conf, ipsec.conf, sudoers | David Krause | |
2005-12-28 | +/etc/ipsec.conf | David Krause | |
2005-12-28 | nuke extra whitespace | David Krause | |
2005-12-28 | /etc/crontab must be mode 0600; ok millert@ | David Krause | |
2005-12-27 | install sample ipsec.conf; ok hshoexer@ | Christian Weisgerber | |
2005-12-27 | Regen | Miod Vallat | |
2005-12-27 | Target for basic wscons devices is `wscons', not `ttyC0'; also fix the | Miod Vallat | |
dev/fd comment and point to fd(4). | |||
2005-12-27 | Remove orphaned ttye nodes. No change in generated output. | Miod Vallat | |
2005-12-24 | Very basic sample ipsec.conf, more to come. Has been demanded by deraadt@ for | Hans-Joerg Hoexer | |
a long time, but i'm a bloody slacker... | |||
2005-12-22 | document 3 zaurus sysctl options | Theo de Raadt | |
2005-12-06 | Remove fdescfs | Pedro Martelletto | |
2005-12-06 | multicast_host=YES only works if a valid default gateway is available. | Reyk Floeter | |
validate this condition and reject multicast traffic on failure. ok todd@ naddy@ | |||
2005-11-30 | Change "starting rpc daemons" to "starting initial daemons" as we | Tom Cosgrove | |
also start ntpd at this time. discussed with jmc@; ok deraadt@ | |||
2005-11-24 | bye bye lkm/vfs dir | Theo de Raadt | |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto | |
2005-11-21 | Make the rc files in / be copies of the ones given by default to root in | Bob Beck | |
/root instead of hard links to them. This way multiuser only changes a user makes to the to the ones in /root do not screw them over for getting into single user easily when the have to. ok millert@ | |||
2005-11-20 | add "iapp" (port 3517), as used by hostapd(8). | Reyk Floeter | |
the official assignment by the IANA for the IEEE 802.11f Inter Access Point Protocol on port 3517 is 802-11-iapp, we use it as an alias. ok jakob@, deraadt@ | |||
2005-11-19 | remove unhelpful echo from the ac stuff; | Jason McIntyre | |
ok millert@ | |||
2005-11-17 | remove stale NAMEDB; ok theo | Jakob Schlyter | |
2005-11-16 | remove old ftp-proxy entry, ok henning beck | Camiel Dobbelaar | |