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
*
syncer(4) is a kernel process, not a user process
bjk
2014-02-27
1
-1
/
+1
*
Consistently pass around context information using a simple pointer. This
tijl
2014-02-24
2
-5
/
+4
*
Match the correct variable to the variable description.
brueffer
2014-02-21
1
-3
/
+3
*
document _JAIL as a possible option to set a cpuset for a jail..
jmg
2014-02-15
1
-1
/
+2
*
Set errno on inet_ntop(3) failure.
kevlo
2014-02-07
1
-2
/
+4
*
fts: Fix double-free with conflicting concurrent modifications.
jilles
2014-02-07
1
-4
/
+8
*
libc/net: fix a portability issue
eadler
2014-02-05
1
-1
/
+1
*
libc/net: Fix some issues in inet6_opt_init() (from RFC 3542):
eadler
2014-02-04
1
-4
/
+1
*
Fix a typo.
brueffer
2014-02-03
1
-1
/
+1
*
The posix_madvise(3) and posix_fadvise(2) should return error on
kib
2014-01-30
4
-8
/
+20
*
mdoc: fix several uses of the Fx macro to point to actual releases.
uqs
2014-01-28
5
-5
/
+5
*
Add MLINK for fdclosedir.3 to directory.3 and sort fdopendir(3) entry.
bdrewery
2014-01-24
1
-1
/
+2
*
The posix_fallocate(2) syscall should return error number on error,
kib
2014-01-23
1
-2
/
+2
*
Update EINVAL description.
pluknet
2014-01-23
1
-2
/
+2
*
Update jemalloc to version 3.5.0.
jasone
2014-01-23
3
-13
/
+31
*
Add a new flag to /etc/ttys: onifconsole. This is equivalent to "on" if the
nwhitehorn
2014-01-20
1
-0
/
+35
*
Replace LIBGCC by LIBCOMPILER_RT.
ed
2014-01-18
1
-3
/
+3
*
libc/resolv: Use poll() instead of kqueue().
jilles
2014-01-14
2
-3
/
+3
*
ANSI-fy prototype.
delphij
2014-01-14
1
-3
/
+1
*
fts(3): Remove stray mentions of the obsolete fts_bignum.
jilles
2014-01-12
1
-9
/
+1
*
fts: Stat things relative to the directory fd, if possible.
jilles
2014-01-12
1
-12
/
+19
*
Add some missing .Nm for newer syscalls in existing man pages.
jilles
2014-01-11
3
-3
/
+6
*
Fix several bugs in sctp_bindx():
tuexen
2014-01-04
1
-9
/
+18
*
- Fix EBADF description, in following the future POSIX tc and what FreeBSD
pluknet
2013-12-27
1
-3
/
+4
*
Fix an apparent typo.
pluknet
2013-12-26
1
-1
/
+1
*
Provide the manual page for aio_fsync(2).
pluknet
2013-12-26
2
-0
/
+153
*
The compile time constant limit on number of swap devices was removed in 5.2.
pluknet
2013-12-25
1
-5
/
+1
*
shm_open(2): Fixed the history information.
ru
2013-12-18
1
-3
/
+3
*
getopt_long.3: wording quibbles
eadler
2013-12-13
1
-2
/
+2
*
Replace Sun RPC license with a 3-clause BSD license. This license change
hrs
2013-12-09
8
-211
/
+211
*
Do not force to run atexit handlers, which text comes from a dso
kib
2013-12-06
1
-5
/
+10
*
mdoc: remove EOL whitespace.
joel
2013-12-06
1
-2
/
+2
*
Various updates and tweaks to the wait(2) manpage.
jhb
2013-12-03
1
-132
/
+174
*
chmod(2): Document S_ISVTX following SUSv3/SUSv4.
jilles
2013-12-01
1
-10
/
+16
*
waitid(2): Do not tell userland programmers to include <sys/signal.h>.
jilles
2013-12-01
1
-1
/
+1
*
Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
eadler
2013-11-30
3
-5
/
+5
*
Make process descriptors standard part of the kernel. rwhod(8) already
pjd
2013-11-30
1
-6
/
+0
*
Move the iconv wrapper source from libc_nonshared to libc/iconv so that
peter
2013-11-25
14
-287
/
+706
*
There is no file under SISSL after license replacement in r258581.
hrs
2013-11-25
1
-335
/
+0
*
Replace Sun Industry Standards Source License for Sun RPC code with a
hrs
2013-11-25
2
-89
/
+48
*
Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,
hrs
2013-11-25
51
-1333
/
+1305
*
Add ICONV_{GET,SET}_ILSEQ_INVALID iconvctl. GNU iconv returns EILSEQ
hrs
2013-11-25
3
-1
/
+33
*
Get rid of the CONCAT macro.
andreast
2013-11-23
2
-19
/
+19
*
Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it and
andreast
2013-11-21
8
-30
/
+20
*
Introduce a WEAK_REFERENCE() alias and use it. Get rid of the CNAME and the
andreast
2013-11-21
9
-39
/
+23
*
Attempt to move the POSIX iconv* symbols out of runtime linker space.
peter
2013-11-17
6
-42
/
+201
*
Add missing include files for the printf_l and scanf_l man pages.
eadler
2013-11-17
2
-0
/
+2
*
Fix typo.
trasz
2013-11-12
1
-1
/
+1
*
Fix description to actually make sense.
trasz
2013-11-12
1
-4
/
+3
*
Mention acl_get_brand_np(3).
trasz
2013-11-12
1
-1
/
+6
[next]