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
/
amd64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix from Tor so that if we enter the debugger in the tristate going to
mjacob
1999-09-25
1
-0
/
+1
*
Fix from Tor so that if we enter the debugger in the tristate going to
mjacob
1999-09-25
1
-1
/
+1
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Display CPU (BSP) clock speed on SMP systems.
luoqi
1999-09-22
1
-4
/
+0
*
Spruce up the ADMtek driver: conver to newbus, miibus and add support
wpaul
1999-09-22
1
-1
/
+1
*
Print out flags value
phk
1999-09-21
2
-0
/
+4
*
Fix bug in pipe code relating to writes of mmap'd but illegal address
dillon
1999-09-20
1
-3
/
+6
*
Convert the VIA Rhine driver to miibus.
wpaul
1999-09-19
1
-1
/
+1
*
Correction: mem.c devices are "D_MEM" (and D_MEM is added.)
green
1999-09-12
1
-1
/
+1
*
Mainly stylistic fixes:
green
1999-09-12
1
-18
/
+13
*
Make the d_flags of mem devices D_DISK to signify that they are disk-like
green
1999-09-12
1
-1
/
+1
*
Some PnP BIOSsen return garbage in the high byte of the number-of-devices
msmith
1999-09-12
1
-0
/
+1
*
Make pmap_mapdev() deal with non-page-aligned requests.
peter
1999-09-11
2
-3
/
+18
*
Add the AMD driver.
gibbs
1999-09-11
1
-0
/
+1
*
System clock don't update, because C6's TSC stop count up when run
phk
1999-09-10
1
-0
/
+1
*
Add the CR4 values for P3 SIMD enabling support. FXSR tells the cpu that
peter
1999-09-10
1
-0
/
+2
*
Add text for the PN (Processor serial number) and XMM (extended SIMD/MMX2/
peter
1999-09-10
1
-17
/
+17
*
Look for the right ACPI signature.
msmith
1999-09-10
1
-1
/
+1
*
Invoke smp_rendezvous_action() using the a.out compatible asnames.h
msmith
1999-09-10
1
-1
/
+1
*
Seperate the miibus pci ethernet drivers from the non-miibus drivers so
peter
1999-09-09
1
-6
/
+7
*
Save %gs in sigcontext when delivering a signal and restore them upon
luoqi
1999-09-07
4
-8
/
+16
*
Add pccard child to nexus. A better version would take care of this
imp
1999-09-06
2
-0
/
+10
*
This commit adds driver support for PCI fast ethernet NICs based on
wpaul
1999-09-06
1
-0
/
+1
*
This commit adds driver support for the Silicon Integrated Systems
wpaul
1999-09-05
1
-0
/
+1
*
Set up FPU state on the AP.
peter
1999-09-05
3
-0
/
+12
*
This adds the i386 specific support for systems with a MicroChannel
mdodd
1999-09-03
6
-4
/
+84
*
Some reorganization of sysarch() interface:
luoqi
1999-09-02
2
-31
/
+27
*
Update for new pnp includes
peter
1999-09-02
1
-4
/
+3
*
This represents essentially a complete rewrite of the ISA PnP code. The
dfr
1999-09-01
1
-12
/
+5
*
Try and commit the tun comment fix again; I have no idea why there
jkh
1999-09-01
1
-1
/
+1
*
Eliminate some magic numbers.
peter
1999-09-01
1
-4
/
+4
*
ppp(1) -> ppp(8)
brian
1999-09-01
1
-1
/
+1
*
Make the error return from mem_range_attr_get actually do something useful
msmith
1999-08-31
1
-3
/
+5
*
Check that there is memory range support before attempting to perform such
msmith
1999-08-30
1
-2
/
+14
*
We don't need to pass the diskname argument all over the diskslice/label
phk
1999-08-28
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
105
-107
/
+107
*
Reference the correct gdt[] entry on SMP. Remove the `generation' flag,
jlemon
1999-08-27
2
-15
/
+13
*
Use .p2align to ensure consistant a.out/elf alignment. I'd have used
peter
1999-08-25
1
-6
/
+6
*
Rename 'bios_jmp' to 'bios16_jmp' to make it clear what it's related to.
msmith
1999-08-25
1
-3
/
+3
*
Use the far jump for the base of the page arithmatic rather than the
peter
1999-08-25
1
-3
/
+3
*
Work around a bad design in some PnP BIOS code whereby the BIOS can reach
msmith
1999-08-24
1
-2
/
+11
*
Cosmetic: Correct the Id string.
alc
1999-08-24
1
-1
/
+1
*
Fixed a misplaced cast to uintptr_t. Cosmetic.
bde
1999-08-24
2
-14
/
+8
*
`bootdev' is an ordinary u_long, so don't cast it to a pointer to print it.
bde
1999-08-23
1
-4
/
+3
*
Now that we can bind cdevsw to the individual dev_t, divorce the PERFMON
phk
1999-08-23
1
-23
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-62
/
+11
*
The nexus_attach() code works a lot better if it's actually connected to
peter
1999-08-23
2
-24
/
+12
*
Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCK
alc
1999-08-23
1
-4
/
+2
*
The previous fix didn't do anything if you didn't have pnp. The ICU
peter
1999-08-22
1
-2
/
+3
*
Finish unbreaking autoconf.c includes (for non-SMP.)
green
1999-08-22
1
-1
/
+2
[next]