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
*
Moved definition of FUNCTION_ALIGNMENT to a machine-dependent place.
bde
1997-02-13
1
-1
/
+9
*
Align text to 16-byte boundaries if profiling is enabled. This will
bde
1997-02-13
1
-0
/
+4
*
Restored changes from rev.1.58-1.60 which were blown away by the
bde
1997-02-11
1
-14
/
+17
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
9
-56
/
+38
*
I have no idea what this is all about, but it works and Bruce hasn't
phk
1997-02-07
1
-1
/
+6
*
Deleted i386_cpus[]. i386_cpus[] is a static variable in identcpu.c.
kato
1997-02-02
1
-1
/
+0
*
Removed PG_N from here, too. Some machines don't like it and it's unnecessary.
dg
1997-01-30
2
-2
/
+2
*
Removed unnecessary PG_N flag from device memory mappings. This is handled
dg
1997-01-30
1
-1
/
+1
*
Estimate an initial overhead of 0 usec instead of 20 usec in DELAY().
bde
1997-01-29
2
-20
/
+42
*
Disabled logging of masked exceptions on exit. Keep the side effect of
bde
1997-01-29
2
-4
/
+12
*
Sync with <pci/pcibus.h>. pcibus.c unfortunately still compiled (with
bde
1997-01-25
2
-2
/
+0
*
Fixed some formatting bugs (mostly regressions in rev.1.48). Replaced
bde
1997-01-24
2
-48
/
+58
*
Initialize CR0_MP in setregs() in case npx0 is disabled or not configured.
bde
1997-01-24
1
-4
/
+25
*
KNF style police.
obrien
1997-01-24
1
-6
/
+8
*
Remove some dead code from trapwrite.
dyson
1997-01-23
1
-3
/
+1
*
Fix I386 copyout support. The new page-table management code will
dyson
1997-01-22
2
-28
/
+76
*
Add bits to identify AMD K5 and K6 cpu's.
obrien
1997-01-19
1
-6
/
+18
*
Adjust ex0 entries properly after talking with Javier.
jkh
1997-01-17
1
-1
/
+1
*
Guard against the i8254 timer being uninitialzed if DELAY() is
bde
1997-01-16
2
-10
/
+44
*
Add the ex driver (Intel EtherExpress Pro/10).
jkh
1997-01-16
1
-0
/
+1
*
Fixed printing of small offsets. E.g., -4(%ebp) is now printed
bde
1997-01-16
1
-0
/
+15
*
Fix bug related to map entry allocations where a sleep might be attempted
dg
1997-01-15
1
-9
/
+8
*
Fixed longstanding annoying warning about a type mismatch. pmap doesn't
bde
1997-01-15
1
-7
/
+8
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
66
-66
/
+66
*
When we changed pmap_protect to support adding the writeable
dyson
1997-01-11
1
-8
/
+13
*
Moved pccard_configure() to the end of the configure() list. This
nate
1997-01-11
1
-6
/
+6
*
Prepare better for multi-platform by eliminating another required
dyson
1997-01-11
1
-47
/
+4
*
Staticize the functions rtc_inb, rtc_outb, rtc_serialcombit, and
kato
1997-01-10
1
-4
/
+1
*
Make the code more consistant by using the INTR*MASK macros througout the
nate
1997-01-08
2
-4
/
+4
*
Changed magic # 0xa0000 -> ISA_HOLE_START since it's now defined.
nate
1997-01-08
1
-2
/
+2
*
Reenabled i586_optimized_copyin/out yet again.
bde
1997-01-04
2
-6
/
+2
*
Fixed context switching of FPU state after a fault in
bde
1997-01-04
2
-6
/
+40
*
Fixed botched tables:
bde
1997-01-04
1
-128
/
+147
*
Add code to copy the LDT, if required.
se
1997-01-02
1
-1
/
+16
*
Let the VM system know that on certain arch's that VM_PROT_READ
dyson
1996-12-30
1
-1
/
+3
*
Superficial clean-up of useracc calls. (The useracc usage of
dyson
1996-12-29
1
-3
/
+3
*
Allow pmap_protect to increase permissions. This mod can eliminate
dyson
1996-12-29
1
-5
/
+7
*
Disabled i586-optimized copyin and copyout again. The fault handler
bde
1996-12-28
2
-2
/
+6
*
Give MFS_ROOT priority over NFS as root filesystem.
phk
1996-12-21
1
-9
/
+10
*
Mention amd driver in comment regarding PCI drivers.
se
1996-12-21
1
-4
/
+4
*
Only handle copyin/out/etc faults when not in an interrupt handler.
bde
1996-12-18
1
-8
/
+9
*
Fixed formatting of KERN_DUMPDEV.
bde
1996-12-18
1
-2
/
+2
*
Moved the printing of the BIOS geometries from cpu_startup() into
bde
1996-12-18
2
-34
/
+36
*
Add driver for AMD 53c974 SCSI (Tekram DC390/390T).
se
1996-12-18
1
-1
/
+2
*
Fix nbuf calculation /4 -> /8. 2.2 already has it this way.
dg
1996-12-17
1
-2
/
+2
*
Remove "options MAXLUN=2" since the ncr driver will probe for 8 LUNs
se
1996-12-15
1
-2
/
+1
*
Make the USERCONFIG_BOOT semantics closer to what was original
jkh
1996-12-14
1
-9
/
+7
*
Close PR#2198:
jkh
1996-12-13
1
-1
/
+2
*
Soften range-check for LDTs.
swallace
1996-12-12
1
-2
/
+2
*
Fix allocation for exech_map to be 16*PAGE_SIZE rather than 32*PAGE_SIZE
dg
1996-12-12
1
-2
/
+2
[next]