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
...
*
|
Spelling nits.
jkoshy
1998-06-06
2
-4
/
+4
*
|
Fix handling more than 1 char with non-C locale
ache
1998-06-05
1
-16
/
+4
*
|
Mention that tftpd(8) also uses syslog(3).
jkoshy
1998-06-05
1
-2
/
+3
*
|
Fix a bunch of spelling errors.
steve
1998-06-04
10
-18
/
+18
*
|
Correct wrong claim about `telldir()' cookie lifetimes.
jkoshy
1998-06-03
1
-16
/
+11
*
|
Add a trivial mechanism for returning a useful default value if one is
msmith
1998-06-01
1
-1
/
+4
*
|
Several sources including Unix98 say that semctl's fourth
steve
1998-05-31
1
-5
/
+24
*
|
Remove references to getvfsbytype. Also remove getvfsbyname
steve
1998-05-30
1
-32
/
+13
*
|
Remove a couple style bugs from the code snippet that
steve
1998-05-26
1
-3
/
+3
*
|
Update code example to reflect current practice.
steve
1998-05-25
1
-12
/
+10
*
|
The incorrect select() timeout calculation that I fixed in svc_tcp.c
wpaul
1998-05-21
1
-2
/
+2
*
|
Change the sanity test here. It's not correct to assume that the record
wpaul
1998-05-20
1
-3
/
+7
*
|
Replace the getpublickey() stub with the real thing.
wpaul
1998-05-18
1
-33
/
+160
*
|
Improve DoS avoidance in RPC stream oriented transports. The TCP transport
wpaul
1998-05-18
2
-34
/
+70
*
|
kill.1: Remove reference to obsolete sigvec(2) man page. Removed
jkoshy
1998-05-18
1
-2
/
+1
*
|
Patch RPC library to avoid possible denial of service attacks as described
wpaul
1998-05-15
1
-1
/
+7
*
|
Patch RPC library to avoid possible denial of service attacks as described
wpaul
1998-05-15
2
-2
/
+4
*
|
Remove a big hack after adding a small one to libc/gen/getcwd.c to
jb
1998-05-15
2
-232
/
+2
*
|
NetBSD doesn't have a __getcwd syscall, so set have__getcwd to `no'
jb
1998-05-15
1
-0
/
+4
*
|
int -> long changes that reduce the diffs with the NetBSD version to
jb
1998-05-14
2
-34
/
+34
*
|
Remove reference to signanosleep
ache
1998-05-14
1
-1
/
+0
*
|
Nuke signanosleep()
peter
1998-05-14
2
-21
/
+3
*
|
Cast a pointer to a long, not an int and make the arg passed to the function
jb
1998-05-11
1
-2
/
+2
*
|
Cast a pointer to a long, not an int before masking it.
jb
1998-05-10
1
-1
/
+1
*
|
Remove 'of type long' from a sentence talking about four 4-byte values
jb
1998-05-10
1
-2
/
+1
*
|
Fixed the usual missing dependencies on headers generated by rpcgen.
bde
1998-05-10
1
-2
/
+2
*
|
Fixed the usual missing dependencies on headers generated by rpcgen.
bde
1998-05-09
1
-6
/
+6
*
|
Add a BUGS section and describe a problem I've been having for
brian
1998-05-09
1
-1
/
+14
*
|
This is a hack to workaround source that is coded to use long variables
jb
1998-05-08
2
-2
/
+2528
*
|
Remote the NetBSD kludge for vfprintf.c
jb
1998-05-08
1
-9
/
+2
*
|
Don't assign the va_list variable 'ap' directly to the argtable because
jb
1998-05-08
1
-19
/
+18
*
|
Use the thread-aware errno definition all the time.
jb
1998-05-05
2
-44
/
+6
*
|
Build the syscalls (in libc, not libc_r) with weak symbols so that
jb
1998-05-05
2
-6
/
+18
*
|
Remove extern int errno and #include <errno.h> to get the proper definition.
jb
1998-05-05
1
-1
/
+1
*
|
Remove leading underscores from the FILE lock functions that POSIX
jb
1998-05-05
1
-3
/
+3
*
|
Remove leading underscores for the functions (weak symbols here) that
jb
1998-05-05
1
-4
/
+7
*
|
In a threaded library, expect the lock field to be declared volatile,
jb
1998-05-05
1
-5
/
+5
*
|
Fix a few nits in quoted code fragments and elsewhere.
rnordier
1998-05-04
1
-5
/
+4
*
|
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
[prev]
[next]