Age | Commit message (Expand) | Author |
2009-12-14 | addr2sa() will return NULL for AID_UNSPEC and pfkey_send() may end up with | Claudio Jeker |
2009-12-14 | make ifconfig return with failure of bridge_rule; ok claudio | Theo de Raadt |
2009-12-14 | use strtonum() instead of atoi(). idea from Vladimir Kirillov, but had | Theo de Raadt |
2009-12-14 | Impose sessions limit on the delivery sessions (mta and mda). | Jacek Masiulaniec |
2009-12-14 | Fix buffer overflow possibility, noticed by parfait: | Bob Beck |
2009-12-14 | Add wrapper functions to enable/disable interrupts and manipulate their state. | Mark Kettenis |
2009-12-14 | when removing sets, remove cant markers as well | Marc Espie |
2009-12-14 | Do non-blocking I/O when delivering locally over a pipe. | Jacek Masiulaniec |
2009-12-14 | fix sticky-address - by pretty much re-implementing it. still following | Henning Brauer |
2009-12-14 | combined updates show the packages that can't be updated | Marc Espie |
2009-12-14 | Add /etc/rtadvd.conf | giovanni |
2009-12-14 | Add server options to completion as well. | Nicholas Marriott |
2009-12-14 | New server option, escape-time, to set the timeout used to detect if escapes | Nicholas Marriott |
2009-12-14 | fuss about install msgs: new method state->ntogo, use it to annotate more | Marc Espie |
2009-12-14 | off by one the other way round | Marc Espie |
2009-12-14 | temporary fix for kept packages until we move them away | Marc Espie |
2009-12-14 | sleep(3) is supposed to return zero when it sleeps the entire amount | Philip Guenthe |
2009-12-14 | Add a test for sleep(3), to verify that it both (a) returns zero when it | Philip Guenthe |
2009-12-13 | - Silicon Graphics also made a copper GigE adapter. | Stuart Henderson |
2009-12-13 | Use safe fd limits in smtp, lka, queue, and control. Removes a | Jacek Masiulaniec |
2009-12-13 | Improve the layout by moving the paragraph describing the hardware features | Stuart Henderson |
2009-12-13 | typo | Jacek Masiulaniec |
2009-12-13 | fix leaks found by parfait. | Jonathan Gray |
2009-12-13 | repair type | Theo de Raadt |
2009-12-13 | spacing, no binary change. | Igor Sobrado |
2009-12-13 | okay, so old libs are not 'kept', keep track of updates correctly instead | Marc Espie |
2009-12-13 | clean up code, no functional change | Marc Espie |
2009-12-13 | simplify set printing | Marc Espie |
2009-12-13 | copy correctly sized object, found by parfait; ok jsg | Theo de Raadt |
2009-12-13 | use a more standard wording and add a list of supported controllers | Igor Sobrado |
2009-12-13 | kill fifty-eight commented out lines from the manual page code | Igor Sobrado |
2009-12-13 | Cleanup promiscuous mode and multicast handling. From Brad. | Mark Kettenis |
2009-12-13 | Ensure that if_start() is called at IPL_NET. | Joel Sing |
2009-12-13 | force gzip to write package even if things don't compress. | Marc Espie |
2009-12-13 | bit less aggressive about hiding; ok miod | Theo de Raadt |
2009-12-13 | remember to restore errno (ie. stop someone from making a mistake later) | Theo de Raadt |
2009-12-13 | remove #ifdef CDDA bits cos nothing in cd.c uses it and nothing i can find | David Gwynne |
2009-12-13 | prefix all softc members with sc_, not just most of them. | David Gwynne |
2009-12-13 | use sc consistently as the name of the pointer to the softc variable, not | David Gwynne |
2009-12-12 | Nuke useless ancient documentation. ok deraadt | Nicholas Marriott |
2009-12-12 | Protect more definitions userland doesn't need to care about with _KERNEL | Miod Vallat |
2009-12-12 | Switch page size from 4KB to 16KB on R10k kernels without R5k support | Miod Vallat |
2009-12-12 | Introduce various CPU_### options to enable cpu-specific code or workarounds; | Miod Vallat |
2009-12-12 | Provide a correct version for little endian kernels... sigh | Miod Vallat |
2009-12-12 | unifdef -D__LP64__ | Miod Vallat |
2009-12-12 | Whoops, missed these. | Nicholas Marriott |
2009-12-12 | tip is not setuid or setgid anymore and there are no PRIV/EXPR commands, so | Nicholas Marriott |
2009-12-12 | update will ask about conflicts, so we need that in updateinfo... | Marc Espie |
2009-12-12 | autovivified | Marc Espie |
2009-12-12 | test case for the gamin/fam scenario | Marc Espie |