summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-08macro fix for previous;Jason McIntyre
2013-04-08division of time_t does not necessarily fit in an intGilles Chehade
spotted by deraadt@
2013-04-08Updates to SYNOPSIS, ERRORS, and STANDARDS.Philip Guenther
2013-04-08Fix typo in ale_stop_mac().Brad Smith
From FreeBSD ok kevlo@
2013-04-08zap trailing whitespace;Jason McIntyre
2013-04-08Use the fixed pixel clock for eDP in intel_dp_set_m_n()Jonathan Gray
from linux 3.8.6
2013-04-08Don't clobber crtc->fb when queue_flip failsJonathan Gray
from linux 3.8.6
2013-04-08Updates to SYNOPSIS, ERRORS, and STANDARDS.Philip Guenther
getrlimit(2) RLIMIT_STACK wording suggested by jmc@
2013-04-07Make the SO_BINDANY socket option also work for raw IPv6 sockets.Alexander Bluhm
OK markus@
2013-04-07clarify -e text. suggested by & ok jmc@Darren Tucker
2013-04-07check BGE_SGDIG_STS when the chip is NOT a 5717 A0, like freebsd.David Gwynne
found by david imhoff. tested by david on a 5719 and by me on a 5720 and 5721
2013-04-07david imhoff points out that the error handling in mfi_init_ccb gets theDavid Gwynne
index to which ccb to free wrong. this takes the logic from mpi/mpii/mfii which pulls the ready ccbs off the free list rather than rely on the current index from the for loop that we failed inside of. thanks to david for finding this out.
2013-04-07use -E option for ssh and sshd to write debuging logs to ssh{,d}.log andDarren Tucker
save the output from any failing tests. If a test fails the debug output from ssh and sshd for the failing tests (and only the failing tests) should be available in failed-ssh{,d}.log.
2013-04-07Add -E option to ssh and sshd to append debugging logs to a specified fileDarren Tucker
instead of stderr or syslog. ok markus@, man page help jmc@
2013-04-06Turn an error into a warning to be able to start l2tp tunnels even ifGiovanni Bechis
gre is not allowed. ok yasuoka@
2013-04-06Remove duplicate "is supported" text and reformat.James Turner
ok jasper@
2013-04-06handle ECONNABORTED for accept(); ok deraadt some time ago...Markus Friedl
2013-04-06syncTheo de Raadt
2013-04-06make kernel compileTheo de Raadt
2013-04-06fix format string % escapeStefan Fritsch
2013-04-06explain what "default" means in sndio.7 rather than {sio,mio}_open.3,Alexandre Ratchov
with tweaks from jmc
2013-04-06allow GENERIC.MP to compile again...just for shits and giggles.Jasper Lievisse Adriaanse
2013-04-06drop paragraph saying there are no install sets and that one needs toJasper Lievisse Adriaanse
cross compile. pointed out by Rafael Neves
2013-04-06a little fix for the version historyTed Unangst
2013-04-06remove more references to kern.rthreads sysctl.Ted Unangst
many thanks to jmc for noticing
2013-04-06i missed this file too.Ted Unangst
2013-04-06i missed a file, crap. found by deraadtTed Unangst
2013-04-06Split the regress log into 3 parts: the debug output from ssh, the debugDarren Tucker
log from sshd and the output from the client command (ssh, scp or sftp). Somewhat functional now, will become more useful when ssh/sshd -E is added.
2013-04-06there aren't any locks in here anymore, so we don't need lock.hTed Unangst
2013-04-06fix race when exiting a detached thread. observed by and ok guentherTed Unangst
2013-04-06shuffle around some poison code, prototypes, values...Ted Unangst
allow some more pool debug code to be enabled if not compiled in bump poison size back up to 64
2013-04-06remove kern.rthreadsTed Unangst
2013-04-06rthread sysctl isn't experimental anymore. oh, and it's gone too.Ted Unangst
2013-04-06rthreads are always enabled. remove the sysctl.Ted Unangst
ok deraadt guenther kettenis matthew
2013-04-05kill redundant prototypeFlorian Obser
OK dlg@
2013-04-05spacing and clarify that one has to manually create the fat partition forJasper Lievisse Adriaanse
now as the installer doesn't take care of that yet...soon though.
2013-04-05Small grammar fix. "a firmware" -> "a firmware file"Brian Callahan
"sounds better." tedu@
2013-04-05Even though Sandy Bridge and Ivy Bridge have stolen memory, substracting itMark Kettenis
from the GTT aperture doesn't make a lot of sense. On some machines the amount of stolen memory is the same size of even larger than the aperture! So pretend that there is no stolen memory on these systems for now. ok jsg@
2013-04-05don't hardcode the size of u-boot's argv, but use a define instead.Jasper Lievisse Adriaanse
to be re-used shortly elsewhere..
2013-04-05send_packet() and writev() return ssize_t, not int. Use correctKenneth R Westerback
type to store the returned value. From dhill.
2013-04-05Nuke parameter to do_packet() not used since 2006. From dhill.Kenneth R Westerback
2013-04-05Brad didn't even try building the ramdisk, because it is 7.5K oversize.Theo de Raadt
2013-04-05- Hookup regress for rpath substitution supportKurt Miller
2013-04-05- Add comments regarding copies of these files also in libexec/ld.soKurt Miller
okay guenther@
2013-04-05- Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths.Kurt Miller
Improvements and okay matthew@, millert@, guenther@
2013-04-05remove some obsolete castsTed Unangst
2013-04-05unfinished opti device code is never called or usedTed Unangst
2013-04-05do not fail on EINTREric Faurot
suggested by deraadt@
2013-04-05Add the remaining USB Wifi adapters to the CD RAMDISK media for usersBrad Smith
using the media with upgrades - athn(4), atu(4), otus(4), rsu(4), uath(4) ok deraadt@
2013-04-05Fix USB athn(4) to be able to build on the RAMDISK. RAMDISK has SMALL_KERNELBrad Smith
so there is no HostAP. athn_usb_newassoc() would return if not in HostAP mode so just stub out the function and don't build the callback function for the RAMDISK. ok deraadt@