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
path:
root
/
sys
/
sparc64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the struct
kib
2015-11-28
1
-3
/
+0
*
Add support to libkvm for reading vmcores from other architectures.
jhb
2015-11-27
1
-8
/
+9
*
Fix whitespace on addition of IPSEC option
emaste
2015-11-26
1
-1
/
+1
*
Merge from r290547:
marius
2015-11-21
3
-32
/
+32
*
- Unbreak dumpsys(9) on sparc64 after r276772
marius
2015-11-16
2
-25
/
+7
*
Fix an alignment check that is wrong in half the busdma implementations.
ian
2015-11-02
1
-2
/
+2
*
Add support for weak symbols to the kernel linkers. It means that
kib
2015-09-20
1
-2
/
+3
*
- Sanity check that the parent ranges given in the "ranges" property
marius
2015-09-13
1
-11
/
+24
*
Merge r286374 from x86:
marius
2015-09-13
1
-9
/
+11
*
- Factor out the common and generic parts of the sparc64 host-PCI-bridge
marius
2015-09-12
11
-966
/
+614
*
Add stack_save_td_running(), a function to trace the kernel stack of a
markj
2015-09-11
1
-0
/
+7
*
Do not hold the process around the vm_fault() call from the trap()s.
kib
2015-09-10
1
-29
/
+7
*
Rationalize BSD license on sys/*/include/in_cksum.h
emaste
2015-08-05
1
-1
/
+1
*
Rationalize BSD license on sys/*/include/float.h
emaste
2015-08-05
1
-1
/
+1
*
Add two new pmap functions:
jah
2015-08-04
2
-1
/
+70
*
o Revert the other functional half of r239864, i. e. the merge of r134227
marius
2015-07-24
4
-80
/
+78
*
Fix KSTACK_PAGES issue when the default value was changed in KERNCONF
zbb
2015-07-16
3
-0
/
+5
*
Spell crypto correctly.
brueffer
2015-07-14
1
-1
/
+1
*
Add the atomic_thread_fence() family of functions with intent to
kib
2015-07-08
1
-0
/
+29
*
Fix up tabs vs. spaces
gnn
2015-07-04
1
-1
/
+1
*
Enable IPSEC in all GENERIC kernels.
gnn
2015-07-04
1
-0
/
+4
*
Generalised support for copy-on-write structures shared by threads.
mjg
2015-06-10
1
-2
/
+2
*
Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.
alc
2015-06-08
1
-3
/
+2
*
The kernel sends signals to the processes via ABI specific sv_sendsig method.
dchagin
2015-05-24
1
-4
/
+0
*
In preparation for switching linuxulator to the use the native 1:1
dchagin
2015-05-24
1
-0
/
+1
*
ddb: finish converting boolean values.
pfg
2015-05-21
1
-1
/
+1
*
Build GENERIC with RACCT/RCTL support by default. Note that it still
trasz
2015-05-14
1
-0
/
+3
*
Update this driver to not save copies of registers that are no longer used
jhb
2015-04-24
1
-8
/
+2
*
Add support for the uart classes to set their default register shift value.
andrew
2015-04-11
1
-1
/
+2
*
Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>
jhb
2015-04-08
1
-0
/
+6
*
Fix integer truncation bug in malloc(9)
rstone
2015-04-01
1
-2
/
+2
*
Apply r276208 to non-amd64 NOTES files as well to fix tinderbox builds
jhb
2015-03-25
1
-2
/
+2
*
Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signal
marius
2015-02-16
1
-0
/
+10
*
Do not qualify the mcontext_t *mcp argument for set_mcontext(9) as
kib
2015-01-31
1
-1
/
+1
*
Remove Giant from /dev/mem and /dev/kmem. It is definitely not needed
kib
2015-01-24
1
-2
/
+0
*
Factor out duplicated code from dumpsys() on each architecture into generic
markj
2015-01-07
2
-86
/
+107
*
Remove "New" label from NFSCL/NFSD now that they are the only NFS
jhb
2015-01-06
1
-2
/
+2
*
This configuration file removes several debugging options, including
gnn
2014-12-02
1
-0
/
+38
*
Revert r274772: it is not valid on MIPS
emaste
2014-11-25
1
-1
/
+1
*
Use canonical __PIC__ flag
emaste
2014-11-21
1
-1
/
+1
*
Renove faith(4) and faithd(8) from base. It looks like industry
melifaro
2014-11-09
1
-1
/
+0
*
Add fueword(9) and casueword(9) functions. They are like fuword(9)
kib
2014-10-28
1
-0
/
+4
*
Simplify memrw().
alc
2014-10-27
1
-11
/
+2
*
Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code that
jhb
2014-10-24
1
-0
/
+2
*
Follow up to r225617. In order to maximize the re-usability of kernel code
davide
2014-10-16
1
-1
/
+1
*
Fix typo revealed by using newer binutils
bapt
2014-10-10
1
-1
/
+1
*
ddb: allow specifying the exact address of the symtab and strtab
royger
2014-09-25
1
-4
/
+0
*
Revert unrelated changes accidentally committed in r271192.
jhb
2014-09-17
1
-13
/
+7
*
Migrate ie->ie_assign_cpu and associated code to use an int for CPU rather
adrian
2014-09-17
1
-2
/
+2
*
Create a separate structure for per-CPU state saved across suspend and
jhb
2014-09-06
1
-7
/
+13
[next]