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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace: _setjmp() and _longjmp() are XSI extensions.
das
2009-03-14
1
-1
/
+1
*
Namespace: inet_ntoa_r() is a BSD extension.
das
2009-03-14
1
-1
/
+1
*
Namespace: scalb() is withdrawn from POSIX.
das
2009-03-14
1
-1
/
+4
*
Multibyte character support for cal(1).
das
2009-03-14
2
-38
/
+52
*
Eliminate __real__ and __imag__ gccisms.
das
2009-03-14
4
-15
/
+42
*
Switch over to gnu99 compilation on default for userland.
rdivacky
2009-03-14
6
-15
/
+19
*
remove stray ;
sam
2009-03-14
1
-1
/
+1
*
Rework MAC Framework synchronization in a number of ways in order to
rwatson
2009-03-14
20
-327
/
+410
*
MFamd64 r189785
alc
2009-03-14
1
-0
/
+2
*
Two fixes:
imp
2009-03-14
2
-18
/
+14
*
Fixes several PR-SCTP releated bugs.
rrs
2009-03-14
8
-143
/
+361
*
- When a mutex is destroyed while locked we need to inform lock profiling
jeff
2009-03-14
1
-0
/
+1
*
- Call lock_profile_release when we're transitioning a lock to be owned by
jeff
2009-03-14
1
-1
/
+3
*
- Fix an error that occurs when mp_ncpu is an odd number. steal_thresh
jeff
2009-03-14
1
-4
/
+9
*
Update the pmap's resident page count when a page table page is freed in
alc
2009-03-14
1
-0
/
+2
*
Correct accounting errors in _pmap_allocpte(). Specifically, the pmap's
alc
2009-03-14
1
-5
/
+9
*
r189349 removed mktemp() from the XSI namespace when
das
2009-03-14
1
-1
/
+1
*
Don't suggest mounting procfs in diskless configurations.
rwatson
2009-03-13
1
-1
/
+0
*
- Fix object directory creation when running threaded buildworld
gabor
2009-03-13
1
-1
/
+1
*
HID usage minimum can be equal to the maximum.
thompsa
2009-03-13
1
-1
/
+1
*
fix portability; linux does not have sa_len/sun_len
sam
2009-03-13
1
-7
/
+13
*
Fix comment explaining where this driver came from.
rpaulo
2009-03-13
1
-1
/
+1
*
Rename the k8temp(4) man page to amdtemp(4) and update its contents for
rpaulo
2009-03-13
2
-11
/
+20
*
- Add an entry about enabling libc NLS support
gabor
2009-03-13
1
-0
/
+6
*
Implement new way of branding ELF binaries by looking to a
dchagin
2009-03-13
14
-69
/
+169
*
Mention k8temp -> amdtemp rename.
rpaulo
2009-03-13
1
-0
/
+4
*
Rename all the variables/function names/structs/etc. to reflect the
rpaulo
2009-03-13
1
-86
/
+121
*
Rename the k8temp driver to amdtemp.
rpaulo
2009-03-13
6
-71
/
+40
*
Switch to using official English short country names.
ru
2009-03-13
1
-24
/
+24
*
- Reenable Native Language Support in libc. This feature was disabled due
gabor
2009-03-13
16
-3
/
+3273
*
Don't put "install-info" to the list of install-tools if we're
ru
2009-03-13
1
-1
/
+5
*
1. Clean up usage() output a bit by grouping options that take an argument
dougb
2009-03-13
1
-4
/
+5
*
Backout this commit whil a better solution is developed
guido
2009-03-13
1
-1
/
+0
*
When using the -D option:
dougb
2009-03-13
1
-4
/
+4
*
Implement the xdev target. When you define XDEV=arch XDEV_ARCH=arch,
imp
2009-03-13
2
-1
/
+87
*
Add support for setting the debug flags on wlan interfaces after the are
brooks
2009-03-13
3
-1
/
+20
*
Remove the null_islocked() overloaded vop because the standard one does
attilio
2009-03-13
1
-9
/
+0
*
Make MPC85xx LAW handling and reset routines aware of the MPC8548 variant.
raj
2009-03-13
4
-15
/
+10
*
1) Check NULL pointer before calling umtx_pi_adjust_locked(), this avoids
davidxu
2009-03-13
1
-24
/
+26
*
Minorly improved debugging. Use the DEVPRINTF macro and report the
imp
2009-03-13
1
-13
/
+7
*
Add menus to read install.cfg from any disk device sysinstall can see
grog
2009-03-13
6
-22
/
+241
*
We need to initialize the console for dcons to work.
imp
2009-03-13
1
-0
/
+1
*
The recent change to use memory > 1MB for the heap by default broke CD
jhb
2009-03-12
3
-47
/
+81
*
Add support for 10h and 11h family of processors. Also, make the sysctl
rpaulo
2009-03-12
1
-27
/
+58
*
preliminary ar9280 support:
sam
2009-03-12
9
-694
/
+3050
*
Change the sysctls for maxbcache and maxswzone from int to long. I missed
jhb
2009-03-12
1
-2
/
+2
*
Export the current values of nbuf, ncallout, and nswbuf via read-only
jhb
2009-03-12
1
-0
/
+6
*
Add myself.
rdivacky
2009-03-12
1
-0
/
+1
*
o Turn the batch mode on if stdout is not tty.
maxim
2009-03-12
2
-4
/
+12
*
o Sync synopsis with reality. Remove BUG section -- there is
maxim
2009-03-12
1
-13
/
+1
[next]