summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2011-03-04Two fixes by Micah Cowan: make mouse work properly beyond >127 on signedNicholas Marriott
2011-03-04add -H (opposite of -h) to always print name. ok deraadt millertTed Unangst
2011-03-03Use dirfd() instead of peeking into struct dirent for dd_fd, which isTodd C. Miller
2011-03-03Fix a typo that meant we did not reset the background colour when it wasNicholas Marriott
2011-03-03Add a -P option to detach to HUP the client's parent process (usuallyNicholas Marriott
2011-03-02mention -U as global position-independent parameterAlexandre Ratchov
2011-03-02Add the socket splicing fields of struct socket to netstat -vPAlexander Bluhm
2011-03-02- use a common FIELD_ADDR macro, instead of rolling 78 identical copies.Jasper Lievisse Adriaanse
2011-03-01add missing word; Jeff RossTheo de Raadt
2011-02-16make hostbased auth with ECDSA keys work correctly. Based on patchDamien Miller
2011-02-13As noticed by Clint Pachl <pachl at ecentryx dot com>,Ingo Schwarze
2011-02-12fix from pr 6207. a bit more of an explanation: we write the correctOkan Demirmen
2011-02-10Size on split-window is -l not -s. Doh.Nicholas Marriott
2011-02-10Tbl code maintenance by kristaps@.Ingo Schwarze
2011-02-07Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to noIngo Schwarze
2011-02-06Do not break the line between the arguments of .Bsx .Dx .Fx .Nx .Ox .Ux.Ingo Schwarze
2011-02-06Some pre-handlers produce output, so reorder the code to set upIngo Schwarze
2011-02-06- nm -s omitted the symbol list for first object file in an archive. fix thisJasper Lievisse Adriaanse
2011-02-06If .Ns is specified on its own line, ignore it, like groff does;Ingo Schwarze
2011-02-06Fix NULL dereference with "sudo -g group" when the sudoers rule hasTodd C. Miller
2011-02-06Remove duplicated prototypes.lum
2011-02-04openssh-5.8Damien Miller
2011-02-04fix uninitialised nonce variable; reported by Mateusz KocielskiDamien Miller
2011-02-03LC_TYPE -> LC_CTYPE; from Alexander PolakovJason McIntyre
2011-02-03Don't require -d with -x or -y since it could be in the config file.Nicholas Marriott
2011-02-03add a reference to the "An Algorithm for Differential File Comparison" paper;Jason McIntyre
2011-02-02Put correct path for tutorial into man page. oops.lum
2011-02-02Move mg(1) tutorial file into a release, instead of languishing in src.lum
2011-01-31cut'n'pasto; from bert.wesarg AT googlemail.comDamien Miller
2011-01-31Redraw pane borders when switching to last pane.Nicholas Marriott
2011-01-31When in a <PRE>, don't print out the <BR> before lines that haveIngo Schwarze
2011-01-31Remove unnecessary conditional: term_alloc() cannot return NULL;Ingo Schwarze
2011-01-30Make .Bx accept not more than two arguments.Ingo Schwarze
2011-01-30Like in groff, if .%B is specified, quote .%T; from kristaps@.Ingo Schwarze
2011-01-30Implement the \N'number' (numbered character) roff escape sequence.Ingo Schwarze
2011-01-30Free old argument even if setting to NULL.Nicholas Marriott
2011-01-29Accept tcgetattr/tcsetattr failure, fixes problems with fatal() if theNicholas Marriott
2011-01-28Use input_clear to reset the APC, DCS, OSC state or it could be reusedNicholas Marriott
2011-01-26Unused declaration.Nicholas Marriott
2011-01-26Simplify the way jobs work and drop the persist type, so all jobs areNicholas Marriott
2011-01-26Use LIST_* not SLIST_*.Nicholas Marriott
2011-01-25When clearing the entire screen, clear lines that are used into theNicholas Marriott
2011-01-25Check if the index is in use and fail before creating the child process,Nicholas Marriott
2011-01-25Avoid double blank line before a table preceded by .PP.Ingo Schwarze
2011-01-25Since tbl_data() can now produce multiple spans, let parsebuf()Ingo Schwarze
2011-01-25Do not skip data after horizontal lines in the layout.Ingo Schwarze
2011-01-25correct horizontal spacing of data cellsIngo Schwarze
2011-01-25Ignore .ns (no-space mode), .ps (change point size), .ta (tab control)Ingo Schwarze
2011-01-24Skip carriage return before newline, if any.Ingo Schwarze
2011-01-23Remove an ugly workaround that was needed to cope with the 9-argument-limitIngo Schwarze