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
*
Typo fix.
jraynard
1998-05-03
1
-2
/
+2
*
Pedantry (NULL -> NUL).
jraynard
1998-05-03
1
-1
/
+1
*
Don't imply sigset_t == int.
jraynard
1998-05-03
1
-1
/
+1
*
Resolve some unexpected differences when comparing with the 2.2 version.
peter
1998-05-02
1
-2
/
+10
*
Update libc dns code to 4.9.7-T1B level. This involved chopping out large
peter
1998-05-02
3
-249
/
+753
*
Go back to version 1.16 - it was correct the way it was.
brian
1998-05-01
1
-6
/
+6
*
Fixed disordering and other style bugs in rev.1.50.
bde
1998-05-01
1
-6
/
+4
*
connect() returns -1 on error - not 0.
brian
1998-05-01
1
-7
/
+7
*
Add reference to setlocale(3)
ache
1998-04-30
1
-2
/
+3
*
Add reference to catopen(3)
ache
1998-04-30
1
-1
/
+4
*
Return -1 for invalid descriptor in catclose
ache
1998-04-30
1
-2
/
+2
*
If passed catgets descriptor is NULL or -1, return default string immediately
ache
1998-04-30
1
-1
/
+3
*
Force loadType to 0
ache
1998-04-30
1
-5
/
+4
*
Implement NL_CAT_LOCALE
ache
1998-04-30
4
-12
/
+33
*
Prototypes/typedefs cleanup
ache
1998-04-30
2
-21
/
+22
*
Oops, backout the previous change having confused my underscores.
jb
1998-04-30
2
-6
/
+4
*
Change the description of errno to match the thread-aware implementation
jb
1998-04-30
1
-32
/
+6
*
Make cerror thread aware by calling __error() to get a pointer to the
jb
1998-04-30
2
-44
/
+10
*
The syscall that creates a kernel thread is coming, but it doesn't use the
jb
1998-04-30
2
-8
/
+6
*
Build __error.c into libc, but not libc_r. The weak symbol in the
jb
1998-04-30
1
-2
/
+7
*
Basic support for LC_MESSAGES
ache
1998-04-29
2
-12
/
+13
*
Stop renaming these in libc_r because wrappered versions don't make sense.
jb
1998-04-29
6
-60
/
+12
*
Replace the threaded locking with spinlock calls for both threaded
jb
1998-04-29
1
-18
/
+10
*
Reference an external variable in threaded programs so that the
jb
1998-04-29
1
-0
/
+6
*
Use signal() in both the threaded and non-threaded cases.
jb
1998-04-29
1
-2
/
+1
*
Stubs are required in libc so that it can be used with libpthread
jb
1998-04-29
1
-1
/
+5
*
Oops, revert part of a diff that wasn't supposed to have been committed.
dg
1998-04-28
1
-2
/
+2
*
Cache the results of the ps_strings sysctl so that it doesn't have to be
dg
1998-04-28
1
-10
/
+12
*
`sigprocmask()' man page references `sigmask()' in synopsis.
phk
1998-04-26
1
-1
/
+0
*
Make asctime_r static if !_THREAD_SAFE to prevent namespace pollution and
ache
1998-04-25
1
-0
/
+7
*
Improve description.
rnordier
1998-04-22
1
-5
/
+6
*
indent
dima
1998-04-20
1
-1
/
+1
*
Add a #ifdef _THREAD_SAFE around ctime_r
phk
1998-04-20
1
-0
/
+2
*
Describe timegm()
ache
1998-04-20
2
-5
/
+16
*
Backed out lseek changes.
des
1998-04-19
1
-1
/
+1
*
ctime_r and asctime_r are not implemented.
phk
1998-04-19
2
-3
/
+21
*
Return EINVAL and do not changefile pointer if resulting offset is negative.
des
1998-04-18
1
-2
/
+2
*
Typo police
brian
1998-04-17
1
-1
/
+1
*
Fix a nasty flaw as a result of using the arc4random() pre-seeding of
peter
1998-04-14
1
-2
/
+4
*
Add FILE locking stubs for libc.
jb
1998-04-11
28
-337
/
+211
*
Remove a nolonger implented "BUGS" description.
phk
1998-04-11
1
-14
/
+0
*
Add a global variable called __isthreaded that can be tested throughout
jb
1998-04-11
1
-0
/
+9
*
Add a private header file for libc/libc_r/libpthread to contain
jb
1998-04-11
1
-0
/
+66
*
Change in name of the static initializer define.
jb
1998-04-04
3
-7
/
+7
*
Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and
dufault
1998-03-28
6
-54
/
+586
*
For 1.3, NetBSD replaced the swapon() syscall with swapctl() and moved
jb
1998-03-23
2
-2
/
+46
*
(Ab)use .Vt instead of .Fd for a variable declaration.
bde
1998-03-23
1
-2
/
+2
*
Fixed bitrot in synopsis. Didn't fix bitrot elsewhere.
bde
1998-03-23
1
-6
/
+7
*
For 1.3, NetBSD walloped the msync syscall and replaced it with
jb
1998-03-23
2
-2
/
+59
*
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq
charnier
1998-03-19
8
-28
/
+32
[next]