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
*
Started getting rid of the compatibility cruft for the Lite1 mount()
bde
1998-01-17
1
-0
/
+2
*
Fixed missing #include in synopsis.
bde
1998-01-16
1
-0
/
+2
*
Fixed wrong prototype for clock_getres().
bde
1998-01-16
1
-2
/
+2
*
Fixed wrong prototypes. Most of the prototypes had missing return types,
bde
1998-01-16
1
-9
/
+19
*
Fixed missing return type in a prototype.
bde
1998-01-16
1
-0
/
+1
*
Return the correct errno from getcwd() even if free() or closedir()
mckay
1998-01-15
1
-0
/
+4
*
Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() which
jb
1998-01-15
3
-6
/
+18
*
Typo fix.
alex
1998-01-15
1
-2
/
+12
*
Include string.h for memcpy function prototype.
jb
1998-01-14
1
-0
/
+1
*
Consistently reference init as .Xr init 8.
alex
1998-01-13
1
-2
/
+2
*
Return type and argument to sleep are unsigned int.
alex
1998-01-13
1
-2
/
+3
*
Dump the constant NGROUPS in favor of the POSIX way:
alex
1998-01-13
1
-9
/
+6
*
Use .Fn for sysconf(_SC_CLOCK_TCK) reference.
alex
1998-01-13
1
-1
/
+3
*
Formatting fix & improved comment for struct timeval.
alex
1998-01-11
1
-1
/
+3
*
Fixed brk(2) xref.
alex
1998-01-11
1
-1
/
+2
*
Added sys/types.h to synopsis as per POSIX.
alex
1998-01-11
1
-1
/
+2
*
Replace sys/param.h with sys/types.h as per POSIX.
alex
1998-01-11
1
-1
/
+9
*
Document that arg max is controllable via sysctl.
alex
1998-01-11
1
-5
/
+7
*
Formatting fix.
alex
1998-01-11
1
-1
/
+2
*
Added EMFILE and ENFILE to errors section.
alex
1998-01-11
1
-0
/
+5
*
.Xr sigvec --> sigaction
alex
1998-01-11
1
-2
/
+2
*
Add <sys/types.h> to synopsis.
alex
1998-01-11
1
-1
/
+4
*
Make a couple of the stat flags dependent on the sys/stat.h header file
jb
1998-01-09
3
-3
/
+27
*
handle long usernames more carefully
imp
1998-01-07
1
-5
/
+8
*
Convert to mdoc format.
charnier
1998-01-05
1
-248
/
+146
*
size_t -> unsigned
ache
1998-01-04
1
-3
/
+3
*
Expanded cross references.
alex
1998-01-02
9
-8
/
+20
*
1. EOF was returned when the buffer size was larger than INT_MAX. This
ache
1998-01-01
2
-10
/
+10
*
Drop the use of caddr_t in conjunction with mmap(2).
alex
1997-12-31
1
-4
/
+4
*
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
[next]