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
/
miscfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed missing initialisation of vp->v_type for types Pfile and Pmem
bde
1997-03-08
1
-1
/
+2
*
Use Lite2's stub locking vops instead of nullop.
bde
1997-02-24
1
-4
/
+5
*
Fixed procfs's locking vops. They were missed in the Lite2 merge,
bde
1997-02-24
1
-5
/
+5
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
40
-41
/
+41
*
Eliminate the last of the compile warnings in this module by
mpp
1997-02-12
1
-7
/
+7
*
Restore of #include <sys/kernel.h> so that this compiles without
mpp
1997-02-12
1
-0
/
+1
*
Rstored #include of <sys/kernel.h> so that this compiles
mpp
1997-02-12
1
-0
/
+1
*
Make this compile again after the Lite2 merge.
mpp
1997-02-12
3
-23
/
+26
*
Make this compile again after the Lite2 merge.
mpp
1997-02-12
3
-8
/
+12
*
Add missing function prototypes.
mpp
1997-02-12
3
-3
/
+4
*
Added parameter names to prototypes that were added in the last commit to
bde
1997-02-12
1
-4
/
+7
*
Restored #include of <sys/kernel.h> so that this compiles again.
bde
1997-02-12
1
-0
/
+1
*
Add function protypes for the new Lite2 unionfs functions.
mpp
1997-02-12
3
-0
/
+8
*
Add function prototypes for most of the new Lite2 functions.
mpp
1997-02-12
5
-4
/
+12
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
35
-1768
/
+2274
*
Change the map entry flags from bitfields to bitmasks. Allows
dyson
1997-01-16
1
-2
/
+2
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
40
-40
/
+40
*
Fixed lseek() on named pipes. It always succeeded but should always fail.
bde
1996-12-19
1
-1
/
+3
*
Fixed errno for unsupported advisory locks. The errno is now EINVAL
bde
1996-12-19
2
-4
/
+4
*
changes to make devfs more 'normal'
julian
1996-11-21
5
-155
/
+251
*
Fix a potential deadlock from the previous commit.
dyson
1996-10-30
1
-2
/
+4
*
Fix the /proc/???/map file so that it is possible to read an arbitrarily
dyson
1996-10-30
1
-18
/
+23
*
devfs_tree.c: improve our bdevvp() function.
phk
1996-10-28
2
-4
/
+8
*
Fix setting breakpoints in shared regions.
dyson
1996-10-24
1
-7
/
+4
*
Just because something doesn't make sense doesn't mean it should be illegal..
julian
1996-10-17
1
-2
/
+1
*
actually impliment permissions for teh chown/chmod/etc functions
julian
1996-10-16
1
-31
/
+88
*
Allow the utimes call to work on devfs nodes.
julian
1996-10-16
1
-3
/
+2
*
reads and writes to devices update m and a times
julian
1996-10-12
1
-3
/
+9
*
Substitution of a long divide by a shift. Other cosmetic improvements.
dyson
1996-10-06
1
-13
/
+22
*
Started unspamming <sys/systm.h>. Don't include <machine/stdarg.h>
bde
1996-09-29
1
-1
/
+3
*
Whoops, I should've used the LINT config file. More ts -> tv changes
nate
1996-09-20
2
-11
/
+11
*
fix the ability of the VFS to reclaim devfs nodes correctly..
julian
1996-09-11
1
-2
/
+3
*
Updated #includes to 4.4Lite style.
bde
1996-09-10
4
-31
/
+34
*
Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.
bde
1996-09-03
7
-11
/
+17
*
Fixed the easy cases of const poisoning in the kernel. Cosmetic.
bde
1996-08-31
1
-2
/
+2
*
Even though this looks like it, this is not a complex code change.
dyson
1996-08-21
1
-2
/
+7
*
Submitted by: doug Rabson (dfr@render.com)
julian
1996-08-13
2
-9
/
+13
*
symlink support in devfs.
julian
1996-08-13
2
-38
/
+96
*
Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. This
bde
1996-07-30
1
-1
/
+3
*
Modify slightly the output from the map file in /proc. Now the
dyson
1996-07-27
1
-2
/
+4
*
Under certain circumstances, reading the /proc/*/map file can
dyson
1996-07-27
1
-2
/
+5
*
Remove a totally unneeded (and as of the last VM commit, incorrect) call
dyson
1996-07-27
1
-2
/
+1
*
DEVFS needs a special bdevvp().
phk
1996-07-24
1
-1
/
+37
*
Comment out rootdev & rrootdev so a ls -l doesn't panic the machine.
phk
1996-07-03
1
-2
/
+2
*
Implement locking for pfs nodes, when at the leaf. Concurrent access
dyson
1996-07-02
2
-11
/
+31
*
Fix a serious problem, with a window where an object lock is needed,
dyson
1996-07-02
1
-57
/
+97
*
Add procfs_type.c to the repository.
dyson
1996-06-18
1
-0
/
+91
*
Clean-up the new VM map procfs code, and also add support for executable
dyson
1996-06-18
4
-6
/
+24
*
This file is the "meat" of the process address space capability. If you
dyson
1996-06-17
1
-0
/
+169
*
Add a feature to procfs to allow display of the process address map
dyson
1996-06-17
3
-4
/
+11
[next]