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
Commit message (
Expand
)
Author
Age
Files
Lines
*
C language does not has references, it provides pointers.
kib
2010-04-21
1
-2
/
+2
*
Add standards section, improve wording, taking into account the handling
kib
2010-04-21
1
-6
/
+8
*
MFV: zlib 1.2.5.
delphij
2010-04-20
18
-74
/
+117
*
Free() is not allowed to modify errno, remove safety brackets around it [1].
kib
2010-04-20
1
-13
/
+5
*
Slightly modernize realpath(3).
kib
2010-04-20
2
-8
/
+65
*
Revert r206649.
kib
2010-04-18
1
-18
/
+13
*
getcwd(3): Clarify that EACCES may or may not be checked.
jilles
2010-04-17
1
-3
/
+11
*
fnmatch: Fix bad FNM_PERIOD disabling if an asterisk has been seen.
jilles
2010-04-16
1
-8
/
+8
*
Expose a few symbols as public interface rather than private.
delphij
2010-04-16
1
-6
/
+6
*
MFV: libz 1.2.4.3.
delphij
2010-04-16
11
-35
/
+104
*
Still reference struct __sigaction with clarification when this form
kib
2010-04-15
1
-0
/
+10
*
mdoc: order prologue macros consistently by Dd/Dt/Os
uqs
2010-04-14
154
-154
/
+154
*
mdoc: don't abuse Bo/Pc to get what looks like an interval
uqs
2010-04-14
1
-1
/
+1
*
mdoc: remove .Pp where not needed
uqs
2010-04-14
5
-12
/
+0
*
Align the declaration for sa_sigaction with POSIX.
kib
2010-04-13
1
-2
/
+2
*
Add #endif missed in r206490.
marius
2010-04-11
1
-0
/
+1
*
While SPARC V9 allows tininess to be detected either before or after
marius
2010-04-11
1
-0
/
+3
*
Use the stored length value instead of calculating it by strlen().
ume
2010-04-06
1
-8
/
+6
*
I feel this wording of the history is more clear.
obrien
2010-04-05
2
-9
/
+6
*
libc/db/hash: cap auto-tuned block size with a value that actually works
avg
2010-04-05
2
-1
/
+3
*
hash.3: fix a factual mistake in the man page
avg
2010-04-05
1
-1
/
+1
*
Add capability to use a db version of services. It is enabled by
ume
2010-04-04
2
-1
/
+204
*
Reduce duplicate code.
ume
2010-04-04
1
-59
/
+33
*
Treat '+' as special only when in compat mode, and simplify
ume
2010-04-04
1
-22
/
+19
*
Stop adding trailing '\n'. The servent_unpack() doesn't expect
ume
2010-04-04
1
-10
/
+3
*
- Support for uncore counting events: one fixed PMC with the uncore
fabient
2010-04-02
7
-7
/
+5167
*
Remove _LARGEFILE64_SOURCE==1 case which is supposed to be always false
delphij
2010-04-01
1
-1
/
+1
*
For now, hardcode FreeBSD configuration that will never change on zlib.h:
delphij
2010-04-01
1
-25
/
+0
*
Update to 1.2.4.1 (beta).
delphij
2010-03-31
14
-66
/
+78
*
Add prototype for libc internal interfaces.
delphij
2010-03-31
2
-0
/
+4
*
Add prototypes for libc private interfaces.
delphij
2010-03-31
1
-5
/
+9
*
Use panic() (which the environment is required to provide to libstand) to
jhb
2010-03-30
1
-4
/
+4
*
Make acl_to_text_np(3) not crash on long group or user names in NFSv4 ACLs.
trasz
2010-03-28
1
-7
/
+4
*
Don't forget to bump the date in the man page.
ed
2010-03-28
1
-1
/
+1
*
Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.
ed
2010-03-28
1
-11
/
+17
*
Merge improvements from kernel HID parser to the userland usbhid(3)
kaiw
2010-03-27
6
-251
/
+406
*
- Remove const'ness from dlerror(3) prototype, for consistency with POSIX.
gahr
2010-03-24
2
-3
/
+3
*
Reject attempts to create a MAP_ANON mapping with a non-zero offset.
jhb
2010-03-23
1
-1
/
+6
*
Finish the much belated Intel XScale hwpmc(4) man page.
rpaulo
2010-03-23
1
-2
/
+119
*
Update to zlib 1.2.4 and add versioned symbols to the
delphij
2010-03-22
41
-2144
/
+7559
|
\
|
*
Create a custom branch where I will be able to do the merge.
delphij
2010-03-19
3980
-731486
/
+0
*
|
Let opendir() use O_DIRECTORY.
ed
2010-03-21
1
-2
/
+2
*
|
Actually make O_DIRECTORY work.
ed
2010-03-21
1
-0
/
+12
*
|
Avoid aliasing which leads to incorrect results when compiling with the
marius
2010-03-21
1
-12
/
+11
*
|
Do not create *.gmon files for PIE executables on i386.
jilles
2010-03-20
1
-1
/
+1
*
|
- While SPARC V9 allows tininess to be detected either before or after
marius
2010-03-20
1
-5
/
+10
*
|
Division should take both arguments' signs into account when the
marius
2010-03-20
1
-7
/
+9
*
|
FPU_DEBUG requires <stdio.h>.
marius
2010-03-20
3
-1
/
+12
*
|
Ensure that __fpu_ftox() both returns the high bits and res[1] contains
marius
2010-03-20
1
-5
/
+7
*
|
- Remove a bogus forward declaration.
marius
2010-03-20
2
-7
/
+3
|
/
[next]