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
*
Improve the PCI interrupt routing code. Now the process is as follows:
msmith
2000-11-02
2
-32
/
+324
*
Make the target a little bit more generic.
obrien
2000-11-01
2
-2
/
+10
*
Fix typo in comments
roger
2000-10-31
1
-2
/
+2
*
Deprecate devsw->d_bmaj entirely.
phk
2000-10-31
1
-86
/
+0
*
fix the sigaltstack hack by lowering the stack size to the original value
gallatin
2000-10-31
1
-0
/
+2
*
Comment out the (old) acpi stuff, it breaks LINT.
phk
2000-10-30
1
-3
/
+3
*
Remove unneeded <stddef.h> #includes.
phk
2000-10-29
3
-6
/
+0
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
7
-7
/
+0
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
5
-5
/
+0
*
Add hints for ISA cards (such as TMC1610M) which use stg driver.
non
2000-10-29
1
-0
/
+3
*
Don't ignore VESA modes that have the NON-VGA bit set. All of the SVGA
jhb
2000-10-28
1
-2
/
+1
*
Add a brief comment telling people to retain 'device miibus' as necessary.
nik
2000-10-28
1
-0
/
+1
*
Quick fix for namespace problems which broke many ports. Spell
bde
2000-10-28
1
-6
/
+6
*
Add some verbiage about the new ACPICA code. Note that this probably
msmith
2000-10-28
1
-0
/
+12
*
FreeBSD-specific OSD (operating system dependant) modules for the Intel
msmith
2000-10-28
1
-0
/
+56
*
Revert two experimental changes which escaped from my devel machine.
phk
2000-10-28
3
-3
/
+3
*
The x86 atomic operations are already locked, so they do not need an
jhb
2000-10-28
1
-2
/
+0
*
Fix a couple of whitespace nits.
jhb
2000-10-27
2
-4
/
+4
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
5
-5
/
+8
*
Expand on the reasons for and against defining NO_F00F_HACK. This is one of
dougb
2000-10-27
1
-2
/
+2
*
Declare or #define per-cpu globals in <machine/globals.h> in all cases.
bde
2000-10-27
8
-32
/
+11
*
As the blocking model has seems to be troublesome for many, disable
markm
2000-10-27
2
-0
/
+4
*
Add and document the WITNESS_SKIPSPIN and WITNESS_DDB kernel options.
jhb
2000-10-27
1
-0
/
+6
*
Add new ioctls for userland access to the MSP device
roger
2000-10-26
1
-0
/
+10
*
Add infrastructure for Cologne Chip HFC-S PCI driver.
hm
2000-10-26
1
-5
/
+6
*
Bring cpuinfo closer to what it looks like in Linux 2.2.
des
2000-10-25
1
-11
/
+47
*
Add /proc/<pid>/status and /proc/<pid>/stat (the latter being mostly
des
2000-10-25
4
-5
/
+195
*
- Add atomic_cmpset_{acq_,rel_,}_long
jhb
2000-10-25
1
-0
/
+52
*
Catch up to the new software interrupt code.
jhb
2000-10-25
1
-3
/
+4
*
- Catch up to new software interrupt code.
jhb
2000-10-25
1
-3
/
+3
*
- Remove unneeded machine/ipl.h #include.
jhb
2000-10-25
1
-6
/
+1
*
Fast interrupts have no associated process, therefore do not try
ps
2000-10-25
2
-22
/
+26
*
The USB scanner driver. To be used together with SANE.
n_hibma
2000-10-25
2
-0
/
+3
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
14
-149
/
+107
*
* Update comments
obrien
2000-10-24
2
-40
/
+62
*
Added lines for the wds driver.
babkin
2000-10-24
1
-0
/
+6
*
Don't dink with interrupts in vm_page_zero_idle(). This code assumed it
jhb
2000-10-23
1
-10
/
+1
*
Move bogus proc reference stuff into <machine/globals.h>. There is no
mjacob
2000-10-23
1
-0
/
+5
*
Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98
non
2000-10-23
4
-0
/
+100
*
Get rid of the last traces of ACTUALLY_LKM_NOT_KERNEL
phk
2000-10-23
1
-1
/
+1
*
Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() to
nyan
2000-10-22
1
-10
/
+0
*
Define the mtx_legal2block() macro used in the witness code that managed
jhb
2000-10-20
1
-0
/
+2
*
Return -10000 in pci_hostb_probe to allow agp driver (disabled otherwise)
ache
2000-10-20
1
-1
/
+1
*
Add i815 Host to Hub
ache
2000-10-20
1
-0
/
+3
*
Catch up to moving headers:
jhb
2000-10-20
7
-8
/
+8
*
Actually harvest interrupt threads when the last handler is removed from a
jhb
2000-10-20
3
-6
/
+51
*
- machine/mutex.h -> sys/mutex.h
jhb
2000-10-20
1
-2
/
+2
*
Catch up to SMP_DEBUG -> MUTEX_DEBUG.
jhb
2000-10-20
1
-2
/
+2
*
- machine/mutex.h -> sys/mutex.h
jhb
2000-10-20
1
-2
/
+2
*
- machine/mutex.h -> sys/mutex.h
jhb
2000-10-20
1
-6
/
+6
[next]