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
...
|
*
rpc: fix failure to clear string by passing the wrong size to memset.
pfg
2016-02-26
1
-1
/
+1
|
*
Convert casperd(8) daemon to the libcasper.
oshogbo
2016-02-25
1
-2
/
+2
|
*
DIRDEPS_BUILD: Regenerate without local dependencies.
bdrewery
2016-02-24
1
-153
/
+0
|
*
db(3): Fix aliasing warnings from modern GCC.
pfg
2016-02-24
1
-3
/
+2
|
*
db(3): Fix aliasing warnings from modern GCC.
pfg
2016-02-24
1
-6
/
+12
*
|
MFH
gjb
2016-02-23
1
-1
/
+5
|
\
\
|
|
/
|
*
If we close or sync a hash-based db file, make sure to call fsync to
dwmalone
2016-02-23
1
-1
/
+5
*
|
MFH
gjb
2016-02-22
4
-9
/
+16
|
\
\
|
|
/
|
*
Remove sys/types.h
kevlo
2016-02-19
1
-2
/
+1
|
*
Bump .Dd for r295764
bjk
2016-02-18
1
-3
/
+3
|
*
Right now, the "virtual hole" API feature of lseek(2) is very vaguely
sobomax
2016-02-18
1
-4
/
+12
|
*
Remove dd xfer stats emitted during buildworld
emaste
2016-02-18
2
-2
/
+2
*
|
MFH
gjb
2016-02-18
1
-0
/
+2
|
\
\
|
|
/
|
*
Fix build race after r295643.
bdrewery
2016-02-17
1
-0
/
+2
*
|
MFH
gjb
2016-02-15
4
-3
/
+15
|
\
\
|
|
/
|
*
fputs: Return the number of bytes written.
pfg
2016-02-15
1
-1
/
+1
|
*
getln: We cannot expand the buffer beyond INT_MAX.
pfg
2016-02-15
2
-2
/
+12
|
*
fputs: Return the number of bytes written.
pfg
2016-02-15
1
-0
/
+3
|
*
Remove man page references to rndassociates.com, which has been taken over
jamie
2016-02-10
1
-1
/
+0
|
*
Fix the gcc build after r295407.
markj
2016-02-08
1
-1
/
+1
|
*
If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbols
kib
2016-02-08
3
-2
/
+12
*
|
MFH
gjb
2016-02-09
3
-2
/
+12
*
|
MFH
gjb
2016-02-08
2
-2
/
+21
|
\
\
|
|
/
|
*
semget(2): Add missing [EINVAL] conditions.
jilles
2016-02-07
1
-1
/
+12
|
*
- connect(2) Clarify namelen
jgh
2016-02-04
1
-1
/
+9
|
*
Move logic to destroy a struct catentry to its own function.
bdrewery
2016-02-02
1
-9
/
+17
*
|
Remove libc, librtld_db, libthr packages, and further increase
gjb
2016-02-05
1
-1
/
+1
*
|
First pass through library packaging.
gjb
2016-02-04
1
-0
/
+1
*
|
Final pass through to fix 'tests' packaging.
gjb
2016-02-03
1
-0
/
+4
*
|
More 'tests' packaging fixes.
gjb
2016-02-03
1
-1
/
+3
*
|
MFH
gjb
2016-02-03
1
-9
/
+17
*
|
Fix another 'tests' packaging error.
gjb
2016-02-03
1
-0
/
+4
*
|
More 'tests' package fixes.
gjb
2016-02-03
1
-0
/
+4
*
|
MFH
gjb
2016-02-02
2
-0
/
+98
|
\
\
|
|
/
|
*
This seems like a very trivial bug that should have been squashed a long
sobomax
2016-01-30
2
-0
/
+98
*
|
First pass to fix the 'tests' packages.
gjb
2016-02-02
23
-0
/
+92
|
/
*
Add implementations of sendmmsg(3) and recvmmsg(3) functions which
kib
2016-01-29
8
-20
/
+303
*
Use intptr_t note ptrdiff_t when storing flags in the bottom bits of
brooks
2016-01-29
2
-6
/
+6
*
Replace nslexer.l->nslexer.c custom rule with a -D CFLAG.
bdrewery
2016-01-27
1
-8
/
+3
*
nslexer.c does not depend on nsparser.h.
bdrewery
2016-01-27
1
-1
/
+1
*
Remove excess whitespace
bdrewery
2016-01-27
1
-1
/
+1
*
Restore flushing of output for revoke(2) again. Document revoke()'s
kib
2016-01-26
1
-2
/
+6
*
Replace .CURDIR with SRCTOP to respect LIBC_SRCTOP feature.
bdrewery
2016-01-25
1
-5
/
+5
*
sctp_sendx() needs to provide the assoc_id back.
tuexen
2016-01-24
1
-2
/
+7
*
Fix bug in the readpassphrase(3) function, which can be exposed
sobomax
2016-01-24
1
-8
/
+16
*
sctp_sendv() needs to fill in the association id on return.
tuexen
2016-01-24
1
-0
/
+7
*
Add a standards compliance note for strtok_r as suggested by cpercival.
wblock
2016-01-22
1
-1
/
+6
*
sem: Don't free nameinfo that is still in list when open() fails.
jilles
2016-01-22
1
-1
/
+3
*
Replace the last non-optional use of sbrk() in the tree with mmap().
brooks
2016-01-21
1
-11
/
+4
*
Fix the implementations of PSEUDO_NOERROR and PSEUDO.
brooks
2016-01-21
1
-7
/
+21
[prev]
[next]