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
...
*
Merged from sys/isa/fd.c revision 1.193.
nyan
2001-05-06
2
-10
/
+10
*
When setting up the frame to invoke a signal handler, preserve the
deischen
2001-05-06
2
-4
/
+0
*
Add q quirk for the old SONY SMO drive i've been sitting upon in my
joerg
2001-05-05
1
-0
/
+16
*
this file has been unused for some time now
cg
2001-05-05
1
-167
/
+0
*
Raise the SysV shared memory defaults to more reasonable values.
dillon
2001-05-04
1
-3
/
+3
*
Fix a bug in the pfind() changes due to confusing the process returned by
jhb
2001-05-04
1
-1
/
+6
*
- Move state about lock objects out of struct lock_object and into a new
jhb
2001-05-04
7
-222
/
+231
*
Don't hold the process mutex across calls to FREE() since the vm system
jhb
2001-05-04
1
-1
/
+0
*
Refinement to revision 1.16 of ufs/ffs/ffs_snapshot.c to reduce
mckusick
2001-05-04
3
-120
/
+227
*
Fix the problem of some directory entries going missing when
jlemon
2001-05-04
1
-2
/
+1
*
Putting sys/lockmgr.h in here allows us to depollute userland includes
markm
2001-05-03
1
-0
/
+2
*
Convert vnode_pager_freepage() to vm_free_page().
bp
2001-05-03
1
-2
/
+2
*
Wrap around MALLOC_DECLARE() invocation with #ifdef.
bp
2001-05-03
1
-0
/
+2
*
* include/elf.h has been repo copied to include/elf-hints.h, and it no
obrien
2001-05-02
2
-2
/
+2
*
Get IP multicast working on VLAN devices:
fenner
2001-05-02
2
-7
/
+6
*
Merged from sys/isa/sio.c revision 1.330.
kato
2001-05-02
2
-16
/
+18
*
Merged from sys/isa/fd.c revision 1.195.
kato
2001-05-02
2
-4
/
+8
*
Merged from sys/i386/isa/npx.c revisions 1.96 and 1.97.
kato
2001-05-02
1
-12
/
+25
*
Merged from sys/i386/isa/clock.c revisions 1.172 and 1.173.
kato
2001-05-02
3
-3
/
+45
*
Merged the rest of changes in sys/i386/i386/machdep.c revision 1.447.
kato
2001-05-02
2
-12
/
+10
*
Fixed panics in npx exception handling. When using IRQ13 exception
bde
2001-05-02
3
-21
/
+54
*
Only define DEBUG if it's undefined. This should eventually go, but
brian
2001-05-02
1
-0
/
+2
*
Add a ``digi'' driver.
brian
2001-05-02
49
-7
/
+44345
*
Fix up unit attention and selection timeout handling in various peripheral
ken
2001-05-01
3
-14
/
+8
*
pseudo-device -> device in kernel config.
schweikh
2001-05-01
2
-2
/
+2
*
Use ufs_bmaparray() rather than VOP_BMAP() on our own vnodes.
phk
2001-05-01
1
-2
/
+2
*
Remove blatantly pointless call to VOP_BMAP().
phk
2001-05-01
2
-9
/
+3
*
Remove blatantly pointless call to VOP_BMAP().
phk
2001-05-01
2
-8
/
+2
*
Implement vop_std{get|put}pages() and add them to the default vop[].
phk
2001-05-01
25
-381
/
+47
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
226
-768
/
+1186
*
Turn on preemption by default on the alpha arch. This also removes the
jhb
2001-05-01
2
-6
/
+0
*
Add sense key table entries for DATA PROTECT and BLANK CHECK. This will
ken
2001-04-30
1
-0
/
+2
*
Allow the size of the SSC memory disk used with the SKI emulator to be
jhb
2001-04-30
1
-0
/
+1
*
Uncut&paste som bogus use of VOP_BMAP in cd9660::VOP_STRATEGY.
phk
2001-04-30
2
-20
/
+8
*
Uncut&paste som bogus use of VOP_BMAP in hpfs::VOP_STRATEGY.
phk
2001-04-30
1
-6
/
+6
*
In camperiphscsisenseerror(), don't return an error when the error action
ken
2001-04-30
1
-0
/
+3
*
Regen.
n_hibma
2001-04-30
2
-7
/
+14
*
Add 4300C Id
n_hibma
2001-04-30
1
-1
/
+2
*
Fix an errant search and replace that broke SCSI start unit commands.
ken
2001-04-30
1
-1
/
+1
*
Backed out previous commit. It cause massive filesystem corruption,
bde
2001-04-30
2
-0
/
+2
*
When panic()'ing because of recursion on a non-recursive mutex, print
alfred
2001-04-30
1
-2
/
+2
*
Make rtprio work again.
jake
2001-04-29
1
-19
/
+14
*
o As part of the move to not maintaining copies of the vnode owning uid
rwatson
2001-04-29
3
-3
/
+3
*
VOP_BALLOC was never really a VOP in the first place, so convert it
phk
2001-04-29
14
-61
/
+48
*
Add a vop_stdbmap(), and make it part of the default vop vector.
phk
2001-04-29
24
-414
/
+33
*
Make a panic less misleading.
phk
2001-04-29
2
-2
/
+2
*
Call ufs_bmaparray() directly instead of indirectly via VOP_BMAP().
phk
2001-04-29
1
-2
/
+3
*
Remove two unused arguments from ufs_bmaparray().
phk
2001-04-29
4
-62
/
+47
*
Remove faint traces of blind copy&paste.
phk
2001-04-29
1
-1
/
+0
*
Remove faint traces of non-existant ffs_bmap().
phk
2001-04-29
1
-2
/
+0
[prev]
[next]