Go to file
Ben Gras 8b69d04fff csu: add code to call constructors to be used by clang
. clang-linked binaries were not calling global constructors, as the
	  code to do so wasn't in csu/ and linked
	. it does work for gcc as it uses its self-supplied crt{begin,end} code
	. this commit copies netbsd's crt{begin,end}.S, which contains
	  constructor/destructor calling code, called from .init and .fini
	  sections already accumulated by the linker. the _init function was already
	  called by the C startup code before calling main.
	. based on work by Antoine Leca
2011-11-20 20:20:51 +01:00
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
bin Increase gid_t and uid_t to 32 bits 2011-09-05 13:56:14 +00:00
boot boot e820 memory detection fixes 2011-09-19 13:36:03 +00:00
commands make: set MACHINE_ARCH variable 2011-11-18 16:22:25 +01:00
common base system hooks for pkgsrc drivers 2011-11-16 16:18:21 +01:00
dist/bzip2 import NetBSD bzip2 and libbz2 2011-11-18 11:11:04 +01:00
docs Switch to NetBSD passwd format 2011-11-14 14:47:42 +00:00
drivers simplify build logic a bit 2011-11-18 17:11:17 +01:00
etc import NetBSD bzip2 and libbz2 2011-11-18 11:11:04 +01:00
include base system hooks for pkgsrc drivers 2011-11-16 16:18:21 +01:00
kernel Miscellaneous legacy cleanup 2011-11-07 22:20:55 +01:00
lib csu: add code to call constructors to be used by clang 2011-11-20 20:20:51 +01:00
libexec update/fix manpage support 2011-09-28 15:24:15 +00:00
man More cleanup: no more CMOS and SCSI ioctls 2011-11-16 11:50:53 +01:00
nbsd_include base system hooks for pkgsrc drivers 2011-11-16 16:18:21 +01:00
servers pm: add mproc table sanity check feature 2011-11-18 17:18:10 +01:00
share make: set MACHINE_ARCH variable 2011-11-18 16:22:25 +01:00
test Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
tools import NetBSD bzip2 and libbz2 2011-11-18 11:11:04 +01:00
usr.bin import NetBSD bzip2 and libbz2 2011-11-18 11:11:04 +01:00
usr.sbin Switch to NetBSD passwd format 2011-11-14 14:47:42 +00:00
.gitignore update/fix manpage support 2011-09-28 15:24:15 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile Switch to NetBSD passwd format 2011-11-14 14:47:42 +00:00