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
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
7
-17
/
+17
*
Fix my own style bugs (use of spaces instead of tabs for indentation).
bsd
2000-07-01
1
-18
/
+18
*
- MSDOSFS can do both FAT _and_ FAT32. Since the name "MSDOS" might be
alex
2000-06-29
1
-3
/
+3
*
Fix some fat-fingering of the isic lines. (argh!)
peter
2000-06-26
1
-10
/
+10
*
Report the line number where gethints.pl does not understand something
peter
2000-06-26
1
-1
/
+2
*
Duh. Fix a fatfingered patch.
markm
2000-06-25
1
-1
/
+1
*
Fix an uninitialised variable and a function return value.
markm
2000-06-25
1
-1
/
+4
*
Remove old entropy-harvesting hooks; this is going to be re-engineered
markm
2000-06-25
2
-5
/
+0
*
Get the build bits right for the new Architecture Independant null- and
markm
2000-06-25
3
-0
/
+7
*
Strip out the machine-independant parts of the memory device.
markm
2000-06-25
2
-257
/
+50
*
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 a stub driver to consume the PnP "system resource" items, and hide
msmith
2000-06-23
2
-0
/
+98
*
Add PnP probe methods to some common AT hardware drivers. In each case,
msmith
2000-06-23
10
-1
/
+537
*
Collect the ISA DMA defines from the MI ISA code, not a private copy.
msmith
2000-06-23
1
-3
/
+2
*
Stop trying to do anything funny with the interrupt resource range. The
msmith
2000-06-23
2
-26
/
+8
*
Rename macros to all-uppercase. Get rid of a comment that was ironic
green
2000-06-22
1
-10
/
+4
*
Add SOFTUPDATES to GENERIC (BOOTMFS has this filtered out)
peter
2000-06-22
1
-0
/
+1
*
return of the accept filter part II
alfred
2000-06-20
1
-0
/
+4
*
Bring the an(4) fixes to wi(4):
roberto
2000-06-19
1
-3
/
+10
*
/152x/s/sound/SCSI/
phk
2000-06-18
1
-1
/
+1
*
Remove all but ISP_TARGET_MODE options for isp and ispfw pseudo device.
mjacob
2000-06-18
1
-58
/
+2
*
Deal with quoted arguments. This hack parser uses whitespace to delimit
peter
2000-06-17
1
-0
/
+5
*
Use while (<>) instead of while(<STDIN>) so that perl will automagically
peter
2000-06-17
2
-2
/
+2
*
Add disk_enumerate() for finding names of disks. Vinum and libh will
phk
2000-06-15
1
-3
/
+1
*
Linux allows to mmap annonymous with a file descriptor passed, FreeBSD
cracauer
2000-06-15
1
-2
/
+10
*
Fixed syntax errors and style bugs in previous commit. The syntax
bde
2000-06-14
3
-6
/
+6
*
Fix typo (accessable --> accessible).
alex
2000-06-14
2
-3
/
+3
*
s/iomem/maddr/
peter
2000-06-14
1
-31
/
+31
*
s/iomem/maddr/ - these were generated from an older verion of the
peter
2000-06-14
2
-9
/
+9
*
Add option ALT_BREAK_TO_DEBUGGER.
ps
2000-06-14
1
-0
/
+5
*
Print error messages to stderr, not stdout.
peter
2000-06-14
1
-1
/
+1
*
Borrow phk's axe and apply the next stage of config(8)'s evolution.
peter
2000-06-13
10
-2746
/
+769
*
Recognize Coppermine Celeron processors whose CPU ID = 0x68?. They
kato
2000-06-13
1
-1
/
+1
*
Added new options CPU_PPRO2CELERON and CPU_L2_LATENCY to support
kato
2000-06-13
3
-3
/
+72
*
1. Update Comtrol RocketPort driver(rp) to version 3.02.
tanimura
2000-06-11
1
-9
/
+11
*
Don't include opt_smp.h - we don't use anything defined in it.
msmith
2000-06-10
1
-1
/
+0
*
Correct the tests for ISA PIC/APIC so that they actually work.
msmith
2000-06-10
1
-2
/
+2
*
No-op change. Remove #if NVT > 0 in files that are 'optional vt' and
peter
2000-06-10
6
-34
/
+0
*
Unused include: #include "scbus.h"
peter
2000-06-10
1
-2
/
+0
*
Unused include: #include "ether.h"
peter
2000-06-10
1
-1
/
+0
*
Add option BROKEN_KEYBOARD_RESET to an opt_*.h file
peter
2000-06-10
1
-0
/
+1
*
Document flags 0x100 in syscons.4, and document syscons' flags in LINT.
jhb
2000-06-09
2
-0
/
+8
*
Since many people use LINT as "supported hardware" list, add
alex
2000-06-09
2
-2
/
+2
*
Always include the full symbol table (as specified by its start and
bde
2000-06-08
1
-5
/
+1
*
Fix gdt pointer for the current cpu on SMP.
iwasaki
2000-06-07
1
-1
/
+1
*
INTR_TYPE_FAST / FAST_INTR interrupts (currently just serial interrupts)
dillon
2000-06-06
2
-26
/
+0
*
Mention that i4bisppp requires sppp; too many people use LINT as a
joerg
2000-06-06
2
-2
/
+4
*
Fixed some style bugs in the signal handling funcations. This doesn't
bde
2000-06-03
1
-81
/
+79
*
Further fixes for multiple-IO-APIC systems from Tor Egge:
msmith
2000-05-31
5
-21
/
+25
[next]