summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-07-10fix version comparison for openssl-like versions (1.0.1g etc)Jasper Lievisse Adriaanse
2014-07-09floppy disks are obsolete. recommend keeping the keyfile on a flash diskTed Unangst
2014-07-09small alignment tweakJasper Lievisse Adriaanse
2014-07-09Do you know what horrors lie beyond that wall?Ted Unangst
2014-07-09"mkstr was intended for the limited architecture of the PDP 11 family."Ted Unangst
2014-07-09fix ssh-add crash while loading more than one keySebastian Benoit
2014-07-09mlarkin requested that i cleanup the example codeTed Unangst
2014-07-09mark defos as const; nobody needs to change it,Ingo Schwarze
2014-07-09delete forgotten, obsolete rew_warn() prototypeIngo Schwarze
2014-07-09instead of printf() use tbprintf() like elsewhere in systat.Jasper Lievisse Adriaanse
2014-07-09downgrade more error() to debug() to better match what old authfile.cDamien Miller
2014-07-09more useful error message when GLOB_NOSPACE occurs;Damien Miller
2014-07-08Cannot find a reason for this to need machine/cpu.hTheo de Raadt
2014-07-08mention X Window System announcement.Kirill Bychkov
2014-07-08every succesful hackathon must begin with a sacrifice.Ted Unangst
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