Age | Commit message (Expand) | Author |
2015-03-17 | Remove obsolete copy of tzfile.h. It is an internal tzcode header | Todd C. Miller |
2015-03-17 | The innocuous change to libsa printf.c (1.26) causes printf.o to be 240 bytes | Miod Vallat |
2015-03-17 | Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ | Todd C. Miller |
2015-03-17 | for small mem machines, make sure max does not get smaller than | Otto Moerbeek |
2015-03-17 | It is impossible to build mg without both -DFKEYS and -DXKEYS. So let's | Brian Callahan |
2015-03-17 | Add sort_calloc() and use it. | Todd C. Miller |
2015-03-17 | Initial import of FreeBSD sort. | Todd C. Miller |
2015-03-17 | Restore previous behaviour that got lost with 1.780. | Robert Peichaer |
2015-03-17 | correct command name; from kaspars bankovskis | Jason McIntyre |
2015-03-17 | Merge two "#ifdef NCARP" chunks. | Martin Pieuchot |
2015-03-17 | Prevent a race resulting in an infinite loop printing "ehci_idone" messages. | Martin Pieuchot |
2015-03-17 | revert a previous word change - the original seems more accurate; | Jason McIntyre |
2015-03-17 | Simplify: Now that rc is global anyway, no need to pass it around | Ingo Schwarze |
2015-03-17 | Initialize nameservers ports along with nameservers addresses. | Jeremie Courreges-Anglas |
2015-03-17 | Don't use the wrong escape for < and >. Tweak wording to match the page. | Anthony J. Bentley |
2015-03-17 | Escape certain characters for slightly more correct (and prettier) output. | Anthony J. Bentley |
2015-03-17 | When the user exits the pager before the pager has drained all input | Ingo Schwarze |
2015-03-17 | from zhuk: provide some Sx | Jason McIntyre |
2015-03-17 | from zhuk: shell does not wait for command to complete if job run in background | Jason McIntyre |
2015-03-17 | Add PAX_IS_{REG,HARDLINK,LINK} macros to simply many file type tests | Philip Guenther |
2015-03-16 | Stop passing around a pointer to the stack variable 'disk' in main(). | Kenneth R Westerback |
2015-03-16 | make CLEANFILES clean up more of the tests' droppings | Damien Miller |
2015-03-16 | Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpe | Theo de Raadt |
2015-03-16 | Include <sys/param.h> rather than <sys/types.h> when also including | Miod Vallat |
2015-03-16 | Document that -i/-u are mutually exclusive and clean up the related | Kenneth R Westerback |
2015-03-16 | Convert to if_input(), tested by jsg@. | Martin Pieuchot |
2015-03-16 | Change the internal name of the newline function to deconflict with a | Brian Callahan |
2015-03-16 | Don't include limits.h or sys/limits.h since grep.h already does it | Todd C. Miller |
2015-03-16 | Include limits.h, not sys/limits.h and include stdint.h for SIZE_MAX. | Todd C. Miller |
2015-03-16 | from zhuk: be clear that "#" is a variable | Jason McIntyre |
2015-03-16 | #if 0 some more arrays used only for decrypting (we don't use | Damien Miller |
2015-03-16 | convert timeout_add() calls using hz to timeout_add_msec() | Jonathan Gray |
2015-03-16 | When state creations happen in short term by outgoing packets of one | YASUOKA Masahiko |
2015-03-16 | Revert 1.39. Resetting after specifically putting the keyboard in a | Joshua Stein |
2015-03-16 | Revert 1.44 since we have found some machines where the keyboard | Joshua Stein |
2015-03-16 | sync | Theo de Raadt |
2015-03-16 | Fix typoe | James Turner |
2015-03-16 | Bump major to 29, regen .pc and header with new version info | James Turner |
2015-03-16 | Merge conflicts | James Turner |
2015-03-16 | Merge conflicts | James Turner |
2015-03-16 | Update sqlite3 to 3.8.7.4. Changes available here: http://sqlite.org/changes.... | James Turner |
2015-03-15 | from zhuk: two grammar fixes; | Jason McIntyre |
2015-03-15 | from zhuk: clarify "set --"; | Jason McIntyre |
2015-03-15 | Avoid a NULL pointer deref when X509_get_pubkey() returns NULL. | Doug Hogan |
2015-03-15 | Prevent use after free. | Florian Obser |
2015-03-15 | Define chdname once in a .c and make it extern in the .h | Philip Guenther |
2015-03-15 | Handle tar -o by setting the tar_nodir directly instead of faking up a | Philip Guenther |
2015-03-15 | Avoid off-by-one read access to the termacts array, which could | Ingo Schwarze |
2015-03-15 | from zhuk: remove ambiguity around the false/true description; | Jason McIntyre |
2015-03-15 | Bring back '#include <lib/libz/zlib.h>', but inside #ifdev GPT. GPT | Kenneth R Westerback |