summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-10-16Once apropos(1) or man(1) are done with database access, or if theIngo Schwarze
2015-10-16better handle anchored FQDNs (e.g. 'cvs.openbsd.org.') in hostnameDamien Miller
2015-10-16Cast isspace() argument to unsigned char.mmcc
2015-10-16Modernize allocation by:mmcc
2015-10-160 -> NULL when comparing with a char*.mmcc
2015-10-16Implement real "flock" request and add it to userland programs thatTodd C. Miller
2015-10-16Don't free after calling paste_set but do after evbuffer_add, from TheoNicholas Marriott
2015-10-16Add native support for ed-style diffs. No need to pledge "proc exec" anymore.Tobias Stoeckmann
2015-10-16doug and I think the kernel has enough features to supportTheo de Raadt
2015-10-16Pledge for ftp(1) in non-interactive mode.Doug Hogan
2015-10-15fix some signed/unsigned integer type mismatches in formatDamien Miller
2015-10-15Do not abuse .Nm for emphasis;Ingo Schwarze
2015-10-15Delete two preprocessor constants that are no longer used.Ingo Schwarze
2015-10-15argument to sshkey_from_private() and sshkey_demote() can't be NULLDamien Miller
2015-10-15After spawning, the parent can pledge "stdio rpath wpath cpath"Theo de Raadt
2015-10-15Simplify the part of args() that is handling .Bl -column phrases:Ingo Schwarze
2015-10-15When blk_full() handles an .It line in .Bl -column and indirectlyIngo Schwarze
2015-10-15Avoid a race between fopen(3) and fchmod(2). Use umask(2) andAlexander Bluhm
2015-10-15Plegde x99token with "stdio rpath wpath cpath fattr getpw tty".Alexander Bluhm
2015-10-15Cast arguments of ctype functions to Char, a lexism defined as unsignedmmcc
2015-10-15lock needs pledge(proc exec) to use bsd auth system. from tronddTed Unangst
2015-10-14Copy permissions AND ownership when -o will override an input file.Tobias Stoeckmann
2015-10-14gc lst_ForEachNodeWhile, which isn't actually in use anywhereMarc Espie
2015-10-14make sure we use stdbool.hMarc Espie
2015-10-13Reject the escape sequences \[uD800] to \[uDFFF] in the parser.Ingo Schwarze
2015-10-13Major character table cleanup:Ingo Schwarze
2015-10-13Check if a file name can be extracted from a line before marking forMark Lumsden
2015-10-13Ignore the setuid/setgid/sticky bits when copying the permissions of an inputTim van der Molen
2015-10-13Replace our /^\.\././ expression with /.//. The term is simpler and hasTobias Stoeckmann
2015-10-13-C and -c allow at most one input file. Ensure this is the case when theTim van der Molen
2015-10-13apply PubkeyAcceptedKeyTypes filtering earlier, so all skippedDamien Miller
2015-10-13Reduce the amount of code by moving the three copies of the ohashIngo Schwarze
2015-10-13pledge "stdio rpath wpath cpath"Theo de Raadt
2015-10-13ctype functions isxdigit() expect an unsigned char value; add missing castsPhilip Guenther
2015-10-13To alter just the atime of the mailspool, use utimensat()+UTIME_OMIT insteadPhilip Guenther
2015-10-13Obvious pledge "stdio" for yes.Doug Hogan
2015-10-13free the correct IV length, don't assume it's always the cipherDamien Miller
2015-10-12plegde(2) for apropos(1), help(1), man(1), mandoc(1), and whatis(1):Ingo Schwarze
2015-10-12pledge(2) for makewhatis(8):Ingo Schwarze
2015-10-12Delete an assignment that is unconditionally overwritten two lines later;Ingo Schwarze
2015-10-12Garbage collect an unused variable, no functional change;Ingo Schwarze
2015-10-12Check the right pointer against NULL;Ingo Schwarze
2015-10-12these callers of ttyname() no longer need to pledge "tty"Theo de Raadt
2015-10-12ttyname() no longer does ioctl TIOCGETA, so pledge("tty") is no longerChristian Weisgerber
2015-10-12Maintain a list of files marked for deletion while refreshing a diredMark Lumsden
2015-10-12ftp(1) was static for years, as a recovery seatbelt. These daysTheo de Raadt
2015-10-12Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists.Ingo Schwarze
2015-10-12Pledge "stdio wpath tty"; "awesome" deraadt@Tim van der Molen
2015-10-12in fuser mode with -k or -s mode, kill(2) might be called andTheo de Raadt
2015-10-12These no longer need to be static. The ramdisk's no longer reach-aroundTheo de Raadt