summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2009-06-26Also #ifndef nitems here, caught by Thomas Jeunet.Nicholas Marriott
2009-06-26- include two missing headers in if.cJasper Lievisse Adriaanse
2009-06-25do not use nitems(); ok claudioTheo de Raadt
2009-06-25Remove some dead assignments, found by sthen with clang.Nicholas Marriott
2009-06-25#ifndef nitems to avoid redefining it if it is already in a header.Nicholas Marriott
2009-06-25the rule is not to use nitems() in userland yetTheo de Raadt
2009-06-25sync the SENSOR_DRIVE_* names with sysctl(8)'sOkan Demirmen
2009-06-25use the nitems() macro where appropriateOkan Demirmen
2009-06-25Check RTM_VERSION even on sysctl data.Claudio Jeker
2009-06-25incorrect .PATH setting, discovered with nicmTheo de Raadt
2009-06-25Use the pane flags not the window flags. Doh.Nicholas Marriott
2009-06-25diagflags for diagsMarc Espie
2009-06-25If getcwd() fails, use the user's home directory, or /, instead of failing withNicholas Marriott
2009-06-25lines variable can be -1 (to be ignored), so should be signed. Found by lint.Nicholas Marriott
2009-06-25Remove error about using -L and -S together which was never displayed asNicholas Marriott
2009-06-25tmux doesn't and won't need syslog logging, so remove it and some other unusedNicholas Marriott
2009-06-25Miscellaneous unused functions, including one which was basically aNicholas Marriott
2009-06-25Nuke unused buffer functions. Found by lint.Nicholas Marriott
2009-06-25Unused prototypes. Found by lint, no binary change.Nicholas Marriott
2009-06-25Unused variables. Found by lint, no binary change.Nicholas Marriott
2009-06-24Remove some cruft from the Makefile.Nicholas Marriott
2009-06-24Now that a UTF-8-capable puts function exists, use it for printing strings inNicholas Marriott
2009-06-24Fix a type mismatch warning in assignment.Nicholas Marriott
2009-06-24Change find-window and monitor-content to use fnmatch(3). For convenience andNicholas Marriott
2009-06-24Add a dedicated function to convert a line into a string and use it to simpli...Nicholas Marriott
2009-06-24Change to match xterm's resizing behaviour, including pushing lines into theNicholas Marriott
2009-06-24Make remain-on-exit work again when there is only one pane left, which wasNicholas Marriott
2009-06-24Trying to predict the cursor position for UTF-8 output in the same way as forNicholas Marriott
2009-06-24Make environment file parsing grok linux-style env files.Todd C. Miller
2009-06-24synchronize synopsis and usage; "-l", "-r", "-s" and "-x" are mutuallyIgor Sobrado
2009-06-24tweak previous;Jason McIntyre
2009-06-24Constify utf8_width() function argument.Nicholas Marriott
2009-06-24sync to 1.7.20: minimum requirements for -mdoc documents;Ingo Schwarze
2009-06-23fix three off-by-one errors in whitespace outputIngo Schwarze
2009-06-23sync to 1.7.20: Document whitespace handling.Ingo Schwarze
2009-06-23Mention LC_ALL, LC_CTYPE.Nicholas Marriott
2009-06-23sync to 1.7.20: like for the -man case, add an nchild counter to the -mdocIngo Schwarze
2009-06-23sync to 1.7.20: -man documents must contain .TH and may contain tab charactersIngo Schwarze
2009-06-23sync to 1.7.20: fix .br support in -manIngo Schwarze
2009-06-23sync to 1.7.20: root and text validation for -manIngo Schwarze
2009-06-23Add some common config file examples to the quick start section.Nicholas Marriott
2009-06-23sync to 1.7.20: error reporting functions for -manIngo Schwarze
2009-06-23If a pane is "zombified" (remain-on-exit flag), don't continue to queue key andNicholas Marriott
2009-06-23Escape ) to make "C-x )" spaced correctly in key list.Nicholas Marriott
2009-06-23tweak previous;Jason McIntyre
2009-06-23LC_ALL overrides LC_CTYPE and LANG. Comment was correct but the codeNicholas Marriott
2009-06-22alphabetize includes; reduces diff vs portable and style(9). ok stevesk djmDarren Tucker
2009-06-21fix PKG_CONFIG_PATH handling per system/6174. tested with xenocara buildChris Kuethe
2009-06-21now in sync with release 1.7.19Ingo Schwarze
2009-06-21sync to 1.7.19: do not try to print_body() when there is noneIngo Schwarze