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
2018-06-04
Remove the extra pager code when compiled without the BACKWARDS flag.
Martijn van Duren
2018-06-04
Definitively choose the existing semantics for the scroll and null command.
Martijn van Duren
2018-05-30
point readers to the correct place instead of having them
Sebastian Benoit
2018-05-24
Fail earlier if we don't have a current filename. This simlifies the
Martijn van Duren
2018-05-18
remove the alias type='whence -v' and replace it with
Sebastian Benoit
2018-04-26
Make ed's 'l' command end lines with a '$' and make sure that literal
Martijn van Duren
2018-04-25
The time-setting codepath can use pledge "settime" which was added for
Theo de Raadt
2018-04-24
Keep the time pipeline's stack in tact
kn
2018-04-13
Count $SECONDS with CLOCK_MONOTONIC.
cheloha
2018-04-09
Support 64 bit integers on 32 bit architectures.
Tobias Stoeckmann
2018-04-07
snprintf+writev -> dprintf
cheloha
2018-04-02
Support integers of arbitrary length.
Tobias Stoeckmann
2018-03-31
Clarify that -P only *attempts* overwriting, which may not succeed;
Ingo Schwarze
2018-03-31
Fix spacing in brace command list grammar.
anton
2018-03-31
Fix overflows while handling 64 bit integers.
Tobias Stoeckmann
2018-03-16
improve markup quality in the cases found by the new "--" style message
Ingo Schwarze
2018-03-15
Favor usage of __func__ in warning/error messages. Some of them referred to the
anton
2018-02-26
Make ed(1) warn about modifications if 'r'ead in an empty file and
Martijn van Duren
2018-02-13
atoll -> strtonum
cheloha
2018-02-06
Clarify that the "bind" built-in command only affects Emacs editing
Ingo Schwarze
2018-02-05
CKSUM_DIGEST_STRING_LENGTH bounding didn't include full range of size_t
Theo de Raadt
2018-02-04
use sizeof, rather than the constant. on change in binary.
Theo de Raadt
2018-02-04
repair ugly indents
Theo de Raadt
2018-02-04
Print strtonum(3)-style error messages on invalid numeric input.
cheloha
2018-02-02
Extend range for seconds from 100 million to upper bound of time_t.
cheloha
2018-01-20
Remove code that has been disabled since 1999. From Michael W. Bombardieri who
anton
2018-01-16
Introduce internal_warningf() and mark internal_errorf() as noreturn
Jeremie Courreges-Anglas
2018-01-16
Stop constructing the ulimit optstring passed to ksh_getopt() at runtime since
anton
2018-01-16
One minor scan-build warning
Jeremie Courreges-Anglas
2018-01-15
Don't try to open HISTFILE if the variable is unset.
Jeremie Courreges-Anglas
2018-01-15
Stop pretending we support building ksh without EDIT/HISTORY support
Jeremie Courreges-Anglas
2018-01-14
unifdef BRACE_EXPAND; ok jca@
anton
2018-01-13
remove unused parameter from the static function print_expansions();
Ingo Schwarze
2018-01-12
Some more tweaks to NOTES
Jeremie Courreges-Anglas
2018-01-09
Rename test file =.err to eq.err for simpler make file scripts.
Alexander Bluhm
2018-01-08
update comments that were left behind in the recent unifdef JOB commit
Sebastian Benoit
2018-01-08
Drop two outdated entries
Jeremie Courreges-Anglas
2018-01-08
Remove unused "args" param from kb_add(), it is always NULL.
Todd C. Miller
2018-01-08
Kill entries that are obviously outdated/out of scope
Jeremie Courreges-Anglas
2018-01-07
Add proper bounds checking to kb_add(). OK anton@
Todd C. Miller
2018-01-06
Bring back the sign compare changes, this time with a fix from otto@
Todd C. Miller
2018-01-05
unifdef JOBS support
Jeremie Courreges-Anglas
2018-01-05
Typos in comments: 'it' -> 'if' and 'noityf' -> 'notify'.
Theo Buehler
2018-01-04
Back out sign compare changes that appear to cause problems on hppa.
Todd C. Miller
2018-01-03
Stop "dd if=/dev/zero of=/dev/null bs=1 count=2 skip=0x7fffffffffffffff"
Ingo Schwarze
2018-01-01
Add WARNINGS=yes to ksh and fix the resulting sign compare warnings.
Todd C. Miller
2017-12-30
backslash also escapes newlines when quoted;
Jason McIntyre
2017-12-27
Add -Wshadow to Makefile and fix the resulting warnings. Many of
Todd C. Miller
2017-12-26
The hack for /dev/fd support on systems without it was removed a
Todd C. Miller
2017-12-23
As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3).
cheloha
[next]