Go to file
christos adc9c9a3d6 Provide symbol definitions for environ and __progname. These are duplicate
definitions to the ones provided by csu, but harmless since the linker resolves
them. There are 3 non weak data symbols provided in crt0.o:

    D __progname [initialized data, assigned to ""]
    B __ps_strings [BSS since assigned to 0]
    C environ [common, uninitialized]

__ps_strings had already a second definition in libc (in BSS), now we added
__progname and __ps_strings (in BSS).

To get rid of the duplicate definition, we can remove them from csu, and
move the assignments to libc.

This is done so that libc has no undefined symbols so that linker maps
that want to do:
    ...
	local:
		*;
    ...
don't end up producing link failures for libc.
2011-10-06 20:31:41 +00:00
bin Merge duplicate information. 2011-10-05 13:15:30 +00:00
common Fix an implementation inconsistency with the prop_*_send_syscall() and 2011-09-30 22:08:18 +00:00
compat build compat versions of libgomp for everything except mips N64 (for now.) 2011-09-23 06:44:36 +00:00
crypto Sort sections. 2011-09-23 16:22:00 +00:00
dist Work around PR#43839, by calling resizeterm() on SIGWINCH. 2011-09-24 18:57:46 +00:00
distrib Install i2cscan(8). 2011-10-06 12:38:57 +00:00
doc mention new binutils 2011-09-25 04:31:45 +00:00
etc Create the sysmon device node for the software watchdog 2011-10-04 10:55:53 +00:00
external Bump version number to 20111006 2011-10-06 13:06:14 +00:00
extsrc
games Use tiparm instead of vtparm. 2011-10-03 12:32:15 +00:00
gnu undo previous, my sources were wrong. 2011-10-02 15:04:47 +00:00
include Fix pthreads variables: 2011-10-06 16:02:52 +00:00
lib Provide symbol definitions for environ and __progname. These are duplicate 2011-10-06 20:31:41 +00:00
libexec match EXIT() with LEAF_ENTRY() so that sizes are actually constants. 2011-09-30 03:05:43 +00:00
regress provide the out of address space test in a gcc-4.5 friendly way. 2011-08-18 02:32:32 +00:00
rescue Update location of "less" directory. 2011-07-03 22:05:01 +00:00
sbin Fix thinko about halt vs. poweroff; from Moritz Wilhelmy in PR 45141. 2011-10-04 07:25:34 +00:00
share Sort SEE ALSO. 2011-10-06 11:05:42 +00:00
sys Like the comment says, also MSR_IA32_EXT_CONFIG is unsafe; use rdmsr_safe(). 2011-10-06 14:05:26 +00:00
tests Fix lint unrelated "set but not used" warning, to unbreak test. 2011-10-05 21:30:50 +00:00
tools remove pre-gcc-4.5 mknative remnants that have long ceased to function. 2011-09-26 21:16:14 +00:00
usr.bin enable building/installing audiocfg(1). ok jmcneill. 2011-10-06 07:38:54 +00:00
usr.sbin Install i2cscan(8). 2011-10-06 12:38:57 +00:00
x11 Use find .${X11FONTDIR}, not find ./${X11FONTDIR}, because ${X11FONTDIR} 2011-09-12 13:38:42 +00:00
build.sh When using random versions of make to try to find the TOOLDIR, 2011-09-14 17:35:44 +00:00
BUILDING Add tests for the shell under which build.sh is run. If the 2011-09-09 18:48:34 +00:00
Makefile Move the code for creating src/BUILDING from "make build-docs" in 2011-09-09 14:23:37 +00:00
Makefile.inc
UPDATING Inform that the prop_{array,dictionary}_send_syscall(3) change breaks 2011-09-30 22:17:50 +00:00