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
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unneeded devfs_badop()
phk
2001-05-06
1
-10
/
+0
*
Convert vnode_pager_freepage() to vm_free_page().
bp
2001-05-03
1
-2
/
+2
*
Implement vop_std{get|put}pages() and add them to the default vop[].
phk
2001-05-01
10
-161
/
+8
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
32
-123
/
+186
*
Uncut&paste som bogus use of VOP_BMAP in cd9660::VOP_STRATEGY.
phk
2001-04-30
1
-10
/
+4
*
Uncut&paste som bogus use of VOP_BMAP in hpfs::VOP_STRATEGY.
phk
2001-04-30
1
-6
/
+6
*
Backed out previous commit. It cause massive filesystem corruption,
bde
2001-04-30
1
-0
/
+1
*
Add a vop_stdbmap(), and make it part of the default vop vector.
phk
2001-04-29
10
-168
/
+3
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
15
-30
/
+0
*
Move the netexport structure from the fs-specific mountstructure
phk
2001-04-25
8
-73
/
+22
*
Change the pfind() and zpfind() functions to lock the process that they
jhb
2001-04-24
6
-55
/
+50
*
fix it so it compiles again
mjacob
2001-04-23
6
-0
/
+12
*
add this ridiculous include foo so it will compile again
mjacob
2001-04-23
2
-0
/
+4
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
9
-0
/
+18
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
7
-0
/
+14
*
vnode_pager_freepage() is really vm_page_free() in disguise,
alfred
2001-04-19
1
-2
/
+2
*
This patch removes the VOP_BWRITE() vector.
phk
2001-04-17
3
-3
/
+0
*
Move VT_SMBFS definition to the proper place. Undefine VI_LOCK/VI_UNLOCK.
bp
2001-04-13
1
-7
/
+0
*
Import kernel part of SMB/CIFS requester.
bp
2001-04-10
9
-0
/
+4938
*
Let pseudofs into the warmth of the FreeBSD CVS repo.
des
2001-04-07
6
-0
/
+1289
*
- Various style fixes.
jhb
2001-03-29
1
-7
/
+3
*
Convert the allproc and proctree locks from lockmgr locks to sx locks.
jhb
2001-03-28
2
-13
/
+14
*
Catch up to header include changes:
jhb
2001-03-28
3
-0
/
+3
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Add dependancy on libmchain module.
bp
2001-03-22
1
-0
/
+1
*
o Change the API and ABI of the Extended Attribute kernel interfaces to
rwatson
2001-03-15
2
-10
/
+15
*
Add missed MODULE_VERSION() call, so loading of unicode conversion routine
sobomax
2001-03-11
1
-0
/
+1
*
Do not kill vnodes after rename. This can cause deadlocks in the deadfs.
bp
2001-03-11
1
-6
/
+2
*
Add a mount time option which slightly relaxes checks for valid Joilet
bp
2001-03-11
2
-1
/
+3
*
Slightly reorganize allocation of new vnode. Use bit NVOLUME to detected
bp
2001-03-10
6
-51
/
+45
*
Synch with changes in the NCP requester.
bp
2001-03-10
3
-192
/
+233
*
Fixes to track snapshot copy-on-write checking in the specinfo
mckusick
2001-03-07
1
-2
/
+2
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
2
-0
/
+4
*
Proc locking identical to that of linprocfs' vnops except that we hold the
jhb
2001-03-07
1
-18
/
+59
*
Protect read to p_pptr with proc lock rather than proctree lock.
jhb
2001-03-07
1
-2
/
+2
*
Proc locking. Lock around psignal() and also ensure both an exclusive
jhb
2001-03-07
1
-20
/
+34
*
Protect p_flag with the proc lock.
jhb
2001-03-07
3
-3
/
+18
*
A name of the file can change while its id stays the same. So, we have
bp
2001-03-06
2
-15
/
+5
*
Remove the copyinstr call which was trying to copy the pathname in from
dfr
2001-03-03
1
-3
/
+0
*
Reviewed by: jlemon
adrian
2001-03-01
11
-46
/
+10
*
Display the Joliet Extension 'level' in the log message.
alfred
2001-02-23
1
-1
/
+1
*
o Move per-process jail pointer (p->pr_prison) to inside of the subject
rwatson
2001-02-21
1
-2
/
+2
*
Remove a debug printf.
phk
2001-02-18
1
-3
/
+1
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
2
-30
/
+55
*
Add a hook for loading of a Unicode -> char conversion routine as a kld at a
sobomax
2001-02-13
1
-0
/
+12
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
14
-82
/
+82
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
2
-2
/
+2
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
10
-17
/
+17
*
Use <sys/queue.h> macro API.
phk
2001-02-04
2
-3
/
+2
[next]