Module Name:src
Committed By: andvar
Date: Sat Jul 31 15:02:54 UTC 2021
Modified Files:
src/libexec/lfs_cleanerd: lfs_cleanerd.8
Log Message:
s/threshhold/threshold
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/libexec/lfs_cleanerd/lfs_cleanerd.8
Ple
Module Name:src
Committed By: christos
Date: Sat Jul 3 14:59:49 UTC 2021
Modified Files:
src/libexec/ftpd: ftpd.c
Log Message:
Treat failed chdir/chroot for guest and chroot accounts as fatal.
Also treat failed set{e,}(u,g}id calls as fatal.
Addresses CVE-2020-7468, via F
Module Name:src
Committed By: riastradh
Date: Wed Jun 16 21:53:51 UTC 2021
Modified Files:
src/libexec/ld.elf_so: rtld.c
Log Message:
ld.elf_so(1): Omit needless membar_enter.
The use of membar_enter is to separate atomic r/m/w on a lock from
the body of the critical sect
Module Name:src
Committed By: joerg
Date: Sun May 30 02:26:08 UTC 2021
Modified Files:
src/libexec/ld.elf_so: rtld.c
Log Message:
Don't use the return address hack with clang.
To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 src/libexec/ld.elf_so/rtld.c
P
Module Name:src
Committed By: mrg
Date: Wed May 5 07:41:48 UTC 2021
Modified Files:
src/libexec/httpd: CHANGES auth-bozo.c bozohttpd.c bozohttpd.h
src/libexec/httpd/testsuite: t10.out
Log Message:
don't assume host BUFSIZ is sufficent. small BUFSIZ leads to
alway
Module Name:src
Committed By: mrg
Date: Wed May 5 07:09:19 UTC 2021
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
include . bozo_unconst() uses uintptr_t defined here.
from embr .
To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/libexec
Module Name:src
Committed By: rillig
Date: Thu Apr 8 07:02:12 UTC 2021
Modified Files:
src/libexec/httpd: bozohttpd.c cgi-bozo.c
Log Message:
bozohttpd: fix argument type for functions from
Found by the recently added check to lint (message 342).
ok mrg@
To generate
Module Name:src
Committed By: rillig
Date: Thu Apr 8 06:52:42 UTC 2021
Modified Files:
src/libexec/httpd/small: Makefile
Log Message:
bozohttpd-small: fix typo in SRCS, fix targets dependall and lint
The additional ':' after 'main.c' had no effect on the compilation sinc
Module Name:src
Committed By: rillig
Date: Thu Apr 8 06:44:55 UTC 2021
Modified Files:
src/libexec/httpd/small: Makefile
Log Message:
bozohttpd-small: fix error handling for unifdef
The second of the '$$?' was spelled only '$?'. At the time where this
shell expression w
Module Name:src
Committed By: mrg
Date: Sun Apr 4 18:14:27 UTC 2021
Modified Files:
src/libexec/httpd: CHANGES bozohttpd.c
Log Message:
avoid DoS in initial request size, which is now bounded at 16KiB.
reported by Justin Parrott in PR#56085.
To generate a diff of this c
Module Name:src
Committed By: christos
Date: Sat Mar 6 20:11:08 UTC 2021
Modified Files:
src/libexec/ld.elf_so/arch/mips: mips_reloc.c
Log Message:
Don't or the got object in, just assign it. Fixes cc -mabi=64 hello.c -lcrypto
Now all 64 bit binaries work, and I tested th
Module Name:src
Committed By: christos
Date: Sat Mar 6 20:09:40 UTC 2021
Modified Files:
src/libexec/ld.elf_so: xprintf.c
Log Message:
pretend we know about %# and %j...
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/libexec/ld.elf_so/xprintf.c
Pleas
Module Name:src
Committed By: rillig
Date: Sun Feb 28 16:10:00 UTC 2021
Modified Files:
src/libexec/httpd: printenv.lua
Log Message:
libexec/httpd: fix cross-site scripting in Lua example
curl \
--header 'NAME: ' \
'http://127.0.0.1:8080/test/printenv?='
To generate
Module Name:src
Committed By: mrg
Date: Sun Feb 28 05:19:52 UTC 2021
Modified Files:
src/libexec/httpd: bozohttpd.8
Log Message:
update version, dates, add emily to list of contributors. sort list.
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/libexe
Module Name:src
Committed By: mrg
Date: Sun Feb 28 04:18:46 UTC 2021
Modified Files:
src/libexec/httpd: Makefile
Log Message:
avoid warnings from the previous when using objdirs.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/libexec/httpd/Makefile
Pl
Module Name:src
Committed By: mrg
Date: Sun Feb 28 02:39:15 UTC 2021
Modified Files:
src/libexec/httpd: Makefile
Log Message:
give BOZOVER a default so exporting a distfile is easy.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/libexec/httpd/Makefile
Module Name:src
Committed By: mrg
Date: Sat Feb 27 12:55:25 UTC 2021
Modified Files:
src/libexec/httpd: CHANGES bozohttpd.c content-bozo.c
Log Message:
changes in bozohttpd 20210227:
o new support for content types: .tar.bz2, .tar.xz, .tar.lz,
.tar.zst,
Module Name:src
Committed By: mrg
Date: Sat Feb 27 12:36:46 UTC 2021
Modified Files:
src/libexec/httpd: CHANGES bozohttpd.c bozohttpd.h cgi-bozo.c main.c
src/libexec/httpd/libbozohttpd: libbozohttpd.3
Log Message:
belated call version 20210211 after previous memory
Module Name:src
Committed By: mrg
Date: Thu Feb 11 09:57:53 UTC 2021
Modified Files:
src/libexec/httpd: bozohttpd.c bozohttpd.h main.c
src/libexec/httpd/libbozohttpd: libbozohttpd.3
Log Message:
clean up issues detected by address sanitizer (just some memory
leaks
Module Name:src
Committed By: mrg
Date: Thu Feb 11 09:23:56 UTC 2021
Modified Files:
src/libexec/httpd: CHANGES bozohttpd.c bozohttpd.h cgi-bozo.c
src/libexec/httpd/testsuite: Makefile
Added Files:
src/libexec/httpd/testsuite: t16.in t16.out t17.in t17.out t
Module Name:src
Committed By: mrg
Date: Sun Jan 17 00:15:14 UTC 2021
Modified Files:
src/libexec/httpd: Makefile.boot
Log Message:
also set -D_DEFAULT_SOURCE to open up more headers.
allow passing $(EXTRALIBS).
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9
Module Name:src
Committed By: hannken
Date: Thu Nov 19 10:45:37 UTC 2020
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
Bozohttpd clobbers files greater than 4GB on 32bit archs.
Make sure the alignment mask derived from pagesize is an off_t.
To generate a d
Module Name:src
Committed By: wiz
Date: Thu Oct 15 09:54:22 UTC 2020
Modified Files:
src/libexec/httpd: bozohttpd.8
Log Message:
New sentence, new line. Fix xref.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/libexec/httpd/bozohttpd.8
Please note tha
Module Name:src
Committed By: mrg
Date: Thu Oct 15 04:21:53 UTC 2020
Modified Files:
src/libexec/httpd: CHANGES bozohttpd.8 bozohttpd.c bozohttpd.h
cgi-bozo.c content-bozo.c daemon-bozo.c main.c ssl-bozo.c
Log Message:
various updates from / freebsd. the list
Module Name:src
Committed By: mrg
Date: Thu Oct 15 02:19:24 UTC 2020
Modified Files:
src/libexec/httpd: CHANGES auth-bozo.c bozohttpd.8 bozohttpd.c
bozohttpd.h dir-index-bozo.c main.c ssl-bozo.c
Log Message:
set -D_GNU_SOURCE in Makefile.boot. from hadrien.lac
Module Name:src
Committed By: kamil
Date: Tue Sep 22 00:41:28 UTC 2020
Modified Files:
src/libexec/ld.elf_so: rtld.c
Log Message:
Correct r_ldbase valuse
It shall be the relocbase value, not linkmap.
To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 src/li
Module Name:src
Committed By: rhialto
Date: Sat Sep 12 14:44:25 UTC 2020
Modified Files:
src/libexec/httpd: content-bozo.c
Log Message:
bozohttpd: correct .m4a to audio/mp4.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/libexec/httpd/content-bozo.c
P
Module Name:src
Committed By: rhialto
Date: Sat Sep 12 12:39:28 UTC 2020
Modified Files:
src/libexec/httpd: CHANGES content-bozo.c
Log Message:
bozohttpd: add .m4a and .m4v file extensions.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/libexec/httpd/C
Module Name:src
Committed By: mrg
Date: Sat Sep 5 13:38:24 UTC 2020
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
avoid passing NULL pointers to printf() like functions and %s.
To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/libexec/htt
Module Name:src
Committed By: leot
Date: Tue Aug 25 20:02:33 UTC 2020
Modified Files:
src/libexec/httpd: printenv.lua
Log Message:
Fix a typo in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/libexec/httpd/printenv.lua
Please note that diffs a
Module Name:src
Committed By: lukem
Date: Sat Aug 22 08:08:48 UTC 2020
Modified Files:
src/libexec/ftpd: ftpd.conf.5
Log Message:
ftpd.conf(5): remove duplicate "be"
Two be or not two be.
Noted by SAITOH Masanobu in private mail.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: mrg
Date: Thu Aug 20 07:56:27 UTC 2020
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
compare mmap return again MAP_FAILED not -1 or 0.
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/libexec/httpd/bozohttpd.
Module Name:src
Committed By: mrg
Date: Thu Aug 20 07:57:01 UTC 2020
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
call this bozohttpd/20200820
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/libexec/httpd/bozohttpd.c
Please note that d
Module Name:src
Committed By: mrg
Date: Thu Aug 20 07:55:10 UTC 2020
Modified Files:
src/libexec/httpd: CHANGES bozohttpd.8
Log Message:
update for recent changes.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/libexec/httpd/CHANGES
cvs rdiff -u -r1.83
Module Name:src
Committed By: spz
Date: Thu Aug 20 05:46:31 UTC 2020
Modified Files:
src/libexec/httpd: bozohttpd.c bozohttpd.h cgi-bozo.c ssl-bozo.c
Log Message:
send close_notify for the ssl connection before closing the TCP connection
Thanks to Dr. Thomas Orgis for repo
Module Name:src
Committed By: jruoho
Date: Mon Jul 13 10:35:17 UTC 2020
Modified Files:
src/libexec/httpd/small: Makefile
Log Message:
Add -DNO_BLOCKLIST_SUPPORT also to small/Makefile.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/libexec/httpd/small/M
Module Name:src
Committed By: wiz
Date: Mon Jul 13 09:41:18 UTC 2020
Modified Files:
src/libexec/httpd: bozohttpd.8
Log Message:
Use Nx.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/libexec/httpd/bozohttpd.8
Please note that diffs are not public dom
Module Name:src
Committed By: jruoho
Date: Mon Jul 13 09:38:57 UTC 2020
Modified Files:
src/libexec/httpd: Makefile.boot bozohttpd.8 bozohttpd.c
Log Message:
Do not report status code 500 to blocklistd(8) Add -DNO_BLOCKLIST_SUPPORT
to Makefile.boot.
To generate a diff o
Module Name:src
Committed By: jruoho
Date: Sat Jul 11 08:10:52 UTC 2020
Modified Files:
src/libexec/httpd: Makefile auth-bozo.c bozohttpd.8 bozohttpd.c
bozohttpd.h
Log Message:
Add blocklistd(8) support.
To generate a diff of this commit:
cvs rdiff -u -r1.28
Module Name:src
Committed By: jmcneill
Date: Mon Jul 6 23:31:36 UTC 2020
Modified Files:
src/libexec/httpd: bozohttpd.8 bozohttpd.c bozohttpd.h dir-index-bozo.c
main.c
Log Message:
Add -R flag to specify a README file to add at the bottom of directory
autoinde
Module Name:src
Committed By: lukem
Date: Sat Jul 4 05:18:37 UTC 2020
Modified Files:
src/libexec/ftpd: pfilter.c pfilter.h
Log Message:
add missing RCSIDs
(copyrights could be added too - that's up to christos@)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r
Module Name:src
Committed By: lukem
Date: Sat Jul 4 01:20:42 UTC 2020
Modified Files:
src/libexec/ftpd: version.h
Log Message:
NetBSD-ftpd 20200615
Update version to "NetBSD-ftpd 20200615" for changes:
- Increase some buffer sizes.
- Rename blacklist to blocklist.
To g
Module Name:src
Committed By: joerg
Date: Tue Jun 16 21:02:20 UTC 2020
Modified Files:
src/libexec/ld.elf_so/arch/arm: mdreloc.c
Log Message:
R_ARM_TLS_TPOFF32 needs to adjust the existing value, not blindly
overwrite it.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: joerg
Date: Tue Jun 16 21:01:30 UTC 2020
Modified Files:
src/libexec/ld.elf_so/arch/aarch64: mdreloc.c
Log Message:
Honor addend for R_AARCH64_TLS_TPREL relocation.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/libexec/ld
Module Name:src
Committed By: fox
Date: Sun Jun 7 23:33:02 UTC 2020
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
libexec/httpd: Fix the possible -Werror=stringop-truncation
Error was reported when build.sh was run with MKLIBCSANITIZER=yes flag.
Reviewed b
Module Name:src
Committed By: fox
Date: Sun Jun 7 23:15:53 UTC 2020
Modified Files:
src/libexec/lfs_cleanerd: Makefile.inc
Log Message:
libexec/lfs_cleanerd: Suppress -Werror=stringop-truncation error
This logic correctly uses strncpy(3) to fully initialize a fixed-width
Module Name:src
Committed By: macallan
Date: Sun May 24 02:33:11 UTC 2020
Modified Files:
src/libexec/ld.elf_so/arch/powerpc: ppc_reloc.c
Log Message:
new binutils/gcc started emitting R_PPC_UADDR32 reloc entries, so for now
treat them like R_PPC_ADDR32
XXX
these relocs ha
Module Name:src
Committed By: skrll
Date: Sat May 16 16:43:00 UTC 2020
Modified Files:
src/libexec/ld.elf_so/arch/hppa: hppa_reloc.c
Log Message:
Avoid compiler warnings about uninitialised symnum
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/libexec/
Module Name:src
Committed By: skrll
Date: Sat May 16 16:43:15 UTC 2020
Modified Files:
src/libexec/ld.elf_so: headers.c
Log Message:
Fix debug build
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/libexec/ld.elf_so/headers.c
Please note that diffs are
Module Name:src
Committed By: skrll
Date: Sun May 10 06:42:38 UTC 2020
Modified Files:
src/libexec/ld.elf_so/arch/hppa: hppa_reloc.c rtld_start.S
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/libexec/ld.elf_so/arch/hpp
Module Name:src
Committed By: joerg
Date: Thu Apr 23 00:03:41 UTC 2020
Modified Files:
src/libexec/telnetd: ext.h global.c
Log Message:
Don't play #define games with extern, just have a separate list to avoid commons
To generate a diff of this commit:
cvs rdiff -u -r1.22
Module Name:src
Committed By: joerg
Date: Wed Apr 22 23:54:32 UTC 2020
Modified Files:
src/libexec/ld.elf_so: search.c
Log Message:
Mark _rtld_invalid_paths static as ldd can end up with two copies
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/libexec
Module Name:src
Committed By: sevan
Date: Sat Apr 18 22:03:51 UTC 2020
Modified Files:
src/libexec/utmp_update: utmp_update.8
Log Message:
document history
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/libexec/utmp_update/utmp_update.8
Please note that
Module Name:src
Committed By: thorpej
Date: Wed Mar 4 01:21:17 UTC 2020
Modified Files:
src/libexec/ld.elf_so: headers.c map_object.c rtld.c
Log Message:
PT_GNU_RELRO segments are arranged such that their vaddr + memsz ends
on a linker common page size boundary. However,
Module Name:src
Committed By: kamil
Date: Sat Feb 29 18:53:55 UTC 2020
Modified Files:
src/libexec/ld.elf_so: headers.c
Log Message:
Add extra cast to suppress incompatible-pointer-types GCC warning
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/libexe
Module Name:src
Committed By: kamil
Date: Sat Feb 29 18:45:20 UTC 2020
Modified Files:
src/libexec/ld.elf_so: symbol.c
Log Message:
Fix vax and mips build
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/libexec/ld.elf_so/symbol.c
Please note that diffs
Module Name:src
Committed By: kamil
Date: Sat Feb 29 04:24:34 UTC 2020
Modified Files:
src/libexec/ld.elf_so: headers.c reloc.c rtld.h symbol.c
Log Message:
Implement DT_GNU_HASH
DT_GNU_HASH serves the same purpose as DT_HASH, however it is a distinct
and faster apprach i
Module Name:src
Committed By: kamil
Date: Sat Feb 29 04:23:05 UTC 2020
Modified Files:
src/libexec/ld.elf_so: reloc.c rtld.c rtld.h symbol.c
Log Message:
Implement and integrate GNU Hashing function
Define Elf_Hash struct that contains ELF/SYSV and GNU hash checksum.
Impl
Module Name:src
Committed By: kamil
Date: Sat Feb 29 04:21:42 UTC 2020
Modified Files:
src/libexec/ld.elf_so: symbol.c
Log Message:
Separate matched symbol functionality out of _rtld_symlook_obj()
Simplifies the code and it will allow to use the matched symbol
functionali
Module Name:src
Committed By: riastradh
Date: Wed Feb 26 15:44:57 UTC 2020
Modified Files:
src/libexec/getty: getty.8 main.c
Log Message:
uugetty is no more
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/libexec/getty/getty.8
cvs rdiff -u -r1.66 -r1.67
Module Name:src
Committed By: kamil
Date: Sun Feb 9 09:11:59 UTC 2020
Modified Files:
src/libexec/ld.elf_so: Makefile
Log Message:
Specify NOLIBCSANITIZER for the ELF loader
The sanitizer does not work reliably before finishing initialization of
ld.elf_so. There is also
Module Name:src
Committed By: uwe
Date: Sun Dec 8 23:49:16 UTC 2019
Modified Files:
src/libexec/ld.elf_so/arch/powerpc: ppc_reloc.c
Log Message:
Use existing lo() and hi() macros. Same object code is generated.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1
Module Name:src
Committed By: uwe
Date: Sun Dec 8 22:57:51 UTC 2019
Modified Files:
src/libexec/ld.elf_so/arch/powerpc: ppc_reloc.c
Log Message:
Resolve ADDR16_LO, ADDR16_HI, and ADDR16_HA relocs.
Recent GNU ld does not resolve them statically if the reloc is in a
writab
Module Name:src
Committed By: uwe
Date: Sun Dec 8 22:41:42 UTC 2019
Modified Files:
src/libexec/ld.elf_so: xprintf.c
Log Message:
Fix typo in a comment.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/libexec/ld.elf_so/xprintf.c
Please note that diffs
Module Name:src
Committed By: uwe
Date: Sun Dec 8 22:35:27 UTC 2019
Modified Files:
src/libexec/ld.elf_so: rtld.c
Log Message:
_rtld_relro - fix debug printf format for a size_t argument
To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 src/libexec/ld.elf_
Module Name:src
Committed By: mrg
Date: Fri Dec 6 05:53:21 UTC 2019
Modified Files:
src/libexec/httpd: cgi-bozo.c
Log Message:
remove some XXX comments. one isn't relevant, and the other two
have been incorrect for a long while now.
To generate a diff of this commit:
c
Module Name:src
Committed By: maya
Date: Mon Apr 15 19:13:04 UTC 2019
Modified Files:
src/libexec/ld.elf_so/arch/riscv: mdreloc.c
Log Message:
r_symndx is no longer declared, use symnum and initialize it before use.
Completes the changes in the commit:
"Replace COMBREL wi
Module Name:src
Committed By: maya
Date: Mon Apr 15 10:17:01 UTC 2019
Modified Files:
src/libexec/ld.elf_so: ld.elf_so.1
Log Message:
$ORIGIN support is now enabled.
Thanks martin for the heads up.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/libexe
Module Name:src
Committed By: abhinav
Date: Mon Apr 15 06:42:06 UTC 2019
Modified Files:
src/libexec/ld.elf_so: ld.elf_so.1
Log Message:
Typo: s/a indirection/an indirection/
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/libexec/ld.elf_so/ld.elf_so.1
Module Name:src
Committed By: wiz
Date: Sun Apr 14 22:09:50 UTC 2019
Modified Files:
src/libexec/ld.elf_so: ld.elf_so.1
Log Message:
Use more Dv.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/libexec/ld.elf_so/ld.elf_so.1
Please note that diffs are n
Module Name:src
Committed By: maya
Date: Sun Apr 14 20:27:02 UTC 2019
Modified Files:
src/libexec/ld.elf_so: ld.elf_so.1
Log Message:
Note that we now search DT_RUNPATH paths as well.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/libexec/ld.elf_so/ld.
Module Name:src
Committed By: christos
Date: Sun Apr 14 19:21:37 UTC 2019
Modified Files:
src/libexec/ld.elf_so: rtld.c
Log Message:
undo previous unlock/relock; it is not needed now that we added the tls model
declaration to all externs in jemalloc (suggested by joerg@)
Module Name:src
Committed By: christos
Date: Sat Apr 13 03:15:25 UTC 2019
Modified Files:
src/libexec/ld.elf_so: rtld.c
Log Message:
Fix c++ exceptions on arm; jemalloc calls _rtld_tls_get_addr from inside
dl_iterate_phdr, so we need to unlock and relock.
To generate a d
Module Name:src
Committed By: rin
Date: Sat Apr 13 00:23:32 UTC 2019
Modified Files:
src/libexec/ld.elf_so: tls.c
Log Message:
Do not compile __tls_get_addr() into ldd(1), which fixes ldd(1) crashing
on arm after switching to new jemalloc.
jemalloc invokes __tls_get_addr(
Module Name:src
Committed By: christos
Date: Wed Apr 3 21:37:58 UTC 2019
Modified Files:
src/libexec/ld.elf_so: Makefile
Log Message:
Disable optimization for rtld.c on the vax with gcc-7.
To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 src/libexec/ld.el
Module Name:src
Committed By: martin
Date: Fri Mar 29 14:46:44 UTC 2019
Modified Files:
src/libexec/httpd: cgi-bozo.c
Log Message:
Account for cgihandler being set when counting the number of CGI environment
headers we are about to set. Avoids an assertion failure (and ove
Module Name:src
Committed By: mrg
Date: Wed Mar 27 04:50:30 UTC 2019
Modified Files:
src/libexec/httpd/testsuite: Makefile
Log Message:
add $NetBSD$
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/libexec/httpd/testsuite/Makefile
Please note that diffs
Module Name:src
Committed By: mrg
Date: Fri Mar 8 03:12:28 UTC 2019
Modified Files:
src/libexec/httpd: bozohttpd.h
Log Message:
on m68010 set BOZO_WRSZ to 16k and BOZO_WRSZ to 64k.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/libexec/httpd/bozohttpd
Module Name:src
Committed By: mrg
Date: Thu Feb 28 09:16:42 UTC 2019
Modified Files:
src/libexec/httpd: CHANGES bozohttpd.c
Log Message:
call this bozohttpd 20190228, and merge the CHANGES entries from the
previous release.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: mrg
Date: Thu Feb 28 08:28:22 UTC 2019
Modified Files:
src/libexec/httpd: auth-bozo.c bozohttpd.8 bozohttpd.c bozohttpd.h
dir-index-bozo.c ssl-bozo.c
Log Message:
add ssl specific timeout value (30s). if SSL_accept() doesn't
work
Module Name:src
Committed By: lukem
Date: Tue Jan 29 23:19:31 UTC 2019
Modified Files:
src/libexec/ftpd: pfilter.c
Log Message:
clarify the fd used for blacklisting.
Use STDIN_FILENO instead of 0 as the fd to blacklist_r(),
since we use the former in ftpd.c
To generate
Module Name:src
Committed By: lukem
Date: Tue Jan 29 11:51:05 UTC 2019
Modified Files:
src/libexec/ftpd: version.h
Log Message:
NetBSD-ftpd 20180428
Update version to "NetBSD-ftpd 20180428" for changes:
- Fix violations of the sequence point rule.
- Check that stat and fs
Module Name:src
Committed By: dholland
Date: Sun Jan 27 04:40:57 UTC 2019
Modified Files:
src/libexec/httpd: CHANGES
Log Message:
fix duplicated chunk from merge
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/libexec/httpd/CHANGES
Please note that dif
Module Name:src
Committed By: mrg
Date: Tue Jan 22 05:32:57 UTC 2019
Modified Files:
src/libexec/httpd: CHANGES auth-bozo.c bozohttpd.c bozohttpd.h
dir-index-bozo.c
Log Message:
o don't display special files in the directory index. they aren't
served, but
Module Name:src
Committed By: skrll
Date: Fri Jan 18 11:59:04 UTC 2019
Modified Files:
src/libexec/ld.elf_so/arch/aarch64: mdreloc.c rtld_start.S
Log Message:
Adapt https://svnweb.freebsd.org/base?view=revision&revision=342113 to
NetBSD.
This brings us resolving for dynam
Module Name:src
Committed By: mrg
Date: Fri Jan 18 06:04:10 UTC 2019
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
rework size_arrays():
- avoid calloc, use bozomalloc
- minor CSE
- fix bozoprefs->size setting when increasing the size (new total was
being a
Module Name:src
Committed By: mrg
Date: Fri Jan 18 05:48:31 UTC 2019
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
fix a few problems pointed out by clang static analyzer, from rajeev_v_pillai:
- bozostrnsep() may return with "in = NULL", so check for it.
-
Module Name:src
Committed By: mrg
Date: Thu Jan 17 07:46:16 UTC 2019
Modified Files:
src/libexec/httpd: CHANGES bozohttpd.8 bozohttpd.c cgi-bozo.c
daemon-bozo.c dir-index-bozo.c
Log Message:
- call this 20190116
- adjust the directory indexing again:
- don't
Module Name:src
Committed By: mrg
Date: Thu Jan 17 07:39:00 UTC 2019
Modified Files:
src/libexec/httpd: Makefile
src/libexec/httpd/testsuite: t11.out
Log Message:
add 'check' target to toplevel makefile.
fix the t11.out output now that CGI parsing works better.
Module Name:src
Committed By: mrg
Date: Thu Jan 17 07:34:06 UTC 2019
Modified Files:
src/libexec/httpd: CHANGES cgi-bozo.c daemon-bozo.c
Log Message:
- fix CGI '+' param and error handling.
- remove unused parameter to daemon_poll_err().
both from "Rajeev V. Pillai"
To
Module Name:src
Committed By: christos
Date: Sat Jan 12 18:58:10 UTC 2019
Modified Files:
src/libexec/ld.elf_so: search.c
Log Message:
print the program name when we don't find a library.
XXX: really most _rtld_error() should do that, and most do.
To generate a diff of t
Module Name:src
Committed By: uwe
Date: Wed Jan 9 17:19:08 UTC 2019
Modified Files:
src/libexec/tftpd: tftpd.8
Log Message:
Spell "occurrence" correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/libexec/tftpd/tftpd.8
Please note that diffs are
Module Name:src
Committed By: mrg
Date: Tue Jan 8 06:04:29 UTC 2019
Modified Files:
src/libexec/httpd: bozohttpd.8
Log Message:
remove reference to deleted -r option. fixes PR#53840 from J. Lewis Muir.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/l
Module Name:src
Committed By: joerg
Date: Sun Jan 6 19:44:54 UTC 2019
Modified Files:
src/libexec/ld.elf_so: map_object.c
Log Message:
When loading a non-PIE main binary, the virtual address must match.
Use MAP_TRYFIXED and verify that the result matches the expectation.
Module Name:src
Committed By: joerg
Date: Fri Jan 4 19:54:57 UTC 2019
Modified Files:
src/libexec/ld.elf_so: map_object.c
Log Message:
MAP_ALIGNED has existed for years, just assume it exists.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/libexec/ld.
Module Name:src
Committed By: martin
Date: Sun Dec 30 11:55:15 UTC 2018
Modified Files:
src/libexec/ld.elf_so: headers.c
Log Message:
Add support for DT_RUNPATH - it is just the same as we always have treated
DT_RPATH. Approved by core.
To generate a diff of this commit
Module Name:src
Committed By: christos
Date: Sun Dec 30 03:23:46 UTC 2018
Modified Files:
src/libexec/ld.elf_so/arch/powerpc: ppc_reloc.c
Log Message:
- fix wrong reloc name in assert
- fix uninitialized
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/l
Module Name:src
Committed By: christos
Date: Sun Dec 30 01:48:37 UTC 2018
Modified Files:
src/libexec/ld.elf_so: reloc.c rtld.c rtld.h
Log Message:
binutils 2.31.1 can put copy relocations in the relro segment. Delay
protecting the relro segment for the main object until c
Module Name:src
Committed By: christos
Date: Thu Dec 27 18:58:14 UTC 2018
Modified Files:
src/libexec/ld.elf_so: Makefile
src/libexec/ld.elf_so/arch/aarch64: Makefile.inc
src/libexec/ld.elf_so/arch/arm: Makefile.inc
src/libexec/ld.elf_so/arch/riscv:
Module Name:src
Committed By: christos
Date: Thu Dec 27 18:57:43 UTC 2018
Modified Files:
src/libexec/ld.elf_so: rtld.c
Log Message:
explain why we skip objmain.
To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 src/libexec/ld.elf_so/rtld.c
Please note tha
1 - 100 of 699 matches
Mail list logo