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
*
Reassert some maintainership. People aren't using good judgment.
obrien
2005-05-31
1
-0
/
+4
*
Use __FBSDID() over #ident.
stefanf
2005-05-31
4
-4
/
+8
*
Use %z to print size_t values.
jhb
2005-05-31
2
-2
/
+2
*
Just use uintptr_t and intptr_t rather than requiring each arch to provide
jhb
2005-05-31
1
-24
/
+2
*
Move #ident into #if 0.
stefanf
2005-05-31
9
-18
/
+9
*
Add a missing END() to quiet a warning.
jhb
2005-05-31
1
-0
/
+1
*
Mark _thread_exit() and __sys_exit() as __dead2 to quiet some warnings.
jhb
2005-05-31
1
-2
/
+2
*
Style tweak.
jhb
2005-05-31
1
-1
/
+2
*
This patch addresses a standards violation issue. The standards say a
kensmith
2005-05-31
3
-1
/
+25
*
Ensure GCC does not use FP registers in integer code.
obrien
2005-05-31
1
-0
/
+1
*
o Missed colon in getopt(3) argument makes tftpd(8) crash. Fix that.
maxim
2005-05-31
1
-1
/
+1
*
According to:
rodrigc
2005-05-31
3
-56
/
+98
*
Do not declare a struct as extern, and then implement
rodrigc
2005-05-31
1
-59
/
+57
*
Change the test infrastructure so that tests are easier to maintain and
harti
2005-05-31
192
-623
/
+910
*
The new name for the DIAGNOSTICS section is EXIT STATUS.
tjr
2005-05-31
1
-1
/
+1
*
Pass the RE_ICASE flag to re_set_syntax() as appropriate to fix
tjr
2005-05-31
1
-3
/
+3
*
MFi386: revision 1.533.
nyan
2005-05-31
1
-0
/
+1
*
Add support for XMM registers in GDB for x86 processors that support
dfr
2005-05-31
15
-13
/
+404
*
For ${SUBDIR} targets, change the type of dependency operator from `::'
ru
2005-05-31
1
-2
/
+2
*
Add install-info to the list of install tools now that we don't
ru
2005-05-31
1
-1
/
+1
*
Synchronize access to aio_freeproc with a mutex. Eliminate related spl
alc
2005-05-30
1
-12
/
+21
*
Add /etc/security, into which the BSM audit configuration files will be
rwatson
2005-05-30
1
-0
/
+2
*
Use the proc mtx to prevent simultaneous changes to p_aioinfo.
alc
2005-05-30
2
-17
/
+22
*
Make apm(8) understand AC Line state 2 as "backup power".
will
2005-05-30
2
-4
/
+6
*
Fix LINT by defining vga_pxlmouse_planar and vga_pxlmouse_direct.
scottl
2005-05-30
1
-1
/
+2
*
Eliminate unnecessary calls to wakeup(); no one sleeps on &aio_freeproc.
alc
2005-05-30
1
-12
/
+1
*
New release notes:
hrs
2005-05-30
2
-0
/
+24
*
Rebuild generated system call definition files following the addition of
rwatson
2005-05-30
28
-2538
/
+2541
*
Introduce a new field in the syscalls.master file format to hold the
rwatson
2005-05-30
9
-2964
/
+3668
*
Markup nits.
ru
2005-05-30
1
-2
/
+2
*
Add the Dell PERC 4/IM as supported.
brueffer
2005-05-30
1
-1
/
+3
*
- Don't set our bio op to be a READ when we've just completed a write. There
jeff
2005-05-30
1
-10
/
+10
*
- Add bufobj_wrefl() to add a write ref to a bufobj that is already locked.
jeff
2005-05-30
2
-0
/
+10
*
Deny to switch into banked video mode when it is not available. Some
delphij
2005-05-30
1
-1
/
+2
*
Kernel hooks to support PMC sampling modes.
jkoshy
2005-05-30
9
-22
/
+78
*
Eliminate aio_activeproc; it's unused.
alc
2005-05-30
1
-6
/
+0
*
malloc.h relies on param.h for a definition of MAXCPU. I guess that there is
scottl
2005-05-30
2
-0
/
+2
*
Correct mistake in previous commit: add 'bsm' to LDIRS not LSUBDIRS.
rwatson
2005-05-30
1
-2
/
+2
*
Create nexus in configure_first() instead of in configure(). This
marcel
2005-05-29
7
-14
/
+17
*
s/-1000/BUS_PROBE_LOW_PRIORITY/
tanimura
2005-05-29
1
-1
/
+1
*
Call cninit_finish() from configure_final().
marcel
2005-05-29
2
-0
/
+2
*
Call cninit_finish() in configure_final().
marcel
2005-05-29
1
-0
/
+2
*
Call cninit_finish() and set cold to 0 in configure_final() instead
marcel
2005-05-29
1
-3
/
+3
*
o Call cninit_finish() in configure_final().
marcel
2005-05-29
1
-86
/
+1
*
Make bzip2 support working again after bzip2 upgrade. This time commit
sobomax
2005-05-29
2
-4
/
+28
*
Eliminate aio_bufjobs; it's unused.
alc
2005-05-29
1
-5
/
+0
*
Catch up with s/dev_t/struct cdev */.
simon
2005-05-29
1
-3
/
+3
*
White space normalization: use tabs instead of spaces before and after
rwatson
2005-05-29
1
-39
/
+39
*
Add missed ${.CURDIR}/../../contrib/bzip2 into include search path, otherwise
sobomax
2005-05-29
1
-1
/
+1
*
Normalize white space in syscalls.master: try to use tabs before system
rwatson
2005-05-29
1
-20
/
+20
[next]