| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
or otherwise change Dt to reflect the name of an existing function;
feedback/ok schwarze
|
| |
|
|
|
|
|
|
| |
millert and myself checked for code which expects zero'd memory, none found.
Tighten the size == 0, count == 0 checking as well
Discussed with djm, tedu, otto, ok millert
|
|
|
|
|
|
|
| |
Aq is not the same as <> in non-ASCII situations, so this caused
incorrect output in some places. And it provided no semantics besides.
ok schwarze@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@
|
| |
|
|
|
|
| |
references into a STANDARDS section;
|
| |
|
|
|
|
|
|
|
|
| |
Most of the patch from Arto Jonsson <ajonsson at kapsi dot fi>.
jmc@ agrees in principle that .Lk is the right macro to use.
While here, update a few broken links,
and add missing markup at a few places.
|
|
|
|
| |
ok guenther@
|
|
|
|
|
|
| |
changes to libevent and zlib headers sent to the upstream maintainers.
ok jmc@ (for typos), millert@
|
|
|
|
|
|
| |
months since it was introduced so it's safe to assume people have this dir now.
ok deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the openssl and libz versions:
- use a generic ${lib_version}
- define ${version_file} to look run ${version_re} on to
acquire the library version.
- add license
- remove unused -k flag
no change in generated files
ok sthen@
|
|
|
|
|
| |
tested by landry@ in a bulk.
ok miod@ sthen@
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@
sys/dev/pci/bktr/* ok jakemsr@
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
array. From Mark Adler.
|
| |
|
|
|
|
| |
"in it goes" deraadt@, in the near-total absence of feedback from others
|
| |
|
|
|
|
| |
ok miller@ henning@
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
henning@ OK
|
|
|
|
| |
millert@ agrees
|
|
|
|
| |
DYNAMIC_CRC_TABLE is defined. OK henning@
|
|
|
|
| |
ok millert@ (previous as well)
|
|
|
|
|
|
|
|
| |
some bugs return: i fixed the same some months ago when we had this other gzip
there.
this bug resulted in wrong size stats for > 4GB files, and in the case
that the input file was > 4GB and could be compressed to < 4GB gzip
not zipping it as it would grow in its eyes.
|
|
|
|
| |
ok millert@ deraadt@
|
|
|
|
| |
how did this sit around so long??
|
| |
|
|
|
|
|
|
| |
add MLINKS to compress.3.
rescued by deraadt@
|
|
|
|
|
|
| |
- .Xr compress 1
requested by deraadt@
|
|
|
|
| |
ok henning@ deraadt@
|
| |
|
|
|
|
| |
ok miod@
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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@
|