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
*
Make the implementation and documentation agree. Specifically:
des
1999-01-06
2
-6
/
+11
*
Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc.
dt
1999-01-04
2
-13
/
+4
*
Add STANDARDS section.
wollman
1999-01-03
1
-6
/
+37
*
Fix grammar in the description of timegm() by totally rewriting it. Remove
wollman
1999-01-03
1
-20
/
+29
*
Ignore the fs_spec entry for "/" in /etc/fstab if the device which
bde
1999-01-01
1
-0
/
+29
*
Updated type of ss_size in struct sigaltstack.
bde
1999-01-01
1
-3
/
+2
*
[This is a null commit to supply the correct log entry]
dfr
1998-12-23
2
-2
/
+2
*
Implement fpsetmask() and other fp*() functions. Programs should use
dfr
1998-12-23
9
-32
/
+59
*
Added documenation for the existing implementation of asctime_r,
wes
1998-12-20
1
-0
/
+35
*
Reviewed by: Luoqi Chen, Jordan Hubbard
julian
1998-12-19
1
-3
/
+5
*
Note that dying on NULL is an implementation detail.
eivind
1998-12-17
1
-5
/
+7
*
Restore old semantics (broken in rev 1.47's buffer overflow fix).
eivind
1998-12-17
1
-1
/
+3
*
Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This is
bde
1998-12-16
1
-8
/
+7
*
Add reminder to return memory allocated by this call.
imp
1998-12-16
1
-1
/
+10
*
Reviewed by: JKH
wes
1998-12-14
2
-87
/
+217
*
Commit out caveat about hardlinks to directories since they are
steve
1998-12-13
1
-27
/
+27
*
PR: docs/9050
dillon
1998-12-13
1
-0
/
+1
*
CALL -> PCALL for sigaltstack for libc_r.
jb
1998-12-10
1
-1
/
+1
*
Removed unused include of <kvm.h>. It was alarming for libc to apparently
bde
1998-12-07
1
-3
/
+1
*
- Fix modulo bug that was masked by the correct code in libgcc.a which is
nate
1998-11-30
1
-1
/
+1
*
Enable aio_read(2).
jkoshy
1998-11-24
1
-2
/
+2
*
Don't mention exit(3) in explanation; _exit(2) is a better choice.
jkoshy
1998-11-23
1
-2
/
+2
*
Man page for aio_read(2).
jkoshy
1998-11-19
1
-0
/
+189
*
Update to reflect reality.
nectar
1998-11-16
1
-4
/
+4
*
Fix a .Nm -> .Fn fix that was missed in the previous commit.
jkoshy
1998-11-09
1
-1
/
+1
*
Added info about non-blocking support.
dg
1998-11-06
1
-1
/
+15
*
Update manual page to reflect changes in rev 1.12 of
jkoshy
1998-11-06
1
-3
/
+6
*
Added a manual page for sendfile(2).
dg
1998-11-05
2
-2
/
+139
*
Include mergesort() in description of errors.
rnordier
1998-11-04
1
-1
/
+3
*
Drop unused labels.
rnordier
1998-11-04
1
-2
/
+2
*
Handle a zero elements argument.
rnordier
1998-11-04
1
-0
/
+3
*
A feeble attempt at kld compatability. The mount_* programs assume that
peter
1998-11-03
1
-1
/
+10
*
Typo.
jmz
1998-10-30
1
-1
/
+1
*
Prevent buffer overflow in getpwnam()
msmith
1998-10-29
1
-2
/
+2
*
Clarify processing of the string argument by psignal().
rnordier
1998-10-29
1
-1
/
+3
*
(Whoops: make it better instead of worse this time). Clarify
rnordier
1998-10-29
1
-1
/
+1
*
Clarify processing of the string argument by perror().
rnordier
1998-10-29
1
-8
/
+5
*
Check for a zero-length as well as a NULL string argument.
rnordier
1998-10-29
1
-1
/
+1
*
The man page implies that the string argument to psignal() may be
rnordier
1998-10-29
1
-4
/
+2
*
Handle ELF symbols better. This fixes "vmstat -i" for the case
jdp
1998-10-28
1
-59
/
+77
*
(`'): and (`'); -> (`:') and (`;')
fenner
1998-10-26
1
-2
/
+2
*
Slight style police.
obrien
1998-10-25
1
-3
/
+13
*
fix unsigned overflow
ache
1998-10-25
1
-5
/
+7
*
Fix types.
dima
1998-10-21
1
-19
/
+19
*
Revert last change. mkstemp() wasn't to blame, it's nvi. However,
peter
1998-10-20
1
-21
/
+5
*
Stop mk*temp() from being pathologically stupid in the face of a umask(0);
peter
1998-10-20
1
-5
/
+21
*
Fix style issues in execl(), and make execle() vfork()-safe.
des
1998-10-15
1
-13
/
+23
*
Conform to POSIX and close any copies of popen() descriptors inherited by a
msmith
1998-10-15
1
-0
/
+4
*
Correct braino in previous commit. I get the pointy hat again.
des
1998-10-14
1
-3
/
+4
*
Make execl() vfork()-safe. This should fix potential bugs in rcp,
des
1998-10-14
1
-8
/
+20
[next]