summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-01-03Install mandoc_char(7), a comprehensive overview of mandoc(1) specialIngo Schwarze
2010-01-03Fix selection behaviour when the cursor is moved backwards (ie so the selectionNicholas Marriott
2010-01-03Neither .Pp nor unqualified text are allowed at the top level of .Bl;Ingo Schwarze
2010-01-03.Bl always requires .It, even in .Bl -column;Ingo Schwarze
2010-01-03Options to set the colour of the pane borders, with different colours for theNicholas Marriott
2010-01-02Use the target print function for copy-mode, spotted by Tiago Cunha.Nicholas Marriott
2010-01-02Various syntax errors in list headers, found by mandoc(1),Ingo Schwarze
2010-01-02The .Os macro is not optional. Even with groff(1),Ingo Schwarze
2010-01-02complete the sync to 1.9.15-pre2: mostly minor fixesIngo Schwarze
2010-01-01When a .Fl macro without an argument is followed by text,Ingo Schwarze
2010-01-01when asked for the benefit of pre-selecting pkgs in the installer;Ingo Schwarze
2010-01-01.Bl may have .Sm as a child.Ingo Schwarze
2010-01-01Fix .Bl -column horizontal spacing to agree with groff.Ingo Schwarze
2010-01-01When multiple arguments are passed to .Fl,Ingo Schwarze
2010-01-01Use tcflush(3) instead of TIOCFLUSH, from Ed Schouten.Nicholas Marriott
2009-12-29sort previous;Jason McIntyre
2009-12-29Rename RDomain config option to RoutingDomain to be more clear andKevin Steves
2009-12-26Fix the logic so that transition from a 256 colour to default works properly.Nicholas Marriott
2009-12-26Nuke some stray debugging.Nicholas Marriott
2009-12-25validate routing domain is in range 0-RT_TABLEID_MAX.Kevin Steves
2009-12-24Use sysctl() KERN_PROC2 instead of KERN_PROC, as the latter's ABIPhilip Guenthe
2009-12-24sync to 1.9.14: rewrite escape sequence handling:Ingo Schwarze
2009-12-23sync to 1.9.13: minor fixes:Ingo Schwarze
2009-12-23partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@.Kenneth R Westerback
2009-12-22sync to 1.9.12, mostly portability and refactoring:Ingo Schwarze
2009-12-22implement -C (silent -c), required by POSIX.1-2008;Ingo Schwarze
2009-12-22add `1' to the interactive command list too; from Mark LumsdenJason McIntyre
2009-12-22add -1 to show_help(); from Mark LumsdenJason McIntyre
2009-12-22Fix a couple of problems with grouped sessions reported by danh: redrawNicholas Marriott
2009-12-20fix an incorrect magic number and typo in PROTOCOL; bz#1688Damien Miller
2009-12-20Use the standard wording, requested by jmc@.Ingo Schwarze
2009-12-20find -LH was -L, but must be -H according to POSIX;Ingo Schwarze
2009-12-20When passing user-controlled options with arguments to other programs,Philip Guenthe
2009-12-19try to clarify ChrootDirectory pathname argument a bit; resulting fromKevin Steves
2009-12-17Update from master repo. Many bugfixes + significant speedyps.Anders Magnusson
2009-12-17Allow keys to be replaced and reorder the table so that terminfo-defined keysNicholas Marriott
2009-12-14Pass through the aixterm bright colours if the terminal supports them (>= 16Nicholas Marriott
2009-12-14Add server options to completion as well.Nicholas Marriott
2009-12-14New server option, escape-time, to set the timeout used to detect if escapesNicholas Marriott
2009-12-13spacing, no binary change.Igor Sobrado
2009-12-12Nuke useless ancient documentation. ok deraadtNicholas Marriott
2009-12-12Whoops, missed these.Nicholas Marriott
2009-12-12tip is not setuid or setgid anymore and there are no PRIV/EXPR commands, soNicholas Marriott
2009-12-12when parsing .wav headers, check if rate <= RATE_MAX (instead ofAlexandre Ratchov
2009-12-12Use a socketpair instead of a pair of pipes.Nicholas Marriott
2009-12-11switch from 35 to the more common value of RSA_F4 == (2**16)+1 == 65537Markus Friedl
2009-12-11try not to use size_t in places it does not belong; ok djmTheo de Raadt
2009-12-11Use quiet variable, and add missing sentinel to options array.Nicholas Marriott
2009-12-10careless fscanf, found by parfait, ok jsgTheo de Raadt
2009-12-10memory leak, found by parfait, ok jsgTheo de Raadt