NetBSD/libexec
thorpej 5c5817ee4a When allocating the entire address space of an object, map an anonymous
region first (using the data/bss protection) covering it, then overlay
the text and data regions at the appropriate offsets within the region,
and then unmap any gap between the text and data.

The previous method of maping the entire address space with the actual
file object itself is incorrect, as it may extend past the end of the
file if the section alignment is large enough.

This bug was the source of the libposix failure on the SPARC and another
similar failure (with libc!) on the Alpha (failure was accompanied by
a "uvn_io: size check fired" message on the console).
1999-08-06 22:33:49 +00:00
..
atrun <sys/fcntl.h> -> <fcntl.h> 1999-02-12 15:04:00 +00:00
comsat More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
cron
fingerd dual-stack fingerd. Run it from inetd like: 1999-07-02 06:00:06 +00:00
ftpd Document setup of "ftp-only" non-anonymous accounts. 1999-08-02 00:44:59 +00:00
getNAME More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
getty More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
identd Do not xref non-existant man pages. 1999-05-19 13:35:54 +00:00
ld.aout_so Make longjmp work with dynamic linking. From Matt Thomas. 1999-06-28 17:28:56 +00:00
ld.elf_so When allocating the entire address space of an object, map an anonymous 1999-08-06 22:33:49 +00:00
lfs_cleanerd Correct wrong conversion specifications in calls to syslog(3). 1999-06-16 16:34:29 +00:00
mail.local bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-10 02:57:23 +00:00
makekey The key is expected to be eight bytes (not ten bytes). 1998-11-15 20:31:37 +00:00
makewhatis For install makefile, set DESTDIR on command line rather than in makefile 1999-03-30 03:17:26 +00:00
rexecd More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
rlogind More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
rmail More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
rpc.rquotad More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
rpc.rstatd Avoid an open-file leak when not inetd-spawned: only call kvm_openfiles() once 1999-03-25 08:07:47 +00:00
rpc.rusersd use syslog instead of fprintf, otherwise no-one will see the error 1999-07-06 14:36:10 +00:00
rpc.rwalld More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
rpc.sprayd More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
rshd More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
talkd More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
telnetd optionally include CRYPTOPATH Makefile.frag files. 1999-07-20 09:35:18 +00:00
tftpd add line break. 1999-07-12 20:25:35 +00:00
uucpd add a missing comma. 1998-11-17 16:32:44 +00:00
Makefile Reenable ld.elf_so on the Alpha. Mycroft fixed the binutils 2.9 problem 1999-03-15 23:32:56 +00:00
Makefile.inc merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec. 1997-10-08 09:07:11 +00:00