summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-13syncTheo de Raadt
2013-11-13Prefix by '_' symbols that are not part of the API.Alexandre Ratchov
ok deraadt, guenther
2013-11-13repair prototypesTheo de Raadt
reviewed by chris
2013-11-13fix_options() is not used by anything; remove API, crank majorTheo de Raadt
ok sthen
2013-11-13remove unused variablesCharles Longeau
ok mikeb@ bluhm@
2013-11-13a few things can be static to avoid need for protosTheo de Raadt
2013-11-13handle lack of protoTheo de Raadt
2013-11-13document that ibuf_write() and msgbuf_write() can now return EAGAINSebastian Benoit
from and with deraadt@
2013-11-13handle msgbuf_write() returning EAGAIN,Sebastian Benoit
taken from claudios previous fix to ospfd. "do it" deraadt@
2013-11-13handle msgbuf_write() returning EAGAINSebastian Benoit
2013-11-13handle msgbuf_write() returning EAGAINSebastian Benoit
ok reyk
2013-11-13from sthen: handle msgbuf_write() returning EAGAINSebastian Benoit
ok krw
2013-11-13handle proto warningsTheo de Raadt
2013-11-13from nicm: : handle msgbuf_write() returning EAGAINSebastian Benoit
2013-11-13from claudioSebastian Benoit
"Let msgbuf_write return -1 with errno EAGAIN. The users then must check if this was the case and readd the event or poll again. The current handling in the imsg code is wrong for sure." ok gilles, benno
2013-11-13protosTheo de Raadt
2013-11-13satisfy gcc in -Whiny modeTheo de Raadt
2013-11-13from claudioSebastian Benoit
"Let msgbuf_write return -1 with errno EAGAIN. The users then must check if this was the case and readd the event or poll again. The current handling in the imsg code is wrong for sure." ok gilles, benno
2013-11-13original bug diagnosed by sthen: automatic retry in msgbuf_write onSebastian Benoit
EAGAIN causes spinning. fix from claudio: "Let msgbuf_write return -1 with errno EAGAIN. The users then must check if this was the case and readd the event or poll again. The current handling in the imsg code is wrong for sure." ok gilles
2013-11-13Do not map frame buffer resources the kernel doesn't use; only keep theMiod Vallat
lowest bitmap plane, and a page per plane to be able to probe the frame buffer depth. Saves an insignificant amount of kernel memory (about 4KB), still worth doing. ok aoyama@
2013-11-13Remove redundant extern "C" {...}. ok deraadt@Jeremie Courreges-Anglas
2013-11-13Ignore empty lines and emtpy answers in install.conf.Robert Peichaer
bug report from philip e1c1bac6253dc54a1e89ddc046585792 at posteo dot net ok halex@
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
ok benno
2013-11-13Document the negative errno quirk used by callbacks in struct fuse_operations.Stefan Sperling
ok syl
2013-11-13Make fusebuf.fh_err signed, it might store negative errno values; ok sylStefan Sperling
2013-11-13Add missing includes.Sylvestre Gallon
Unbreak armv7 compilation. ok rapha@ "commit the fix" from deraadt@
2013-11-13use sysctl vm.psstrings to calculate stack bounds, rather than USRSTACK.Theo de Raadt
long discussions with guenther, kurt, kettenis etc etc etc
2013-11-13correct types for arguments to the x509 functionsTheo de Raadt
ok markus
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
Bring things into prototypes and remove handling for old X utmp handling as well ok guenther millert
2013-11-13bring in math.h to provide prototypesTheo de Raadt
2013-11-13repair buffer resizing "undershoot", and some minor issues withTheo de Raadt
math on void * assistance from guenther, ok millert
2013-11-13add missing braces found by pedroMarkus Friedl
2013-11-13Polling is done per controller not per interface.Paul Irofti
The controllers are linked through device->bus so the iface is redundant. So fixing usbd_dopoll() to take the device as argument and making usbd_interface2device_handle() private (for now) inside usbdi_util. Tested and okay mpi@
2013-11-13exit with 0 on admin shutdownEric Faurot
2013-11-13document smtpctl "show hosts" and "show relays".Eric Faurot
add an encrypt wrapper usable for auth tables.
2013-11-13Knob to set priority with which bgpd inserts routes into the kernelFlorian Obser
routing table. Need for it in "special" setups pointed out by Loic Blot (loic.blot _AT_ unix-experience _DOT_ fr) on tech. OK benno, henning
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
Make sure a pki entry exists when used in a listen or relay rule.
2013-11-13In in6_update_ifa(), don't set the TENTATIVE flag on an IPv6 address thatStefan Sperling
is marked as NODAD. Since we're not gonna do duplicate address detection for this address, the TENTATIVE flag won't get cleared, rendering the address unusable. The existing logic only checked whether DAD was enabled for the interface, but DAD can be configured on a per-address basis. ok sthen@ as part of a larger diff
2013-11-13Ensure, that install.conf is non-empty and isRobert Peichaer
refetched on every restart of the autoinstaller. ok halex@ krw@
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
"Unification good" deraadt@
2013-11-13proto and such cleanupTheo de Raadt
ok guenther
2013-11-13Reduce casts by careful use of char*Philip Guenther
ok deraadt@
2013-11-13ENOMEM is probably more appropriate than 0 in this error case.Mike Larkin
2013-11-13prototype & void * math cleanupTheo de Raadt
ok guenther