Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-13 | sync | Theo de Raadt | |
2013-11-13 | Prefix by '_' symbols that are not part of the API. | Alexandre Ratchov | |
ok deraadt, guenther | |||
2013-11-13 | repair prototypes | Theo de Raadt | |
reviewed by chris | |||
2013-11-13 | fix_options() is not used by anything; remove API, crank major | Theo de Raadt | |
ok sthen | |||
2013-11-13 | remove unused variables | Charles Longeau | |
ok mikeb@ bluhm@ | |||
2013-11-13 | a few things can be static to avoid need for protos | Theo de Raadt | |
2013-11-13 | handle lack of proto | Theo de Raadt | |
2013-11-13 | document that ibuf_write() and msgbuf_write() can now return EAGAIN | Sebastian Benoit | |
from and with deraadt@ | |||
2013-11-13 | handle msgbuf_write() returning EAGAIN, | Sebastian Benoit | |
taken from claudios previous fix to ospfd. "do it" deraadt@ | |||
2013-11-13 | handle msgbuf_write() returning EAGAIN | Sebastian Benoit | |
2013-11-13 | handle msgbuf_write() returning EAGAIN | Sebastian Benoit | |
ok reyk | |||
2013-11-13 | from sthen: handle msgbuf_write() returning EAGAIN | Sebastian Benoit | |
ok krw | |||
2013-11-13 | handle proto warnings | Theo de Raadt | |
2013-11-13 | from nicm: : handle msgbuf_write() returning EAGAIN | Sebastian Benoit | |
2013-11-13 | from claudio | Sebastian 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-13 | protos | Theo de Raadt | |
2013-11-13 | satisfy gcc in -Whiny mode | Theo de Raadt | |
2013-11-13 | from claudio | Sebastian 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-13 | original bug diagnosed by sthen: automatic retry in msgbuf_write on | Sebastian 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-13 | Do not map frame buffer resources the kernel doesn't use; only keep the | Miod 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-13 | Remove redundant extern "C" {...}. ok deraadt@ | Jeremie Courreges-Anglas | |
2013-11-13 | Ignore empty lines and emtpy answers in install.conf. | Robert Peichaer | |
bug report from philip e1c1bac6253dc54a1e89ddc046585792 at posteo dot net ok halex@ | |||
2013-11-13 | handle missing proto | Theo de Raadt | |
2013-11-13 | add missing headers here too, forgotten after testing the diff. | Jasper Lievisse Adriaanse | |
2013-11-13 | DIOCGETSRCNODES was leaking a little bit more kernel information | Theo de Raadt | |
ok benno | |||
2013-11-13 | Document the negative errno quirk used by callbacks in struct fuse_operations. | Stefan Sperling | |
ok syl | |||
2013-11-13 | Make fusebuf.fh_err signed, it might store negative errno values; ok syl | Stefan Sperling | |
2013-11-13 | Add missing includes. | Sylvestre Gallon | |
Unbreak armv7 compilation. ok rapha@ "commit the fix" from deraadt@ | |||
2013-11-13 | use sysctl vm.psstrings to calculate stack bounds, rather than USRSTACK. | Theo de Raadt | |
long discussions with guenther, kurt, kettenis etc etc etc | |||
2013-11-13 | correct types for arguments to the x509 functions | Theo de Raadt | |
ok markus | |||
2013-11-13 | oops should not be static | Theo de Raadt | |
2013-11-13 | bring in proto | Theo de Raadt | |
2013-11-13 | repair 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-13 | bring in math.h to provide prototypes | Theo de Raadt | |
2013-11-13 | repair buffer resizing "undershoot", and some minor issues with | Theo de Raadt | |
math on void * assistance from guenther, ok millert | |||
2013-11-13 | add missing braces found by pedro | Markus Friedl | |
2013-11-13 | Polling 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-13 | exit with 0 on admin shutdown | Eric Faurot | |
2013-11-13 | document smtpctl "show hosts" and "show relays". | Eric Faurot | |
add an encrypt wrapper usable for auth tables. | |||
2013-11-13 | Knob to set priority with which bgpd inserts routes into the kernel | Florian 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-13 | disable .forward lookup if sticky bit is set on homedir | Eric Faurot | |
2013-11-13 | Fix 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-13 | In in6_update_ifa(), don't set the TENTATIVE flag on an IPv6 address that | Stefan 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-13 | Ensure, that install.conf is non-empty and is | Robert Peichaer | |
refetched on every restart of the autoinstaller. ok halex@ krw@ | |||
2013-11-13 | fix typo in last commit | Theo de Raadt | |
2013-11-13 | boot(): Don't forget calling if_downall() and uvm_shutdown() on arm ports. | Masao Uebayashi | |
"Unification good" deraadt@ | |||
2013-11-13 | proto and such cleanup | Theo de Raadt | |
ok guenther | |||
2013-11-13 | Reduce casts by careful use of char* | Philip Guenther | |
ok deraadt@ | |||
2013-11-13 | ENOMEM is probably more appropriate than 0 in this error case. | Mike Larkin | |
2013-11-13 | prototype & void * math cleanup | Theo de Raadt | |
ok guenther |