Age | Commit message (Expand) | Author |
2012-05-23 | factor out proposal matching code from ikev2_sa_negotiate and eliminate | Mike Belopuhov |
2012-05-23 | Regenerate. | Paul Irofti |
2012-05-23 | Add support for statfs64. | Paul Irofti |
2012-05-23 | remove a misleading comment | Mike Belopuhov |
2012-05-23 | also record expanded @exec-like actions and @newauth... | Marc Espie |
2012-05-23 | regen | Mike Belopuhov |
2012-05-23 | Add a ServerEngines vendor ID and a couple of products IDs for | Mike Belopuhov |
2012-05-23 | increase the number of io and mem extent regions for amd64 to 16 | Mike Belopuhov |
2012-05-23 | Change how mg handles files beginning with a '~'. | lum |
2012-05-23 | add support for RFC6594 SSHFP DNS records for ECDSA key types. | Damien Miller |
2012-05-22 | Don't misleadingly suggest that fpos_t only needs to be a complex type | Matthew Dempsky |
2012-05-22 | Flush the right networks, the dynamic ones not the static ones. | Claudio Jeker |
2012-05-22 | Sync log strings with the possible values of IMSG_CTL_RESULT | Claudio Jeker |
2012-05-22 | Fix a warning message to print the correct information. OK henning@ sthen@ | Claudio Jeker |
2012-05-22 | Document that ftell() may return EOVERFLOW. | Matthew Dempsky |
2012-05-22 | Make the multicast filter routine conform to the Party's standards. Adapted | Miod Vallat |
2012-05-22 | When setting up the multicast filter, use the ac_multicnt field of the arpcom | Miod Vallat |
2012-05-22 | Store client in tty struct directly instead of using a callback function | Nicholas Marriott |
2012-05-22 | Store mouse data in tty structure not on the stack. | Nicholas Marriott |
2012-05-22 | Strip trailing slashes from directory in splice() before | Todd C. Miller |
2012-05-22 | Switch all of the various choose- and list- commands over to the format | Nicholas Marriott |
2012-05-22 | Add a helper function to send ready message. | Nicholas Marriott |
2012-05-22 | Use tty_pane_full_width macro in some more places. | Nicholas Marriott |
2012-05-22 | If there are any terminals with insert mode but not ich1, they can go | Nicholas Marriott |
2012-05-22 | those no longer belong, they've been move to the test/ directory upstream | Marc Espie |
2012-05-22 | lemon bug: checking lines is not enough, we have to be sure we're at the | Marc Espie |
2012-05-22 | Move some common code to repeat spaces into a function. | Nicholas Marriott |
2012-05-22 | bump version, regen sqlite3.h with our changes (and bump version) | Marc Espie |
2012-05-22 | merge sync | Marc Espie |
2012-05-22 | import sqlite 3.7.12 (tested by landry@) | Marc Espie |
2012-05-21 | Fix ftell() to return EOVERFLOW if the file offset is greater than | Matthew Dempsky |
2012-05-21 | Always clear out the inactive list and make sure everything is unbound in | Mark Kettenis |
2012-05-21 | Instead of passing stdin/stdout/stderr file descriptors over imsg and | Nicholas Marriott |
2012-05-21 | Cleanup O_CLOEXEC handling and make sure UF_EXCLOSE is set correctly | Matthew Dempsky |
2012-05-21 | Fix binutils-2.17 configure script to build on amd64. | Matthew Dempsky |
2012-05-21 | fix put usage | Gleydson Soares |
2012-05-20 | remove .cvsignore from cvs source dir, ok deraadt | Stuart Henderson |
2012-05-20 | sync | Theo de Raadt |
2012-05-20 | do not need to pull in <time.h> | Theo de Raadt |
2012-05-20 | Make sure the generic bus_dmamem_alloc() routine restricts its allocation to | Miod Vallat |
2012-05-19 | Split out the suspend/resume code into its own file to make it possible to | Mark Kettenis |
2012-05-19 | Document PermitOpen none. bz#2001, patch from Loganaden Velvindron | Darren Tucker |
2012-05-19 | Reformat usage() to avoid the line wrap, and make it match the way it | Lawrence Teo |
2012-05-18 | Port NetBSD's pci@gio driver for fast Ethernet expansion boards for the | Miod Vallat |
2012-05-18 | Remove unused header. | Martin Pieuchot |
2012-05-18 | just warn if files from the *etc sets are missing. This will remind | Marc Espie |
2012-05-18 | rt6_flush should remove all routes configured via a specified gw, | Mike Belopuhov |
2012-05-18 | remove double word blunder; | Jason McIntyre |
2012-05-18 | "int (**vops)((void *)" is now "struct vops *vops"; from David Matthew Mattli | Jason McIntyre |
2012-05-18 | Allow no-tab-mode to compile. From James Turner. | lum |