Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-17 | amd_dir is no longer used by rc so no need for it in rc.conf. | Nicholas Marriott | |
ok deraadt | |||
2009-10-17 | sync | Theo de Raadt | |
2009-10-17 | sort flags. | Igor Sobrado | |
2009-10-17 | Allow us to accept gratuitous ARP requests in cases where the | Marco Pfatschbacher | |
link-route points over the carp interface. (IP-less carpdev) The descision whether to drop an ARP query is now expressed with a goto out; rather than a second check later, which prevented the carpdev case to work. Also add some comments to make in_arpinput() easier to understand. OK henning, markus. | |||
2009-10-17 | sort flags. | Igor Sobrado | |
2009-10-17 | Add version number to aucat protocol. It's not used yet, | Alexandre Ratchov | |
but later, it will permit aucat to reject connections from clients statically linked to a unsupported version of libsndio. idea from kittenis, otto and sthen | |||
2009-10-17 | Always move the cursor position on !xenl terminals, since there is no invisible | Nicholas Marriott | |
last cursor position. Also nuke an unused variable. | |||
2009-10-17 | Don't print wide characters at screen width - 1. Matches uterm behaviour and | Nicholas Marriott | |
is probably a better idea anyway. | |||
2009-10-17 | Instead of having a complicated check to see if the cursor is in the last | Nicholas Marriott | |
position to avoid an explicit wrap, actually move it there. Some UTF-8 fixes to come. | |||
2009-10-17 | remove bogus quirk. these devices do not lie about their type, but | Jacob Meuser | |
they do have bSynchAddress set to 0 in their endpoint descriptor. uaudio(4) used to not handle that correctly, but now does. positive response from krw, deraadt, ratchov | |||
2009-10-17 | Match on MCP77 SATA. | Jonathan Gray | |
From and tested by minusf@obiit.org | |||
2009-10-17 | regen | Jonathan Gray | |
2009-10-17 | Correct one of the MCP77 SATA ids that was incorrectly flagged | Jonathan Gray | |
as being AHCI based on pcidump information from minusf@obiit.org I'm sure there are more, but who knows which they are without docs. | |||
2009-10-17 | regen | Jonathan Gray | |
2009-10-17 | Add a bunch of devices from submitted dmesgs. | Jonathan Gray | |
2009-10-16 | after recent change in virtual maps support smtpd.conf.5 was not fully | Gilles Chehade | |
updated and still referenced the "virtual" map which no longer exists. issue spotted by Alexander Hall <alexander@beard.se> | |||
2009-10-16 | as of now, "accept for all deliver to mbox" is a valid syntax, sadly lka is | Gilles Chehade | |
not aware of this and will fatal() when it attempts to resolve a recipient for a destination that's not C_DOM or C_VDOM. issue reported by Dorian Buettner <dorian.buettner@gmx.de> | |||
2009-10-16 | cancel the timeout upon disabling profiling / virtual timer; so | Martynas Venckus | |
that the timeout doesn't happen if setitimer is called between the profiling / virtual timer expires and the timeout is scheduled. firefox triggered this Profiling timer expired problem when in uthread execve signal was being delivered after timer has already been disabled; as reported on ports@ recently. special thanks to kettenis@, kurt@, guenther@. agreed by kettenis@, tedu@. ok guenther@. reminded & ok fgs@. tested by ian@. | |||
2009-10-16 | When checking whether the region will scroll and the cursor position is thus | Nicholas Marriott | |
unsuitable for using CUD/CUU, check the current cursor position not the target position. | |||
2009-10-16 | ouch. delete is not undef. We need to make sure the entries vanish, | Marc Espie | |
otherwise, find_dep_in_stuff_to_install will still find the key. | |||
2009-10-16 | sync | Theo de Raadt | |
2009-10-16 | Added argument for xconvert for length conversion | Jordan Hargrave | |
2009-10-16 | Honour serial console speed on O2 too. | Miod Vallat | |
2009-10-16 | Make Octane kernels compile again after recent changes. My bad. | Miod Vallat | |
2009-10-16 | man page bits for mail; it was ok millert@ | Martynas Venckus | |
2009-10-16 | factor psummary code of ftp.c to be generic, for all types of | Martynas Venckus | |
transfers. makes output between all transfers consistent; handles SIGINFO for non-ftp transfers too; shows statistics at the end: 7303400 bytes received in 96.00 seconds (74.29 KB/s) tweak / ok halex@, sthen@. | |||
2009-10-16 | bring in proper lookup_name prototype so that its pointer return | Martynas Venckus | |
value doesn't get truncated to int - on 64-bit architectures. ok miod@, millert@, espie@ | |||
2009-10-16 | teach gdtoa & its subroutines that malloc can fail; in which case | Martynas Venckus | |
ecvt, fcvt, gcvt, *printf, strtof, strtod, strtold act per ieee 1003.1. after these massive changes, remove unused files which would not work now. reported by Maksymilian Arciemowicz; ok theo | |||
2009-10-16 | sort flags in synopsis, usage, and description. | Igor Sobrado | |
2009-10-16 | Get serial console speed from prom, and use it instead of hardcoding 9600 bps, | Miod Vallat | |
on all systems but O2 (to catch up soon). Also use the IOC4 MCR register to figure out the IOC4 clock, instead of checking the widget control register, to be consistent with iof(4). | |||
2009-10-15 | regen | Miod Vallat | |
2009-10-15 | Sort widgets by type instead of manufacturer code, add some TIO widgets, | Miod Vallat | |
and add comments explaining why it's very unlikely we'll ever see TIO widgets on mips-based SGI systems (unless someone builds a Mengele-style XIO link). | |||
2009-10-15 | The Octane boot PROM is accessible through the PCI space of the on-board i/o | Miod Vallat | |
widget; make sure we reserve its address span so that no device risks having its resources overlap the PROM. | |||
2009-10-15 | fix installation header | Marc Espie | |
2009-10-15 | missed one, tell tracker this is already installed | Marc Espie | |
2009-10-15 | Makefile.inc also has to be included from here | Robert Nagy | |
2009-10-15 | merge some gcc-local(1) changes: | Robert Nagy | |
- disable -fident by default - disable -fstrict-aliasing with -O2 - add support for -Wstack-larger-than-N (only for i386 and amd64 for now) | |||
2009-10-15 | teach gcc about our kprintf and syslog format attributes | Robert Nagy | |
2009-10-15 | allow solve to find dependencies in current UpdateSet | Marc Espie | |
2009-10-15 | only enable SF, DF, XF, TF modes in libgcc if we are building with gcc4, so ↵ | Robert Nagy | |
we can bootstrap with gcc3 first | |||
2009-10-15 | sync updatesets with tracker when we create them... | Marc Espie | |
2009-10-15 | fix at-file.texi path | Robert Nagy | |
2009-10-15 | We need to include Makefile.inc here | Robert Nagy | |
2009-10-15 | separate the dependencies in several lists for registration, so that | Marc Espie | |
newer can have several entries. | |||
2009-10-15 | sync | Theo de Raadt | |
2009-10-15 | add target configuration for openbsd | Robert Nagy | |
2009-10-15 | We need to include Makefile.inc here | Robert Nagy | |
2009-10-15 | remove parameter we no longer use | Marc Espie | |
2009-10-15 | Import a BSD make based infrastructure for building gcc, based on the | Robert Nagy | |
same solution from FreeBSD. Don't even try to build it at the moment. This is commited so people can work on it in tree. | |||
2009-10-15 | Implement passive cooling for acpitz; works for some overheating machines | Jordan Hargrave | |
Counter in parent for disabling setperf when passive cooling enabled ok marco@ |