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
*
Make sure that stat(2) and friends always return a valid st_dev field.
phk
1999-07-02
5
-13
/
+6
*
move <sys/systm.h> before <sys/buf.h>
peter
1999-07-01
1
-2
/
+2
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
2
-8
/
+7
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
3
-115
/
+8
*
Eliminate the bogus procfs private almost struct dirent structure.
phk
1999-06-13
3
-43
/
+27
*
Remove an unused variable.
dt
1999-06-01
1
-2
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
7
-25
/
+16
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-6
/
+21
*
Don't call calcru() on a swapped-out process. calcru() access p_stats, which
dt
1999-05-22
1
-16
/
+10
*
Driver is now ported to NetBSD.
semenu
1999-05-12
12
-116
/
+251
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
12
-26
/
+26
*
remove cast from dev_t to dev_t.
phk
1999-05-09
1
-2
/
+11
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
4
-31
/
+37
*
The lowercasing of Joliet filenames was not a feature.
dcs
1999-05-08
1
-2
/
+2
*
Continue where Julian left off in July 1998:
phk
1999-05-07
3
-19
/
+19
*
One too many vfsops..
peter
1999-05-06
1
-2
/
+1
*
remove b_proc from struct buf, it's (now) unused.
phk
1999-05-06
1
-3
/
+2
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
2
-5
/
+6
*
Make the type and map files claim 0 bytes size. Tar doesn't get confused
phk
1999-05-04
1
-13
/
+10
*
Add even more () to CHECKIO which by now feels positively LISPish.
phk
1999-05-04
1
-3
/
+4
*
Add a new "file" to procfs: "rlimit" which shows the resource limits for
phk
1999-04-30
4
-4
/
+188
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
4
-9
/
+27
*
Change suser_xxx() to suser() where it applies.
phk
1999-04-27
1
-4
/
+5
*
Suser() simplification:
phk
1999-04-27
6
-17
/
+16
*
Removed annoying messaged during boot,added some check
semenu
1999-04-20
7
-177
/
+434
*
Add support for Joliet extensions to the iso9660 fs. The related PR
dcs
1999-04-18
7
-82
/
+224
*
Removed DIAGNOSTIC opion redefinition.
semenu
1999-04-13
1
-2
/
+1
*
Catch a case spotted by Tor where files mmapped could leave garbage in the
julian
1999-04-05
1
-3
/
+13
*
Back out half of 1.32: don't print a message on every failed mount attempt.
dt
1999-03-28
1
-3
/
+1
*
Don't allow anyone except root to mount file systems that map uids.
imp
1999-03-12
1
-1
/
+7
*
This code got moved as a result of confusion between union mounts and
peter
1999-02-28
1
-10
/
+1
*
Reviewed by: Julian Elischer <julian@whistle.com>
dillon
1999-02-25
1
-23
/
+42
*
Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This
luoqi
1999-02-19
1
-2
/
+2
*
Added limited write ability. Now we can use some kind
semenu
1999-02-19
11
-552
/
+874
*
Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used to
dillon
1999-02-07
1
-2
/
+2
*
Correct a format mismatch on 64-bit architectures. This should
jdp
1999-02-05
1
-3
/
+3
*
First version.
semenu
1999-02-03
10
-0
/
+4176
*
Don't comment out dead code; remove it.
bde
1999-01-31
1
-4
/
+1
*
Use suser() to determine super-user-ness.
phk
1999-01-30
1
-17
/
+15
*
Removed a bogus cast to c_caddr_t. This is part of terminating
bde
1999-01-29
1
-2
/
+8
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
2
-5
/
+5
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
10
-25
/
+39
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
4
-25
/
+32
*
Fix warnings preparing for -Wall -Wcast-qual
dillon
1999-01-27
2
-4
/
+12
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
2
-10
/
+8
*
Add 'options DEBUG_LOCKS', which stores extra information in struct
eivind
1999-01-20
1
-1
/
+11
*
Missed a stray LKM #ifdef
peter
1999-01-17
1
-5
/
+8
*
Mountroot could concievably make sense to a KLD though, in the preload
peter
1999-01-17
1
-6
/
+1
*
Clean up the KLD/LKM goop a bit.
peter
1999-01-17
3
-93
/
+23
[next]