Age | Commit message (Expand) | Author |
2011-05-09 | Reorganize the relayd code to use the proc.c privsep API/commodity | Reyk Floeter |
2011-05-09 | Reorganize the relayd code to use the proc.c privsep API/commodity | Reyk Floeter |
2011-05-09 | bump copyright | Reyk Floeter |
2011-05-09 | rename functions in proc.c to proc_* and move some code from imsg_util.c to | Reyk Floeter |
2011-05-09 | fix segfault in newaliases after global env move. | Eric Faurot |
2011-05-09 | Add signature read/write functions for i386 hibernate. | Mike Larkin |
2011-05-08 | Fix a few minor issues in i386 hibernate support code relating to | Mike Larkin |
2011-05-08 | Reset last pane properly when using break-pane as well, fixes a problem | Nicholas Marriott |
2011-05-08 | Reset last pane on swap-pane across windows, fixes crash noticed by hsim | Nicholas Marriott |
2011-05-08 | memory handling fix | Takuya ASADA |
2011-05-08 | Only select pane on click, not drag. From hsim at gmx.li. | Nicholas Marriott |
2011-05-08 | Fix a couple of memory leaks, from Tiago Cunha. | Nicholas Marriott |
2011-05-08 | Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha. | Nicholas Marriott |
2011-05-08 | Add a new option, mouse-resize-pane. When on, panes may be resized by | Nicholas Marriott |
2011-05-08 | Use the tsl and fsl terminfo(5) capabilities to update terminal title | Nicholas Marriott |
2011-05-08 | Move ata_put_xfer() from ata_xfer to atascsi_methods. It's just silly | Matthew Dempsky |
2011-05-08 | Eliminate a few unused wdc capability flags (WDC_CAPABILITY_HWLOCK, | Matthew Dempsky |
2011-05-08 | let's keep the hardware lists sorted... | Jason McIntyre |
2011-05-08 | Add Samsung Galaxy S, Geeksphone ONE. | Stuart Henderson |
2011-05-08 | Small memory optimization from NetBSD; ok krw@ millert@ | Otto Moerbeek |
2011-05-08 | fix variable name | Takuya ASADA |
2011-05-08 | combus renamed uartbus, com_oct renamed cn30xxuart | Takuya ASADA |
2011-05-08 | obio renamed iobus, moved interrupt handler code to dev/octeon_intr.c | Takuya ASADA |
2011-05-08 | improve our behaviour when TTY allocation fails: if we are in | Damien Miller |
2011-05-08 | Make sure /etc/group and /etc/master.passwd are handled first in case we | Antoine Jacoutot |
2011-05-08 | because bufs now come out of a pool rather than a global list of staticly | David Gwynne |
2011-05-08 | Move MALLOC_STATS code to bottom of file, so the real stuff is more at the top. | Otto Moerbeek |
2011-05-07 | +.It RequestTTY | Jason McIntyre |
2011-05-07 | - tweak previous | Jason McIntyre |
2011-05-07 | sync | Miod Vallat |
2011-05-07 | Uvm Anonymous Objects depending on size either use an array or a | Owain Ainsworth |
2011-05-07 | So long, uvm_pglist.h | Owain Ainsworth |
2011-05-07 | there is already a function to set the portno. | Eric Faurot |
2011-05-06 | fix numbering; from bert.wesarg AT googlemail.com | Damien Miller |
2011-05-06 | fix dropping from previous diff | Damien Miller |
2011-05-06 | Add a RequestTTY ssh_config option to allow configuration-based | Damien Miller |
2011-05-06 | support negated Host matching, e.g. | Damien Miller |
2011-05-06 | add a %L expansion (short-form of the local host name) for ControlPath; | Damien Miller |
2011-05-06 | set traffic class for IPv6 traffic as we do for IPv4 TOS; | Damien Miller |
2011-05-06 | a od -> an od; | Jason McIntyre |
2011-05-06 | move dns session specific structs and prototypes out of smtpd.h. | Eric Faurot |
2011-05-06 | put the tcpdump-specific stuff in a sane place (that is, not EXAMPLES); | Jason McIntyre |
2011-05-06 | Fix description and table of _u; with jmc@ | Otto Moerbeek |
2011-05-06 | acknowledge only those interrupts that we can process; | Mike Belopuhov |
2011-05-06 | session id is only in the lower 32 bits of crp_sid | Mike Belopuhov |
2011-05-06 | If it doesn't exist, create the directory holding the link we are about | Antoine Jacoutot |
2011-05-06 | sync -x, default and example in man page as they should be; | Otto Moerbeek |
2011-05-06 | Do not special case loopback interfaces on init. Instead force them | Claudio Jeker |
2011-05-06 | Do not special case loopback interfaces on init. Instead force them | Claudio Jeker |
2011-05-06 | use an array of backends and iterate on it, instead of inlining | Alexandre Ratchov |