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
...
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-64
/
+4
*
Use 16 byte alignment for internal labels, 32 bytes is excessive.
jake
2003-04-29
1
-8
/
+8
*
- Fix placement of cvs ids in previous commit to match .S files in libc.
jake
2003-04-29
9
-38
/
+24
*
This file is unused.
jake
2003-04-28
1
-66
/
+0
*
Remove some debug options that are no longer needed.
jake
2003-04-27
1
-7
/
+0
*
I was wrong, the ENTRY bits in asm.h did have a purpose -- for userland.
obrien
2003-04-26
9
-55
/
+60
*
The ENTRY bits were in two places. Remove the one not used (asm.h), but
obrien
2003-04-26
2
-24
/
+11
*
Two tokens that don't together form a vaid preprocssor token cannot be
obrien
2003-04-26
2
-4
/
+4
*
- Push down Giant into the sysarch() calls that still need Giant.
jhb
2003-04-25
1
-1
/
+4
*
Add an argument to get_mcontext() which specified whether the
deischen
2003-04-25
1
-1
/
+5
*
Add a new sys/limits.h file which in turn depends on machine/_limits.h
kan
2003-04-23
1
-57
/
+39
*
Remove single threading detecting code, these code really should be
davidxu
2003-04-22
1
-7
/
+0
*
Add FireWire drivers to GENERIC.
simokawa
2003-04-21
1
-0
/
+5
*
Add device driver support for the ASIX Electronics AX88172 USB 2.0
wpaul
2003-04-20
1
-0
/
+1
*
Use the proc lock to protect p_singlethread and a P_WEXIT test. This
jhb
2003-04-18
1
-1
/
+2
*
- Move the routine for flushing all user mappings from the tlb from pmap to
jake
2003-04-13
9
-158
/
+102
*
fix typo in the previous commit.
simokawa
2003-04-12
1
-1
/
+1
*
I deserve a big pointy hat for having missed all those references
mux
2003-04-10
1
-1
/
+1
*
Change the operation parameter of bus_dmamap_sync() from an
mux
2003-04-10
5
-34
/
+20
*
Print real memory/avail memory on startup like other platforms. Hide
jake
2003-04-10
1
-2
/
+10
*
The fxp(4) driver is now working on sparc64 too!
mux
2003-04-08
1
-1
/
+1
*
Introduce an M_ASSERTPKTHDR() macro which performs the very common task
des
2003-04-08
2
-4
/
+2
*
Use vm_paddr_t for physical addresses.
jake
2003-04-08
23
-102
/
+102
*
Remove a largely useless statistic (its kept elsewhere too).
jake
2003-04-06
1
-3
/
+0
*
Make the pmap stats writeable. It can be useful to clear them.
jake
2003-04-06
1
-1
/
+1
*
Use the vis block copy/zero functions for pmap_copy_page and pmap_zero_page.
jake
2003-04-06
4
-13
/
+29
*
Ignore attempts to pmap_kremove or pmap_qremove pages which do not have
jake
2003-04-06
1
-0
/
+2
*
Define ovbcopy() as a macro which expands to the equivalent bcopy() call,
des
2003-04-04
1
-1
/
+0
*
Add optimized block copy and zero functions using vis instructions, which
jake
2003-04-03
2
-0
/
+140
*
Add support for saving and restoring kernel floating point state. The state
jake
2003-04-03
2
-1
/
+45
*
- Add space for kernel floating point registers to the pcb. These will be
jake
2003-04-03
3
-10
/
+18
*
- Generally improve register usage in cpu_switch. Use the 'in' registers
jake
2003-04-03
1
-71
/
+63
*
Don't assume the fp state is at offset 0 in the pcb.
jake
2003-04-03
1
-1
/
+1
*
Fix typos (don't use * when taking the size of an array).
jake
2003-04-03
1
-2
/
+2
*
Commit a partial lazy thread switch mechanism for i386. it isn't as lazy
peter
2003-04-02
2
-15
/
+13
*
Implement cpu_thread_setup. Fix cpu_set_upcall.
jake
2003-04-02
1
-3
/
+9
*
- Set the version number in the mcontext in get_mcontext and check it in
jake
2003-04-01
1
-6
/
+9
*
- Add a flags field to struct pcb. Use this to keep track of wether or
jake
2003-04-01
5
-4
/
+46
*
- Don't allow tf_wstate to be set in set_regs.
jake
2003-04-01
1
-1
/
+6
*
Implement cpu_set_upcall.
jake
2003-04-01
1
-1
/
+13
*
- Rename pcb_fpstate to pcb_ufp (user floating point), and change it to
jake
2003-04-01
7
-70
/
+39
*
Rename pcb_fp to pcb_sp, so as to not be confused with floating point
jake
2003-04-01
5
-9
/
+9
*
Implement casuptr.
jake
2003-04-01
2
-7
/
+23
*
- Define a new md function 'casuptr'. This atomically compares and sets
jeff
2003-04-01
1
-0
/
+7
*
- Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with
jeff
2003-03-31
1
-3
/
+3
*
- Change trapsignal() to accept a thread and not a proc.
jeff
2003-03-31
1
-1
/
+1
*
- Allow the physical memory size that will be actually used by the kernel to
jake
2003-03-31
2
-2
/
+44
*
Handle the fictitious pages created by the device pager. For fictitious
jake
2003-03-27
3
-22
/
+61
*
Set the cache line size for subordinate pci bridges as well as for their
jake
2003-03-27
1
-2
/
+2
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-0
/
+1
[prev]
[next]