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
*
Sync with sys/i386/i386/userconfig.c revision 1.159.
kato
1999-09-22
1
-1
/
+1
*
Sync with sys/i386/conf/majors.i386 revision 1.86.
kato
1999-09-22
1
-2
/
+2
*
Added mp_clock.c.
kato
1999-09-22
2
-0
/
+2
*
Commented out ed driver.
kato
1999-09-22
2
-20
/
+20
*
Sync with sys/i386/conf/GENERIC revision 1.192.
kato
1999-09-22
2
-4
/
+4
*
Use new location of Bt848 driver.
roger
1999-09-22
1
-6
/
+3
*
Bktr Bt848/Bt878 driver is now in /sys/dev/bktr
roger
1999-09-22
1
-2
/
+2
*
I knew it, I introduced new bugs :)
sos
1999-09-22
2
-6
/
+7
*
Move the bktr Bt848/Bt878 driver to /sys/dev/bktr
roger
1999-09-22
2
-4
/
+4
*
Update the Tigon driver firmware images to the latest release from
wpaul
1999-09-22
6
-7552
/
+6990
*
Tweak these for what I hope is the last time: change the DRIVER_MODULE()
wpaul
1999-09-22
21
-21
/
+21
*
Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannot
dillon
1999-09-22
6
-47
/
+3
*
Spruce up the ADMtek driver: conver to newbus, miibus and add support
wpaul
1999-09-22
10
-1069
/
+721
*
Change default block size for user VBLK device access from 2K to PAGE_SIZE
dillon
1999-09-22
6
-2
/
+75
*
Ten'th update to the new ATA/ATAPI driver:
sos
1999-09-21
13
-2118
/
+2675
*
Restore previous version of FindLinkIn().
ru
1999-09-21
1
-9
/
+8
*
fix a buglet which jordan made me provoke :-)
phk
1999-09-21
1
-6
/
+10
*
Add md driver to LINT
phk
1999-09-21
3
-0
/
+3
*
green and I committed crossing fixes for this. He won.
phk
1999-09-21
1
-1
/
+1
*
Add an experimental Memory-Disk driver. This driver will allocate
phk
1999-09-21
4
-4
/
+287
*
Print out flags value
phk
1999-09-21
3
-0
/
+6
*
Fix unordering
phk
1999-09-21
1
-1
/
+1
*
update ktrpsig prototype...
phk
1999-09-21
1
-1
/
+1
*
- Make partially specified permanent links (without `dst_addr' and/or
ru
1999-09-21
1
-11
/
+25
*
cleanup madvise code, add a few more sanity checks.
dillon
1999-09-21
3
-50
/
+89
*
Kill some spammage that seems to have gotten in through diffs from marcel's
green
1999-09-21
1
-3
/
+3
*
sys/errno.h -> errno.h
brian
1999-09-21
1
-1
/
+1
*
Final commit to remove vnode->v_lastr. vm_fault now handles read
dillon
1999-09-21
4
-39
/
+43
*
More removals of vnode->v_lastr, replaced by preexisting seqcount
dillon
1999-09-20
9
-96
/
+41
*
Fix handling of a device EOF that occurs in the middle of a block. The
dillon
1999-09-20
2
-14
/
+132
*
When bcopying the program name into the ktrace header, make sure we include
marcel
1999-09-20
1
-4
/
+4
*
Fix a harmless bug I introduced, simplify a bit more while here.
phk
1999-09-20
3
-18
/
+12
*
Close PR #13665. I managed to figure out the problem, no thanks to the
wpaul
1999-09-20
1
-16
/
+38
*
Set si_iosize_max rather than d_maxio.
phk
1999-09-20
2
-29
/
+14
*
Step one of replacing devsw->d_maxio with si_bsize_max.
phk
1999-09-20
8
-117
/
+36
*
Initialize vp->v_maxio to its default in getnetvnode() rather than
phk
1999-09-20
3
-10
/
+2
*
Add comment to clarify a commit rpc optimization already being performed.
dillon
1999-09-20
2
-0
/
+16
*
Fix bug in pipe code relating to writes of mmap'd but illegal address
dillon
1999-09-20
7
-19
/
+30
*
Un-do the changes to the DRIVER_MODULE() declarations in these drivers.
wpaul
1999-09-20
20
-31
/
+31
*
Clear the SELINGO bit after a selection timeout occurs. SELINGO is
gibbs
1999-09-20
1
-7
/
+12
*
Work around a defect in the FIFOEMP status bit of Ultra2 class
gibbs
1999-09-20
1
-2
/
+32
*
Fix the situation where an I/O crosses the EOF point. We need to properly
dillon
1999-09-20
1
-4
/
+29
*
Trying to set BAD144 handling on a CD is sufficiently "Dont Do That
phk
1999-09-20
5
-15
/
+0
*
Add a DSO_BAD144 flag which indicates that the driver actually understand
phk
1999-09-20
4
-3
/
+12
*
if_edreg.h moved...
phk
1999-09-20
1
-1
/
+1
*
Fix bug in brelse() regarding redirtying buffers on B_ERROR. brelse()
dillon
1999-09-20
1
-3
/
+5
*
Return immediately from apm_suspend() when APM BIOS wasn't initialized.
iwasaki
1999-09-20
2
-0
/
+6
*
This file was never used and appears to be a leftover from the NetBSD
dfr
1999-09-20
1
-45
/
+0
*
Grrr. Okay, changing the devnames was a bad idea. Put them back the way
wpaul
1999-09-20
18
-18
/
+18
*
Fix the strings in the driver_t structs so that they match the new names
wpaul
1999-09-20
18
-18
/
+18
[next]