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
*
Update comment and NetBSD ID tag.
pfg
2015-02-06
1
-3
/
+3
*
Drop cgetclose() from getdiskbyname().
pfg
2015-02-06
1
-1
/
+0
*
tdelete(3): don't delete the node we are about to return.
pfg
2015-02-05
1
-1
/
+2
*
getdiskbyname(): plug resource leak
pfg
2015-02-05
1
-8
/
+16
*
rpc: Uninitialized pointer read
pfg
2015-02-02
1
-1
/
+1
*
Resource leak
pfg
2015-02-01
1
-0
/
+1
*
ttyname_r(): Return actual error, not always [ENOTTY].
jilles
2015-02-01
1
-2
/
+2
*
Use zero register instead of immediate 0x0 in MIPS assembly
emaste
2015-01-29
1
-1
/
+1
*
sem_post(): Fix and document semaphore value overflow error.
jilles
2015-01-28
2
-3
/
+8
*
Enable utimensat tests from NetBSD.
jilles
2015-01-24
1
-1
/
+2
*
Add futimens and utimensat system calls.
jilles
2015-01-23
6
-0
/
+510
*
Add procctl(2) PROC_TRACE_CTL command to enable or disable debugger
kib
2015-01-18
1
-1
/
+78
*
Add a ${CP} alias for copying files in the build.
will
2015-01-16
1
-2
/
+2
*
Remove duplicate copies of trivial getcontextx.c
emaste
2015-01-12
10
-314
/
+16
*
Reduce the size of the interposing table and amount of
kib
2015-01-11
13
-142
/
+49
*
Apparently more Makefiles use stuff from compiler-rt, so fix them up
dim
2015-01-08
1
-1
/
+1
*
Document CPU_WHICH_DOMAIN and bump Dd for cpuset.1.
jhb
2015-01-08
1
-1
/
+2
*
Clarify text to be consistent with nanosleep(2),
rodrigc
2015-01-08
1
-4
/
+4
*
Avoid use of register variables. Clang 3.5 treats this as undefined behavior,
jhibbits
2015-01-06
2
-4
/
+2
*
Avoid calling internal libc function through PLT or accessing data
kib
2015-01-05
3
-7
/
+14
*
mdoc: paragraph improvements.
joel
2015-01-04
1
-1
/
+1
*
Fix known issues which blow up the process after dlopen("libthr.so")
kib
2015-01-03
54
-92
/
+2020
*
Add rtld private interface for dso to detect dynamic loading
kib
2015-01-03
2
-0
/
+8
*
Link lib/libc/c063 tests to the build.
jilles
2015-01-02
1
-14
/
+16
*
Don't install h_raw if dealing with clang 3.5.0+ to unbreak the tests2 Jenkins
ngie
2015-01-02
1
-3
/
+4
*
mdoc: remove EOL whitespace.
joel
2014-12-29
1
-2
/
+2
*
Build/install lib/libc/tests/hash/t_sha2 if MK_OPENSSL == yes
ngie
2014-12-27
1
-1
/
+7
*
mdoc: improvements to SEE ALSO.
joel
2014-12-27
5
-6
/
+6
*
Various mdoc fixes and a few EOL whitespace removals.
brueffer
2014-12-21
23
-46
/
+50
*
Plug a memory leak.
delphij
2014-12-19
1
-1
/
+3
*
Initilize the msg_flags field consistently in all code paths.
tuexen
2014-12-17
1
-1
/
+4
*
Bump Dd for r275846
bdrewery
2014-12-17
1
-1
/
+1
*
Add some additional clarification and fix a few gammer nits.
mckusick
2014-12-17
1
-58
/
+66
*
Markup fixes for kqueue(2), no content changes.
kib
2014-12-15
1
-61
/
+87
*
Fix incorrect type of "invalids" argument in __iconv() prototype.
kuriyama
2014-12-15
1
-1
/
+1
*
Add a facility for non-init process to declare itself the reaper of
kib
2014-12-15
1
-3
/
+212
*
Fix quick_exit(3) manual page to match reality - the status was missing.
trasz
2014-12-13
1
-2
/
+2
*
Fix a typo reported by Lennart Grahl.
tuexen
2014-12-10
1
-1
/
+1
*
In r268924 __fflush was modified so that when write(2) was not successful,
delphij
2014-12-10
1
-4
/
+6
*
Switch to the ARM unified assembly language as the clang integrated as only
andrew
2014-11-29
7
-123
/
+138
*
ANSIfy b64_pton
emaste
2014-11-27
1
-4
/
+1
*
Reinstitate send() after syslogd restarts.
delphij
2014-11-25
1
-9
/
+28
*
Fix b64_pton output buffer overrun test for exact-sized buffer
emaste
2014-11-25
1
-7
/
+15
*
Fix ifa_data description.
pluknet
2014-11-25
1
-12
/
+10
*
Convert libraries to use LIBADD
bapt
2014-11-25
1
-4
/
+2
*
The fallback flag in nsdispatch prevents the fallback implementation of
des
2014-11-25
1
-9
/
+16
*
Revert r274772: it is not valid on MIPS
emaste
2014-11-25
6
-10
/
+10
*
For now, disable using -fsanitize=bounds for the libc ssp tests, when
dim
2014-11-24
1
-0
/
+3
*
Ta is only allowed with Bl -column not in Bl -item
bapt
2014-11-23
1
-1
/
+1
*
Misc mdoc fixes:
joel
2014-11-23
1
-1
/
+0
[next]