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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>, David Cross <dec@freebsd.org>
dec
2001-03-08
2
-0
/
+2
*
Use relative paths to find byte_swap_*.S to make it easier to use these
dfr
2001-03-06
4
-4
/
+4
*
Make this compile. Still need to write/borrow a working setjmp.
dfr
2001-03-06
1
-0
/
+1
*
Use ieee floats on ia64.
dfr
2001-03-06
1
-1
/
+1
*
Use the right format string for printing ULONG_MAX.
dwmalone
2001-03-05
1
-2
/
+2
*
Fix style nit.
obrien
2001-03-05
1
-1
/
+1
*
Fix style breakage.
obrien
2001-03-05
1
-0
/
+1
*
Fix style that got corrupted.
obrien
2001-03-05
1
-17
/
+17
*
Fix FreeBSD id style breakage from rev 1.17
obrien
2001-03-05
1
-1
/
+1
*
Use our standard .c rcsid format.
obrien
2001-03-05
1
-1
/
+2
*
Fix copyright breakage in rev 1.2.
obrien
2001-03-05
1
-0
/
+7
*
Correct a comment.
obrien
2001-03-05
1
-1
/
+1
*
Fix style breakage in rev 1.3
obrien
2001-03-05
1
-0
/
+1
*
Fix style bug that was introduced.
obrien
2001-03-05
1
-0
/
+1
*
Change mon_decimal_point from "." to "" (N/A>) as it is specified by POSIX for
ache
2001-03-03
1
-1
/
+1
*
Actually implement T_FMT_AMPM
ache
2001-03-02
1
-1
/
+1
*
Implement ampm_fmt (%r) per POSIX
ache
2001-03-02
4
-9
/
+22
*
Removed duplicate $FreeBSD$.
ru
2001-03-02
1
-2
/
+0
*
Fix setlocale() to conform to the ISO C and POSIX standards.
ru
2001-03-02
1
-2
/
+2
*
Hide the definition of struct __sFILEX and add the needed
deischen
2001-03-01
2
-81
/
+33
*
s/fstat/_fstat/
deischen
2001-03-01
1
-1
/
+1
*
Merge in strtoul.3 rev 1.11 mdoc(7) police changes:
obrien
2001-02-28
1
-2
/
+3
*
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
ru
2001-02-28
1
-1
/
+1
*
Use the new EV_SET macro to insure that all fields in struct kevent
jlemon
2001-02-28
1
-5
/
+3
*
mdoc(7) police: fix the .Nd line broken in previous revision.
ru
2001-02-28
1
-2
/
+3
*
Use formula with better random distribution for rand()
ache
2001-02-27
1
-0
/
+26
*
I accidently deleted an include when I added the $FreeBSD$ so I could
obrien
2001-02-27
2
-0
/
+4
*
In soshutdown(), use SHUT_{RD,WR,RDWR} instead of FREAD and FWRITE.
ru
2001-02-27
1
-23
/
+30
*
Impliment the ISO-C99 strto[u]ll()
obrien
2001-02-27
7
-175
/
+111
*
Use ``.St -p1003.[12]''.
ru
2001-02-26
2
-6
/
+18
*
Use ``.St -p1003.1g''.
ru
2001-02-26
2
-2
/
+4
*
Use ``.St -p1003.1-96''.
ru
2001-02-26
6
-18
/
+12
*
/^\.St/ s/-iso9945-1/-p1003.1-96/
ru
2001-02-26
3
-5
/
+5
*
``.St -p1003.1b'' -> ``.St -p1003.1b-93''.
ru
2001-02-26
2
-2
/
+2
*
.St -ansiC -> .St -isoC
ru
2001-02-26
83
-87
/
+87
*
Document the EINTR error.
jasone
2001-02-26
1
-0
/
+2
*
mdoc(7) police: use .Vt macro.
ru
2001-02-26
1
-6
/
+2
*
Prepare for mdocNG.
ru
2001-02-26
1
-1
/
+1
*
Document various changes to kq:
jlemon
2001-02-26
1
-10
/
+44
*
Fix my ambiguous message about ECONNABORTED.
olgeni
2001-02-25
1
-1
/
+2
*
Add ECONNABORTED to the ERRORS section.
olgeni
2001-02-25
1
-0
/
+2
*
Update unused __dtoa prototypes to match reality.
tegge
2001-02-25
2
-3
/
+3
*
Fix visibility of empty variable -- it should be static.
phantom
2001-02-24
1
-1
/
+1
*
Correctly handle the race itself, too (don't leave it locked).
green
2001-02-23
1
-0
/
+1
*
Use the right names to call pthread_mutex_{,un}lock so that things
green
2001-02-23
1
-2
/
+2
*
Fix the problems I (and others, undoubtedly) have been having for a
green
2001-02-23
1
-3
/
+12
*
Place some hooks (__stdin, __stdout, __stderr) into libc for a future
peter
2001-02-20
1
-0
/
+23
*
cleanup commentaries
phantom
2001-02-19
1
-10
/
+14
*
Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). Some
ume
2001-02-19
1
-5
/
+0
*
Deal properly with "0"
ache
2001-02-19
1
-1
/
+5
[next]