Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-14 | be more specific in ulimit error messages. | Marc Espie | |
prompted by henning@ okay millert@, krw@, pirofti@ | |||
2013-11-14 | fix ^C handling which was accidentally trapped a bit to much | Alexander Hall | |
ok rpe@ krw@ | |||
2013-11-14 | ignore messages for other daemons, like isakmpd does; ok mikeb | Markus Friedl | |
2013-11-14 | setup pfkey timer before use; ok mikeb | Markus Friedl | |
2013-11-14 | replace workqs with tasks for handling resume. state handling is | David Gwynne | |
still in workqs. from kimberley manning | |||
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne | |
from kimberley manning | |||
2013-11-14 | pass caller to ca_sslerror for better error messages; ok mikeb | Markus Friedl | |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne | |
from kimberley manning | |||
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne | |
from kimberley manning | |||
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne | |
from kimberley manning | |||
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne | |
from kimberley manning | |||
2013-11-14 | verify EC points; from hshoexer; ok mikeb | Markus Friedl | |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne | |
from kimberley manning | |||
2013-11-14 | not need to specify OBJDIR; ok mikeb | Markus Friedl | |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne | |
from kimberley manning | |||
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne | |
from kimberley manning | |||
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne | |
from kimberley manning | |||
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne | |
from kimberley manning | |||
2013-11-14 | improve maths and conditionals around ticks to cope with wraparound better. | David Gwynne | |
2013-11-14 | Add STANDARDS section to finger(1)/fingerd(8). | Anthony J. Bentley | |
tweaks/ok jmc@ | |||
2013-11-14 | Add STANDARDS section to isakmpd(8). | Anthony J. Bentley | |
tweaks/ok jmc@ | |||
2013-11-14 | sync | Theo de Raadt | |
2013-11-13 | Fix typo prt -> ptr. | Alexander Bluhm | |
2013-11-13 | Add a check-setup target to make sure that all addresses and routes | Alexander Bluhm | |
are configured correctly. Add a scapy test that creates a packet without routing header to check the setup. | |||
2013-11-13 | handle msgbuf_write() returning EAGAIN, looks right to deraadt | Stuart Henderson | |
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 |