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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Change errno usage as a field in a structure and as an argument to a
jb
1997-12-20
2
-28
/
+28
*
Fixed the termcap 3.0 hacks. They were very broken in my configuration
bde
1997-12-19
1
-10
/
+11
*
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
*
Delete "typedef ... date" (see style(9)).
helbig
1997-12-13
4
-43
/
+51
*
Added easterog() and easteroj() which compute orthodox easter for
helbig
1997-12-07
4
-25
/
+55
*
Add libcalendar.
helbig
1997-12-04
1
-2
/
+2
*
This commit was generated by cvs2svn to compensate for changes in r31529,
helbig
1997-12-04
5
-0
/
+650
|
\
|
*
Provides date of easter and other calendar related arithmetic.
helbig
1997-12-04
5
-0
/
+650
*
"un-bump" the major number for libtermcap.so. This brings -current back
peter
1997-12-02
1
-2
/
+13
*
s/geteid/geteuid/ - it's lucky I have a large supply of left-over pointy
peter
1997-11-29
1
-1
/
+1
*
Work around the problems caused by calling issetugid() in libtermcap in
peter
1997-11-29
1
-2
/
+41
*
Upgrade minor version
pst
1997-11-27
1
-2
/
+2
*
Modify the return values to comply with POSIX. Previously these
alex
1997-11-25
27
-231
/
+114
*
Added missing source file uthread_sigwait.c.
alex
1997-11-24
3
-3
/
+6
*
Correct the return value from pthread_cond_timedwait when a timeout
alex
1997-11-23
3
-3
/
+3
*
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
*
const correctness for dl*()
brian
1997-11-22
3
-15
/
+15
*
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
*
Fix erroneous format string.
jdp
1997-11-18
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
*
Make the login_getclassbyname prototype match reality.
steve
1997-11-05
1
-2
/
+2
*
Typo.
joerg
1997-10-28
1
-2
/
+2
*
Statisize usage().
charnier
1997-10-27
1
-1
/
+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
*
Fix a few typos.
jraynard
1997-10-22
1
-32
/
+33
*
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
[prev]
[next]