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
*
Use breakpoint() function instead of inline assembler.
bde
1996-04-07
1
-6
/
+2
*
Changed bdb() to breakpoint() and always enable it.
bde
1996-04-07
1
-34
/
+30
*
Use rdtsc() function instead of inline essembler.
bde
1996-04-07
1
-6
/
+2
*
Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.
bde
1996-04-07
1
-6
/
+9
*
Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.
bde
1996-04-07
3
-8
/
+9
*
Removed never-used #includes of <machine/cpu.h>. Many were apparently
bde
1996-04-07
7
-13
/
+4
*
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
bde
1996-04-07
9
-22
/
+9
*
Removed unused declaration of bootverbose.
bde
1996-04-07
1
-2
/
+1
*
Moved declaration of bootverbose to a better place. Externs should
bde
1996-04-07
1
-2
/
+1
*
Moved declaration of bootverbose to a better place. It isn't
bde
1996-04-07
1
-4
/
+1
*
Fixed the ownership and permissions of /dev/io. Rev.1.32 broke rev.1.29.
bde
1996-04-07
1
-2
/
+2
*
Fixed devfs device names and numbers.
bde
1996-04-07
1
-35
/
+71
*
Allow specifying the BIOS drive number. Removed the hd drive type.
bde
1996-04-07
6
-51
/
+83
*
Major cleanups for the pmap code.
dyson
1996-04-07
1
-182
/
+76
*
Switch 586/686 back to generic_bzero and #if 0'd the "optimized" code. It
dg
1996-04-06
2
-4
/
+4
*
Fix adjkerntz expression priority
ache
1996-04-05
2
-6
/
+6
*
Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even for
ache
1996-04-05
5
-15
/
+26
*
Work around a braindead signal handling in many newer HP printers.
joerg
1996-04-04
1
-8
/
+26
*
Improvementss to netboot
phk
1996-04-03
6
-27
/
+78
*
Fixed a problem that the UPAGES of a process were being run down
dyson
1996-04-03
1
-3
/
+3
*
Add NULLFS_DIAGNOSTIC, KERNFS_DIAGNOSTIC, UMAPFS_DIAGNOSTIC, UNION_DIAGNOSTIC
gpalmer
1996-04-03
2
-2
/
+22
*
Document PERFMON.
wollman
1996-04-02
2
-12
/
+14
*
Align help screen.
phk
1996-04-02
1
-2
/
+17
*
changed from using dev_link() to devfs_link()
scrappy
1996-04-02
1
-3
/
+3
*
Convert from using devfs_add_devsw() to devfs_add_devswf()
scrappy
1996-04-01
1
-18
/
+25
*
Change if/goto into a while loop.
dg
1996-03-31
1
-4
/
+2
*
Convert to use stdarg in bt_cmd. Use XS_SELTIMEOUT for selection timeouts.
gibbs
1996-03-31
1
-29
/
+37
*
Convert to use stdarg in aha_cmd. Use XS_SELTIMEOUT for selection timeouts.
gibbs
1996-03-31
1
-28
/
+35
*
Fetch the (dummy) READY CHANGED condition interrupt stati that
joerg
1996-03-31
1
-1
/
+8
*
Fix a bogus message:
joerg
1996-03-31
1
-2
/
+2
*
Removed dead option DUMMY_NOPS.
bde
1996-03-31
2
-14
/
+16
*
Finished removing NOP macros.
bde
1996-03-31
1
-10
/
+1
*
Moved rtcin() to clock.c.
bde
1996-03-31
5
-18
/
+32
*
Killed religous FASTER_NOP again.
bde
1996-03-31
1
-5
/
+1
*
Fix support for the aic7850 by looking only at the relavent bits of the
gibbs
1996-03-31
2
-201
/
+219
*
Override the unit number passed into us in the isa_device structure with
gibbs
1996-03-31
1
-1
/
+8
*
Don't set the number of SCBs here. aic7xxx.c determines the number of
gibbs
1996-03-31
1
-7
/
+1
*
When doing a 'make depend', dont blow away the existing .depend until
peter
1996-03-30
1
-5
/
+7
*
There is no need to zero out the TSC when configuring a counter,
wollman
1996-03-29
1
-14
/
+3
*
Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead of
bde
1996-03-29
4
-12
/
+120
*
Parenthesized macros.
bde
1996-03-29
1
-7
/
+7
*
Added necessary quotes (${CPP} might have spaces in it). Removed
bde
1996-03-29
1
-3
/
+3
*
Removed references to nonexistent files.
bde
1996-03-29
1
-4
/
+1
*
Removed never-used files.
bde
1996-03-29
2
-278
/
+0
*
Fixed devfs group of some more disk devices.
bde
1996-03-29
1
-8
/
+11
*
Fixed group of some more disk devices.
bde
1996-03-29
1
-9
/
+9
*
Sync up the Pentium implementation with the documentation.
wollman
1996-03-28
1
-2
/
+2
*
>Blush<. Use the correct opcode for the WRMSR instruction.
wollman
1996-03-28
1
-2
/
+2
*
Nit: according to the Harvard code, it is necessary to clear the timestamp
wollman
1996-03-28
1
-8
/
+19
*
Teach the disassembler about the 0f,3x family of instructions
wollman
1996-03-28
1
-52
/
+72
[next]