summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-17amd_dir is no longer used by rc so no need for it in rc.conf.Nicholas Marriott
ok deraadt
2009-10-17syncTheo de Raadt
2009-10-17sort flags.Igor Sobrado
2009-10-17Allow us to accept gratuitous ARP requests in cases where theMarco 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-17sort flags.Igor Sobrado
2009-10-17Add 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-17Always move the cursor position on !xenl terminals, since there is no invisibleNicholas Marriott
last cursor position. Also nuke an unused variable.
2009-10-17Don't print wide characters at screen width - 1. Matches uterm behaviour andNicholas Marriott
is probably a better idea anyway.
2009-10-17Instead of having a complicated check to see if the cursor is in the lastNicholas Marriott
position to avoid an explicit wrap, actually move it there. Some UTF-8 fixes to come.
2009-10-17remove bogus quirk. these devices do not lie about their type, butJacob 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-17Match on MCP77 SATA.Jonathan Gray
From and tested by minusf@obiit.org
2009-10-17regenJonathan Gray
2009-10-17Correct one of the MCP77 SATA ids that was incorrectly flaggedJonathan 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-17regenJonathan Gray
2009-10-17Add a bunch of devices from submitted dmesgs.Jonathan Gray
2009-10-16after recent change in virtual maps support smtpd.conf.5 was not fullyGilles Chehade
updated and still referenced the "virtual" map which no longer exists. issue spotted by Alexander Hall <alexander@beard.se>
2009-10-16as of now, "accept for all deliver to mbox" is a valid syntax, sadly lka isGilles 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-16cancel the timeout upon disabling profiling / virtual timer; soMartynas 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-16When checking whether the region will scroll and the cursor position is thusNicholas Marriott
unsuitable for using CUD/CUU, check the current cursor position not the target position.
2009-10-16ouch. 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-16syncTheo de Raadt
2009-10-16Added argument for xconvert for length conversionJordan Hargrave
2009-10-16Honour serial console speed on O2 too.Miod Vallat
2009-10-16Make Octane kernels compile again after recent changes. My bad.Miod Vallat
2009-10-16man page bits for mail; it was ok millert@Martynas Venckus
2009-10-16factor psummary code of ftp.c to be generic, for all types ofMartynas 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-16bring in proper lookup_name prototype so that its pointer returnMartynas Venckus
value doesn't get truncated to int - on 64-bit architectures. ok miod@, millert@, espie@
2009-10-16teach gdtoa & its subroutines that malloc can fail; in which caseMartynas 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-16sort flags in synopsis, usage, and description.Igor Sobrado
2009-10-16Get 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-15regenMiod Vallat
2009-10-15Sort 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-15The Octane boot PROM is accessible through the PCI space of the on-board i/oMiod Vallat
widget; make sure we reserve its address span so that no device risks having its resources overlap the PROM.
2009-10-15fix installation headerMarc Espie
2009-10-15missed one, tell tracker this is already installedMarc Espie
2009-10-15Makefile.inc also has to be included from hereRobert Nagy
2009-10-15merge 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-15teach gcc about our kprintf and syslog format attributesRobert Nagy
2009-10-15allow solve to find dependencies in current UpdateSetMarc Espie
2009-10-15only 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-15sync updatesets with tracker when we create them...Marc Espie
2009-10-15fix at-file.texi pathRobert Nagy
2009-10-15We need to include Makefile.inc hereRobert Nagy
2009-10-15separate the dependencies in several lists for registration, so thatMarc Espie
newer can have several entries.
2009-10-15syncTheo de Raadt
2009-10-15add target configuration for openbsdRobert Nagy
2009-10-15We need to include Makefile.inc hereRobert Nagy
2009-10-15remove parameter we no longer useMarc Espie
2009-10-15Import a BSD make based infrastructure for building gcc, based on theRobert 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-15Implement passive cooling for acpitz; works for some overheating machinesJordan Hargrave
Counter in parent for disabling setperf when passive cooling enabled ok marco@