summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-08-15admission of hawaii happened in 1959, not 1984;Jason McIntyre
2014-08-15Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC)Philip Guenther
2014-08-14Some compilers apparently worry that abort() might returnIngo Schwarze
2014-08-14No need for <netinet/in_systm.h> nor <netinet/tcpip.h>.Martin Pieuchot
2014-08-14Kill bandwidth monitoring meters.Martin Pieuchot
2014-08-14Add bounce matching for [] and {} like mg already does with () and likeBrian Callahan
2014-08-14Show only active pools by default, pressing 'A' shows all of them.Martin Pieuchot
2014-08-14mandoc 1.13.1 has been releasedIngo Schwarze
2014-08-14Revert previous, as requested by kristaps@.Ingo Schwarze
2014-08-13Begin cleanup of scaling units.Ingo Schwarze
2014-08-13Use <em> for .Em and .Bf -emphasis.Ingo Schwarze
2014-08-13Spelling - "alignment" not "alignement". ok ratchovNicholas Marriott
2014-08-12In mdoc(7) and man(7), if a width is given as a bare number withoutIngo Schwarze
2014-08-12The macro SCALE_HS_INIT() is always passed the result of strlen() orIngo Schwarze
2014-08-11No need to repeat other-end more than once, from Juho Pohjala. Also addNicholas Marriott
2014-08-11Fix two copy mode problems:Nicholas Marriott
2014-08-11Add flags to selectp to enable and disable input to a pane, from AnishNicholas Marriott
2014-08-10typo in debug messageAlexandre Ratchov
2014-08-10initialize mmcpos, found by guentherAlexandre Ratchov
2014-08-10Don't need to know how to format bluetooth socket info herePhilip Guenther
2014-08-10Add Xr to skey and sttyPhilip Guenther
2014-08-09mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags;Ingo Schwarze
2014-08-09Remove support for the continuous reporting "any" mouse mode which neverNicholas Marriott
2014-08-08update currency exchange rates;Jason McIntyre
2014-08-08Absurdly, the return value of sqlite3_column_text()Ingo Schwarze
2014-08-08mansearch.h uses uint64_t, so it needs stdint.h; found on LinuxIngo Schwarze
2014-08-08Remove redundant verbiage in the style of "a file is a file,Ingo Schwarze
2014-08-08Bring the handling of defective prologues even closer to groff,Ingo Schwarze
2014-08-08Simplify by allowing only one post-handler.Ingo Schwarze
2014-08-08Simplify by allowing only one pre-handler.Ingo Schwarze
2014-08-08Simplify man(7) validation:Ingo Schwarze
2014-08-08Fix floating point handling: When converting double to size_t,Ingo Schwarze
2014-08-08Clarity with respect to floating point handling:Ingo Schwarze
2014-08-08demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg()Ingo Schwarze
2014-08-08mention requests and macros in more messagesIngo Schwarze
2014-08-08Dynamically allocate the stack of roff(7) .ie condition valuesIngo Schwarze
2014-08-08Split MANDOCERR_IGNARGV into one message for .An and one for .BlIngo Schwarze
2014-08-08In .Bl -column, if some of the column width declarations are givenIngo Schwarze
2014-08-08Remove the useless FATAL error "argument count wrong, violates syntax".Ingo Schwarze
2014-08-08Improve handling of next-line scope broken by end of file.Ingo Schwarze
2014-08-08Simplify: replace one global flag by one local variableIngo Schwarze
2014-08-08Get rid of the useless FATAL error "child violates parent syntax".Ingo Schwarze
2014-08-08Remove two useless FATAL errors.Ingo Schwarze
2014-08-08better name and wording for the last two non-generic errorsIngo Schwarze
2014-08-08Various improvements related to .Ex and .Rv:Ingo Schwarze
2014-08-08Partial implementation of .Bd -centered.Ingo Schwarze
2014-08-07Bump example pubkey filenames to /etc/signify/openbsd-56-base.pub forLawrence Teo
2014-07-30switch to tradcppJonathan Gray
2014-07-28some systems no longer need /dev/log;Ingo Schwarze
2014-07-27code readability; no functional changeIngo Schwarze