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-11-26
Remove leftovers of line disciplines that are no more.
Martin Pieuchot
2016-11-14
Remove an escaped blank space and insert an No macro to keep \&; at a
Theo Buehler
2016-11-14
Markup improvements:
Ingo Schwarze
2016-11-12
Fix lexicographic order of shell built-ins: trap comes before true.
Theo Buehler
2016-10-26
Document LC_CTYPE.
Ingo Schwarze
2016-10-24
Unify wording for LC_CTYPE in ENVIRONMENT:
Ingo Schwarze
2016-10-19
Make the description of COLUMNS a bit more readable.
Ingo Schwarze
2016-10-19
Delete useless setlocale(3) in src/bin/.
Ingo Schwarze
2016-10-17
simplify implementation of the '$' command, no functional change;
Ingo Schwarze
2016-10-17
resolve code duplication in domove() for the commands: b B w W
Ingo Schwarze
2016-10-17
No need to inspect LC_CTYPE:
Ingo Schwarze
2016-10-17
Make sure the cursor goes to the first byte of a UTF-8 character
Ingo Schwarze
2016-10-15
remove the "in the future" notes from the past;
Jason McIntyre
2016-10-14
Correct description of the "bind" builtin command.
Ingo Schwarze
2016-10-14
delete useless setlocale(3);
Ingo Schwarze
2016-10-11
Partial UTF-8 line editing support for ksh(1) vi input mode;
Ingo Schwarze
2016-10-11
Remove now-unused pathnames.h, from Jan Stary
Todd C. Miller
2016-10-11
Reimplement g flag for s commands. Got lost in previous commit.
Martijn van Duren
2016-10-10
don't need to worry about pre/post order and skipping directories.
Ted Unangst
2016-10-10
zap extra includes
Ted Unangst
2016-10-10
remove some more dead code. (previous diff from Jan Stary)
Ted Unangst
2016-10-10
remove some dead code that's only used in rm
Ted Unangst
2016-10-10
Remove infinite loop detection from the s-command.
Martijn van Duren
2016-10-07
suppose we should fix csh while we're at it.
Ted Unangst
2016-10-07
note that ulimit -m is not enforced, spotted by jmc
Ted Unangst
2016-09-30
remove unneccessary .Pp; from jan stary
Jason McIntyre
2016-09-27
Move bug description to the BUGS section
Dmitrij Czarkoff
2016-09-23
Attempt to use stdout, stderr, or stdin terminal widths if they exist.
Anthony J. Bentley
2016-09-23
remove the note about the list command (l) displaying a --More--
Jason McIntyre
2016-09-20
sync the description of -q with that of cksum.1;
Jason McIntyre
2016-09-12
Remove mention of "remote time" in description for the -a flag.
Jeremie Courreges-Anglas
2016-09-11
Symlinks to binaries should belong to root:bin.
Martin Natano
2016-09-08
The bug about not displaying exact information because ps can't run
Ted Unangst
2016-09-08
Mark PPID read-only as per the manual. From Anthony Coulter.
Todd C. Miller
2016-09-08
Add KSH_IGNORE_RDONLY flag and use it in var.c instead of the 0x4
Todd C. Miller
2016-09-08
Allow "typeset -ir FOO" if FOO is not already marked read-only. OK tb@
Todd C. Miller
2016-09-08
etime isn't just an alias for start. the output format is different.
Ted Unangst
2016-09-08
Don't try to look up array names for complete_* that aren't
Nicholas Marriott
2016-09-08
it seems we hyphenate it set-group-id;
Jason McIntyre
2016-09-07
remove unused variable 'last'
David Coppa
2016-09-04
Allow simple custom completions by creating an array named
Nicholas Marriott
2016-09-03
add sha512/256 support to check that the libc code is right :)
Ted Unangst
2016-09-01
simplify comment to remove reference to sparc.
Ted Unangst
2016-08-26
Pull in <sys/time.h> for gettimeofday()
Philip Guenther
2016-08-26
Need <time.h> for time() and others. Pulled in by coincidence previously
Philip Guenther
2016-08-26
-E NONE has *never* worked; it was always -E none. It's a dubious option
Philip Guenther
2016-08-26
options.h is only used by options.c; merge it into the .c file
Philip Guenther
2016-08-26
reduce and sort #includes
Philip Guenther
2016-08-26
tables.h is only used by tables.c; merge it into the .c file
Philip Guenther
2016-08-26
<sys/time.h>, <errno.h>, and <stdlib.h> are unnecessary; sort #includes
Philip Guenther
[next]