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
*
Convert caddr_t --> void * for sys/mman.h functions.
alex
1997-12-31
9
-16
/
+16
*
Fixed formatting of the MADV_FREE flag description.
alex
1997-12-30
1
-3
/
+3
*
Typo fix.
alex
1997-12-30
1
-2
/
+2
*
Document MS_SYNC.
alex
1997-12-30
1
-0
/
+1
*
The terminating character in strings is `NUL', not `NULL'.
wosch
1997-12-28
2
-2
/
+2
*
fork() checks RLIMIT_NPROC, not RLIMIT_NOFILE.
hoek
1997-12-26
1
-1
/
+1
*
Removed unnecessary initialization of hp in gethostbyaddr_r.
alex
1997-12-25
1
-3
/
+3
*
Add overflow checks: if output size becomes bigger than INT_MAX,
ache
1997-12-25
1
-2
/
+13
*
Correct type of stored argument place (from previous fix)
ache
1997-12-24
2
-4
/
+4
*
1) Restore back comment about snprintf()
ache
1997-12-24
1
-7
/
+10
*
Return back to BSD snprintf semantics which recent C9x standard adopts
ache
1997-12-24
3
-21
/
+23
*
1) Oops! Insert again if (n == 0) return 0.
ache
1997-12-24
2
-10
/
+10
*
Back out part related to "return 0 if n == 0" and return EOF as before.
ache
1997-12-24
2
-6
/
+2
*
Fix snprintf(...%n...)
ache
1997-12-24
1
-5
/
+9
*
Remove wrong comment about snprintf:
ache
1997-12-24
1
-5
/
+4
*
snprintf return value fixes to conform Single Unix specs:
ache
1997-12-24
2
-6
/
+16
*
Comment that long double is poorly implemented, not that it is unimplemented.
bde
1997-12-19
1
-2
/
+3
*
Put the .PATH statement first as in all other libc Makefile.inc's.
bde
1997-12-19
1
-3
/
+2
*
Format the MLINKS statement the same as in most other libc Makefile.inc's.
bde
1997-12-19
1
-2
/
+3
*
Fix recursion problem which occurs when a signal is received during
jb
1997-12-15
1
-3
/
+12
*
Fixed spelling of EACCES.
bde
1997-11-23
5
-12
/
+19
*
Fixed long double formats. They were mostly not implemented except
bde
1997-11-23
1
-4
/
+7
*
Fix bit-twiddling in sigismember(3).
jraynard
1997-11-21
1
-1
/
+1
*
Don't check for the unlikely case of useconds == 0 here. The kernel
bde
1997-11-20
1
-7
/
+4
*
stat() the correct file in execvp() so that the fine tuned errno handling
bde
1997-11-20
1
-2
/
+2
*
Add cross-references to rfork(2).
jdp
1997-11-18
2
-1
/
+3
*
Close PR #4867: improve _listmatch() to avoid returning false positives.
wpaul
1997-11-16
1
-9
/
+16
*
Reviewed by: hackers@freebsd.org in general
julian
1997-11-13
2
-1
/
+32
*
Reviewed by: various.
julian
1997-11-12
1
-3
/
+2
*
Describe MNT_NOCLUSTER{R,W} flags.
kato
1997-11-09
1
-0
/
+4
*
changed prototype to match text
jmg
1997-11-05
1
-8
/
+4
*
Correct description of which runes are encoded as two bytes.
steve
1997-11-05
2
-4
/
+4
*
In clntudp_call(), it is possible that xdr_replymsg() might fail
wpaul
1997-10-26
1
-0
/
+14
*
Typo.
helbig
1997-10-26
1
-1
/
+1
*
Change L_SET to SEEK_SET for POSIX compliance.
jdp
1997-10-26
1
-1
/
+1
*
Back out part of OpenGroup specs about limiting max arg since it may break
ache
1997-10-22
2
-17
/
+4
*
Reflect usleep code changes:
ache
1997-10-22
1
-1
/
+24
*
Changes in spirit of OpenGroup Singe Unix specs:
ache
1997-10-22
1
-5
/
+11
*
Document EINVAL as a possible return value from open(2).
joerg
1997-10-22
1
-0
/
+7
*
Sorted lists.
bde
1997-10-21
11
-144
/
+146
*
Removed unused file. It just forces a return value of 0 on success
bde
1997-10-18
1
-48
/
+0
*
Add $Id
ache
1997-10-17
1
-0
/
+4
*
Fix LONG_MAX overflowing
ache
1997-10-17
1
-10
/
+21
*
Fix two bugs which caused various RPC programs (mountd, nfsd, ...)
jdp
1997-10-17
1
-3
/
+3
*
Copy time_to_sleep to time_remaining since it can be left
ache
1997-10-16
1
-0
/
+1
*
Handle machine-dependent (stdlib) sources more automatically.
bde
1997-10-16
2
-4
/
+4
*
Removed bogus .PATH statement.
bde
1997-10-16
2
-6
/
+2
*
Removed the subdirectory paths from the definitions of MAN[1-9]. They
bde
1997-10-16
3
-10
/
+7
*
Handle machine-dependent (m-d) (string) sources more automatically.
bde
1997-10-16
3
-80
/
+23
*
Reflect current sleep/usleep implementations state
ache
1997-10-16
2
-9
/
+5
[next]