Age | Commit message (Expand) | Author |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-01-21 | Rearrange variables in dump / restore to handle -fno-common. | mortimer |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-04-27 | Restore mode on symlinks | Philip Guenther |
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback |
2016-12-26 | Put some variable declarations under appropriate #if/#endif protection | Kenneth R Westerback |
2016-07-28 | after getenv, check for empty string too. ok millert | Ted Unangst |
2016-06-07 | per trending style, add continue to emtpy loop bodies. | Ted Unangst |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2015-12-10 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-11-21 | add missing NAME entries; ok schwarze | Jason McIntyre |
2015-11-07 | Use linkat() instead of link() so that hardlinks of symlinks work | Philip Guenther |
2015-08-25 | Switch from utimes() to utimensat() to $estore full nanosecond granularity | Philip Guenther |
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller |
2014-09-07 | Reuse xtrfile() to avoid duplication. | Philip Guenther |
2014-09-03 | Mark msg() and panic() as printf-like and fix the format error it turns up | Philip Guenther |
2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, | Philip Guenther |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
2014-01-20 | Obvious .Xr fixes, found while testing mandocdb(8). | Ingo Schwarze |
2013-12-30 | Do not leak symtab fd (if at fd limit might even prevent correct operation) | Theo de Raadt |
2013-11-15 | Include unistd.h as it is the standard location for getopt(). | Todd C. Miller |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2013-04-25 | big int_t/time_t fixes; ok deraadt@ krw@ | Otto Moerbeek |
2013-04-24 | pretty print bigger off_t | Theo de Raadt |
2013-03-31 | typo fix from rodent@netbsd; | Jason McIntyre |
2013-03-05 | add a few words to the -r description to avoid ambiguity; | Jason McIntyre |
2013-01-17 | remove a uesless Pp; | Jason McIntyre |
2012-07-14 | replace (somewhat) magic numbers with constants | Alexander Hall |
2011-12-23 | some spelling fixes, found using freebsd's "igor" document verifier; | Jason McIntyre |
2011-06-27 | remove some useless casts. ok krw | Ted Unangst |
2010-07-20 | opration -> operation | Miod Vallat |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-09-03 | Start with a max size tape buffer rather than one 1/2 the max (i.e. | Kenneth R Westerback |
2007-09-25 | remove unneeded feof | Charles Longeau |
2007-09-25 | check fgets return value | Charles Longeau |
2007-09-13 | use strcspn to properly overwrite '\n' in fgets returned buffer | Charles Longeau |
2007-09-07 | check fgets return value | Charles Longeau |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-06-03 | Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes. | Todd C. Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-13 | g/c unused vars | Todd C. Miller |
2007-05-01 | for the restore -r example: | Jason McIntyre |
2007-02-25 | reword some text to avoid a hideous Xr; | Jason McIntyre |
2007-02-25 | one application does not need five synopses; | Jason McIntyre |
2007-02-25 | move the text describing 4.3 syntax compatibility to HISTORY, rather | Jason McIntyre |
2007-02-22 | igor sobrado spotted that although we have mlinks for rdump and | Jason McIntyre |
2006-11-03 | correctify example; | Jason McIntyre |