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
...
*
|
Remove an errant `#define dprintf printf'. It seems to be leftover
das
2012-01-20
1
-2
/
+0
*
|
Don't inline fenv.h functions on arm for now. Inlining makes sense:
das
2012-01-20
4
-13
/
+33
*
|
Merge in the latest SoftFloat changes from NetBSD. (NetBSD isn't the
das
2012-01-20
19
-16
/
+555
*
|
Rev 228065 (change bsd.own.mk -> bsd.init.mk) broke pam_unix.so by causing
peter
2012-01-18
1
-2
/
+2
*
|
Fix two issues related to the use of SIGINFO in fetch(1) to display
des
2012-01-18
3
-7
/
+75
*
|
Remove unnecessary includes from these libutil man pages.
ghelmer
2012-01-16
3
-4
/
+0
*
|
Fix more disorder in prototypes and constants.
ghelmer
2012-01-16
1
-46
/
+43
*
|
Insert read memory barriers.
davidxu
2012-01-16
2
-1
/
+2
*
|
Computations on NaNs are supposed to return one of the input NaNs unchanged.
das
2012-01-16
2
-4
/
+3
*
|
Add an implementation of fenv.h intended for platforms that lack an FPU and
das
2012-01-16
4
-6
/
+205
*
|
Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support for
das
2012-01-16
2
-1
/
+64
*
|
Remove functions from softfloat's Symbol.map that don't need to be exported.
das
2012-01-16
2
-20
/
+14
*
|
Convert softfloat to use the standard exception flag and rounding macros
das
2012-01-16
5
-34
/
+34
*
|
Correct some bugs that resulted from arm/_fpmath.h being blindly copied
das
2012-01-16
1
-1
/
+2
*
|
Make man page wording more clear:
eadler
2012-01-15
1
-1
/
+1
*
|
In kvm_argv(), the case when the supplied buffer was too short to hold the
trociny
2012-01-15
1
-23
/
+31
*
|
Remove wtmpcvt(1).
ed
2012-01-13
1
-1
/
+0
*
|
Move struct pidfh definition into pidfile.c, and leave a forward declaration
ghelmer
2012-01-12
2
-12
/
+13
*
|
Fix disorder in MAN and MLINKS lists.
ghelmer
2012-01-12
1
-37
/
+37
*
|
More prototype formatting fixes, struct member formatting fixes,
ghelmer
2012-01-12
1
-10
/
+17
*
|
pidfile_open() no longer uses fcntl() to set the close-on-exec flag.
ghelmer
2012-01-12
1
-2
/
+1
*
|
Fix prototype formatting (indentation, long lines, and continued lines).
ghelmer
2012-01-11
1
-23
/
+30
*
|
Fix namespace issues with prototype parameter names.
ghelmer
2012-01-11
1
-32
/
+32
*
|
Fix forward structure declaration and prototype disorder.
ghelmer
2012-01-11
1
-34
/
+33
*
|
jilles pointed out that O_CLOEXEC could be used in the open(2) flags
ghelmer
2012-01-11
1
-14
/
+1
*
|
Constify arguments.
pjd
2012-01-11
2
-3
/
+3
*
|
Add link for pidfile_fileno.3 to pidfile.3 - thanks again pjd!
ghelmer
2012-01-10
1
-1
/
+2
*
|
Style fixes courtesy of pjd.
ghelmer
2012-01-10
2
-2
/
+5
*
|
Document that pidfile_open() now sets the FD_CLOEXEC flag on the open
ghelmer
2012-01-10
1
-0
/
+4
*
|
Revert unintentional commit of changes to getnetgrent.c.
ghelmer
2012-01-10
1
-28
/
+13
*
|
Add pidfile_fileno() to obtain the file descriptor for an open
ghelmer
2012-01-10
4
-15
/
+67
*
|
Set the FD_CLOEXEC flag on the open pidfile file descriptor.
ghelmer
2012-01-10
1
-0
/
+14
*
|
Add aligned_alloc(3).
ed
2012-01-09
4
-9
/
+55
*
|
X11BASE has been deprecated for a long time and will die soon
eadler
2012-01-09
1
-1
/
+1
*
|
Properly sort functions by name.
ed
2012-01-08
1
-3
/
+3
*
|
Two other places where we can use WEAK_ALIAS.
andreast
2012-01-08
2
-6
/
+2
*
|
Convert files to UTF-8 and add some copyright markers where missing.
uqs
2012-01-07
14
-16
/
+17
*
|
Implement fdlopen(3), an rtld interface to load shared object by file
kib
2012-01-07
4
-3
/
+47
*
|
Handle the internal scope address representation of the KAME IPv6
ume
2012-01-07
1
-1
/
+2
*
|
Handle memory allocation failures in devstat_getdevs(), devstat_selectdevs(),
ghelmer
2012-01-06
1
-10
/
+30
*
|
Use the macro WEAK_ALIAS. Tested on 32 and 64-bit.
andreast
2012-01-06
2
-20
/
+10
*
|
Pull up vendor changes to mdoc(7)
uqs
2012-01-05
1
-2
/
+2
*
|
Add new pw_make_v7 to make a passwd line (in v7 format) out of a struct passwd
bapt
2012-01-05
2
-1
/
+16
*
|
Change index() and rindex() to a weak alias.
ed
2012-01-05
6
-6
/
+6
*
|
Quiet down clang -Werror.
pfg
2012-01-04
1
-2
/
+2
*
|
Update PMC events from October 2011 Intel documentation.
fabient
2012-01-04
1
-11
/
+6
*
|
Document the fact that chroot(2) is no longer part of POSIX since SUSv3
delphij
2012-01-04
1
-1
/
+19
*
|
Integrate the line drawing algorithm from the book "Graphic Gems 1".
pfg
2012-01-03
1
-22
/
+191
*
|
Replace index() and rindex() calls with strchr() and strrchr().
ed
2012-01-03
8
-12
/
+12
*
|
Merge index() and strchr() together.
ed
2012-01-03
16
-287
/
+135
[prev]
[next]