Age | Commit message (Expand) | Author |
2010-12-15 | add a BRKSIZ define and use it for the heap gap constant, decoupling | Ted Unangst |
2010-12-15 | revert the malloc change, as it meant dropping events before the device is | Ted Unangst |
2010-12-15 | don't delay if the device is dying | Jacob Meuser |
2010-12-15 | fix ControlMaster=ask regression | Damien Miller |
2010-12-14 | Use _exit() not exit() after forking. OK deraadt@ | Todd C. Miller |
2010-12-14 | Treat a missing spool dir like an empty one. OK deraadt@ | Todd C. Miller |
2010-12-14 | Match the Sitecom WL-349 v1. | Mark Kettenis |
2010-12-14 | There is no "struct filesystem"; uncovered by gcc4. | Mark Kettenis |
2010-12-14 | disable access to the crypto(4) device from userland; ok deraadt | Mike Belopuhov |
2010-12-14 | "Implement fast path TLB miss handling. Walk the page table without | Jasper Lievisse Adriaanse |
2010-12-14 | use the dying flag in struct usbd_bus instead of a private dying flag | Miod Vallat |
2010-12-14 | regen | Damien Bergamini |
2010-12-14 | bunch of Atheros AR9271 product ids. | Damien Bergamini |
2010-12-14 | sync | Theo de Raadt |
2010-12-14 | use the dying flag in struct usbd_bus instead of a private dying flag | Jacob Meuser |
2010-12-14 | don't mention key type in key-changed-warning, since we also print | Markus Friedl |
2010-12-14 | - make HUGE_VAL, HUGE_VALF, HUGE_VALL, INFINITY, NAN expand to the | Martynas Venckus |
2010-12-13 | Read ${X} environment variables in strings and $HOME from the global | Nicholas Marriott |
2010-12-13 | same bug, should have guessed this would come from gnu portability stupidity. | Marc Espie |
2010-12-13 | rename() is the atomic operation, unlink() is just there to create | Marc Espie |
2010-12-13 | the 3Com 3CRUSBN275 is an otus(4). | Damien Bergamini |
2010-12-13 | fixed urtwn-license. | Damien Bergamini |
2010-12-13 | #undef RSU_DEBUG | Damien Bergamini |
2010-12-13 | Prefer '-l' over '-' which is deprecated. | Antoine Jacoutot |
2010-12-13 | simulate a full login with su, now that the environment is fine after | Robert Nagy |
2010-12-13 | Call setusercontext() with the LOGIN_SETENV flag for "su -l" to pick up | Todd C. Miller |
2010-12-13 | Do not use a carp address as ospf router id because it is not unique. | Alexander Bluhm |
2010-12-13 | Only run tset for interactive shells. OK robert@ | Todd C. Miller |
2010-12-13 | remove locals, so that it can be called again and again | Marc Espie |
2010-12-13 | pass state around and use state->print | Marc Espie |
2010-12-13 | Remove superfluous SAVE_CPU_SREG()/RESTORE_CPU_SREG() around ast() call in | Mark Kettenis |
2010-12-13 | stray tabs and spaces | Marco Peereboom |
2010-12-13 | stray tab | Marco Peereboom |
2010-12-12 | use memcpy instead of a cast/deref dance that was reading past | Jonathan Gray |
2010-12-12 | overriden -> overridden; | Jason McIntyre |
2010-12-12 | Make sure GCC's idea about size_t and ptrdiff_t matches what we have in | Mark Kettenis |
2010-12-12 | Allocate a full C compiler-style stack frame that includes space for 6 | Mark Kettenis |
2010-12-12 | rsu(4) works on the sparc64, so add it everywhere where urtwn(4) is. | Damien Bergamini |
2010-12-12 | cosmetic | Damien Bergamini |
2010-12-12 | Match the Planex GW-USNano. | Jonathan Gray |
2010-12-11 | Add support for the ZTE MF112 from MERIGHI Marcus. | Jonathan Gray |
2010-12-11 | regen | Jonathan Gray |
2010-12-11 | ZTE MF112 | Jonathan Gray |
2010-12-11 | s/RTL8192CU/RTL8192SU/ | Damien Bergamini |
2010-12-11 | drop Rx'd frames larger than MCLBYTES. | Damien Bergamini |
2010-12-11 | rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SU | Damien Bergamini |
2010-12-11 | Track the last session for a client and add a flag to switch-client and | Nicholas Marriott |
2010-12-11 | Fix rectangle copy to behave like emacs - the cursor is not part of the | Nicholas Marriott |
2010-12-11 | Oops, these functions return a const char *, so make the local variable | Nicholas Marriott |
2010-12-11 | Make the prompt history global for all clients which is much more useful than... | Nicholas Marriott |