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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backout early start of APs since it caused some machines to hang.
tegge
1999-04-13
1
-4
/
+1
*
Add prototype for wait_ap().
tegge
1999-04-11
1
-1
/
+4
*
Let BSP wait until all APs are initialized.
tegge
1999-04-10
1
-1
/
+4
*
o sys/i386/include/soundcard.h
kato
1999-04-08
1
-1
/
+1
*
Disable the mtrr copy calls, it doesn't work with the i686_mem.c stuff.
peter
1999-04-07
1
-1
/
+7
*
Add defines for the P6 model-specific registers.
msmith
1999-04-07
1
-1
/
+58
*
Restore support for executing BSD/OS binaries on the i386 by passing
jdp
1999-04-03
1
-2
/
+2
*
Put in place the infrastructure for improved UP and SMP TLB management.
alc
1999-04-02
1
-5
/
+2
*
o sys/i386/include/soundcard.h
kato
1999-04-02
1
-1
/
+2
*
Change the vm86_datacall interface so that callers are now responsible
jlemon
1999-03-18
1
-3
/
+21
*
Increased kernel virtual address space to 1GB. NOTE: You MUST have fixed
dg
1999-03-11
1
-4
/
+4
*
Keyboard driver update in preparation for the USB keyboard driver.
yokota
1999-03-10
1
-2
/
+4
*
update the i4b include files to i4b release 0.71.00
hm
1999-03-07
5
-25
/
+41
*
The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpu
bde
1999-03-05
1
-3
/
+3
*
Adopt syscons's recent change from key_t to keyent_t (this part of
joerg
1999-03-04
1
-2
/
+2
*
Correct casts in vtophys and avtophys to be vm_offset_t.
dg
1999-03-02
1
-3
/
+3
*
Don't define MACHINE, MACHINE_ARCH, _MACHINE or _MACHINE_ARCH if
imp
1999-03-01
1
-1
/
+9
*
Don't call assign_apic_irq with a value for irq that is out of range.
tegge
1999-02-26
1
-2
/
+2
*
Fixed my recent breakage of the ELF case.
bde
1999-02-25
1
-1
/
+2
*
Added a per-cpu variable `switchticks' for use in scheduling.
bde
1999-02-22
3
-3
/
+6
*
1) Added define for USB as an interface
n_hibma
1999-02-21
1
-1
/
+3
*
Introduce machine-dependent macro pgtok() to convert page count to number
luoqi
1999-02-19
2
-6
/
+8
*
Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This
luoqi
1999-02-19
1
-3
/
+2
*
On the i386, load the ELF dynamic linker where an mmap(0, ...) would
jdp
1999-02-19
1
-5
/
+7
*
Corrected ioctl numbers conflict.
roger
1999-02-15
1
-37
/
+47
*
Added new ioctls for Hauppage Infra-Red Remote Control support,
roger
1999-02-11
1
-2
/
+25
*
Change the load address of the ELF dynamic linker from "2L*MAXDSIZ"
jdp
1999-02-07
1
-1
/
+11
*
Added underscores to some names in svr4_locore.s so that it compiles
bde
1999-02-06
1
-3
/
+6
*
- Don't assume the line length in the video memory is always the same as
yokota
1999-02-05
2
-27
/
+28
*
Recognize Pentium II Xeon, Celeron and Pentium III cpus. Because CPU
kato
1999-02-04
1
-1
/
+2
*
Added a hopefully-machine-independent macro for determining if a
bde
1999-02-02
1
-1
/
+3
*
Moved pc98_system_parameter from .text to .data to make ELF kernel
kato
1999-01-30
1
-1
/
+2
*
More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't use
dillon
1999-01-29
1
-2
/
+2
*
Added METEOR_DEV2 and METEOR_DEV3
roger
1999-01-28
1
-2
/
+3
*
Sun Bug ID 1251858 (on http://sunsolve1.sun.com) discusses the way that
newton
1999-01-28
1
-2
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-2
/
+2
*
Make more messages conditional on bootverbose
jkh
1999-01-20
1
-3
/
+5
*
Silence warnings.
eivind
1999-01-12
1
-3
/
+3
*
The first stage of console driver reorganization: activate new
yokota
1999-01-11
2
-9
/
+72
*
Change /dev/smb and /dev/iic interface to allow user programs to interact with
nsouch
1999-01-09
2
-9
/
+17
*
Don't put operands in clobber lists, since this is dubious for old
bde
1999-01-09
1
-13
/
+16
*
Fixed some style bugs. Clarified a comment.
bde
1999-01-08
1
-13
/
+12
*
Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partially
bde
1999-01-08
1
-10
/
+13
*
Moved declarations related to copying and zeroing to the right place.
bde
1999-01-08
2
-3
/
+14
*
Update #ifdef directive.
yokota
1999-01-08
1
-2
/
+2
*
OBJFORMAT_DEFAULT = elf now. (this is where /usr/bin/objformat and
peter
1999-01-07
1
-5
/
+1
*
Correct typo in macro name.
des
1999-01-01
1
-2
/
+2
*
Part 3 of the pcvt/voxware revival.
peter
1999-01-01
2
-0
/
+710
*
Initial entry of ISDN4BSD into the FreeBSD tree.
phk
1998-12-27
5
-0
/
+1112
*
follow up to:
phk
1998-12-27
1
-589
/
+0
[next]