Age | Commit message (Expand) | Author |
2012-07-08 | Disallow manual security associations that use AES-CTR, AES-GCM, | Christian Weisgerber |
2012-07-08 | New attempt to make the -P flag work with -ss, so that states can be | Lawrence Teo |
2012-07-08 | Split out an ask_pid() function rather than over-parameterizing the | Kenneth R Westerback |
2012-07-08 | fix capitalisation of MODMONO_INSTAlL_TARGET | Stuart Henderson |
2012-07-08 | zap weird precision (if provided) that's not really relevant to anything | Marc Espie |
2012-07-08 | remove extraneous line; | Jason McIntyre |
2012-07-08 | kevent(EV_DELETE) shouldn't be calling closef(), as that releases POSIX | Philip Guenthe |
2012-07-08 | avoid line splitting; also, one an -> a | Jason McIntyre |
2012-07-08 | Use IO_NOLIMIT instead of munging the process's limits | Philip Guenthe |
2012-07-08 | implement res_querydomain() required by sendmail | Eric Faurot |
2012-07-08 | implement -Tman .An | Ingo Schwarze |
2012-07-08 | Instead of casting interface address pointers, use the macros NULL | Alexander Bluhm |
2012-07-08 | Don't need to worry about the ATI driver here anymore. | Mark Kettenis |
2012-07-08 | Add choose-tree command to show windows and sessions in the same | Nicholas Marriott |
2012-07-08 | The algorithm name is "SHA-256" as per FIPS 180-2 (-3). | Christian Weisgerber |
2012-07-08 | Switch diff(1) binary file detection from !(isprint() || isspace()) to | Stefan Sperling |
2012-07-08 | - plug text_to_relayhost() in parse.y to support relay URLs. | Gilles Chehade |
2012-07-08 | Add flags to insert a .sp or .br request before the next output, | Ingo Schwarze |
2012-07-08 | Sort SRCS list. | Nicholas Marriott |
2012-07-08 | Instead of adding one integer variable for each global boolean output flag | Ingo Schwarze |
2012-07-08 | Return EROFS when a read-write mount of a read-only sd(4) device | Kenneth R Westerback |
2012-07-08 | Make hibernate_free() safe to be called even if hibernate areas | Theo de Raadt |
2012-07-08 | implement -Tman .Va | Ingo Schwarze |
2012-07-08 | auth_bsd() is static | Gilles Chehade |
2012-07-08 | Increase maximum number of tun interfaces to 8. | giovanni |
2012-07-08 | add stub function for gethostent(), and move things around a bit while here. | Eric Faurot |
2012-07-08 | Add a test for kevent(EV_DELETE) screwing with POSIX file locks | Philip Guenthe |
2012-07-08 | - move some more stuff into OSConfig | Jasper Lievisse Adriaanse |
2012-07-08 | Call Xsetpid() to edit the partition type from Xedit() rather than | Kenneth R Westerback |
2012-07-08 | Reorganize some hibernate functions for easier readability. | Mike Larkin |
2012-07-08 | remove unused functions, ok phessler | Stuart Henderson |
2012-07-08 | if you use nitems() in userland, you must define it yourself | Theo de Raadt |
2012-07-08 | Enhance the blocking test and add a test for closing while half-open | Philip Guenthe |
2012-07-08 | Nuke useless EDIT() #define in Xsetpid. | Kenneth R Westerback |
2012-07-08 | a -> an in a comment | Bret Lambert |
2012-07-08 | preparation for handling permuted options | Marc Espie |
2012-07-08 | ouch, in the SYNOPSIS, .Vt is a block, | Ingo Schwarze |
2012-07-08 | implement -Tman .Vt | Ingo Schwarze |
2012-07-08 | Don't hold the fd-table lock across vn_open(), as opening a FIFO may block. | Philip Guenthe |
2012-07-08 | Add support for advertising dns servers and search paths in router | Peter Hessler |
2012-07-08 | a few big changes | Marc Espie |
2012-07-08 | stupid | Marc Espie |
2012-07-08 | Zap extra spaces from function pointer arguments | Philip Guenthe |
2012-07-08 | Handle the O_ACCMODE bits correctly, so that O_RDONLY is displayed | Philip Guenthe |
2012-07-08 | new sentence, new line; | Jason McIntyre |
2012-07-08 | Basic implementation of -Tman .Fo and .Fa; | Ingo Schwarze |
2012-07-08 | Describe tdelete()'s return value correctly and update the related CAVEAT | Philip Guenthe |
2012-07-08 | specialized option handler that will make things simpler | Marc Espie |
2012-07-08 | Replace tricker atoi() and hand rolled parsing with strsep() and | Kenneth R Westerback |
2012-07-08 | Move functionality from ask() to _ask() to make the latter more useful | Alexander Hall |