Age | Commit message (Expand) | Author |
2009-11-10 | more cleanup, let lka_resolve_path() request forward files and populate | Gilles Chehade |
2009-11-10 | Check for extension keywords on final multiline reply. Skip the | Jacek Masiulaniec |
2009-11-10 | cosmethic changes, code reordering, no functionnal change | Gilles Chehade |
2009-11-10 | introduce lka_session_fail() which factors a small piece of code used in | Gilles Chehade |
2009-11-09 | now that we don't keep an expand_node in memory for each expansion result, | Gilles Chehade |
2009-11-09 | - add a reference count and flags to struct expand_node | Gilles Chehade |
2009-11-09 | bump pfsync protocol version | David Gwynne |
2009-11-09 | Just ignore tty fd errors rather than dying, stops the server dying if the | Nicholas Marriott |
2009-11-09 | support the userpart+foobar@domainpart syntax which got wiped when i wrote | Gilles Chehade |
2009-11-09 | pfsync devices can be dynamically created too; from vladimir kirillov | Jason McIntyre |
2009-11-09 | Fix error message. | Mark Kettenis |
2009-11-09 | Update to tzdata2009r from elsie.nci.nih.gov | Todd C. Miller |
2009-11-09 | s/MPLS_DEBUG/VETHER_DEBUG | Marco Pfatschbacher |
2009-11-09 | fix, need to keep =version for "no need to update" to occur... | Marc Espie |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-09 | document -F downgrades (note: for now, it's just the package name, we should | Marc Espie |
2009-11-09 | okay, so updates become "true" updates: unless you say -F downgrade | Marc Espie |
2009-11-09 | fix. cant_update list is again a simple list of names. | Marc Espie |
2009-11-09 | Make sure we correctly return failure in l1_serial_ppp_read() when a read | Miod Vallat |
2009-11-09 | Only invoke the L1 code if IP35. | Miod Vallat |
2009-11-09 | The input key should be a u_char. Fixes top-bit-set input problem reported by | Nicholas Marriott |
2009-11-09 | Link state change interrupt was not generated due to a missing bit in | David Gwynne |
2009-11-09 | A few more places to be updated for the route pool change. | Jonathan Gray |
2009-11-09 | sync | Stuart Henderson |
2009-11-09 | - remove wrongly-sorted duplicate entries | Stuart Henderson |
2009-11-09 | move mutually exclusive options (-c, -e, -f, -n and -u) to the right place. | Igor Sobrado |
2009-11-09 | Constify buf. | Nicholas Marriott |
2009-11-09 | fatal on RB_INSERT failure | Jacek Masiulaniec |
2009-11-09 | the new protocol moved insert and update. | David Gwynne |
2009-11-09 | mbrlen returns size_t not int. | Nicholas Marriott |
2009-11-09 | simplify the sub-ioctl function | Theo de Raadt |
2009-11-09 | add regression test for ssh-keygen pubkey conversions | Darren Tucker |
2009-11-09 | sync | Theo de Raadt |
2009-11-09 | vether(4) is a virtual ethernet device driver which can be used | Theo de Raadt |
2009-11-09 | Fix the handle locking in stdio to use flockfile/funlockfile | Kurt Miller |
2009-11-08 | forwards_get() also calls alias_to_expand_node() | Gilles Chehade |
2009-11-08 | add an alias_to_expand_node() function and use it in aliases.c | Gilles Chehade |
2009-11-08 | move expansion code to new expand.c to clearly separate it from aliases | Gilles Chehade |
2009-11-08 | rework a bit expansion and data structures involved in the expansion so we | Gilles Chehade |
2009-11-08 | Add code to send L1 commands and parse command results; use it to add a way | Miod Vallat |
2009-11-08 | Relocate FDT blob such that it doesn't clash with the kernel we're going to | Mark Kettenis |
2009-11-08 | - make aliases expansion use a rb tree instead of a tail queue, the code | Gilles Chehade |
2009-11-08 | Move KERNEL_LOCK/UNLOCK dance into softintr_dispatch(). | Mark Kettenis |
2009-11-08 | - another axe i found | Jasper Lievisse Adriaanse |
2009-11-08 | first commit of a serie to cleanup, simplify and improve aliases resolution | Gilles Chehade |
2009-11-08 | ansify | Stefan Sperling |
2009-11-08 | Make sure xscale_cache_flushD_rng will not try to flush more than the | Miod Vallat |
2009-11-08 | Figure out the size of the SSRAM used as internal memory by the chip on | Miod Vallat |
2009-11-08 | Do not risk touching nonexisting registers on MENET boards; untested due to | Miod Vallat |
2009-11-08 | let Handle display what went wrong. | Marc Espie |