Age | Commit message (Expand) | Author |
2008-08-11 | plug a memleak when freeing io redirection in commands. | Jared Yanovich |
2008-07-29 | md5(1), sha1(1), rmd160(1), cksum(1) and sum(1) have different options; | Igor Sobrado |
2008-07-23 | fix stack abuse in the `time' commmand, using alloc()'d memory instead. | Jared Yanovich |
2008-07-21 | Extra sanity checking for afree(); OK deraadt@ and pvalchev@ | Todd C. Miller |
2008-07-18 | remove unnessasary cast. | Kevin Lo |
2008-07-12 | Fix a strlcpy() bound. | Miod Vallat |
2008-07-05 | ksh starting as root will refuse to import a PS1 prompt unless it | Damien Miller |
2008-07-03 | fix inifinite loop with set -o csh-history and !<space> as input. | Otto Moerbeek |
2008-06-17 | better description of what ps without arguments does; | Jason McIntyre |
2008-06-11 | (sorry pval) some missing -j bits; | Jason McIntyre |
2008-06-11 | Add tar -j option that calls bzip2 for compress/decompress. Requires | Peter Valchev |
2008-06-10 | do not ask the "override?" question if access fails for other resaons than | Otto Moerbeek |
2008-06-08 | Prevent a segmentation fault when ed receives a signal while being in | Tobias Stoeckmann |
2008-05-28 | write cpio_usage() in a way consistent with pax_usage() and tar_usage(); | Igor Sobrado |
2008-05-28 | In -f mode, don't print a warning if source and target already point | Todd C. Miller |
2008-05-28 | add a description for -D and -T (taken from NetBSD's rmail(8)); | Igor Sobrado |
2008-05-26 | get the argument name right; from Jacek Masiulaniec | Jason McIntyre |
2008-05-20 | cast pointer arithmetic to unsigned so we can behave correctly on | Federico G. Schwindt |
2008-05-17 | documentation tweaks. | Igor Sobrado |
2008-05-08 | documentation tweaks. | Igor Sobrado |
2008-05-06 | when pax is running in -u mode, and no files are beeing updated because | Henning Brauer |
2008-04-21 | Initialize the correct variable in HUP handler if ed.hup in current | Tobias Stoeckmann |
2008-04-16 | mkfifo makes fifos, not directories; from Ben Calvert | Jason McIntyre |
2008-03-24 | - extern.h is already included by ps.h, so zap it. | Jasper Lievisse Adriaanse |
2008-03-21 | Make ulimit able to get and set multiple limits in a single invocation | Todd C. Miller |
2008-03-17 | better .Nd; from Pierre Riteau | Jason McIntyre |
2008-03-16 | actually print the now available large numbers | Otto Moerbeek |
2008-03-08 | Instead of calling donlist() in the format print routines, call it | Todd C. Miller |
2008-02-27 | Unbreak parser by initializing topfile correctly. | Marco Pfatschbacher |
2008-02-26 | Have popfile() also close the main config file, | Marco Pfatschbacher |
2008-02-25 | support giant files by using ftello(); dhill@mindcry.org | Theo de Raadt |
2008-02-13 | Rework the fix in 1.20. The original fix causes problems for systrace | Todd C. Miller |
2008-02-12 | use ftello instead of ftell; from Davil Hill; ok millert@ | Otto Moerbeek |
2008-02-10 | Use HW_PHYSMEM64. | Mark Kettenis |
2008-01-12 | Remove ulimit MLINK, it is a shell built-in. | Miod Vallat |
2008-01-11 | providing MLINKS for shell builtins makes little sense: what we had was out | Jason McIntyre |
2008-01-02 | fix PR 5141: | Charles Longeau |
2008-01-01 | Typo in comment about cpio_endwr() fixed. | Tobias Stoeckmann |
2008-01-01 | If rcp -p encounters a pre-epoch timestamp, use the epoch which is | Darren Tucker |
2007-12-28 | printf field widths are always int, so add a cast to remove | Charles Longeau |
2007-12-22 | fix df posix mode bug | Charles Longeau |
2007-11-29 | remove unused function | Charles Longeau |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-11-12 | Remove space/tab compression function from lgetc() and replace | Marco Pfatschbacher |
2007-11-10 | remove "unused variable" warning appearing when building release | Charles Longeau |
2007-11-07 | properly exit >0 when encountering bad md5 in cheklist | Charles Longeau |
2007-11-06 | fix format string | Charles Longeau |
2007-11-04 | some small nonfunctional tweaks. ok beck millert | Ted Unangst |