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
*
Split out the reference zip file for ease of maintenance.
kientzle
2008-06-26
2
-19
/
+16
*
Regen properly.
ru
2008-06-25
1
-85
/
+85
*
Regen.
ru
2008-06-25
1
-88
/
+88
*
Enable GCC stack protection (aka Propolice) for userland:
ru
2008-06-25
37
-22
/
+126
*
Use "__asm __volatile" rather than "__asm" for instruction sequences
marius
2008-06-25
1
-7
/
+7
*
Given that sun4u uses sparc64/sparc64/in_cksum.c, use the sparc64
marius
2008-06-25
1
-164
/
+2
*
src/compat/ is gone back in March.
ru
2008-06-25
1
-2
/
+2
*
Document spindown constraints as given in the original commit
bz
2008-06-25
1
-1
/
+22
*
Remove the unused M_MEMDEV from the kernel.
ed
2008-06-25
2
-4
/
+0
*
Remove the unused major/minor numbers from iodev and memdev.
ed
2008-06-25
12
-18
/
+1
*
Fix links to online gcc docs.
ale
2008-06-25
1
-3
/
+3
*
Pass the entry down into the core write loop, so we
kientzle
2008-06-25
1
-4
/
+6
*
Months in English are capitalized (even when abbreviated).
wollman
2008-06-25
1
-1
/
+1
*
Quiet rc.d/syscons unless it has something to say.
mtm
2008-06-24
1
-6
/
+35
*
Emit opcodes closer to GNU as(1) generated codes and micro-optimize.
jkim
2008-06-24
2
-59
/
+46
*
Emit opcodes closer to GNU as(1) generated codes and micro-optimize.
jkim
2008-06-24
2
-63
/
+49
*
Make it simpler to build netgraph modules outside of the kernel source
gnn
2008-06-24
1
-0
/
+2
*
In -p mode, don't gaurd against '..' in paths. We continue to
kientzle
2008-06-24
1
-0
/
+1
*
In case of interface initialization failure remove struct in_ifaddr* from
gonzo
2008-06-24
1
-0
/
+8
*
Add two commands to _umtx_op system call to allow a simple mutex to be
davidxu
2008-06-24
5
-90
/
+251
*
Fix test for waiting AIFs in aac_poll(). This seems to solve the
emaste
2008-06-24
1
-2
/
+7
*
Rehash and clean up BPF JIT compiler macros to match AT&T notations.
jkim
2008-06-23
2
-143
/
+143
*
Rehash and clean up BPF JIT compiler macros to match AT&T notations.
jkim
2008-06-23
2
-152
/
+152
*
Add a -q flag to swapon(8) to suppress informational messages. Use it in
mtm
2008-06-23
3
-10
/
+25
*
The sysctl(8) program exits on some errors and only emits warnings on
mtm
2008-06-23
4
-5
/
+17
*
Remove the posixsem_check_destroy() MAC check. It is semantically identical
jhb
2008-06-23
8
-44
/
+0
*
Run savecore(8) only if there is a core dump to save. If there is
mtm
2008-06-23
1
-2
/
+5
*
Implement a "quiet" mode for rc.d/netif, which only outputs
mtm
2008-06-23
3
-15
/
+23
*
+Computers can't cruise. Meandering is a foreign concept to them.
phk
2008-06-23
1
-0
/
+6
*
- Use bus_foo() rather than bus_space_foo() and retire the bus tag and handle
jhb
2008-06-23
5
-44
/
+27
*
Ensure the channel is a number and not a range, the 'channel' command can be
thompsa
2008-06-23
1
-1
/
+4
*
- Fix compile if WPI_DEBUG is not defined
thompsa
2008-06-23
1
-27
/
+39
*
Ensure that KERNBASE is no less than the virtual address -2GB.
alc
2008-06-23
1
-1
/
+1
*
Set the sysctl(8) value in the same shell, not a subshell. This was
mtm
2008-06-23
1
-2
/
+2
*
Turn execvpe() into an internal libc routine.
ed
2008-06-23
7
-20
/
+12
*
Move the diagnostic output when the rc.subr(8) glue automatically starts a
mtm
2008-06-23
1
-3
/
+9
*
Move a lot of diagnostic output behind $rc_quiet in scripts that
mtm
2008-06-23
9
-17
/
+19
*
Align the script more with rc.d/cleanvar (which doesn't output any
mtm
2008-06-23
1
-2
/
+2
*
Remove the -v flag from the command line to dumpon(8), and instead print
mtm
2008-06-23
1
-1
/
+2
*
Remove pointless informational message.
mtm
2008-06-23
1
-1
/
+0
*
Argh! s/nfs_client_enable/nfsclient_enable/g
mtm
2008-06-23
2
-4
/
+4
*
Do not print anything unless one of the net/routing options is set.
mtm
2008-06-23
2
-4
/
+35
*
s/daemon processes/local packages/ for consisitency.
mtm
2008-06-23
1
-1
/
+1
*
Always create opt_ah.h regardless of KERNBUILDDIR.
thompsa
2008-06-23
1
-1
/
+1
*
Add exit_delay parameter to control daemon exit delay after signal.
mav
2008-06-22
3
-4
/
+31
*
If S_IFIFO is passed to mknod(2), invoke kern_mkfifoat(9) to create a
rwatson
2008-06-22
1
-0
/
+4
*
Use strdup() instead of static buffer allocation to avoid 128 bytes limit
mav
2008-06-22
1
-6
/
+18
*
Teach fifo_create regression test to also try to use mknod(2) to create
rwatson
2008-06-22
1
-36
/
+84
*
Add support for VT8237 ISA bridge.
gonzo
2008-06-22
1
-0
/
+7
*
Add an abbreviation for adaptive mode, and document all the abreviations.
obrien
2008-06-22
2
-1
/
+2
[next]