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
*
Use a generic way to back threads out of wait queues when handling
deischen
2004-12-18
33
-694
/
+823
*
Grammar in a comment.
ru
2004-12-18
1
-1
/
+1
*
GC unused declaration
das
2004-12-16
1
-1
/
+0
*
Cosmetic changes only:
das
2004-12-16
3
-45
/
+15
*
o The macro versions of sigemptyset(3), sigfillset(3), sigaddset(3),
maxim
2004-12-16
1
-9
/
+12
*
Be more careful about assembling/disassembling
kientzle
2004-12-11
1
-2
/
+2
*
Date business, update.
trhodes
2004-12-10
1
-1
/
+1
*
According to the information on:
trhodes
2004-12-10
2
-4
/
+4
*
Add pthread_atfork().
grog
2004-12-10
5
-1
/
+92
*
Add workaround for {not so|too} smart phones that cannot handle SDP attribute
emax
2004-12-09
1
-12
/
+43
*
Oooops I forgot to commit that.
cognet
2004-12-08
1
-1
/
+1
*
Fix inverted #ifdef that I added. Who had the pointy hat last?
peter
2004-12-06
1
-1
/
+1
*
Make sure the first argument to the user function is 16-byte aligned.
deischen
2004-12-05
1
-5
/
+7
*
Fix description: the argument to setcontext(3) must have been previously
rse
2004-12-03
1
-1
/
+1
*
MNT_NODEV is deprecated.
ru
2004-11-29
2
-7
/
+2
*
When determining whether filename is too long for a
kientzle
2004-11-28
1
-6
/
+6
*
Correct the spelling of "archive_write_pax_header"
kientzle
2004-11-28
1
-1
/
+1
*
When required to negate the absoulte result of a division/remainder
peadar
2004-11-27
1
-1
/
+1
*
Don't include sys/user.h merely for its side-effect of recursively
das
2004-11-27
7
-5
/
+10
*
Fix computation of the 'n' argument to mbrtowc (through XMBRTOWC) to avoid
tjr
2004-11-21
1
-4
/
+4
*
In preparation to remove U areas, don't refer to p_uarea in libkvm.
das
2004-11-20
1
-1
/
+1
*
Install the header for libmagic.
obrien
2004-11-19
1
-0
/
+1
*
Remove ntp_gettime.c which was a wrapper around sysctlbyname(3).
marks
2004-11-18
2
-54
/
+1
*
-Add a note that currently two syntax styles for label element declaration
csjp
2004-11-18
1
-3
/
+16
*
Remove 80386 support from libc.
jhb
2004-11-16
2
-12
/
+0
*
Document more fields of struct stat.
yar
2004-11-15
1
-0
/
+32
*
Use .Vt "struct stat" consistently.
yar
2004-11-15
1
-1
/
+1
*
Nitpicking on grammar.
yar
2004-11-15
1
-1
/
+1
*
Improve mdoc(7) markup of the page: add several missing macros,
yar
2004-11-15
1
-10
/
+10
*
Document the S_IS*(mode) macros used to test for file types.
yar
2004-11-15
1
-1
/
+27
*
Since I'm not using the public API for writing
kientzle
2004-11-15
1
-6
/
+8
*
Pax extended headers were always failing
kientzle
2004-11-15
1
-1
/
+1
*
Remove stub libxpg4. All functionality was merged into libc a long time ago.
tjr
2004-11-13
3
-19
/
+1
*
Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.
bz
2004-11-13
8
-8
/
+21
*
Remove un-needed call to close(2). The fd that close is being
csjp
2004-11-13
1
-1
/
+0
*
Document the fact that kvm_getenvv(3) requires procfs to be mounted
csjp
2004-11-13
1
-0
/
+7
*
Help Tinderbox and remove libautofs
markm
2004-11-10
1
-1
/
+1
*
sranddev() is not magic pixie dust. While it gives a good random
imp
2004-11-10
1
-2
/
+4
*
Add 0xbf (191) as new Solaris partition identifier.
phk
2004-11-10
1
-0
/
+1
*
Use the RET macro.
cognet
2004-11-09
17
-52
/
+52
*
Add a week alias __siglongjmp => siglongjmp.
cognet
2004-11-09
1
-0
/
+1
*
MFKernel: Implement ffs with clz on Xscale.
cognet
2004-11-07
1
-0
/
+6
*
Ooops. ssize_t != int. <sigh>
kientzle
2004-11-06
4
-4
/
+4
*
i386_set_ldt() is not available when running 32 bit binaries on amd64
peter
2004-11-06
4
-0
/
+26
*
Cosmetic tweaks to reduce diffs to the i386 counterpart.
peter
2004-11-06
2
-4
/
+6
*
Use the recently exposed fs/gs set functions when compiling libthr to
peter
2004-11-06
1
-0
/
+12
*
When building the custom i386 libraries for use on amd64 kernels, we
peter
2004-11-06
6
-0
/
+170
*
Don't define SOFTFLOAT directly in source files, it's now done in the Makefile.
cognet
2004-11-05
2
-2
/
+1
*
Fix signalcontext and makecontext.
cognet
2004-11-05
3
-14
/
+17
*
Remove getcontext.S, it is not needed.
cognet
2004-11-05
2
-64
/
+1
[next]