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
...
*
When called with s == NULL, behave as if wc == L'\0' as required by the
tjr
2003-04-10
1
-1
/
+3
*
Correctly detect the case where a password entry was changed while we were
des
2003-04-09
1
-2
/
+7
*
Apply the correct fix for bin/50679: don't mess around with process groups
des
2003-04-09
1
-13
/
+19
*
If rounding results in -epsilon device busy %, set it to zero.
phk
2003-04-09
1
-0
/
+2
*
/strtopx/ s/result/&result/
das
2003-04-09
2
-2
/
+2
*
o In struct prison, add an allprison linked list of prisons (protected
mike
2003-04-09
2
-3
/
+30
*
Sync with NetBSD.
mdodd
2003-04-09
8
-186
/
+130
*
Band-aid for the "^C kills the editor" problem. I haven't yet found the
des
2003-04-08
1
-10
/
+6
*
Connect the pam_chroot(8) module to the build.
des
2003-04-08
1
-0
/
+1
*
Add a cwd option which specifies where to chdir(2) after the chroot(2).
des
2003-04-08
2
-6
/
+22
*
Bump the date.
mdodd
2003-04-07
1
-1
/
+1
*
Clarify the behavior of PATH_FSTAB with regard to 'tainted' execution.
mdodd
2003-04-07
1
-0
/
+7
*
- Add setfstab() and getfstab().
mdodd
2003-04-07
3
-4
/
+71
*
Catch up with recent vfprintf.c changes.
tjr
2003-04-07
1
-175
/
+215
*
__wcsconv(): free(convbuf) before returning NULL
ache
2003-04-07
1
-2
/
+4
*
Today just isn't my day. Remove some old commented out code that snuck
das
2003-04-07
1
-1
/
+1
*
MF NetBSD:
mdodd
2003-04-07
4
-13
/
+24
*
- %e conversions with precision 0 should not cause a decimal point to
das
2003-04-07
1
-18
/
+22
*
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
[prev]
[next]