460,720 commits found in 99 milliseconds
Finally retire the ancient LINENO hack
The original implementation of the POSIX required LINENO variable
was a hideous hack, which didn't really work. That was replaced
in 2017, but the code for the hack was left present in case it was
needed - with the enabling code #if'd out, but all the rest of the
code unchanged - just impossible to be executed any more.
This removes all of that ancient code (including that which
was #if'd away), /bin/sh will get slightly smaller, and perhaps
unmeasurably faster, there should be no other differences.
spaces to tab
Use BUS_ADDR_{LO,HI}32.
No code difference for arm64 and will compile on for arm32
Fix a typo in the multiple inclusion protection #define
if_ure.c: support pause frames with 8153* variants
PR 60076 : Add iprop as a local addition to services file.
Inspired by `man ipropd-master`.
Comment is the same as hprop.
Switch everyone to jemalloc.old
merge conflicts
NetBSD /src e0QyVYW — external/bsd/jemalloc.old/dist configure, external/bsd/jemalloc.old/dist/build-aux config.sub Import the current jemalloc to jemalloc.old
Version Delta File 1.1.1.2 +2,593 -493 external/bsd/jemalloc.old/dist/configure 1.1.1.2 +1,973 -829 external/bsd/jemalloc.old/dist/src/jemalloc.c 1.1.1.2 +1,335 -1,305 external/bsd/jemalloc.old/dist/build-aux/config.sub 1.1.1.2 +314 -2,046 external/bsd/jemalloc.old/dist/src/prof.c 1.1.1.2 +742 -1,594 external/bsd/jemalloc.old/dist/src/extent.c 1.1.1.2 +1,915 -384 external/bsd/jemalloc.old/dist/src/ctl.c +8,872 -6,651 741 files not shown +68,653 -18,115 747 files
rum.4: modernize statement about MIMO and IEEE 802.11n
Issue noted by Andrew Ball in PR kern/60197 .
ctwm_app_menu: Handle whitespace around equals sign in ini files
from Robert Whitlock
PR xsrc/60198 ctwm_app_menu doesn't consder whitespace
Add ref/mod emulation PMAP_COUNTERs
g/c
evbarm: Update install instructions.
Recommend using installboot to install u-boot.
libfetch: remove HAVE_POLL section again
the problem was the missing HAVE_POLL_H definition, now fixed
libfetch: remove trailing whitespace, define HAVE_POLL_H
libfetch: sync with pkgsrc
whitespace
libfetch: sync with pkgsrc
add missing line, not sure where that got lost
sync whitespace
libfetch: sync with pkgsrc
revision 1.43
date: 2025-02-18 13:59:54 +0100; author: wiz; state: Exp; lines: +24 -7; commitid: FUNM7pDAcd8v2XJF;
libfetch: Fix proxy connections.
From Jonathan Perkin <jperkin at smartos.org>
via drecklypkg commit $e6083c3a737b5451887c0c803b807c63e63aa046
libfetch: reduce diffs to pkgsrc/
style changes
libfetch: revert HAVE_POLL removal
libfetch: reduce diffs to pkgsrc
reduce variable scope
libfetch: reduce diffs to src
add prototypes
libfetch: reduce diffs to pkgsrc
call getenv directly instead of caching in a variable
libfetch: reduce diffs to pkgsrc
compute result in a variable
libfetch: reduce diffs to pkgsrc
portability (xenix, __apple__)
libfetch: reduce diffs to pkgsrc
remove HAVE_POLL
libfetch: reduce diffs to pkgsrc
Remove unused variable
Add micphy for Micrel KSZ[89]xxx PHY support
libarchive 3.8.7 out