| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Previously they tried to depend on libtermcap which actually doesn't
exist in the objdir.
ok jca
|
|
|
|
|
|
|
|
|
|
| |
avoiding runtime failures on architectures using ld.lld. Also add a note to
libcurses shlib_version reminding about bumps (as done with libcrypto/libssl).
Thanks guenther@ for suggestions of tests involving library bumps and jca@
for doing these tests and hint about DPADD.
Looks good kettenis@, ok jca@
|
|
|
|
| |
okay deraadt@
|
|
|
|
| |
"warning:" rectification.
|
|
|
|
|
|
|
| |
as truth values. Change a parameter to 'const'. All without making
promises about any further cleanup in /gnu/.
ok deraadt@
|
|
|
|
| |
tweak & ok kettenis@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
|
|
|
|
|
|
| |
some programs working correctly in tmux and screen.
From the readline changelog:
w. Fixed a bug in the callback read-char interface to make it work when a
readline function pushes some input onto the input stream with
rl_execute_next (like the incremental search functions).
ok deraadt
|
|
|
|
| |
ok beck@
|
|
|
|
| |
ok pvalchev@, fine deraadt@
|
| |
|
|
|
|
|
|
|
| |
the machine architecture. We now output amd64 instead
of x86_64 as it should be.
ok deraadt@ pvalchev@
|
| |
|
|
|
|
| |
OK from kettenis@, deraadt@
|
|
|
|
|
|
|
| |
To build you must:
cd /usr/src && make obj && make includes
cd lib/libc && make depend && make && NOMAN=1 sudo make install
cd /usr/src && make build
|
|
|
|
| |
ok miod@
|
|
|
|
| |
ok deraadt@, otto@, pval@
|
| |
|
|
|
|
| |
ok deraadt@, millert@, krw@ - mdoc ok jmc@
|
|
|
|
| |
ok tdeval@ markus@
|
| |
|
|
|
|
| |
from Manuel Sabban (PR 3345);
|
|
|
|
| |
fixes problem found by markus@
|
| |
|
|
|
|
| |
static builds still seem to work with this. ok deraadt@ tedu@
|
|
|
|
| |
changes are nontrivial to fix. Will return when static build works.
|
|
|
|
| |
ok tedu@, art@
|
|
|
|
|
|
| |
since the former is a superset of the latter, and they used the same info
node name, for further confusion.
ok millert@ krw@
|
|
|
|
|
| |
in the middle of a page.
ok millert@ krw@
|
| |
|
|
|
|
|
|
|
|
| |
now build libraries with propolice enabled. Without this, existing
binaries (such as ports/packages) that link with any system library
other than libc will fail with an undefined symbol of "___guard"
(__guard on ELF).
Pointed out by markus@ and discussed with deraadt@
|
| |
|
|
|
|
| |
espie@ request and OK
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
--
Ok'd by millert@
|
|
|
|
| |
was on drugs earlier.
|
|
|
|
| |
cleandir. This is not the prettiest of things but it does work.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
remove bogus savestring prototype that conflicts with gdb (and is not used)
fix a typo in sgtty code (not that we use it but...)
treat empty environment variables as unset
|
|
|
|
|
| |
standard OpenBSD library building.
Also remove generated doc files and texinfo bits we have in the tree.
|
|
|