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
/
isa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't depend on <machine/cpufunc.h> unnecessarily including <machine/lock.h>.
bde
2000-10-12
1
-2
/
+0
*
Initiate deorbit burn sequence for <machine/mouse.h>.
phk
2000-10-09
1
-1
/
+1
*
Initiate deorbit burn sequence for <machine/console.h>.
phk
2000-10-08
1
-1
/
+2
*
Made this file compile again after move of stuff from <machine.ipl.h>
bde
2000-10-08
1
-1
/
+2
*
Use schedsofttty() again (SMPng casualty with intentionally wrong fix
bde
2000-10-08
1
-5
/
+1
*
Caught up with the changes in interruption stuff.
kato
2000-10-07
1
-1
/
+2
*
- Change fast interrupts on x86 to push a full interrupt frame and to
jhb
2000-10-06
4
-217
/
+91
*
- Include opt_vesa.h in vesa.c so that the VESA_DEBUG option is actually
jhb
2000-10-06
1
-1
/
+15
*
- Heavyweight interrupt threads on the alpha for device I/O interrupts.
jhb
2000-10-05
11
-303
/
+36
*
Move the i386 PCI attachment code out of i386/isa back into i386/pci.
msmith
2000-10-02
2
-892
/
+0
*
Put on my nuclear-grade asbestos suit and cvs rm the old, broken, sound
peter
2000-10-02
80
-36713
/
+0
*
Get out the roto-rooter and clean up the abuse of nexus ivars by the
peter
2000-09-28
1
-19
/
+6
*
Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,
ps
2000-09-22
1
-3
/
+6
*
Brought back schedsofttty() (SMPng casualty). Didn't bring back the
bde
2000-09-17
1
-10
/
+7
*
Make LINT link.
phk
2000-09-16
1
-0
/
+4
*
Make LINT compile.
phk
2000-09-16
1
-1
/
+1
*
- Add a new process flag P_NOLOAD that marks a process that should be
jhb
2000-09-15
1
-0
/
+1
*
Check to see if we actually have an interrupt descriptor and an interrupt
jhb
2000-09-15
1
-0
/
+21
*
Add Timer device driver for power management events.
iwasaki
2000-09-14
1
-0
/
+139
*
- Newbus'ify and bus_space'ify.
nyan
2000-09-14
2
-4398
/
+0
*
- Remove the inthand2_t type and use the equivalent driver_intr_t type from
jhb
2000-09-13
6
-67
/
+52
*
Don't panic for delivery of a multiplexed SWI. Most SWI handlers
bde
2000-09-12
1
-1
/
+4
*
Provide keyboard entropy harvesting for PCVT users.
markm
2000-09-10
2
-0
/
+5
*
Fixed the softintr macro which directly accessed ipending.
kato
2000-09-08
1
-6
/
+6
*
Close PR #20963. Do not pass encryption keys back to the caller via
wpaul
2000-09-07
1
-0
/
+3
*
Don't assume that address of I/O address table increase (PC-98 only).
nyan
2000-09-07
1
-2
/
+2
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
17
-1570
/
+1138
*
Catch a few more bogosities in certain chipsets before they mess us up.
peter
2000-09-05
1
-19
/
+89
*
Take a shot at fixing multiple pci busses on i386.
peter
2000-08-31
1
-10
/
+50
*
Make it possible to pass boot()'s flags to shutdown_nice() so that the
msmith
2000-08-31
1
-1
/
+1
*
* Completely rewrite the alpha busspace to hide the implementation from
dfr
2000-08-28
1
-48
/
+84
*
Fixed freeing wrong address.
kato
2000-08-24
1
-1
/
+1
*
Fix the matcd driver for the new world order. This basically just
sheldonh
2000-08-23
1
-9
/
+9
*
Change the behavior of isa_nmi to log an error message instead of
ps
2000-08-06
2
-36
/
+62
*
Allow use of TSC even if APM is compiled in but disabled.
phk
2000-07-30
1
-1
/
+6
*
have pcvt's non-console probe and attach routines called again in case
hm
2000-07-15
1
-1
/
+12
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
6
-31
/
+9
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
2
-3
/
+3
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
2
-3
/
+3
*
Remove old entropy-harvesting hooks; this is going to be re-engineered
markm
2000-06-25
2
-5
/
+0
*
Fixed atpic_attach() for the SMP (specifically APIC_IO) case.
fsmp
2000-06-24
2
-2
/
+4
*
Make the PnP 'slopsucker' quiet in the !bootverbose case - the real NPX
msmith
2000-06-23
1
-1
/
+5
*
Add PnP probe methods to some common AT hardware drivers. In each case,
msmith
2000-06-23
6
-1
/
+327
*
Collect the ISA DMA defines from the MI ISA code, not a private copy.
msmith
2000-06-23
1
-3
/
+2
*
Bring the an(4) fixes to wi(4):
roberto
2000-06-19
1
-3
/
+10
*
Fix typo (accessable --> accessible).
alex
2000-06-14
2
-3
/
+3
*
Borrow phk's axe and apply the next stage of config(8)'s evolution.
peter
2000-06-13
1
-4
/
+0
*
1. Update Comtrol RocketPort driver(rp) to version 3.02.
tanimura
2000-06-11
1
-9
/
+11
*
No-op change. Remove #if NVT > 0 in files that are 'optional vt' and
peter
2000-06-10
6
-34
/
+0
*
INTR_TYPE_FAST / FAST_INTR interrupts (currently just serial interrupts)
dillon
2000-06-06
1
-13
/
+0
[next]