Age | Commit message (Expand) | Author |
2012-06-20 | typo; netbsd -r1.10 | Jason McIntyre |
2012-06-20 | Handle PT_GET_THREAD_* | Philip Guenthe |
2012-06-20 | CLOCK_* moved from sys/time.h to sys/_time.h | Philip Guenthe |
2012-06-20 | make a list format more nicely; ok lum | Jason McIntyre |
2012-06-20 | initialise accept() backoff timer to avoid EINVAL from select(2) in | Damien Miller |
2012-06-19 | tweak previous; ok markus | Jason McIntyre |
2012-06-19 | various small markup fixes; ok lum | Jason McIntyre |
2012-06-19 | Remove hidden options that are not needed any more, | Alexandre Ratchov |
2012-06-19 | avoid shell code errors | Marc Espie |
2012-06-19 | Use calloc() instead of malloc() for allocating the disk stats. | Matthew Dempsky |
2012-06-19 | sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups} | Markus Friedl |
2012-06-19 | use warn() instead of perror(), like the rest of the code does | Theo de Raadt |
2012-06-19 | simplify includes prereq/req order: | Marc Espie |
2012-06-19 | for arithmetic expressions, note that: | Jason McIntyre |
2012-06-19 | sync | Theo de Raadt |
2012-06-19 | Count should always start from zero. | Paul Irofti |
2012-06-19 | Set the appropiate return value on futex wait. | Paul Irofti |
2012-06-19 | Avoid eternal sleep. | Paul Irofti |
2012-06-19 | Add extra argument validation for the futex syscall. | Paul Irofti |
2012-06-19 | - remove outdated comment, we already do an equivalent of linux' access_ok() | Jasper Lievisse Adriaanse |
2012-06-19 | Regenerate. | Paul Irofti |
2012-06-19 | Implement linux_sys_tgkill. | Paul Irofti |
2012-06-19 | Regenerate. | Paul Irofti |
2012-06-19 | Add dummies for the epoll and eventfd syscall families. | Paul Irofti |
2012-06-19 | Add socket type mask to filter out implementation specific flags. | Paul Irofti |
2012-06-19 | sync the descriptions of /etc/passwd; | Jason McIntyre |
2012-06-19 | oops, forgot to install getdtablecount(2); noted by tedu | Theo de Raadt |
2012-06-19 | add libtool to base, okay deraadt@, jasper@, millert@... | Marc Espie |
2012-06-19 | Improve debug output and fix some style. No functional change. | Paul Irofti |
2012-06-19 | Change the pool_get() flags from WAITOK to NOWAIT. | Paul Irofti |
2012-06-19 | There are five main sections, not four, since routing domain support was added. | Stuart Henderson |
2012-06-19 | Fix punctuation and merge two paragraphs into one to make it read | Lawrence Teo |
2012-06-19 | Add more pathconf(2) variables from POSIX. | Matthew Dempsky |
2012-06-18 | s/empy/empty/ typo fix | Matthew Dempsky |
2012-06-18 | Support larger-than-page-alignment requests in posix_memalign() by | Matthew Dempsky |
2012-06-18 | Do not try to get the description of an unexisting video format, | Martin Pieuchot |
2012-06-18 | Add a BACKUP FILES section. | lum |
2012-06-18 | Actually write all the data to stdout/stderr. | Nicholas Marriott |
2012-06-18 | Add a skeleton mode to tmux (called "control mode") that let's tmux | Nicholas Marriott |
2012-06-18 | Clarify description of -W. Noted by Steve.McClellan at radisys com, ok jmc | Darren Tucker |
2012-06-18 | document ports-readmes special-case | Marc Espie |
2012-06-18 | Remove mention of 'three' key files since there are now four. From | Darren Tucker |
2012-06-18 | RSA instead of DSA twice. From Steve.McClellan at radisys com | Darren Tucker |
2012-06-18 | correct sizeof usage. patch from saw at online.de, ok deraadt | Darren Tucker |
2012-06-18 | Add ~/.mg.d to FILES. Reviewed by jmc@ | lum |
2012-06-18 | Tidy up bell code, from Thomas Adam. | Nicholas Marriott |
2012-06-18 | fix potential use of uninitialized variable. | Charles Longeau |
2012-06-18 | Add a couple of NULL pointer checks to key binding functions, from | Nicholas Marriott |
2012-06-18 | When using M-> Place cursor at the bottom of the window (minus 3 | lum |
2012-06-18 | Do not crash when the current session has no window, fixes a bug | Nicholas Marriott |