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
*
add ruid and rgid to file 'status'
wosch
1996-02-02
1
-4
/
+12
*
Fix a bunch of spelling errors in the comment fields of
mpp
1996-01-30
2
-5
/
+5
*
This time, really make the procfs work when reading stuff from the UPAGES.
peter
1996-01-25
1
-15
/
+34
*
Major fixes for procfs..
peter
1996-01-24
6
-22
/
+88
*
Eliminated many redundant vm_map_lookup operations for vm_mmap.
dyson
1996-01-19
2
-5
/
+8
*
Convert QUOTA to new-style option.
wollman
1996-01-05
1
-16
/
+1
*
I have some problem here, which shows up in the ahc0 driver. It isn't where
phk
1996-01-01
1
-1
/
+7
*
Fixed 1TB filesize changes. Some pindexes had bogus names and types
bde
1995-12-17
1
-5
/
+5
*
Another mega commit to staticize things.
phk
1995-12-14
3
-14
/
+18
*
devsw tables are now arrays of POINTERS to struct [cb]devsw
julian
1995-12-13
1
-17
/
+17
*
Back out this one, must have screwed up somewhere :-(
phk
1995-12-11
2
-8
/
+12
*
Staticize.
phk
1995-12-11
9
-151
/
+153
*
Changes to support 1Tb filesizes. Pages are now named by an
dyson
1995-12-11
2
-6
/
+37
*
Pass 3 of the great devsw changes
julian
1995-12-08
2
-12
/
+11
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
5
-5
/
+22
*
Include <vm/vm.h> or <vm/vm_page.h> explicitly to avoid breaking when
bde
1995-12-05
1
-1
/
+2
*
Restored #include of <sys/tty.h>. fdesc_vnops.c needs to know too much
bde
1995-12-05
1
-2
/
+2
*
Added prototypes.
bde
1995-12-03
3
-32
/
+79
*
Added prototypes.
bde
1995-12-03
4
-5
/
+30
*
Added prototypes.
bde
1995-12-03
13
-27
/
+203
*
null_node_find() and umap_node_find() were sometimes called without a
bde
1995-12-03
2
-4
/
+4
*
staticize.
phk
1995-12-02
1
-27
/
+27
*
#ifdef out nearly the entire file of conf.c when JREMOD is defined
julian
1995-11-29
1
-1
/
+9
*
Completed function declarations and/or added prototypes.
bde
1995-11-21
2
-6
/
+14
*
Since FreeBSD clustering code now supports filesystems < PAGE_SIZE,
dyson
1995-11-20
1
-2
/
+6
*
KNFized spec_getpages_idone() and spec_getpages().
bde
1995-11-18
1
-43
/
+43
*
Moved declarations for static functions to the correct place (not in a
bde
1995-11-16
2
-17
/
+23
*
Moved declarations for static functions to the correct place (not in a
bde
1995-11-16
2
-52
/
+43
*
Fixed the type of procfs_sync(). Trailing args were missing.
bde
1995-11-16
1
-4
/
+26
*
Fixed the type of portal_sync(). Trailing args were missing.
bde
1995-11-16
1
-3
/
+28
*
Fixed the type of fdesc_sync(). Trailing args were missing.
bde
1995-11-16
1
-6
/
+27
*
Get rid of hostnamelen variable.
phk
1995-11-14
1
-3
/
+3
*
Fixed getdirentries() on nfs mounted msdosfs's. No cookies were returned
bde
1995-11-13
1
-14
/
+3
*
Brought in the setattr call support from Lite-2 so that more correct error
dg
1995-11-12
1
-3
/
+38
*
Fix isoilk hang caused by not checking for read-onlyness in several places.
dg
1995-11-12
2
-3
/
+19
*
Removed unsed function dead_nullop().
bde
1995-11-11
1
-13
/
+3
*
Introduced a type `vop_t' for vnode operation functions and used
bde
1995-11-09
21
-521
/
+523
*
missed one static thingie.
phk
1995-11-07
1
-2
/
+2
*
staticize private parts.
phk
1995-11-07
6
-35
/
+35
*
Make a lot of private stuff static.
phk
1995-11-07
5
-78
/
+78
*
Pad out MSDOS boot block to 512 bytes (bugfix only)
pst
1995-10-31
1
-2
/
+2
*
Make a lot of stuff static.
phk
1995-10-31
4
-66
/
+69
*
Second batch of cleanup changes.
phk
1995-10-29
4
-79
/
+80
*
Removal of unnecessary usage of PG_COPYONWRITE.
dyson
1995-10-23
1
-2
/
+2
*
Finalize GETPAGES layering scheme. Move the device GETPAGES
dyson
1995-10-23
2
-2
/
+127
*
Moved the filesystem read-only check out of the syscalls and into the
dg
1995-10-22
2
-102
/
+112
*
Add #include <sys/sysproto.h> to get struct close_args and close
swallace
1995-10-08
1
-1
/
+2
*
Return EINVAL instead of panicing for rename("dir1", "dir2/..").
bde
1995-10-07
1
-2
/
+3
*
Avoid some 64bit divides.
phk
1995-10-06
1
-5
/
+5
*
Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
dyson
1995-09-04
7
-10
/
+29
[next]