| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
* Rename some types from *key*_t to *keymacro*_t.
* Rename struct editline member el_key to el_keymacro.
* Rename some functions in keymacro.c from key*() to keymacro*().
This removes the conflict of key_clear(), key_end(), and key_print()
with macros in <term.h>. No functional change.
This makes keymacro.h identical to the NetBSD version.
It reduces the remaining diff from +2640 -1998 to +2446 -1805.
OK czarkoff@
|
|
|
|
|
|
|
|
|
|
| |
Rename the files key.[hc] to keymacro.[hc] and term.[hc] to terminal.[hc].
The change makes sense because "term.h" conflicts with <term.h>
and the functions key_clear(), key_end(), and key_print() in "key.h"
conflict with macros in <term.h>.
No content change yet, no binary change in *.o after "strip -d".
This reduces the remaining diff from +4634 -3992 to +2640 -1998.
OK czarkoff@, and mmcc@ agrees with the direction.
|
|
|
|
|
|
| |
The gettytab(5) and termcap(5) get FILES, others don't need anything.
With input from & okay schwarze@
|
| |
|
| |
|
|
|
|
| |
ok millert@
|
|
|
|
|
| |
"and" and "or" to join sentence clauses, and you can use commas, but both hinders
reading;
|
|
|
|
| |
obsolete SIZE_T_MAX. OK miod@ beck@
|
|
|
|
| |
review by millert, binary checking process with doug, concept with guenther
|
|
|
|
|
|
|
| |
rl_set_keyboard_input_timeout() that was added in this version.
Also crank the minor version.
OK krw@ yasuoka@ deraadt@
|
| |
|
|
|
|
|
| |
some of this is already contained upstream in NetBSD,
the rest will be sent there
|
|
|
|
|
| |
reallocarray() where it helps.
ok doug
|
| |
|
|
|
|
|
|
|
| |
Avoid potential integer overflow in the size argument of malloc() and
realloc() by using reallocarray() to avoid unchecked multiplication.
ok deraadt@
|
|
|
|
|
|
|
| |
Avoid potential integer overflow in the size argument of malloc() and
realloc() by using reallocarray() to avoid unchecked multiplication.
ok deraadt@
|
| |
|
|
|
|
|
|
| |
tty.c and fix EL_SETTY to work.
ok nicm
|
|
|
|
|
|
|
| |
by NULL. Fix from NetBSD via yasuoka@ but changed by me not to walk off
the end of array with >20 arguments.
ok yasuoka
|
|
|
|
|
|
| |
to an open file pointer. From NetBSD via Eitan Adler.
ok millert
|
|
|
|
| |
ok deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
members to 64bit types. Assign new syscall numbers for (almost
all) the syscalls that involve the affected types, including anything
with time_t, timeval, itimerval, timespec, rusage, dirent, stat,
or kevent arguments. Add a d_off member to struct dirent and replace
getdirentries() with getdents(), thus immensely simplifying and
accelerating telldir/seekdir. Build perl with -DBIG_TIME.
Bump the major on every single base library: the compat bits included
here are only good enough to make the transition; the T32 compat
option will be burned as soon as we've reached the new world are
are happy with the snapshots for all architectures.
DANGER: ABI incompatibility. Updating to this kernel requires extra
work or you won't be able to login: install a snapshot instead.
Much assistance in fixing userland issues from deraadt@ and tedu@
and build assistance from todd@ and otto@
|
|
|
|
|
|
| |
compatibility with GNU realine.
ok mikeb@, sthen@, espie@
|
|
|
|
|
|
| |
chars. Handle return of mbstowcs().
ok nickm
|
|
|
|
|
|
| |
editrc.5: add FILES for ~/.editrc
patches passed onto net/free
|
| |
|
|
|
|
| |
ok guenther@
|
|
|
|
|
|
| |
kill a C++-style comment.
ok nicm@
|
|
|
|
|
|
|
|
| |
corruption reported by LEVAI Daniel <leva at ecentrum dot hu>. Also
rename "bytes" to "wlen" since bytes is not accurate, suggested by
stsp@.
ok stsp oga
|
|
|
|
| |
all hail the more strict malloc S flag!
|
|
|
|
| |
ok tedu
|
|
|
|
| |
ok stsp deraadt
|
|
|
|
| |
ok nicm@
|
|
|
|
| |
ok nicm@
|
|
|
|
|
| |
start to clean up the simple stuff
ok nicm
|
|
|
|
| |
ok nicm
|
|
|
|
| |
ok nicm
|
|
|
|
| |
From zinovik.
|
|
|
|
|
|
|
|
|
| |
- wide character (noun)
- wide-character (adjective)
this is the "fix of least resistance", and appears to be in line with
posix style; a tiny fix still needed for curses, but i'll mail that
upstream;
|
| |
|
| |
|
|
|
|
| |
ok deraadt
|
|
|
|
| |
ok jmc
|
| |
|
|
|
|
|
|
| |
devio.us.
ok jmc
|
|
|
|
|
|
| |
in the roff source.
ok jmc@
|
| |
|
|
|
|
| |
ok deraadt@
|
|
|
|
|
| |
survived a full make build on i386;
"sure" deraadt@
|
|
|
|
|
|
|
| |
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms
|