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
*
Remove the code and an associated comment for gcc 1.x compatibility
das
2004-02-16
1
-9
/
+1
*
Fix a typo in the !__GNUC__ case and remove an obsolete comment.
das
2004-02-16
1
-3
/
+1
*
Fix some aliasing problems.
das
2004-02-16
6
-52
/
+94
*
Add forgotten IEEE functions. The Perl 5.8 port now compiles.
grehan
2004-02-12
9
-2
/
+428
*
style cleanup: Remove duplicate $FreeBSD$ tags.
cperciva
2004-02-10
3
-6
/
+0
*
style cleanup: Remove duplicate $FreeBSD$ tags.
cperciva
2004-02-10
2
-5
/
+1
*
style cleanup: Remove duplicate $FreeBSD$ tags.
cperciva
2004-02-10
3
-4
/
+0
*
Rewrite fabs.S to use pure SSE2 operations. I got the clues how to do
peter
2004-02-08
1
-10
/
+35
*
Update the documentation for setpgrp(2) to reflect the access control
das
2004-02-08
1
-7
/
+21
*
Document the SF_NODISKIO flag, and fix a small typo.
silby
2004-02-08
1
-2
/
+10
*
Unbreak world.
ru
2004-02-07
1
-2
/
+2
*
getnetbyname fixes:
dds
2004-02-07
1
-22
/
+67
*
Prevent memory leak on sem_destroy() by destroying the semaphore's
deischen
2004-02-06
1
-1
/
+4
*
Only allow the semaphore to be taken when the value is positive.
deischen
2004-02-06
1
-2
/
+1
*
Correct check for invalid semaphore on sem_destroy() (s/==/!=/).
deischen
2004-02-05
1
-1
/
+1
*
Correct the weak reference for sem_unlink.
deischen
2004-02-05
1
-1
/
+1
*
Allow libc's version of sem_trywait() to work for non-pshared mutexes.
deischen
2004-02-04
1
-2
/
+17
*
Modify the implementation of libc semaphores so that they can be
deischen
2004-02-03
1
-146
/
+132
*
Merge vfscanf.c,v 1.35.
das
2004-01-31
1
-4
/
+10
*
Fix the handling of negative hexadecimal numbers in integer formats.
das
2004-01-31
1
-3
/
+9
*
LC_ALL not always take priority over other LC_*
ache
2004-01-31
1
-22
/
+35
*
Add reference to environ(7)
ache
2004-01-29
1
-1
/
+2
*
Xref kqueue and poll
eivind
2004-01-26
1
-0
/
+2
*
Xref kqueue
eivind
2004-01-26
1
-0
/
+1
*
Describe EOVERFLOW case
ache
2004-01-25
1
-0
/
+9
*
When writing/reading longs use explicit 32bit temporary values.
mbr
2004-01-24
1
-3
/
+4
*
Merge vfprintf.c, v1.61 and 1.62. For compatibility with __hdtoa()
das
2004-01-23
1
-19
/
+25
*
Include <stdlib.h> to get abort() prototype.
grehan
2004-01-21
1
-0
/
+2
*
Updated manh shift constant type to 'ULL' for PPC to fix
grehan
2004-01-21
1
-1
/
+1
*
Discard the first 1024 bytes of output as suggested by
das
2004-01-20
1
-1
/
+13
*
Use 'uint32_t' instead of 'long' when a 32-bit integer is intended.
das
2004-01-20
1
-31
/
+32
*
Simplify mpool_get() and mpool_write() by using pread() and pwrite()
das
2004-01-20
1
-6
/
+3
*
libc is now WARNS=2 clean with the exception of the gdtoa bits (which
nectar
2004-01-19
1
-1
/
+1
*
Add prototypes for the three syscall stubs that are invoked here,
nectar
2004-01-19
1
-0
/
+4
*
add cross-reference to clock_gettime(2)
phk
2004-01-19
1
-0
/
+1
*
Bring the *printf(3) documentation up to date with the code:
das
2004-01-19
1
-37
/
+24
*
add missing endusershell() call. Original version was incorrect.
charnier
2004-01-18
1
-1
/
+3
*
Implement __hdtoa() and __hldtoa() and enable printf() support for %a
das
2004-01-18
3
-6
/
+435
*
Prototype __hdtoa() and __hldtoa().
das
2004-01-18
1
-0
/
+2
*
Fix some bugs affecting the %a and %A format specifiers. Since
das
2004-01-18
1
-6
/
+16
*
Add a delta accidentally omitted from the previous commit:
das
2004-01-18
1
-0
/
+3
*
Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of the
das
2004-01-18
6
-0
/
+18
*
Fix a bug that caused long double subnormals to be printed
das
2004-01-18
1
-0
/
+3
*
Backout revision 1.6, because some stub functions not in libc, and
davidxu
2004-01-17
1
-18
/
+2
*
Enable cancellation point in sem_wait, it is required by POSIX.
davidxu
2004-01-17
1
-2
/
+18
*
Fixed style of previous commit.
ru
2004-01-15
1
-3
/
+2
*
The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2.
ru
2004-01-14
2
-6
/
+7
*
- libc/sys/sem.c was repocopied to libc/gen/sem.c.
ru
2004-01-14
9
-366
/
+14
*
Translate from GNU C to ISO C.
des
2004-01-14
4
-4
/
+4
*
Add and document ffsl(), fls() and flsl().
des
2004-01-13
7
-12
/
+201
[next]