Age | Commit message (Expand) | Author |
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 |
2012-06-18 | Removing this 'if' statement allows dired buffers to not have their | lum |
2012-06-18 | Add -a for kill-session, from Thomas Adam. | Nicholas Marriott |
2012-06-18 | Add -a flag for detach-client, from Thomas Adam. | Nicholas Marriott |
2012-06-18 | Simplify references to alerts in the man page, from Thomas Adam. | Nicholas Marriott |
2012-06-18 | - add a pathnames.h | Jasper Lievisse Adriaanse |
2012-06-18 | - explicitly use DOCMODE instead of NONBINMODE | Jasper Lievisse Adriaanse |
2012-06-18 | Polish the rm -rP turd: if the fts_* routines have lstat()'ed the | Philip Guenthe |
2012-06-18 | Fix potential symlink race condition in "rm -P" by adding a check | Todd C. Miller |
2012-06-17 | - introduce struct scheduler_info and the scheduler_info() function to fill | Gilles Chehade |
2012-06-17 | No longer restrict alloc_contiguous_pages() to memory in the low 4GB. | Miod Vallat |
2012-06-17 | Using the LLAddr register to store our curcpu() pointer on R10k SMP kernels | Miod Vallat |
2012-06-17 | Remove leftover loongson or sgi references. | Miod Vallat |
2012-06-16 | fix bad grammar in a comment | Miod Vallat |
2012-06-16 | When the last user disconnects, make sure we display the status line | Christiano F. Haesbaert |
2012-06-16 | rename filter.c --> filter_api.c (to be consistent with upcoming changes) | Charles Longeau |
2012-06-16 | compat_linux: Don't hold the lock while pool_get'ing with WAITOK. | Paul Irofti |
2012-06-16 | Protect against fd exhaustion when reopening database files. Only accept | Jonathan Matthew |
2012-06-15 | update return values for ibuf_write and msgbuf_write | Jonathan Matthew |
2012-06-15 | Add a regress test for ld.so's DF_1_NOOPEN support. | Matthew Dempsky |
2012-06-15 | Fixes a problem where if you try to open a file that doesn't exist and has | lum |
2012-06-15 | Fix typos. | Matthew Dempsky |
2012-06-14 | - rename filter.h -> filter_api.h to be consistent with upcoming changes | Gilles Chehade |
2012-06-14 | Add support for DF_1_NOOPEN. Based on an origional diff from matthew@. | Mark Kettenis |
2012-06-14 | - make sockaddr_as_fqdn() endian-safe | Gilles Chehade |
2012-06-14 | Add support for UCD-DISKIO-MIB. | Matthew Dempsky |