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