Age | Commit message (Expand) | Author |
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 |
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 |
2009-11-08 | bug-fix: if we can't find the package, it makes no sense to look in a | Marc Espie |
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 |
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 |
2009-11-07 | remove gcc 1 workaround we no longer care about which | Jonathan Gray |
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 |
2009-11-07 | In case an ioc(4) device has lost its NIC component, do not recognize it | Miod Vallat |
2009-11-07 | A few more PCI Ethernet controllers; from Brad. | Miod Vallat |
2009-11-07 | Add a bunch of PCI audio devices, only compile tested; from Brad. | Miod Vallat |
2009-11-07 | Replace option TGT_ORIGIN200 and TGT_ORIGIN2000 with a single option, | Miod Vallat |
2009-11-07 | Change sgi system identification from a single system type list, to a smaller | Miod Vallat |
2009-11-07 | Document @option always-update | Marc Espie |
2009-11-07 | too specific a name | Theo de Raadt |
2009-11-07 | say which is which | Theo de Raadt |
2009-11-07 | repair local operations after the -DRMT changes; from Matthew Clarke | Theo de Raadt |
2009-11-06 | Sync output of usage() with man page SYNOPSIS. | Mark Kettenis |
2009-11-06 | Provide assembly version of sqrtl(3). | Mark Kettenis |
2009-11-06 | Correct and shorten the instructions what to do after accidentally | Ingo Schwarze |
2009-11-06 | Remove Speedo dir from mtree at we do not install these fonts anymore. | Antoine Jacoutot |
2009-11-06 | sync | Theo de Raadt |
2009-11-06 | correct values for set reassemble | Eric Faurot |
2009-11-06 | Don't try enable/disable the event if the window pane is dead (fd == -1), as | Nicholas Marriott |
2009-11-06 | cosmetic. claudio@ ok | Federico G. Schwindt |
2009-11-06 | When rebooting IP27 or IP35 systems, do not request the prom to skip diagnostics | Miod Vallat |
2009-11-05 | evbuffer_readline() assumes end of line to be \r, \n, \r\n, \n\r or \r\r. | Gilles Chehade |