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
Commit message (
Expand
)
Author
Age
Files
Lines
*
FIxed printf format errors (an new one that is only detected on systems
bde
1998-09-29
1
-6
/
+6
*
The bootinfo struct was getting clobbered or not passed through correctly.
peter
1998-09-29
1
-2
/
+14
*
Don't pretend to support ix86's with 16-bit ints by using longs just
bde
1998-09-29
13
-53
/
+53
*
Fixed initialization of new inodes. ext2fs doesn't clear inodes when
bde
1998-09-29
2
-2
/
+6
*
Several minor cleanups, inspired by bug reports and the old driver:
imp
1998-09-29
1
-10
/
+67
*
cosmetique - remove unneded static in previous commit
ache
1998-09-29
1
-2
/
+2
*
workaround painful vm86_datacall requirement that segment+offset
ache
1998-09-29
1
-5
/
+14
*
Fix destructive cursor shape after text mode switch.
ache
1998-09-29
6
-68
/
+74
*
John Dyson approved of this solution; make vnode_pager_input_old set m->valid
rvb
1998-09-28
1
-1
/
+3
*
fix handling more than one cards
ache
1998-09-28
2
-4
/
+6
*
Only bcopy the correct amount of data from the buffer in case it is ever
peter
1998-09-28
1
-1
/
+1
*
Use the variable with the path in it for the error message.
peter
1998-09-28
1
-2
/
+2
*
Reactivate the a.out kernel loader code.
peter
1998-09-28
2
-4
/
+4
*
Missing return value that was kinda important.
peter
1998-09-28
3
-3
/
+6
*
Argh, I don't believe how much time I wasted looking for this...
peter
1998-09-28
1
-1
/
+1
*
Cleanup and fix THE bug
rvb
1998-09-28
8
-44
/
+78
*
The comconsole mode is accessed as 'comconsole' not 'com'.
peter
1998-09-28
1
-2
/
+2
*
MBR magic is 0x55aa not 0xffaa.
peter
1998-09-28
1
-2
/
+2
*
Precedence bug (?) causing probe problems.
peter
1998-09-28
1
-2
/
+2
*
Fix (?) EISA interrupt configuration based on observation of what we've
peter
1998-09-28
1
-26
/
+9
*
Back out rev 1.6 (temporarily at least). <machine/asmacros.h> is used
peter
1998-09-28
1
-3
/
+1
*
Sync with sys/i386/i386/userconfig.c revision 1.110.
kato
1998-09-28
1
-2
/
+3
*
Sync with sys/i386/i386/machdep.c revision 1.310.
kato
1998-09-28
2
-74
/
+2
*
Sync with sys/i386/conf/options.i386 revision 1.89.
kato
1998-09-28
2
-6
/
+4
*
Sync with sys/i386/conf/SMP-GENERIC revision 1.16.
kato
1998-09-28
1
-2
/
+1
*
Include vinum in SUBDIR
grog
1998-09-28
1
-2
/
+2
*
Correct calculation of revive blocksize
grog
1998-09-28
2
-4
/
+4
*
Get include paths right
grog
1998-09-28
2
-4
/
+4
*
Use defines APM_BIOS and SYSTEM_BIOS instead of hardcoding 0x53 and 0x15.
jlemon
1998-09-28
2
-10
/
+10
*
Initialize pcb_mpnest to 1 in the child process in cpu_fork(). This should
tegge
1998-09-28
2
-2
/
+8
*
Use correct virtual address when configuring the per CPU idle page directory
tegge
1998-09-28
4
-5
/
+16
*
Be more selctive about when we clear p->valid.
dg
1998-09-28
1
-3
/
+5
*
`strings' -> `strings -aout -n 3'
jkoshy
1998-09-27
3
-6
/
+6
*
Update SimOS scsi driver to use CAM.
dfr
1998-09-26
2
-143
/
+173
*
Don't try to attach an isa bus if there isn't one.
dfr
1998-09-26
1
-2
/
+3
*
Merge changes from i386/isa/sio.c up to revision 1.215.
dfr
1998-09-26
2
-92
/
+84
*
Add hooks so that the alpha can detect which disk has the root partition.
dfr
1998-09-26
3
-2
/
+12
*
Don't set script to vaddr2 on the alpha - it can't access scripts in device
dfr
1998-09-26
1
-2
/
+6
*
Dike out some obsolete defines which referenced ih_next and ih_prev from
dfr
1998-09-26
1
-3
/
+1
*
Start using the new SWI registration system instead of hardwiring everything.
dfr
1998-09-26
3
-32
/
+53
*
Underlying ,v files were copied and detagged. Re-commit old versions
peter
1998-09-26
4
-334
/
+668
*
Updated ext2_reload() and ext2_sync(). Locking was broken, and MNT_LAZY
bde
1998-09-26
2
-84
/
+126
*
Automatically detect which disk was booted and change the root to that disk.
dfr
1998-09-26
3
-8
/
+128
*
* Add old UFS compatibility code to alpha/boot1.
dfr
1998-09-26
18
-58
/
+98
*
Fixed missing newlines in messages in ext2_check_descriptors().
bde
1998-09-26
2
-16
/
+24
*
Fixed clean flag handling:
bde
1998-09-26
4
-20
/
+72
*
Fixed clean flag handling:
bde
1998-09-26
1
-23
/
+33
*
Cosmetic changes:
yokota
1998-09-26
5
-51
/
+47
*
- Use `u_long cmd' ioctl arg.
yokota
1998-09-26
6
-34
/
+18
*
Recover the arguments passed in from the previous load stage, use them to set
msmith
1998-09-26
2
-3
/
+31
[next]