Age | Commit message (Expand) | Author |
2010-01-02 | complete the sync to 1.9.15-pre2: mostly minor fixes | Ingo Schwarze |
2010-01-01 | When a .Fl macro without an argument is followed by text, | Ingo Schwarze |
2010-01-01 | when 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-01 | Fix .Bl -column horizontal spacing to agree with groff. | Ingo Schwarze |
2010-01-01 | When multiple arguments are passed to .Fl, | Ingo Schwarze |
2010-01-01 | Use tcflush(3) instead of TIOCFLUSH, from Ed Schouten. | Nicholas Marriott |
2009-12-29 | sort previous; | Jason McIntyre |
2009-12-29 | Rename RDomain config option to RoutingDomain to be more clear and | Kevin Steves |
2009-12-26 | Fix the logic so that transition from a 256 colour to default works properly. | Nicholas Marriott |
2009-12-26 | Nuke some stray debugging. | Nicholas Marriott |
2009-12-25 | validate routing domain is in range 0-RT_TABLEID_MAX. | Kevin Steves |
2009-12-24 | Use sysctl() KERN_PROC2 instead of KERN_PROC, as the latter's ABI | Philip Guenthe |
2009-12-24 | sync to 1.9.14: rewrite escape sequence handling: | Ingo Schwarze |
2009-12-23 | sync to 1.9.13: minor fixes: | Ingo Schwarze |
2009-12-23 | partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@. | Kenneth R Westerback |
2009-12-22 | sync to 1.9.12, mostly portability and refactoring: | Ingo Schwarze |
2009-12-22 | implement -C (silent -c), required by POSIX.1-2008; | Ingo Schwarze |
2009-12-22 | add `1' to the interactive command list too; from Mark Lumsden | Jason McIntyre |
2009-12-22 | add -1 to show_help(); from Mark Lumsden | Jason McIntyre |
2009-12-22 | Fix a couple of problems with grouped sessions reported by danh: redraw | Nicholas Marriott |
2009-12-20 | fix an incorrect magic number and typo in PROTOCOL; bz#1688 | Damien Miller |
2009-12-20 | Use the standard wording, requested by jmc@. | Ingo Schwarze |
2009-12-20 | find -LH was -L, but must be -H according to POSIX; | Ingo Schwarze |
2009-12-20 | When passing user-controlled options with arguments to other programs, | Philip Guenthe |
2009-12-19 | try to clarify ChrootDirectory pathname argument a bit; resulting from | Kevin Steves |
2009-12-17 | Update from master repo. Many bugfixes + significant speedyps. | Anders Magnusson |
2009-12-17 | Allow keys to be replaced and reorder the table so that terminfo-defined keys | Nicholas Marriott |
2009-12-14 | Pass through the aixterm bright colours if the terminal supports them (>= 16 | Nicholas Marriott |
2009-12-14 | Add server options to completion as well. | Nicholas Marriott |
2009-12-14 | New server option, escape-time, to set the timeout used to detect if escapes | Nicholas Marriott |
2009-12-13 | spacing, no binary change. | Igor Sobrado |
2009-12-12 | Nuke useless ancient documentation. ok deraadt | Nicholas Marriott |
2009-12-12 | Whoops, missed these. | Nicholas Marriott |
2009-12-12 | tip is not setuid or setgid anymore and there are no PRIV/EXPR commands, so | Nicholas Marriott |
2009-12-12 | when parsing .wav headers, check if rate <= RATE_MAX (instead of | Alexandre Ratchov |
2009-12-12 | Use a socketpair instead of a pair of pipes. | Nicholas Marriott |
2009-12-11 | switch from 35 to the more common value of RSA_F4 == (2**16)+1 == 65537 | Markus Friedl |
2009-12-11 | try not to use size_t in places it does not belong; ok djm | Theo de Raadt |
2009-12-11 | Use quiet variable, and add missing sentinel to options array. | Nicholas Marriott |
2009-12-10 | careless fscanf, found by parfait, ok jsg | Theo de Raadt |
2009-12-10 | memory leak, found by parfait, ok jsg | Theo de Raadt |
2009-12-10 | better wording for 1 option from jmc | Ted Unangst |
2009-12-10 | add an option '1' to display all cpu stats combined. helps save space | Ted Unangst |
2009-12-10 | Add "server options" which are server-wide and not bound to a session or | Nicholas Marriott |
2009-12-10 | Eliminate the confusing term "find codes database" which is used nowhere else. | Ingo Schwarze |
2009-12-09 | We only need to fchdir(dotfd) for the -exec and -ok primaries so | Todd C. Miller |
2009-12-08 | Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right | Nicholas Marriott |
2009-12-07 | update to sudo 1.7.2p2 | Todd C. Miller |
2009-12-07 | behaviour for the -l flag differs between this implementation and posix; | Jason McIntyre |