index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
Age
Commit message (
Expand
)
Author
2016-03-06
Make set +o conform with POSIX.
natano
2016-03-05
POSIX-compliant behavior of "set -u" regarding "$*" and "$@" specials
Dmitrij Czarkoff
2016-03-04
Fix a typo. The command is to get the default system PATH value
Todd C. Miller
2016-03-04
remove CSRG BSD-licensed mknod builtin code which was previously used to
Theo de Raadt
2016-03-04
don't parse (...|...) patterns in variable substitution inside double quotes
Dmitrij Czarkoff
2016-03-01
tidy up function declarations and definitions
mmcc
2016-03-01
remove unneeded includes
mmcc
2016-03-01
drop Linux emulation support; ok sthen@ visa@
Christian Weisgerber
2016-02-16
Ignore trailing slashes and skip over duplicate slashes in chk_path() to
Philip Guenther
2016-02-15
To archive a 101 character absolute path in ustar format we must
Philip Guenther
2016-02-08
remove needless headers
mmcc
2016-02-01
stop linking mv(1) to libutil, since that isn't used.
Gleydson Soares
2016-02-01
style nit - do not add a space between function name and bracket
Gleydson Soares
2016-02-01
- make usage() static and __dead
Gleydson Soares
2016-01-29
Therefor -> Therefore (where appropriate)
tb
2016-01-26
remove a useless macro
mmcc
2016-01-18
Fix a regression (and POSIX violation) introduced with UTF-8 support:
Ingo Schwarze
2016-01-15
Initialize a struct kill_info and an associated int in the declarations
mmcc
2016-01-13
fix exit status on pledge fail, eval here should be 2.
Gleydson Soares
2016-01-10
Partial revert: put back the file fmt.c.
Ingo Schwarze
2016-01-10
UTF-8 support:
Ingo Schwarze
2016-01-09
Replace "function call" with "function" when referring to a function
mmcc
2016-01-08
Next step in UTF-8 support:
Ingo Schwarze
2016-01-07
need to increase INT_MAX to 64 bits too. from Nathan Holstein
Ted Unangst
2016-01-06
use int64_t for arithmetic. 64 bits ought to be enough for anyone.
Ted Unangst
2016-01-01
don't declar main. from Michal Mazurek
Ted Unangst
2015-12-31
Document the -h option for chmod and chflags, rewording the chgrp(1) and
Philip Guenther
2015-12-30
add another combo for home/end keys that works in tmux.
Ted Unangst
2015-12-30
rename a few variables/functions to avoid shadowing
Ted Unangst
2015-12-30
rename global "e" to genv to avoid accidental shadowing and aliasing.
Ted Unangst
2015-12-29
fix exit status on pledge(2) failure.
Gleydson Soares
2015-12-29
Remove reference to $ERRNO, which was been unimplemented for >= 19
mmcc
2015-12-27
Tweak comment: we now always make a copy of argv.
Jeremie Courreges-Anglas
2015-12-27
unconditionally duplicate the argv array on initialization, to make it
Alexander Hall
2015-12-27
remove unused variable
Charles Longeau
2015-12-26
remove special characters; diff from michael reed
Jason McIntyre
2015-12-26
Set the times, mode, and flags on symlinks when doing cp -p (or mv across
Philip Guenther
2015-12-26
Replace handrolled xfree() function by directly using free(3)
mestre
2015-12-24
More adress -> address
mmcc
2015-12-22
Assign pointer variables to NULL rather than 0. No functional change.
mmcc
2015-12-22
Remove a needless allocation cast. No binary change.
mmcc
2015-12-21
Replace an ugly bit of pointer arithmetic with a conditional expression.
mmcc
2015-12-16
Replace "tame" by "pledge" in a comment.
tb
2015-12-14
Move system headers from sh.h to those files that actually need them.
tb
2015-12-14
Remove a superfluous macro. No binary change. ok tb@
mmcc
2015-12-10
In emacs command-line editing mode, make sure that moving left and
Ingo Schwarze
2015-12-09
Remove NULL-check before free(). ok tb@
mmcc
2015-12-06
Remove a 250-line catalog of AT&T ksh bugs. ok tedu
mmcc
2015-12-06
pledge "dpath" to allow creation of nodes via mkfifo(2) and mknod(2)
Theo de Raadt
2015-12-06
Use __progname instead of manually handling argv[0].
Tobias Stoeckmann
[next]