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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
The kthread_create() API is supposed to allow you to create threads
wpaul
2004-03-22
1
-3
/
+4
*
Add an implementation of uiomove_fromphys() for i386. This implementation
alc
2004-03-21
1
-0
/
+132
*
Introduce the cpumask_t type. The purpose of the type is to create a
marcel
2004-03-20
1
-0
/
+1
*
Removed a vestige of the stl driver.
bde
2004-03-18
1
-312
/
+0
*
- Replace wait1() with a kern_wait() function that accepts the pid,
jhb
2004-03-17
1
-23
/
+15
*
remove stale comment since these limits have been increased YEARS ago...
jmg
2004-03-17
1
-3
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
7
-18
/
+14
*
Refactor the existing machine-dependent sf_buf_free() into a machine-
alc
2004-03-16
1
-18
/
+6
*
Regenerate.
jhb
2004-03-15
3
-6
/
+6
*
- Mark ABI syscalls that call wait4() MP safe as recent changes to
jhb
2004-03-15
1
-3
/
+3
*
Add arl(4): driver for Aironet Arlan 655 wireless adapters.
fjoe
2004-03-15
1
-0
/
+5
*
The PPS code needs to be much more brutal to avoid synchronism on
phk
2004-03-15
1
-14
/
+32
*
Shorten a long comment.
obrien
2004-03-15
1
-1
/
+1
*
Remove isa compat stuff.
imp
2004-03-14
4
-445
/
+0
*
Comment out the cy driver until I can make sure that the new cy driver
imp
2004-03-14
1
-2
/
+3
*
The gsc driver uses the old COMPAT_ISA api. Retire it so we can
imp
2004-03-14
4
-974
/
+0
*
Hints for the le driver are no longer necessary here.
imp
2004-03-14
1
-5
/
+0
*
The rdp driver uses the COMPAT_OLD api. This is being retired, so
imp
2004-03-14
3
-1589
/
+0
*
The spigot driver uses the old COMPAT_ISA interface. Retire it since
imp
2004-03-14
3
-401
/
+0
*
The le driver uses ISA_COMPAT, which is going away soon. Retire it
imp
2004-03-14
5
-2327
/
+0
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
3
-9
/
+0
*
stl and stli use the old COMPAT_ISA api. slt also uses the really old
imp
2004-03-14
5
-7980
/
+0
*
remove the ioctl files from the asc, ctx and wt drivers just removed
imp
2004-03-14
3
-114
/
+0
*
Remove straggler from gp driver removal
imp
2004-03-14
1
-27
/
+0
*
Remove gp driver. It uses the old COMPAT_ISA shims.
imp
2004-03-14
3
-1213
/
+0
*
Remove ctx driver. another scanner. This one uses COMPAT_ISA shims
imp
2004-03-14
3
-501
/
+0
*
Remove asc driver, support for GI1904 based hand scanners. This
imp
2004-03-14
3
-972
/
+0
*
Should have committed this with other wt driver removal commit.
imp
2004-03-14
1
-6
/
+0
*
Remove wt driver. It still uses COMPAT_ISA_DRIVER which is going away
imp
2004-03-14
2
-1109
/
+0
*
Simplify sf_buf_alloc().
alc
2004-03-14
1
-2
/
+1
*
Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a common
peter
2004-03-13
2
-122
/
+0
*
Now that contigfree() does not require Giant, don't grab it in busdma.
scottl
2004-03-13
1
-2
/
+0
*
Fixed some English usage errors.
bde
2004-03-13
1
-7
/
+7
*
Fixed description of cx device. Use similar wording for ctau device
bde
2004-03-13
1
-4
/
+5
*
These are changes to allow to use the Intel C/C++ compiler (lang/icc)
trhodes
2004-03-12
19
-75
/
+367
*
Don't implement anything in the ffs family in <machine/cpufunc.h>
bde
2004-03-11
1
-0
/
+4
*
Remove stale or broken call to kdb_trap() and protected by the non-
marcel
2004-03-11
1
-4
/
+0
*
- Make the acquisition of Giant in vm_fault_unwire() conditional on the
alc
2004-03-10
1
-2
/
+0
*
Remove duplicate code.
jb
2004-03-09
1
-10
/
+0
*
Add #ifdef CPU_SOEKRIS in the missing places around the led_* code
jb
2004-03-09
1
-1
/
+10
*
AMD's ELAN documentation says that you write to the SYS_RST register
jb
2004-03-09
1
-0
/
+10
*
Add back Giant locks around kmem_free() call from user_ldt cleanup path
peter
2004-03-08
1
-0
/
+2
*
Other parts of the tree do not protect calls to kmem_free() with Giant,
peter
2004-03-08
1
-2
/
+0
*
Retire pmap_pinit2(). Alpha was the last platform that used it. However,
alc
2004-03-07
1
-13
/
+0
*
Remove unused declarations. (Some time ago, these variables became fields
alc
2004-03-07
1
-2
/
+0
*
Remove the phantom 'nv' driver again.
scottl
2004-03-06
1
-2
/
+0
*
Fixed insertion sort errors in prototype list.
bde
2004-03-05
1
-20
/
+20
*
Removed garbage:
bde
2004-03-05
1
-14
/
+0
*
Include <machine/psl.h> for the definition of PSL_I instead of depending
bde
2004-03-05
1
-0
/
+2
*
Fix syntax errors and wrong function prototypes in several MD header
le
2004-03-05
2
-5
/
+5
[next]