summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-13document that ibuf_write() and msgbuf_write() can now return EAGAINSebastian Benoit
2013-11-13handle msgbuf_write() returning EAGAIN,Sebastian Benoit
2013-11-13handle msgbuf_write() returning EAGAINSebastian Benoit
2013-11-13handle msgbuf_write() returning EAGAINSebastian Benoit
2013-11-13from sthen: handle msgbuf_write() returning EAGAINSebastian Benoit
2013-11-13handle proto warningsTheo de Raadt
2013-11-13from nicm: : handle msgbuf_write() returning EAGAINSebastian Benoit
2013-11-13from claudioSebastian Benoit
2013-11-13protosTheo de Raadt
2013-11-13satisfy gcc in -Whiny modeTheo de Raadt
2013-11-13from claudioSebastian Benoit
2013-11-13original bug diagnosed by sthen: automatic retry in msgbuf_write onSebastian Benoit
2013-11-13Do not map frame buffer resources the kernel doesn't use; only keep theMiod Vallat
2013-11-13Remove redundant extern "C" {...}. ok deraadt@Jeremie Courreges-Anglas
2013-11-13Ignore empty lines and emtpy answers in install.conf.Robert Peichaer
2013-11-13handle missing protoTheo de Raadt
2013-11-13add missing headers here too, forgotten after testing the diff.Jasper Lievisse Adriaanse
2013-11-13DIOCGETSRCNODES was leaking a little bit more kernel informationTheo de Raadt
2013-11-13Document the negative errno quirk used by callbacks in struct fuse_operations.Stefan Sperling
2013-11-13Make fusebuf.fh_err signed, it might store negative errno values; ok sylStefan Sperling
2013-11-13Add missing includes.Sylvestre Gallon
2013-11-13use sysctl vm.psstrings to calculate stack bounds, rather than USRSTACK.Theo de Raadt
2013-11-13correct types for arguments to the x509 functionsTheo de Raadt
2013-11-13oops should not be staticTheo de Raadt
2013-11-13bring in protoTheo de Raadt
2013-11-13repair device checking, somewhat broken from around 10 years.Theo de Raadt
2013-11-13bring in math.h to provide prototypesTheo de Raadt
2013-11-13repair buffer resizing "undershoot", and some minor issues withTheo de Raadt
2013-11-13add missing braces found by pedroMarkus Friedl
2013-11-13Polling is done per controller not per interface.Paul Irofti
2013-11-13exit with 0 on admin shutdownEric Faurot
2013-11-13document smtpctl "show hosts" and "show relays".Eric Faurot
2013-11-13Knob to set priority with which bgpd inserts routes into the kernelFlorian Obser
2013-11-13disable .forward lookup if sticky bit is set on homedirEric Faurot
2013-11-13Fix case-folding issue with pki names. They are case-insensitive.Eric Faurot
2013-11-13In in6_update_ifa(), don't set the TENTATIVE flag on an IPv6 address thatStefan Sperling
2013-11-13Ensure, that install.conf is non-empty and isRobert Peichaer
2013-11-13fix typo in last commitTheo de Raadt
2013-11-13boot(): Don't forget calling if_downall() and uvm_shutdown() on arm ports.Masao Uebayashi
2013-11-13proto and such cleanupTheo de Raadt
2013-11-13Reduce casts by careful use of char*Philip Guenther
2013-11-13ENOMEM is probably more appropriate than 0 in this error case.Mike Larkin
2013-11-13prototype & void * math cleanupTheo de Raadt
2013-11-13Use of uninitialized variable. There are obvious locking problems alsoMike Larkin
2013-11-13protos, and please gcc warnings about operator precedenceTheo de Raadt
2013-11-13Use DL_GETPOFFSET() to get partition offset, except where weKenneth R Westerback
2013-11-13Complete the prototype in a function cast to quiet a gcc warningPhilip Guenther
2013-11-13Honor RB_TIMEBAD on vax too as other ports.Masao Uebayashi
2013-11-12Oops. Use %llu for DL_GETDSIZE() value.Kenneth R Westerback
2013-11-12clarify a simple expressionTheo de Raadt