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
*
Add lv_LV, move lt_LT to common part
ache
2009-09-03
2
-4
/
+7
*
Do the first step in removing lukemftpd from the base system. Disconnect
remko
2009-09-03
3
-3
/
+5
*
Expose the TF_REVERSE flag to the console driver.
ed
2009-09-03
4
-24
/
+14
*
correct timeout for doing NOL processing; need a ticks-relative value
sam
2009-09-03
1
-1
/
+1
*
Add la_LN.ISO8859-13 and lv_LV
ache
2009-09-03
1
-0
/
+12
*
on transition to SLEEP state mark the station in power save, not awake
sam
2009-09-03
1
-1
/
+1
*
Add intermediate states for attaching and detaching that will be
attilio
2009-09-03
2
-3
/
+22
*
ATI SB600 can't handle 256 sectors transfers with FPDMA (NCQ).
mav
2009-09-03
1
-0
/
+3
*
Document the need for a cast when passing a char to a ctype function.
des
2009-09-03
22
-22
/
+218
*
Move libteken out of the syscons directory.
ed
2009-09-03
18
-8
/
+4
*
Fix regression introduced in r196712 - the 'name' string needs
trasz
2009-09-02
1
-5
/
+9
*
Fix some bugs related to adaptive spinning:
attilio
2009-09-02
2
-3
/
+12
*
Fix confusing comments about default PAT entries.
jkim
2009-09-02
2
-4
/
+4
*
- Work around ACPI mode transition problem for recent NVIDIA 9400M chipset
jkim
2009-09-02
2
-45
/
+133
*
Remove BSD.{local,x11,x11-4}.dist mtree files as they're either obsolete or
flz
2009-09-02
1
-0
/
+4
*
- Remove BSD.{x11,x11-4}.dist as we merged prefixes a while ago and those
flz
2009-09-02
4
-1646
/
+1
*
- Bump PKG_INSTALL_VERSION to 20090902 after dougb's changes.
flz
2009-09-02
1
-3
/
+3
*
Improve HDA controller capabilities logging.
mav
2009-09-02
3
-6
/
+10
*
Add NFSv4 ACL support to cp(1) and fix a few memory leaks.
trasz
2009-09-02
1
-30
/
+93
*
- Don't include both <sys/types.h> and <sys/param.h>
trasz
2009-09-02
1
-9
/
+6
*
Use (unsigned char) cast for ctype macro
ache
2009-09-02
1
-1
/
+1
*
Move <locale.h> out of NO_CATGETS define too (as setlocale() in prev.
ache
2009-09-02
1
-2
/
+1
*
1) Use isprint() instead of hardcoded values to detect non-printable.
ache
2009-09-02
1
-9
/
+9
*
Don't attempt to bind the current thread to the CPU an IRQ is bound to
jhb
2009-09-02
2
-18
/
+24
*
Fix regression introduced with NFSv4 ACL support - make acl_to_text(3)
trasz
2009-09-01
2
-11
/
+12
*
Add counters for the i7 architecture which were accidentally left
gnn
2009-09-01
2
-3
/
+82
*
In case an upper layer protocol tries to send a packet but the
bz
2009-09-01
1
-12
/
+10
*
Adapt to the fact that ls(1) correctly prints '+' for symlinks with ACLs now.
trasz
2009-09-01
1
-2
/
+1
*
Delete whitespace not in i386/pmap.c
adrian
2009-09-01
1
-1
/
+0
*
Fix mount reference leak when V_XSLEEP is specified to vn_start_write().
kib
2009-09-01
1
-1
/
+1
*
Reintroduce the r196640, after fixing the problem with my testing.
kib
2009-09-01
9
-81
/
+127
*
Migrate to use cpuset_t.
adrian
2009-09-01
1
-5
/
+4
*
o Document MALLOC_PRODUCTION knob.
maxim
2009-09-01
1
-1
/
+7
*
Merge in the pat_works work from sys/i386/i386/pmap.c - primarily to reduce
adrian
2009-09-01
1
-65
/
+74
*
Fix broken build.
adrian
2009-09-01
1
-0
/
+1
*
Revert previous commit; that was left-over junk in the tree.
adrian
2009-08-31
1
-0
/
+2
*
Shuffle pagezero() into the same location as in sys/i386/i386/pmap.c.
adrian
2009-08-31
2
-18
/
+16
*
Make sure rx descriptor ring align on 16 bytes. I guess the
yongari
2009-08-31
1
-2
/
+4
*
On resume in sta mode program the beacon timers so when roaming (and
sam
2009-08-31
1
-1
/
+10
*
This patch fixes the following issues:
qingli
2009-08-31
1
-5
/
+48
*
Add NFSv4 ACL support to ls(1).
trasz
2009-08-31
1
-52
/
+54
*
Make the code more readable and fix chmod(1) on symlinks with
trasz
2009-08-31
1
-13
/
+15
*
Add regression test for ACLs on device files - mostly to make
trasz
2009-08-31
1
-0
/
+16
*
Simplify pmap_change_attr() a bit:
jhb
2009-08-31
2
-30
/
+9
*
Add support for INDEX-9 [1]
dougb
2009-08-31
1
-3
/
+3
*
Improve pmap_change_attr() so that it is able to demote a large (2/4MB)
jhb
2009-08-31
2
-52
/
+181
*
Partially revert 196524: this part of change should not be committed as
delphij
2009-08-31
1
-20
/
+25
*
Backport the 'dirtying dbuf' panic fix from newer ZFS version.
pjd
2009-08-31
4
-22
/
+40
*
Remove empty directory.
pjd
2009-08-31
0
-0
/
+0
*
Make it easier to find proper manual page for newer ServeRAID controllers.
trasz
2009-08-31
1
-0
/
+5
[next]