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
*
Remove the MSG_PEEK flag from the documentation of the send(2) syscall -
roam
2007-04-27
1
-1
/
+0
*
Make inet6_rth_* family of functions more compliant with RFC3542:
mtm
2007-04-19
1
-1
/
+9
*
Grammer correction from: emaste
phk
2007-04-19
1
-1
/
+1
*
Loosen return value spec for fputs to be standards compliant so people
phk
2007-04-19
1
-5
/
+2
*
Cleanup sysconf(3) a bit. sysconf(3) assumes in some places it operates
pjd
2007-04-14
1
-21
/
+18
*
Belatedly bump Dd for my recent changes.
emaste
2007-04-11
1
-1
/
+1
*
Expand the description of the host's UUID.
ru
2007-04-10
1
-3
/
+3
*
Swap "underflow"/"overflow" in the table header.
ru
2007-04-10
1
-2
/
+2
*
Clean-ip TLS symbol versions. [_]__tls_get_addr function is part of
kan
2007-04-09
2
-6
/
+2
*
Document KERN_HOSTUUID.
pjd
2007-04-09
1
-1
/
+4
*
Document PT_GETNUMLWPS.
emaste
2007-04-09
1
-0
/
+3
*
Describe PT_GETLWPLIST's arguments.
emaste
2007-04-07
1
-0
/
+9
*
__p_rcode_syms is declared as external in resolv.conf, so it cannot be
kan
2007-04-06
2
-1
/
+2
*
Bump date.
pjd
2007-04-05
3
-3
/
+3
*
Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found in
pjd
2007-04-05
2
-1
/
+65
*
Add security.jail.mount_allowed sysctl, which allows to mount and
pjd
2007-04-05
1
-0
/
+7
*
Avoid using intermediate variables by just comparing between
delphij
2007-04-05
1
-27
/
+15
*
Import amd64 assembly implementations of div(3) family from NetBSD.
jkim
2007-04-04
4
-0
/
+51
*
Add entry for dl_iterate_phdr.
kan
2007-04-03
1
-0
/
+1
*
Add stub for dl_iterate_phdr.
kan
2007-04-03
1
-0
/
+10
*
Use size_t instead of unsigned for pagesize-related values, in order to
jasone
2007-03-29
1
-4
/
+8
*
Remove the run promotion/demotion machinery. Replace it with red-black
jasone
2007-03-28
1
-430
/
+219
*
Change macro in order to refer to FreeBSD 7.0 instead of 7.0BSD.
jasone
2007-03-28
1
-2
/
+2
*
Update the IMPLEMENTATION NOTES section to reflect recent malloc
jasone
2007-03-28
1
-13
/
+30
*
Remove some stray roff formatting that caused incorrect rendering.
jasone
2007-03-28
1
-1
/
+0
*
Add a HISTORY section.
jasone
2007-03-28
1
-0
/
+5
*
Fix some subtle bugs for posix_memalign() having to do with integer
jasone
2007-03-24
1
-18
/
+43
*
Fix posix_memalign() for large objects. Now that runs are extents rather
jasone
2007-03-23
1
-151
/
+297
*
Use extents rather than binary buddies to track free pages within
jasone
2007-03-23
1
-323
/
+332
*
Let people in on the magic of INET[6]_ADDRSTRLEN which comes quite handy in
mlaier
2007-03-21
1
-1
/
+6
*
Avoid using vsnprintf(3) unless MALLOC_STATS is defined, in order to
jasone
2007-03-20
1
-152
/
+233
*
o Add ENVIRONMENT section and mention there that TMPDIR is ignored
maxim
2007-03-16
1
-1
/
+14
*
- Sysctl's move to seperate file
rrs
2007-03-15
1
-6
/
+11
*
Wordsmithery.
bms
2007-03-09
1
-1
/
+1
*
Document SO_ACCEPTCONN.
bms
2007-03-08
1
-1
/
+9
*
Fix license. Clause 4 is still required (UCB materiel).
bms
2007-03-07
1
-6
/
+5
*
use 2-clause BSD license as per hoskins strike-off july 22 1999.
bms
2007-03-07
1
-4
/
+6
*
Only reject file descriptors higher than FD_SETSIZE if we are not using
jhb
2007-03-05
1
-7
/
+5
*
Apply my patch properly.
ru
2007-03-05
1
-1
/
+1
*
Fix markup.
bms
2007-03-05
1
-22
/
+36
*
.Xr nit.
bms
2007-03-05
1
-2
/
+2
*
Update shutdown() manual page to reflect actual behaviour of code.
bms
2007-03-05
1
-10
/
+82
*
Test cases for back references.
delphij
2007-03-05
1
-0
/
+24
*
Only stop evaluation of a back reference if the match length is
delphij
2007-03-05
1
-15
/
+17
*
Avoid infinite recursion on:
delphij
2007-03-05
1
-0
/
+2
*
Disable RPC exponential back-off for FreeBSD.org systems (IE. hidden
simon
2007-03-04
2
-0
/
+10
*
- Bump _yplib_timeout limit from 10 to 20 seconds to better handle
simon
2007-03-04
1
-1
/
+9
*
Document the AF_LINK extension which was imported from NetBSD.
bms
2007-02-28
1
-4
/
+19
*
Nuke ascii2addr() and addr2ascii(). They have no consumers anywhere
bms
2007-02-28
8
-441
/
+123
*
Fix include declaration it was sys/sctp.h should be netinet/sctp.h,
rrs
2007-02-26
13
-13
/
+13
[next]