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
*
Replace `inline static' by `static inline'.
ed
2011-12-13
9
-18
/
+18
*
- Add a sysctl to allow non-root users the ability to set idle
eadler
2011-12-13
1
-25
/
+33
*
Replace __signed by signed.
ed
2011-12-13
8
-11
/
+11
*
Replace __const by const in all non-contributed source code.
ed
2011-12-13
9
-17
/
+17
*
dhclient-script relied on incorrect behavior of SIOCAIFADDR ioctl,
glebius
2011-12-13
1
-1
/
+1
*
- Fix different variable types use in different files after r121184,
mav
2011-12-13
1
-6
/
+6
*
Fix few bugs in isp(4) target mode support:
mav
2011-12-13
1
-11
/
+15
*
Staticify dumpfs.
ed
2011-12-13
1
-20
/
+20
*
The "inet" keyword in the "ifconfig_IF_aliasN" is mandatory for
ru
2011-12-13
1
-3
/
+7
*
Some cleanup of BOOTP code. Initially I wanted to just change the ifioctl()
glebius
2011-12-13
1
-236
/
+177
*
Belatedly catch up with r151555. in_scrubprefix() also needs this fix. We
glebius
2011-12-13
1
-8
/
+16
*
Style(9) changes.
adrian
2011-12-13
3
-126
/
+133
*
Document a large number of currently undocumented sysctls. While here
eadler
2011-12-13
7
-121
/
+83
*
Revert the approach for skipping lockstat_probe_func call when doing
attilio
2011-12-12
3
-14
/
+9
*
Make 64-bit procstat output ELF auxiliary vectors for 32-bit processes.
trociny
2011-12-12
1
-16
/
+87
*
Make procstat -l output similar to the output of limits(1).
trociny
2011-12-12
1
-10
/
+51
*
- Add support for ASCII art splash screens in TheDraw format
eadler
2011-12-12
4
-1
/
+170
*
- Define true and false in sys/types.h for _KERNEL consumers, and
mdf
2011-12-12
3
-1
/
+13
*
Do not define bool/true/false if the symbols already exist.
mdf
2011-12-12
6
-1
/
+13
*
Do not use the sometimes-reserved work 'bool' for a variable name.
mdf
2011-12-12
1
-5
/
+5
*
Consistently use types in e1000 driver code:
mdf
2011-12-12
3
-6
/
+10
*
Consistently use types in ixgbe driver code:
mdf
2011-12-12
3
-8
/
+10
*
There's a small set of events on Nehalem, that are not supported in
fabient
2011-12-12
1
-1
/
+12
*
Add missing static and const keywords to kbdcontrol.
ed
2011-12-12
1
-63
/
+64
*
Add VIA microde update support to cpuctl(4) and cpucontrol(8).
fabient
2011-12-12
5
-2
/
+368
*
Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions to
kib
2011-12-12
10
-36
/
+335
*
Add definitions for GNU-specific STT_GNU_IFUNC symbol type,
kib
2011-12-12
1
-0
/
+3
*
put sys/systm.h at its proper place or add it if missing
avg
2011-12-12
4
-3
/
+4
*
Fix printf.
kib
2011-12-12
1
-1
/
+1
*
Add watchdog support for VIA south bridge chipset.
fabient
2011-12-12
10
-0
/
+457
*
kern_racct: move sys/systm.h inclusion to its proper place
avg
2011-12-12
1
-2
/
+1
*
syscons: make sc_puts static as it is used only privately
avg
2011-12-11
2
-2
/
+2
*
Add static keywords to vidcontrol(1).
ed
2011-12-11
1
-13
/
+11
*
panic: add a switch and infrastructure for stopping other CPUs in SMP case
avg
2011-12-11
13
-25
/
+205
*
Add static keywords to chio(1).
ed
2011-12-11
1
-3
/
+3
*
Add more static keywords to rcorder(8).
ed
2011-12-11
1
-48
/
+47
*
Minor whitespace cleanup to make.conf(5).
gjb
2011-12-11
1
-2
/
+2
*
Document the SVN variable needs to be set in make.conf(5) when SVN_UPDATE
gjb
2011-12-11
1
-1
/
+7
*
Add missing static keyword.
ed
2011-12-11
1
-1
/
+1
*
Add missing static keyword.
ed
2011-12-11
1
-1
/
+1
*
Last change still had an issue, one more time...
jfv
2011-12-11
2
-6
/
+6
*
Increase the available virtual address space for user programs on PowerPC
nwhitehorn
2011-12-11
1
-7
/
+12
*
Keep track of PVO entries in each pmap, which allows much faster
nwhitehorn
2011-12-11
3
-26
/
+60
*
Include sys/queue.h: snmpmod.h uses TAILQ.
trociny
2011-12-11
1
-0
/
+1
*
Add more files to cleanup with 'make delete-old' when WITHOUT_CLANG is
dim
2011-12-11
1
-0
/
+35
*
Let reboot(8) use getprogname() to compare the program name.
ed
2011-12-11
1
-3
/
+3
*
Add missing static keywords to global variables in camcontrol.
ed
2011-12-11
2
-13
/
+13
*
Move 3.5 KB from the data segment to the text segment.
ed
2011-12-11
1
-5
/
+5
*
Correct LINT build issues in the ioctl code.
jfv
2011-12-11
2
-7
/
+11
*
- fix typo
eadler
2011-12-10
1
-1
/
+1
[next]