Age | Commit message (Expand) | Author |
2022-01-28 | When it's the possessive of 'it', it's spelled "its", without the | Philip Guenther |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-06-22 | reduce verbosity in usage and make it match SYNOPSIS; | Jason McIntyre |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | mkstemp() returns -1 on failure | Theo de Raadt |
2018-09-21 | Use password/group cache functions and avoid stashing a pointer to | Todd C. Miller |
2018-09-09 | Fix a crash in rdistd triggered by the recent getpw{ent,nam,uid} | Todd C. Miller |
2017-10-27 | Use <elf.h> instead of <elf_abi.h> | Martin Pieuchot |
2017-10-17 | remove the remaining references to .depend files since nothing creates them | Christian Weisgerber |
2017-08-30 | Avoid clang warning by explicitly marking a constant unsigned; ok millert@ | Otto Moerbeek |
2017-07-09 | have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate | Marc Espie |
2017-01-01 | Hyphenate compound adjectives 'up-to-date', 'out-of-date' and 'well-known' | Theo Buehler |
2016-03-30 | Avoid compiler warning about zero-length printf format strings. | Todd C. Miller |
2016-03-30 | In setnonblocking() rename "mode" variable to "flags". | Todd C. Miller |
2016-02-25 | remove extra word; from edgar pettijohn | Jason McIntyre |
2015-12-22 | remove needless allocation casts | mmcc |
2015-12-09 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-11-30 | change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a | Jason McIntyre |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-02-08 | in getopt() blocks, stop incrementing flag variable which are supposed | Theo de Raadt |
2015-01-21 | Assume NFS_CHECK and RO_CHECK are defined. | Philip Guenther |
2015-01-21 | Reduce opt_t from long to int. | Philip Guenther |
2015-01-21 | Remove unsafe micro-optimization of *bit test* | Philip Guenther |
2015-01-20 | Split out from rdist/defs.h the client-only and server-only bits into | Philip Guenther |
2015-01-20 | We all have syslog() now; assume LOG_PID and LOG_DAEMON | Philip Guenther |
2015-01-20 | Move MF_* to message.c too | Philip Guenther |
2015-01-20 | Move struct distoptinfo into distopt.c, killing the DISTOPTINFO typedef | Philip Guenther |
2015-01-20 | Don't use utime(), so don't need <utime.h> | Philip Guenther |
2015-01-20 | SELECT_FD_TYPE is obsolete | Philip Guenther |
2015-01-20 | Move #include <syslog.h> to the one file that needs it | Philip Guenther |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-07-12 | The statdb code has never been complete here | Philip Guenther |
2014-07-12 | Kill never enabled #ifdefs | Philip Guenther |
2014-07-12 | config-def.h is now unnecessary; merge config-data.h into defs.h | Philip Guenther |
2014-07-12 | Kill os-openbsd.h: we have <paths.h>, _PATH_RSH, and utimes() | Philip Guenther |
2014-07-12 | SETARGS and NEED_HASMNTOPT paths are dead; rshrcmd() and libz stuff are | Philip Guenther |
2014-07-12 | Deleted unused local prototypes for systems stuff | Philip Guenther |
2014-07-12 | No really, assume POSIX: errno is declared for us and sys/stat.h has | Philip Guenther |
2014-07-12 | Delete unused global | Philip Guenther |
2014-07-12 | Eliminate some annoying variable shadowing | Philip Guenther |
2014-07-12 | Yes, we have setproctitle(). Delete that and several unused HAVE_* #defines | Philip Guenther |
2014-07-12 | Unused variable from oldrdist cleanup | Philip Guenther |
2014-07-11 | delete all traces of oldrdist -Server command. ok beck guenther | Ted Unangst |
2014-07-10 | Missed a chunk of the previous | Philip Guenther |
2014-07-10 | fleanse out oldrdist support | Ted Unangst |
2014-07-10 | Assume POSIX: write() takes size_t and returns ssize_t | Philip Guenther |
2014-07-05 | Assume we have getfsstat(); simplify the interface to the *mountent() | Philip Guenther |
2014-07-05 | Assume BSD44: statfs() | Philip Guenther |
2014-07-05 | Our fork() never misses | Philip Guenther |
2014-07-05 | Assume POSIX: sigrocmask() | Philip Guenther |