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
*
Sync up with kern/subr_prf.c. This adds %ll, %j, %q, %z, etc.
peter
2003-04-06
1
-47
/
+115
*
Rework the floating point code in printf(). Significant changes:
das
2003-04-05
2
-151
/
+191
*
Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().
das
2003-04-05
8
-1
/
+135
*
Add missing #include to unbreak previous commit.
das
2003-04-05
1
-0
/
+1
*
Correct some buffer sizes.
das
2003-04-05
3
-23
/
+42
*
Migrate to a new way of dealing with building from old revisions of
imp
2003-04-05
2
-8
/
+0
*
MFp4: Link strtof.3 and strtold.3 to strtod.3.
tjr
2003-04-05
1
-0
/
+1
*
Zero out the struct tm supplied by the caller. Otherwise,
mtm
2003-04-05
1
-0
/
+1
*
MFp4: Pentium/Athlon-optimised implementation of wcschr().
tjr
2003-04-05
2
-1
/
+78
*
Use sized cast matching the sized pointer.
phk
2003-04-04
1
-1
/
+1
*
Libdisk does not need to include <sys/diskslice.h> any more.
phk
2003-04-04
9
-9
/
+0
*
Fix braino in definition of isfinite().
das
2003-04-04
1
-1
/
+1
*
No need to have ifdef < FreeBSD 4.0-current in here. Remove it to
imp
2003-04-04
2
-12
/
+0
*
- Pass a ucontext_t to _set_curthread. If non-NULL the new thread is set
jake
2003-04-03
5
-11
/
+18
*
- Don't overrun the ldt buffer.
jeff
2003-04-02
1
-2
/
+2
*
Implement _get_curthread and _set_curthread. This is especially easy.
jake
2003-04-02
2
-0
/
+58
*
- Define curthread as _get_curthread() and remove all direct calls to
jeff
2003-04-02
20
-96
/
+21
*
Add MD makefile.
jake
2003-04-01
1
-0
/
+3
*
Implement makecontext.
jake
2003-04-01
3
-3
/
+129
*
- Don't drop and reacquire giant in thread_suspend(). Change callers to do
jeff
2003-04-01
3
-38
/
+8
*
- Reenable setschedparam and the prioceiling code now that the mutex code
jeff
2003-04-01
2
-19
/
+10
*
- Restore old mutex code from libc_r. It is more standards compliant.
jeff
2003-04-01
2
-205
/
+1364
*
[1] - Document EHOSTUNREACH as a possible error
ceri
2003-04-01
1
-1
/
+3
*
- Adjust the makefiles so we have a per architecture makefile.
jeff
2003-04-01
3
-1
/
+7
*
- Spell SIGSETOR correctly.
jeff
2003-04-01
1
-1
/
+1
*
- Commit the forgotten libthr/sys bits.
jeff
2003-04-01
2
-0
/
+64
*
- Add libthr but don't hook it up to the regular build yet. This is an
jeff
2003-04-01
49
-0
/
+7686
*
- Catch up with kernel signal changes.
jeff
2003-03-31
1
-1
/
+2
*
Add a facility allowing processes to inform the VM subsystem they are
wes
2003-03-31
1
-0
/
+9
*
Experimental pam_chroot module (not connected to the build)
des
2003-03-30
3
-0
/
+193
*
MFp4: Fix copy&paste English error.
jmallett
2003-03-30
1
-1
/
+1
*
BDE'ify
fjoe
2003-03-29
1
-79
/
+89
*
fix truncation check and buffer overflow check
fjoe
2003-03-29
1
-11
/
+11
*
Align signal frame placed on stack to 16 bytes so that SSE FPU register
deischen
2003-03-29
1
-1
/
+2
*
Don't dereference flags if NULL (see http.c rev 1.87)
des
2003-03-29
1
-1
/
+1
*
Fill in the rest of the fields in the resulting struct tm
mtm
2003-03-29
1
-2
/
+3
*
- MAXPATHLEN -> PATH_MAX (pass correct buffer size to readlink as well)
fjoe
2003-03-28
1
-17
/
+17
*
Close the disk file descriptor that is RO before trying to open the
jmallett
2003-03-28
1
-4
/
+1
*
Make realpath() thread-safe. New implementation does not use chdir(2) at all.
fjoe
2003-03-27
2
-111
/
+128
*
Run a revision on the OAM api.
phk
2003-03-27
2
-93
/
+136
*
- Define a _spinunlock() function so that threading implementations may do
jeff
2003-03-26
5
-1
/
+31
*
Back off WARNS until I've had a chance to deal with the problems on
mdodd
2003-03-25
1
-1
/
+1
*
Fix warnings.
mdodd
2003-03-25
6
-18
/
+24
*
The .Fn function
charnier
2003-03-24
4
-7
/
+11
*
The .Fn function. Use .Xr where appropriate.
charnier
2003-03-24
36
-89
/
+166
*
The .Fn function
charnier
2003-03-24
17
-48
/
+84
*
The .Nm library
charnier
2003-03-24
1
-2
/
+3
*
The .Fn function
charnier
2003-03-24
5
-13
/
+23
*
The .Fn function
charnier
2003-03-24
1
-5
/
+10
*
Add marshalling functions for OAM api.
phk
2003-03-23
3
-1
/
+262
[next]