summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-07-08rm asa/fpr. ok beck deraadt halex matthewTed Unangst
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-07-08cut things that relied on mclgeti for rx ring accounting/restriction overDavid Gwynne
2014-07-07Clean up ERROR messages related to document structure and macros:Ingo Schwarze
2014-07-07Simplify man_unscope(), removing 18 lines of code, that is,Ingo Schwarze
2014-07-07The type of iov_len is size_t so the comparison with < 0 does notAlexander Bluhm
2014-07-07no need to delete any content from .Rs blocks,Ingo Schwarze
2014-07-07no need to skip content before first section headerIngo Schwarze
2014-07-07implement .dei and .amiIngo Schwarze
2014-07-07mention that ProxyCommand is executed using shell "exec" to avoidDamien Miller
2014-07-06Clean up messages related to plain text and to escape sequences.Ingo Schwarze
2014-07-06After skipping an escape sequence with incomplete arguments,Ingo Schwarze
2014-07-06Fix expansion of escape sequences with incomplete arguments.Ingo Schwarze
2014-07-06Fix handling of escape sequences taking numeric arguments.Ingo Schwarze
2014-07-05fix remote-forward cancel regression; ok markus@Damien Miller
2014-07-05Cleanup with respect to bad macro arguments.Ingo Schwarze
2014-07-05Assume we have getfsstat(); simplify the interface to the *mountent()Philip Guenther
2014-07-05Given an http or https URL with user and password, URL-decode the userPhilip Guenther
2014-07-05Assume BSD44: statfs()Philip Guenther
2014-07-05Our fork() never missesPhilip Guenther
2014-07-05Assume POSIX: S_IFSOCK and S_IFIFOPhilip Guenther
2014-07-05Assume POSIX: sigrocmask()Philip Guenther
2014-07-05Assume POSIX: lchown(), fchown(), fchmod(), fchmodat()Philip Guenther
2014-07-05Assume POSIX: uid_t and gid_tPhilip Guenther
2014-07-05Assume POSIX: uid_t and gid_tPhilip Guenther
2014-07-05Assume POSIX: <dirent.h>, struct direntPhilip Guenther
2014-07-05Oops, fix both locations using D_NAMLEN()Philip Guenther
2014-07-05Stop using silly macro when checking for '.' and '..' directory entriesPhilip Guenther
2014-07-05Assume POSIX: waitpid(), select(), and <sys/select.h>Philip Guenther
2014-07-05A local array can't be NULLPhilip Guenther
2014-07-05Assume C89: stdargs, const, and setvbuf()Philip Guenther
2014-07-05ELF uberalles!Philip Guenther
2014-07-05Delete ancient unused demo cronjobPhilip Guenther
2014-07-05Use xcalloc() in waitup(): the calloc fails, simply returning ain't gonnaPhilip Guenther
2014-07-05Use void* in malloc/realloc/calloc wrappersPhilip Guenther
2014-07-05Cleanup regarding -offset and -width:Ingo Schwarze
2014-07-04Convert a malloc+memset to a callocPhilip Guenther
2014-07-04Clean up messages regarding excess arguments:Ingo Schwarze
2014-07-04Track whether a process is a zombie or not yet fully built via flagsPhilip Guenther
2014-07-04Clean up messages related to missing arguments.Ingo Schwarze
2014-07-03Fix formatting of empty .Bl -inset item heads.Ingo Schwarze
2014-07-03remove leakmalloc droppingsDamien Miller
2014-07-03Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc isDamien Miller
2014-07-03allow explicit ::1 and 127.0.0.1 forwarding bind addresses whenDamien Miller
2014-07-03when rekeying, skip file/DNS lookup if it is the same as the key sentDamien Miller
2014-07-03MANDOCERR_NOARGS reported three completely unrelated classes of problems.Ingo Schwarze
2014-07-03Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - thisJoel Sing
2014-07-03make the "Too many authentication failures" message include theDamien Miller
2014-07-03escape %C since groff thinks it part of an Rs/Re block;Jason McIntyre
2014-07-03Add a %C escape sequence for LocalCommand and ControlPath that expandsDamien Miller