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
/
libc
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use %esi to store next ucp pointer. Mark end of stack by
davidxu
2004-07-02
2
-3
/
+4
*
Remove the code and an associated comment for gcc 1.x compatibility
das
2004-02-16
1
-9
/
+1
*
Fix some aliasing problems.
das
2004-02-16
1
-14
/
+19
*
style cleanup: Remove duplicate $FreeBSD$ tags.
cperciva
2004-02-10
1
-3
/
+1
*
Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of the
das
2004-01-18
1
-0
/
+3
*
Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm
nectar
2004-01-09
5
-15
/
+5
*
mdoc(7): Use the new feature of the .In macro.
ru
2003-09-08
1
-1
/
+1
*
Make getcontext(2) work on i386. It needs a small wrapper in libc
peter
2003-09-04
2
-2
/
+52
*
Add the mlockall() and munlockall() system calls.
bms
2003-08-11
1
-1
/
+1
*
Allow foot shooting as Linux emulation needs it.
julian
2003-08-04
1
-1
/
+2
*
Update manual for i386_set_ldt to reflect newly added features.
davidxu
2003-07-31
1
-0
/
+34
*
Push the alloca #error warning farther down to play nicer with some out of
obrien
2003-06-25
1
-2
/
+4
*
Only use this with a non-GCC compiler.
obrien
2003-06-14
1
-0
/
+2
*
Remove stale reference to the deprecated USER_LDT option. The associated
jhb
2003-06-09
1
-4
/
+0
*
Use C99 compatible ASM statements.
obrien
2003-06-02
1
-1
/
+1
*
Assorted mdoc(7) fixes.
ru
2003-05-22
1
-6
/
+9
*
Fixed troff(1) and mdoc(7) warnings.
ru
2003-05-18
1
-1
/
+1
*
Add a comment describing why it's important for the values in this
das
2003-05-08
1
-0
/
+7
*
Properly cleanup the stack before jumping to cerror() if rfork(2) fails.
jhb
2003-05-07
1
-0
/
+4
*
Document VM86_INTCALL.
mdodd
2003-04-29
1
-4
/
+35
*
Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().
das
2003-04-05
1
-0
/
+5
*
MFp4: Pentium/Athlon-optimised implementation of wcschr().
tjr
2003-04-05
2
-1
/
+78
*
Align signal frame placed on stack to 16 bytes so that SSE FPU register
deischen
2003-03-29
1
-1
/
+2
*
MFp4: Pentium/Athlon-optimised implementation of wcslen().
tjr
2003-03-14
2
-1
/
+69
*
Replace our ancient dtoa/strtod implementation with the gdtoa
das
2003-03-12
2
-0
/
+13
*
MFp4: Reduce code size by 26 bytes by only aligning the jump targets that
tjr
2003-03-12
1
-10
/
+1
*
MFp4: Pentium/Athlon-optimised implementation of wmemchr().
tjr
2003-03-12
2
-1
/
+115
*
MFp4: Pentium-optimised implementation of wcscmp(). Performs significantly
tjr
2003-03-10
2
-1
/
+80
*
Remove these from libc; they are now system calls.
deischen
2003-02-18
1
-158
/
+0
*
Call the weak symbol for sigprocmask, so that it can be overridden.
mini
2003-02-17
1
-1
/
+1
*
Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).
nectar
2003-02-16
6
-0
/
+11
*
o Implement C99 classification macros isfinite(), isinf(), isnan(),
mike
2003-02-12
1
-0
/
+2
*
Implement fpclassify():
mike
2003-02-08
2
-0
/
+43
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
english(4) police.
schweikh
2002-12-27
1
-1
/
+1
*
Back out the -fpcc-struct-return fixes.
kan
2002-12-22
2
-24
/
+68
*
Import newer versions of div() and ldiv() from NetBSD which handle
tjr
2002-12-21
2
-68
/
+24
*
mdoc(7) police: "The .Fa argument.".
ru
2002-12-19
3
-3
/
+15
*
mdoc(7) police: Fixed abuses of the .Ar and .Em macros.
ru
2002-12-18
1
-1
/
+1
*
mdoc(7) police: "The .Fn function".
ru
2002-12-18
1
-0
/
+8
*
mdoc(7) police: "The .Fn system call".
ru
2002-12-18
3
-0
/
+18
*
libc_r wasn't so tied to libc for 22 months.
ru
2002-11-18
1
-2
/
+0
*
Disconnect the userland get/set/swapcontext() functions from
deischen
2002-11-16
1
-2
/
+2
*
Re-apply the previously backed-out commit that fixes the problem where
archie
2002-10-31
1
-1
/
+1
*
track gratuitous change to sys/i386/include/reg.h
sam
2002-10-21
2
-4
/
+4
*
Eliminate superfluous memory access in memcpy(3)/memmove(3).
sobomax
2002-10-15
1
-13
/
+8
*
Style cleanup:
mini
2002-09-21
1
-14
/
+11
*
Revert previous commit to unbreak world until we figure out the
archie
2002-09-20
1
-1
/
+1
*
Fix a problem with the definition of HUGE_VAL causing the gcc warning
archie
2002-09-19
1
-1
/
+1
*
Fixed editing error in previous commit (*blush*).
bde
2002-09-17
1
-1
/
+1
[next]