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
*
More paranoia against overflows
eivind
2000-11-08
1
-18
/
+45
*
v_interlock is a mutex now, not simple lock.
bp
2000-11-04
1
-1
/
+1
*
Take VBLK devices further out of their missery.
phk
2000-11-02
1
-9
/
+2
*
Fix overflow from jail hostname.
eivind
2000-11-01
1
-1
/
+1
*
Give vop_mmap an untimely death. The opportunity to give it a timely
eivind
2000-11-01
5
-21
/
+0
*
Make malloc use M_ZERO in some more locations.
dwmalone
2000-10-29
2
-5
/
+2
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
4
-4
/
+0
*
Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
phk
2000-10-29
3
-3
/
+0
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
12
-12
/
+0
*
Rev 1.41 was committed from wrong diff, now do it right.
bp
2000-10-22
1
-1
/
+1
*
Release and unlock vnode if resource deadlock detected.
bp
2000-10-22
1
-0
/
+1
*
Update stale comment.
bp
2000-10-22
1
-3
/
+1
*
Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.
bp
2000-10-22
4
-13
/
+27
*
Fix nullfs breakage caused by incomplete migration of v_interlock from
bp
2000-10-15
1
-3
/
+5
*
o Move from Alfred Perstein's "exclusion" technique of handling special
chris
2000-10-09
3
-78
/
+58
*
Blow away the v_specmountpoint define, replacing it with what it was
eivind
2000-10-09
5
-16
/
+16
*
Don't hold an extra reference to vnodes. Devfs vnodes are sufficiently
phk
2000-10-09
3
-24
/
+28
*
return correct type for process directory entries, DT_DIR not DT_REG
alfred
2000-10-05
1
-1
/
+1
*
Forward-declare struct mbuf so that this file is less self-insufficient
bde
2000-10-05
1
-0
/
+1
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
21
-30
/
+111
*
Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacks
bp
2000-10-03
4
-9
/
+18
*
Prevent dereference of NULL pointer when null_lock() and null_unlock()
bp
2000-10-03
1
-1
/
+7
*
Protect hash data with lock manager instead of home grown one.
bp
2000-10-02
4
-71
/
+105
*
Get rid from the legacy __P() macro. Remove 'register' keywords.
bp
2000-10-02
6
-95
/
+99
*
PDIRUNLOCK now exists on FreeBSD. Remove the (now incorrect) redefinition.
peter
2000-10-02
1
-4
/
+0
*
Fix vnode locking bugs in the nullfs.
bp
2000-09-25
3
-98
/
+286
*
Ignore attempts to set flags to zero. This quenches a syslog warning
phk
2000-09-18
1
-1
/
+1
*
Add canonical checks to devfs_setattr().
phk
2000-09-16
1
-14
/
+50
*
Use size_t instead of u_int for 4th argument to copyinstr().
jhb
2000-09-12
1
-1
/
+1
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-0
/
+1
*
Add refcounts to the "global" DEVFS inode slots, this allows us
phk
2000-09-06
4
-71
/
+294
*
Various cleanups towards make nullfs functional (it is still broken
bp
2000-09-05
4
-38
/
+130
*
Get rid from the __P() macros.
bp
2000-09-05
4
-37
/
+36
*
Off by one error.
phk
2000-09-04
1
-1
/
+1
*
Remove a comment that has been not only obsolete but patently wrong for the
des
2000-09-04
1
-8
/
+0
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
3
-31
/
+4
*
o Simplify if/then clause equating ESRCH with ENOENT when hiding a process
rwatson
2000-09-01
1
-5
/
+2
*
o Make procfs use vaccess() for procfs_access() DAC and super-user checks,
rwatson
2000-09-01
1
-28
/
+4
*
o Centralize inter-process access control, introducing:
rwatson
2000-08-30
6
-21
/
+38
*
o Restructure vaccess() so as to check for DAC permission to modify the
rwatson
2000-08-29
5
-5
/
+5
*
Reorder vop's alphabetically.
phk
2000-08-27
4
-245
/
+278
*
Minor cleanups tp devfs_readdir();
phk
2000-08-26
1
-11
/
+33
*
Quick fix for msdsofs_write() on alphas and other machines with either
bde
2000-08-25
2
-2
/
+8
*
Fix panic when removing open device (found by bp@)
phk
2000-08-24
5
-131
/
+204
*
Fix devfs_access() bug on directories.
phk
2000-08-21
3
-13
/
+8
*
Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)
phk
2000-08-20
4
-0
/
+1139
*
Centralize the canonical vop_access user/group/other check in vaccess().
phk
2000-08-20
4
-166
/
+13
*
Introduce vop_stdinactive() and make it the default if no vop_inactive
phk
2000-08-18
4
-68
/
+2
*
Rename the loadable nullfs kernel module: null -> nullfs
sheldonh
2000-07-28
1
-1
/
+1
*
This patch corrects the first round of panics and hangs reported
mckusick
2000-07-24
2
-3
/
+6
[next]