summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2011-08-07typo, fix from Laurent GautrotDarren Tucker
2011-08-03save/restore tty state on SIGTSTP/SIGCONT. ok deraadt@ nicm@Otto Moerbeek
2011-08-02typo in commentDamien Miller
2011-08-02crank now, release laterDamien Miller
2011-08-02Add new SHA256 and SHA512 based HMAC modes fromDamien Miller
2011-08-01prevent post-auth resource exhaustion (int overflow leading to 4GB malloc);Markus Friedl
2011-08-01Change Gnu to GNU in man page (also, while here, in README and in a comment)lum
2011-07-31Actually, by merging individual patches, we are already in syncIngo Schwarze
2011-07-31Workaround to prevent misrendering of \*(-- as "O-" in pod2man(1)-Ingo Schwarze
2011-07-31Mention that make(1) is the program using .depend files.Ingo Schwarze
2011-07-30deemed unsafe by theo, will wait after 5.0Marc Espie
2011-07-30fix error in previous;Jason McIntyre
2011-07-30Extend the mode-mouse option to add a third choice which means the mouseNicholas Marriott
2011-07-30Do not require a client here, or pipe-pane will not work from theNicholas Marriott
2011-07-29fail open(2) with EPERM rather than SIGKILLing the whole process. libcDamien Miller
2011-07-29systemV trumps our modifiers.Marc Espie
2011-07-29document vi/ex regular expressions, and where they differ from thoseJason McIntyre
2011-07-28Resolve sysctl numbers, original diff from nicm@, man page bits fromOtto Moerbeek
2011-07-28Adjust for machdep.consdev -> kern.consdev sysctl change. This should restoreMark Kettenis
2011-07-26Backout previous, naddy@ found the following regression:Ingo Schwarze
2011-07-25- Use strtof instead of casting strtod back to float (apprentice.c),Martynas Venckus
2011-07-25Sort options alphabetically, from Tiago Cunha.Nicholas Marriott
2011-07-24Rewrite the main loop of the "sed s/..." command, shortening it by tenIngo Schwarze
2011-07-24AT&T recently released a new version of UNIX (System III).Ingo Schwarze
2011-07-22Use dirfd(dirp) instead of dirp->dd_fd.Matthew Dempsky
2011-07-22Speed up igetnext() by passing the record we want to parse in toTodd C. Miller
2011-07-19Add fancy kdump support for the openat(2) system calls.Matthew Dempsky
2011-07-17Fix an integer overflow for very long lines by replacing the datatype of 2 of...aschrijver
2011-07-17Fix spacingaschrijver
2011-07-17handle files produced by ktrace -a better by making a distinctionOtto Moerbeek
2011-07-17since we're treating native emuls different (more fancy) thanOtto Moerbeek
2011-07-15When killing lines using ^U <n> ^K, count the characters exactly (forTheo de Raadt
2011-07-14spacing, no binary change.Igor Sobrado
2011-07-14str is an optional argument to -t; if no argument is given, thisIgor Sobrado
2011-07-14Import mandocdb(8) from bsd.lv, coded by kristaps@, for in-tree development.Ingo Schwarze
2011-07-14Revert build system complication, for two reasons:Ingo Schwarze
2011-07-12argument to -t is optional.Igor Sobrado
2011-07-12print out the amount of memory used for cache. ok ottoTed Unangst
2011-07-11the matchall magic shortcut requires we set c=1 to print nowTed Unangst
2011-07-11Only complain about zero-sized structures/unions when in strictMartynas Venckus
2011-07-10Rename O_DIRECTORY to O_TMP_DIRECTORY to avoid a namespace collisionTodd C. Miller
2011-07-10Make -m 0 work as expected.Otto Moerbeek
2011-07-10The mandoc directory will soon grow subdirs mandocdb/ and apropos/Ingo Schwarze
2011-07-09Document default write speed of tao subcommand.Stefan Sperling
2011-07-09mention new struct trace point letterOtto Moerbeek
2011-07-09print the name of an unknown struct, it has been verified to be sane;Otto Moerbeek
2011-07-09remove more atalk bitsTheo de Raadt
2011-07-09Unused variable.Nicholas Marriott
2011-07-09Pass the right size to calloc (* not **).Nicholas Marriott
2011-07-09rmove rotten netatalk bitsHenning Brauer