summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-15Do not leak mbuf in the TX path when a TX error occurs; found the hard wayMiod Vallat
by syuu@; ok kettenis@
2010-03-15Correct return from attach on error, add splx() and urndis_stop().Fabien Romano
This fix a crash on detach.
2010-03-15Add id for Intel 82801JI RAID. Lets HP GL360 G6 see internal SATAKenneth R Westerback
drives. Reported on misc@ by 'a b <rclocal () yahoo ! co ! uk', who also tested the diff from Brad. ok kettenis@ for 4.7.
2010-03-14Fix a use-after-free when cancelling copy mode, or trying to repeat cancel.Nicholas Marriott
ok kettenis
2010-03-14Rewrite urndis_match() logic for the HTC Hero to match on vendor andMichael Knudsen
product ID. The former code was a bit promiscuous and would attempt to attach urndis(4) to e.g. E71 (as noticed by jmc) and then fail. ok fabien armani deraadt
2010-03-14syncMichael Knudsen
2010-03-14Add product ID for HTC Hero.Michael Knudsen
ok deraadt
2010-03-14Quieten ahc a bit, same as ahd is. Put some messages emitted duringKenneth R Westerback
an i/o restart inside AHC_DEBUG. Spotted by jsing@ during sgi probe. Should be cosmetic only. Tested by jsing@. ok beck@ ok deraadt@ for 4.7.
2010-03-14Specify when newfs_ext2fs was introduced into OpenBSD.Antoine Jacoutot
ok otto@ jmc@
2010-03-14when closing, remove commands from the right queues as we iterate overDavid Gwynne
them, rather than the next queue. ok deraadt@
2010-03-14.Pd -> .PqJason McIntyre
2010-03-13fix a formatting error (args need quoted); noted by steveskJason McIntyre
2010-03-13regenMiod Vallat
2010-03-13make ``MAKEDEV all'' create device nodes for up to four heads.Miod Vallat
"go ahead" kettenis@
2010-03-13Make sure non-console impact_screen struct gets zeroed upon allocation,Miod Vallat
otherwise backing store may not get allocated for it; "go ahead" kettenis@
2010-03-13Octane PROM picks highest graphics widget as console, not lowest;Miod Vallat
"go ahead" kettenis@
2010-03-13Certificates are named *-cert.pub, not *_cert.pub; committing a diffDamien Miller
from stevesk@ ok me
2010-03-13protocol conformance fix: send language tag when disconnecting normally;Damien Miller
spotted by 1.41421 AT gmail.com, ok markus@ deraadt@
2010-03-13document the REQPROBE and REQDETACH ioctls so i can make claudios slides goDavid Gwynne
out of date. ok claudio@ deraadt@
2010-03-13no need for "-offset -0i";Jason McIntyre
2010-03-13.Xt -> .XrJason McIntyre
2010-03-12sync with recent mirror changes and list http mirrors here.Stuart Henderson
looks good to deraadt@
2010-03-12Since my changes @n2k10, carp(4) group failover does not relyMarco Pfatschbacher
on preempt anymore. Adjust manpage. Pointed out by sthen@, wording jmc@. OK sthen, jmc.
2010-03-12document PF_KEY; from sthen and myselfJason McIntyre
issue reported by Toni Mueller ok markus
2010-03-12do not prepend AuthorizedKeysFile with getcwd(), unbreaks relative pathsMarkus Friedl
free() (not xfree()) the buffer returned by getcwd()
2010-03-12document softraid-related ioctls; from Vadim ZhukovJason McIntyre
ok marco
2010-03-12unbreak AuthorizedKeys option with a $HOME-relative path; reported byDamien Miller
vinschen AT redhat.com, ok dtucker@
2010-03-11Fix intended use of closefrom() so that we do indeed close fd 3 and up byAlexander Hall
default and make -C work as expected. fine by kettenis@, beck@, millert@
2010-03-11Correct a wrong printf and move a check than should be before the debug.Jonathan Armani
Found when looking at ckuethe problem. with and ok fabien@, "definitivly" mk@, "that diff can go in" kettenis
2010-03-11add 'softcar' to tty00, to make getty work in the non-serialOtto Moerbeek
console case; ok deraadt@ miod@
2010-03-11unbreak the build with a custom kernel config including "pseudo-deviceStuart Henderson
faith 1", noticed by Andris Kadar. ok kettenis@ beck@
2010-03-10correct certificate logging and make it more consistent betweenDamien Miller
authorized_keys and TrustedCAKeys; ok markus@
2010-03-10It's unsetenv() that doesn't like `=' in the argument, not putenv().Matthias Kilian
ok millert@
2010-03-10fix the option that sets the image operating system.Igor Sobrado
ok jmc@
2010-03-10typos; from Ross RichardsonJason McIntyre
closes prs 6334 and 6335
2010-03-09correctly choose the files in a directory, even if it is a symbolic linkTheo de Raadt
also don't pull extra goop into the selector (do not use ls -l) diff from halex ok krw
2010-03-09fix an obvious syntax error: add missing closing quoteIngo Schwarze
no output change found by mandoc -Tlint
2010-03-09use conv=osync when preparing an install tape; ok deraadt@ krw@Otto Moerbeek
2010-03-09SBus Fibre Channel is supported now.Mark Kettenis
2010-03-09- push replies back to the free queue when done processing eventsMarco Peereboom
so that we won't accidentally run out of replies; - tell ioc our reply post host index right away in the mpii_complete; - don't try to call ccb_done of the unqueued ccb; - decrease poll timeouts in req_cfg_header and req_cfg_page by the factor of 10 (5 seconds is pretty much enough); - add facility to calculate event masks and get rid of the Task Set Full event; - alter openings as we have (request_depth - 1) ccbs actually; - promote printfs in the mpii_bio_volstate to the MISC debug level; - rototil some more disabled and experimetal code. from Mike Belopuhov <mkb@crypt.org.ru> specific ok from deraadt
2010-03-09Don't attempt to dereference gl_pathv if the gl_pathc returned by glob(3) isMark Kettenis
zero. ok deraadt@, millert@
2010-03-09Tweak default set selection so X sets are in the default list whenKenneth R Westerback
/etc/X11 already exists. So if you install X to a headless machine and then upgrade you don't have to remember to add X sets. Idea from landry@ who installs to a lot of ports boxen. ok halex@ beck@ deraadt@
2010-03-09Use correct routing domain when doing address lookups.Joel Sing
ok claudio@ "approved" deraadt@
2010-03-08Don't mention that M_WAITOK is defined to be zero, readers do not needOwain Ainsworth
to know that. ok jmc@, though i'm tempted to remove the whole bit about being the same as having no other flags specified as well. Prompted by a discussion with deraadt and tedu.
2010-03-08document PR_NOWAIT.Owain Ainsworth
(for those who've forgotten, if you can't sleep in pool_get, use PR_NOWAIT, not zero. it makes the intention a lot clearer. prompted by deraadt and jsing. ok jmc@
2010-03-08argh, in del too, simultaneously spotted by kettenis and meHenning Brauer
2010-03-08When sensor update fails, set SENSOR_FINVALID in sensor->flags;Miod Vallat
from cnst, thanks! ok otto@
2010-03-08Correctly initialize all members of struct wsemuldisplaydev_attach_argsMiod Vallat
before attaching wsdisplay; it was turning out harmless but using more cpu time for nothing than necessary. ok deraadt@
2010-03-08aye, broadcast addr too. spotted by kettenisHenning Brauer
2010-03-08don't call ifa_item_add/del in ifa_add/del, so the ifa RB tree doesn'tHenning Brauer
get used at all. turns out this needs more work - after release.