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
/
alpha
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm
nectar
2004-01-09
1
-0
/
+1
*
GC the unused <machine/kse.h> file.
peter
2003-12-24
1
-49
/
+0
*
Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr
obrien
2003-12-08
2
-445
/
+36
*
Ooops. These are still used by the bktr driver. David O'Brien has
imp
2003-12-07
1
-0
/
+187
*
Remote meteor driver. It hasn't compiled in over 3 years. If someone
imp
2003-12-07
1
-187
/
+0
*
Widen the enable/disable helper function's argument in line with the
peter
2003-11-17
1
-3
/
+4
*
- Modify alpha's sf_buf implementation to use the direct virtual-to-
alc
2003-11-16
1
-0
/
+57
*
Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() in
scottl
2003-11-07
1
-0
/
+4
*
Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.
bms
2003-10-06
1
-1
/
+0
*
Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit
peter
2003-09-25
1
-12
/
+0
*
Implement the bus_space_map() function to allocate resources and initialize
nyan
2003-09-23
1
-0
/
+18
*
Fix build breakage caused by the inclusion of <ddb/ddb.h> while
marcel
2003-09-07
1
-1
/
+2
*
Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_
kan
2003-09-01
1
-3
/
+3
*
Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>
marcel
2003-08-17
3
-73
/
+57
*
Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI
marcel
2003-08-16
2
-4
/
+6
*
Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's
imp
2003-08-12
1
-2
/
+24
*
- Since td_critnest is now initialized in MI code, it doesn't have to be
jhb
2003-08-04
1
-2
/
+0
*
Style sync.
obrien
2003-08-03
1
-7
/
+7
*
Deal with 'options KSTACK_PAGES' being a global option.
peter
2003-07-31
1
-0
/
+2
*
- Introduce a new busdma flag BUS_DMA_ZERO to request for zero'ed
mux
2003-07-27
1
-0
/
+1
*
Implement alpha_pal_wrunique() and alpha_pal_rdunique(). Both are
marcel
2003-07-24
1
-0
/
+17
*
Use a spare for the thread pointer (mc_thrptr). The thread pointer
marcel
2003-07-24
1
-1
/
+2
*
Mega busdma API commit.
scottl
2003-07-01
1
-1
/
+18
*
Migrate the thread stack management functions from the machine-dependent
alc
2003-06-14
1
-1
/
+1
*
Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.
hmp
2003-05-30
1
-1
/
+1
*
Bring back bus_dmasync_op_t. It is now a typedef to an int, though the
scottl
2003-05-27
1
-1
/
+2
*
De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.
scottl
2003-05-26
1
-6
/
+0
*
sys/sys/limits.h:
kan
2003-05-19
2
-4
/
+4
*
Style fixes.
kan
2003-05-04
1
-9
/
+12
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-64
/
+4
*
Remove unmatched #endif left over incidenntally in last commit.
kan
2003-04-28
1
-1
/
+0
*
Add a new sys/limits.h file which in turn depends on machine/_limits.h
kan
2003-04-23
1
-54
/
+39
*
Protect the per-process UAC field with the proc lock where it isn't already
jhb
2003-04-17
1
-1
/
+1
*
Change the operation parameter of bus_dmamap_sync() from an
mux
2003-04-10
1
-9
/
+5
*
- Kill the pv_flags member of the alpha mdpage since it stop being used
jhb
2003-04-10
1
-1
/
+0
*
Fix the osf1 abi module on SMP systems by making the size of
gallatin
2003-03-29
2
-2
/
+3
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-0
/
+1
*
Made the prototypes for pmap_kenter and pmap_kremove MD. These functions
jake
2003-03-16
1
-0
/
+2
*
MFi386 revision 1.88
alc
2003-03-01
1
-6
/
+0
*
Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.
mux
2003-02-26
1
-1
/
+1
*
Remove support for running in SimOS. The support has rotted over
marcel
2003-02-25
1
-10
/
+0
*
Workaround for compiling LINT. Large kernels (like LINT) can have
marcel
2003-02-23
1
-20
/
+32
*
Change the console interface to pass a "struct consdev *" instead of a
phk
2003-02-20
1
-3
/
+3
*
Implement fpclassify():
mike
2003-02-08
2
-0
/
+4
*
Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() as
scottl
2003-01-29
1
-0
/
+6
*
Protect against multiple inclusions.
obrien
2003-01-18
1
-0
/
+5
*
MB_LEN_MAX is not MD, move it to the MI limits.h.
tjr
2002-12-22
2
-2
/
+0
*
Add getcontext, setcontext, and swapcontext as system calls.
deischen
2002-11-16
4
-14
/
+14
*
Cast pointers in mem*_io() compat macros to uintptr_t so that they can be
jhb
2002-11-08
1
-5
/
+5
*
Wrap ()'s around an argument before casting it to a void *. If the
jhb
2002-11-06
1
-6
/
+6
[next]