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
...
*
Use enumeration types for CARD_SET_RES_FLAGS.
dmlb
2001-05-08
1
-1
/
+2
*
Add additional enumeration types for CARD_SET_RES_FLAGS.
dmlb
2001-05-08
1
-1
/
+5
*
Add a sysctl pair for the pcic memory allocation range
dmlb
2001-05-08
1
-3
/
+16
*
- Eliminate locks in functions called only during probe and attach.
tanimura
2001-05-08
1
-10
/
+15
*
Polish error handling with biofinish().
phk
2001-05-08
2
-28
/
+30
*
Polish error handling code using biofinish()
phk
2001-05-08
1
-6
/
+1
*
Remove an 'optimization' I hope to never see again.
alfred
2001-05-08
1
-89
/
+111
*
Exploit recent improvements in the disk minilayer to simplify error
phk
2001-05-08
5
-75
/
+39
*
Always initialize bio_resid from bio_bcount in the disk mini-layer so
phk
2001-05-08
1
-1
/
+1
*
Remove all the mutex stuff - suggested by jhb
brian
2001-05-08
4
-49
/
+12
*
When running with soft updates, track the number of blocks and files
mckusick
2001-05-08
11
-19
/
+125
*
Several fixes for units errors:
mckusick
2001-05-08
1
-10
/
+19
*
When syncing out snapshot metadata, we must temporarily allow recursive
mckusick
2001-05-08
1
-27
/
+29
*
Ricoh RL5C46x cardbus bridges have the bits for 3E0 and 3E2. The
imp
2001-05-08
2
-8
/
+0
*
Add some additional register definitions for some work I have in progress.
imp
2001-05-08
2
-0
/
+4
*
sys/mutex.h requires sys/lock.h for LINT
brian
2001-05-07
1
-0
/
+1
*
Set the slot pointer in the pc98 case. Correct the name of the bridge
imp
2001-05-07
1
-2
/
+5
*
Minor updates:
msmith
2001-05-07
5
-30
/
+47
*
Properly copy the P_ALTSTACK flag in struct proc::p_flag to the child
knu
2001-05-07
2
-1
/
+2
*
Disable the card after sending the removed event up to the pccard
imp
2001-05-07
1
-1
/
+1
*
Remove if_ray_oldcard.h because pccard support multiple windows now.
dmlb
2001-05-07
3
-140
/
+11
*
Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional on
brian
2001-05-07
4
-25
/
+25
*
Make the disk mini-layer check for and handle zero-length transfers
phk
2001-05-06
9
-50
/
+6
*
Make LINT compile again.
brian
2001-05-06
1
-0
/
+1
*
Actually biofinish(struct bio *, struct devstat *, int error) is more general
phk
2001-05-06
29
-154
/
+75
*
Introduce bioerror(struct bio*, int err, int complete);
phk
2001-05-06
1
-0
/
+10
*
Remove unneeded devfs_badop()
phk
2001-05-06
1
-10
/
+0
*
Fix return type of vop_stdputpages()
phk
2001-05-06
1
-1
/
+2
*
Fix a panic if MD devices were left half-created.
phk
2001-05-06
1
-14
/
+12
*
o First step in cleaning up authorization code for the posix4
rwatson
2001-05-06
2
-16
/
+16
*
Update the DiskOnChip firmware to OSAK version 4.1.
phk
2001-05-06
1
-589
/
+687
*
Restore I/O port resources to the condition before adv_isa_probe() is
nyan
2001-05-06
1
-10
/
+17
*
Merged from sys/i386/i386/machdep.c revision 1.448.
kato
2001-05-06
2
-4
/
+0
*
Use correct resource id for bus_release_resource().
nyan
2001-05-06
1
-10
/
+10
*
Move unused functions into #if 0 ... #endif.
nyan
2001-05-06
2
-0
/
+8
*
Merged from sys/i386/conf/GENERIC revision 1.304.
nyan
2001-05-06
1
-3
/
+3
*
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
[prev]
[next]