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
*
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
*
Move _posix1e_acl_name_to_id out of acl_support.c and into
kientzle
2007-02-26
3
-55
/
+52
*
Don't assert() the TLS allocation requested is big enough; just
kientzle
2007-02-25
1
-2
/
+2
*
Modify chunk_alloc() to prefer mmap()ed memory over sbrk()ed memory.
jasone
2007-02-22
1
-36
/
+40
*
Fixes build breakage.. invalid type casts.. and invalid
rrs
2007-02-22
1
-6
/
+6
*
First cut of the sctp man pages. Still need work.
rrs
2007-02-22
15
-1
/
+1791
*
Fixes __FreeBSD__ being present (they should not)
rrs
2007-02-22
1
-6
/
+4
*
Adds a performance improvement for when sctp_sendx is
rrs
2007-02-22
1
-23
/
+43
*
Fix mis-reference of incorrect manual page in ERRORS section.
trhodes
2007-02-17
1
-1
/
+1
*
New sentence -> new line. While here, fix apostrophe abuse.
brueffer
2007-02-14
1
-4
/
+7
*
Change the date.
julian
2007-02-13
1
-1
/
+1
*
Make the kse man page reflect the removal of the KSEGRP kernel abstraction.
julian
2007-02-13
1
-54
/
+30
*
o s/cgetseq/cgetset/
maxim
2007-02-11
1
-1
/
+1
*
Docment the acceptable values for the id parameter.
mpp
2007-02-01
1
-1
/
+16
*
Fix a utrace(2)-related bug in calloc(3).
jasone
2007-01-31
1
-44
/
+56
*
Remove getobjformat() from libc's symbol map. It probably should have been
peter
2007-01-25
1
-1
/
+0
*
Retire more remnants of a.out support, as threatened in 2002.
peter
2007-01-25
3
-182
/
+2
*
Docuemnt exactly which functions access which NSS databases.
bms
2007-01-22
1
-1
/
+15
*
o Remove duplicate includes.
maxim
2007-01-20
3
-3
/
+0
*
On FreeBSD/arm, any value > 50 bits will result in a rediculously huge
imp
2007-01-19
1
-2
/
+2
*
When we try to set set-gid bit with chmod(2) on a file, which we own, but our
pjd
2007-01-16
1
-1
/
+5
*
Remove 3rd clause, renumber, ok per email
imp
2007-01-12
5
-20
/
+5
*
o Document SO_TIMESTAMP and SO_BINSTAMP socket options.
maxim
2007-01-11
1
-2
/
+46
*
Remove silly n that crept in
imp
2007-01-09
1
-1
/
+1
*
Per Regents of the University of Calfornia letter, remove advertising
imp
2007-01-09
749
-3005
/
+1
*
Be more specific in ENXIO description:
pjd
2007-01-07
1
-3
/
+4
*
open(2) returns EROFS when O_CREAT is specified and the named file would
pjd
2007-01-07
1
-0
/
+3
*
- POSIX mentions that EACCES can be returned when O_TRUNC is specified
pjd
2007-01-07
1
-1
/
+18
*
Prefer "to be modified" over "to be opened for writing".
pjd
2007-01-07
1
-1
/
+1
*
Handle inf/nan correctly.
das
2007-01-06
1
-2
/
+14
*
The distinction between quiet and signaling NaN formats is
das
2007-01-03
6
-0
/
+128
*
Fix rounding of 0xf for hex fp formats.
das
2007-01-03
2
-3
/
+3
[next]