index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
csu
/
ia64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo: Passing the first argument to exit() in out2 does not work.
marcel
2003-07-15
1
-1
/
+1
*
_start() needed to be written in assembly. See crt1.S.
marcel
2003-07-14
1
-124
/
+0
*
Rewite _start(). We cannot use a C function due to the fact that we
marcel
2003-07-13
2
-2
/
+193
*
make these more useful for lint(1). Minor diff-reductions while I'm
markm
2003-01-26
1
-1
/
+2
*
Drop support for COPY, -c has been the default mode of install(1)
ru
2002-07-29
1
-1
/
+1
*
The main reason for this is to reduce diffs between all the crt1.c's.
markm
2002-07-16
1
-12
/
+22
*
Fixed CLEANFILES after bsd.lib.mk sweep.
ru
2002-05-13
1
-0
/
+2
*
SOBJS are not used here for a long time, and were just
ru
2002-05-13
1
-4
/
+2
*
Major cleanup of bsd.lib.mk.
ru
2002-05-13
1
-4
/
+0
*
Revert the last change. The corresponding bsd.lib.mk changes were
ru
2002-05-12
1
-1
/
+4
*
Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.
obrien
2002-05-11
1
-4
/
+1
*
Do not use __progname directly (except in [gs]etprogname(3)).
markm
2002-03-29
2
-3
/
+5
*
Style nit.
obrien
2002-03-23
1
-3
/
+3
*
Put in an attempt at stack trace/unwind records.
peter
2001-11-03
1
-0
/
+8
*
Mostly cosmetic. Use indentation that is reasonably close to other
peter
2001-10-29
2
-20
/
+20
*
Update for the new toolchain. ld doesn't provide _GLOBAL_OFFSET_TABLE_
peter
2001-10-29
1
-1
/
+8
*
Add missing crti.S and crtn.S files. I have tested these with -static
peter
2001-10-27
2
-0
/
+92
*
Update for reality and syncing with other FreeBSD platforms.
obrien
2001-10-27
1
-6
/
+5
*
Change to track the new calling convention for execve. This version only
dfr
2001-10-11
1
-17
/
+3
*
Make sure stack is aligned to 16 bytes.
dfr
2001-08-21
1
-1
/
+4
*
* Bring back the guts of crt{i,n}.S. This allows C++ exceptions to work
obrien
2000-10-28
2
-0
/
+2
*
CSU code for ia64.
dfr
2000-10-14
1
-0
/
+115
*
Use the new machine-independent versions of crtbegin and crtend
obrien
2000-05-24
1
-4
/
+2
*
CSU source for IA-64. Current we use the ../Alpha sources.
obrien
2000-04-19
1
-0
/
+28