Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-09 | Update to tzdata2009r from elsie.nci.nih.gov | Todd C. Miller | |
2009-11-09 | s/MPLS_DEBUG/VETHER_DEBUG | Marco Pfatschbacher | |
OK deraadt | |||
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 | |
supported it doesn't do any harm), so put the KNOTE() in selwakeup() itself and remove it from any occurences where both are used, except one for kqueue itself and one in sys_pipe.c (where the selwakeup is under a PIPE_SEL flag). Based on a diff from tedu. ok deraadt | |||
2009-11-09 | document -F downgrades (note: for now, it's just the package name, we should | Marc Espie | |
look further at the signature if we can actually compare things) | |||
2009-11-09 | okay, so updates become "true" updates: unless you say -F downgrade | Marc Espie | |
then packages with an older version will be filtered out. | |||
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 | |
fails after an escape character, and while there put explicit casts to l1_command_build() variadic arguments. | |||
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 | |
ajacoutot@. | |||
2009-11-09 | Link state change interrupt was not generated due to a missing bit in | David Gwynne | |
the MAC event register. fix from atte dot peltomaki at iki dot fi tested by me on 5708 and 5709 | |||
2009-11-09 | A few more places to be updated for the route pool change. | Jonathan Gray | |
expanded version of a diff from Vadim Zhukov. ok henning@ claudio@ | |||
2009-11-09 | sync | Stuart Henderson | |
2009-11-09 | - remove wrongly-sorted duplicate entries | Stuart Henderson | |
- add some unknown Intel devices in dmeslog from infinst911_autol.zip ok jsg@ | |||
2009-11-09 | move mutually exclusive options (-c, -e, -f, -n and -u) to the right place. | Igor Sobrado | |
ok jmc@ | |||
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 | |
ok espie | |||
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 | |
so that a bridge-etherip-tunnel host can join into the bridge itself. It is ridiculous that this capability was missing from our network stack portfolio, considering we have bgp and ospf daemons... discussed at length with claudio | |||
2009-11-09 | Fix the handle locking in stdio to use flockfile/funlockfile | Kurt Miller | |
internally when and where required. Macros in <stdio.h> are updated to automatically call the underlying functions when the process is threaded to obtain the necessary locking. A private mutex is added to protect __sglue, the internal list of FILE handles, and another to protect the one-time initialization. Some routines in libc that use getc() change to use getc_unlocked() as they're either protected by their own lock or aren't thread-safe routines anyway. committing on behalf of and okay guenther@ now that we have install media space available. | |||
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 | |
no longer have a direct mapping between structures saved in aliases/virtual db and structures used at runtime during expansion. side effects ? struct alias is smaller, databases are smaller and it is no longer necessary to rebuild aliases/virtual databases each time jacekm@ or I make changes to some obscure structure used indirectely during expansion rebuild databases, flush queues, make clean | |||
2009-11-08 | Add code to send L1 commands and parse command results; use it to add a way | Miod Vallat | |
for IP35 systems with IOC3 onboard Ethernet to get their Ethernet address since it's no longer stored as an owmac(4) device on the IOC3 device itself. | |||
2009-11-08 | Relocate FDT blob such that it doesn't clash with the kernel we're going to | Mark Kettenis | |
load. This makes it possible to load bsd.rd on the RB600. Bump version number. ok dms@ | |||
2009-11-08 | - make aliases expansion use a rb tree instead of a tail queue, the code | Gilles Chehade | |
doesn't take advantage of the new structure yet, but this was a needed change for upcoming improvements. - introduce aliasestree_{lookup,insert,remove} to the aliases api - rename queue_generate_id() to generate_uid() and move it to utils.c as it is used all over the place and not only in queue tree idea discussed with jacekm@, if you update rebuild aliases db, make clean and flush queue | |||
2009-11-08 | Move KERNEL_LOCK/UNLOCK dance into softintr_dispatch(). | Mark Kettenis | |
ok miod@, dms@ | |||
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 | |
which is probably the most complex code in smtpd right now. no longer use a single list to hold aliases to be resolved and resolved aliases, and do not use struct alias to hold resolved aliases. instead use a delivery list that is a list of struct path, and populate it with resolved aliases. idea discussed with jacekm@, this needs some testing to make sure it does not introduce a regression with aliases. flush your queue and make clean. | |||
2009-11-08 | ansify | Stefan Sperling | |
ok deraadt | |||
2009-11-08 | Make sure xscale_cache_flushD_rng will not try to flush more than the | Miod Vallat | |
cache size; might skirt some cache hazards. ok deraadt@ | |||
2009-11-08 | Figure out the size of the SSRAM used as internal memory by the chip on | Miod Vallat | |
attach, print it, and decide how many RX descriptors to use accordingly. | |||
2009-11-08 | Do not risk touching nonexisting registers on MENET boards; untested due to | Miod Vallat | |
lack of such hardware. | |||
2009-11-08 | let Handle display what went wrong. | Marc Espie | |
Move stuff from being a fatal error to an error that displays at end, together with an error code. | |||
2009-11-08 | update description for iwn(4) | Damien Bergamini | |
2009-11-08 | regen | Damien Bergamini | |
2009-11-08 | - remove non-production pci ids for 6050 3x3 | Damien Bergamini | |
- wakeup device earlier in read_prom - fix ampdu_tx_start (not used yet) - initialize ht_caps field and rx mcs set (not used yet) - start processing compressed blockack notifications (does nothing for now) | |||
2009-11-08 | bug-fix: if we can't find the package, it makes no sense to look in a | Marc Espie | |
non-existent location... | |||
2009-11-08 | tracker/updater methods for state that auto-create the object. | Marc Espie | |
2009-11-08 | add the notion of "hints" to UpdateSet, in order to unify -z/-l handling: | Marc Espie | |
create updatesets with nothing but a hint of what to install. Have Update.pm do the dirty work. More importantly, make Tracker aware of what's going on. | |||
2009-11-08 | put all the state of the current update into the tracker | Marc Espie | |
2009-11-08 | use the same algorithm to attach play-only, record-only and | Alexandre Ratchov | |
full-duplex streams. Fixes, streams with different modes not starting simultaneously. | |||
2009-11-07 | remove gcc 1 workaround we no longer care about which | Jonathan Gray | |
was breaking non GNUC defining compilers. Came up during a conversation with ragge@, positive comments from several. | |||
2009-11-07 | According to Brad, bnx(4) is not endian-safe, so remove it from sgi kernels. | Miod Vallat | |
2009-11-07 | Blink leds on the DEC 3000 models (three different led types). | Miod Vallat | |