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
...
*
|
Tool to compare two (roughly similar) termcap entries (like rxvt-mono
edwin
2009-06-14
1
-0
/
+98
*
|
After Marcel's change to DEFAULTS, we were bringing in a bogus copy of
imp
2009-06-14
1
-1
/
+1
*
|
Formatting nit.
imp
2009-06-14
1
-1
/
+1
*
|
Missed style fixes.
marius
2009-06-14
1
-5
/
+3
*
|
Fix style.
marius
2009-06-14
10
-183
/
+193
*
|
note abi change for IEEE80211_IOC_STA_INFO
sam
2009-06-13
1
-0
/
+5
*
|
Rev IEEE80211_IOC_STA_INFO abi: ni_flags grew from 16 bits to 32
sam
2009-06-13
2
-22
/
+33
*
|
purge HAL_TXSTAT_ALTRATE; you can figure this out by checking ts_finaltsi
sam
2009-06-13
5
-17
/
+10
*
|
- Also probe DP83865, which is an is an ultra low power version
marius
2009-06-13
2
-10
/
+24
*
|
When a Solaris10 client does an NFS mount using krb5i or krb5p, the
rmacklem
2009-06-13
1
-1
/
+1
*
|
update backend_changed to reflect .m prototype
kmacy
2009-06-13
2
-2
/
+5
*
|
Avoid leaving unnecessary waiting shells in many forms of sh -c COMMAND.
jilles
2009-06-13
5
-9
/
+35
*
|
Don't skip forking for an external command if any traps are active.
jilles
2009-06-13
3
-1
/
+17
*
|
Eliminate an unnecessary clearing of a page's dirty bits in
alc
2009-06-13
1
-1
/
+2
*
|
Eliminate unnecessary variables.
alc
2009-06-13
1
-4
/
+2
*
|
Correct the method of waking the page daemon when the number of allocated
alc
2009-06-13
1
-7
/
+2
*
|
Rename the host-related prison fields to be the same as the host.*
jamie
2009-06-13
14
-54
/
+62
*
|
Use getcredhostuuid instead of accessing the prison directly.
jamie
2009-06-13
1
-5
/
+1
*
|
Clobber "cc" instead of using volatile.
ed
2009-06-13
1
-2
/
+2
*
|
Remove "extern" from function prototypes, and fix some (but not all)
des
2009-06-13
15
-196
/
+154
*
|
Clobber "cc" instead of using volatile; remove obsolete register keyword.
ed
2009-06-13
1
-7
/
+8
*
|
Simplify the inline assembler (and correct potential error) of pte_load_store().
ed
2009-06-13
1
-9
/
+2
*
|
Wrap some macros that needed wrapping.
des
2009-06-13
1
-8
/
+14
*
|
Sync termcap.small with main termcap; add xterm entry for libteken
edwin
2009-06-13
1
-5
/
+77
*
|
Remove the static from int hardlink_check_uid.
bz
2009-06-13
1
-1
/
+1
*
|
Remove casts from {c,m,re}alloc() and simplify sizeof().
des
2009-06-13
13
-87
/
+87
*
|
Make the proof-of-concept UTF-8 support in Syscons less useless.
ed
2009-06-13
1
-18
/
+121
*
|
Correct entry of vendor ID 0x0d8c. It's C-Media, not ABC.
sanpei
2009-06-13
1
-1
/
+1
*
|
Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed with
raj
2009-06-13
4
-10
/
+15
*
|
Make variables static where appropriate.
thompsa
2009-06-13
9
-10
/
+10
*
|
nscd builds cleanly at WARNS level 3.
des
2009-06-13
1
-2
/
+1
*
|
Explain to the compiler why the aliasing we're doing is OK.
des
2009-06-13
7
-38
/
+33
*
|
Fix a large number of signed - unsigned comparison warnings.
des
2009-06-13
6
-34
/
+43
*
|
Change hashtable_index_t to unsigned.
des
2009-06-13
2
-5
/
+3
*
|
#include the right header so we get prototypes for our own functions.
des
2009-06-13
1
-1
/
+1
*
|
Further #include cleanup.
des
2009-06-13
10
-12
/
+25
*
|
Add support for labels derived from GPT metadata.
ivoras
2009-06-13
5
-2
/
+183
*
|
Make the debugging macros expand to (void)0 instead of simply nothing
des
2009-06-13
2
-36
/
+36
*
|
Add counterparts to getcredhostname:
jamie
2009-06-13
4
-17
/
+41
*
|
#include cleanup
des
2009-06-13
13
-22
/
+28
*
|
Fix typo in cons25l7 definition in etc/termcap.small and share/termcap
edwin
2009-06-12
2
-3
/
+3
*
|
Provide correct prototypes for functions with no arguments.
des
2009-06-12
12
-34
/
+34
*
|
_nss_cache_cycle_prevention_function doesn't actually need to be a function,
des
2009-06-12
1
-10
/
+10
*
|
Fix printing of some wide-characters by iswprint() on ja_JP.eucJP
edwin
2009-06-12
2
-2
/
+2
*
|
Add various new keymaps:
edwin
2009-06-12
5
-2
/
+427
*
|
Fix MALTA build; some prototypes were wrong and blew up when kobj method
jmallett
2009-06-12
2
-4
/
+5
*
|
Revert my previous change, because it reintroduces an old regression.
ed
2009-06-12
1
-7
/
+7
*
|
Update the inline version of vn_get_ino() for ".." lookups to match the
jhb
2009-06-12
1
-6
/
+8
*
|
Garbage collect an extern for a non-existent variable.
bz
2009-06-12
1
-4
/
+2
*
|
Move the kernel option FLOWTABLE chacking from the header file to the
bz
2009-06-12
3
-18
/
+8
[prev]
[next]