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
*
Reduce the number of #include dependencies by declaring some of the structs
des
2001-11-03
4
-6
/
+19
*
Adjust printfs to be time_t agnostic.
dillon
2001-10-28
1
-4
/
+4
*
Add VOP_IOCTL support, and fix a bug that would cause a panic if a file or
des
2001-10-26
2
-4
/
+58
*
Change the vnode list under the mount point from a LIST to a TAILQ
dillon
2001-10-23
5
-10
/
+10
*
No, you may not /* FALLTHROUGH */. Not only will you return an incorrect
des
2001-10-22
1
-1
/
+1
*
Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to
des
2001-10-21
4
-7
/
+7
*
Assert that a ucred is unshared before we remap its ids.
jhb
2001-10-20
1
-0
/
+2
*
Argh! I updated the version number in the MODULE_DEPEND() thingamagook but
des
2001-10-19
1
-1
/
+1
*
Switch to dynamic rather than static initialization.
des
2001-10-19
3
-62
/
+288
*
Fixed bitrot in a banal comment by removing the comment.
bde
2001-10-13
1
-1
/
+1
*
Backed out vestiges of the quick fixes for the transient breakage of
bde
2001-10-13
8
-8
/
+0
*
Change the kernel's ucred API as follows:
jhb
2001-10-11
3
-9
/
+6
*
Add missing includes of sys/lock.h.
jhb
2001-10-11
1
-0
/
+1
*
Dissociate ptrace from procfs.
des
2001-10-07
5
-226
/
+4
*
Remove some useless preprocesor paranoia.
des
2001-10-07
1
-4
/
+0
*
In procfs_readdir(), when the directory being read was a process directory,
des
2001-10-07
1
-1
/
+3
*
Add a PFS_DISABLED flag; pfs_visible() automatically returns 0 if it is set
des
2001-10-02
3
-10
/
+57
*
Only print "XXX (un)registered" message if bootverbose.
des
2001-10-02
1
-2
/
+4
*
[the previous commit to pseudofs_vncache.c got the wrong log message]
des
2001-10-01
1
-0
/
+2
*
YA pseudofs megacommit, part 1:
des
2001-10-01
3
-79
/
+181
*
pseudofs.h:
des
2001-09-30
2
-37
/
+54
*
The behaviour of whiteout'ing symlinks were too confusing, instead
phk
2001-09-30
1
-1
/
+8
*
Pseudofs take 2:
des
2001-09-29
3
-54
/
+170
*
The previous commit introduced some references to "curproc" which should have
des
2001-09-28
1
-2
/
+2
*
o Modify generic specfs device open access control checks to use
rwatson
2001-09-26
1
-4
/
+8
*
Fix (typo? pasteo?): panic("ffs_mountroot..." -> panic("ntfs_mountroot...")
fenner
2001-09-26
1
-1
/
+1
*
Clean up my source tree to avoid getting hit too badly by the next KSE or
des
2001-09-25
2
-6
/
+67
*
A process name may contain whitespace and unprintable characters,
mike
2001-09-25
1
-5
/
+11
*
Use the passed in thread to selrecord() instead of curthread.
jhb
2001-09-21
1
-1
/
+1
*
o Remove redundant securelevel/pid1 check in procfs_rw() -- this
rwatson
2001-09-18
1
-2
/
+0
*
fix typo
julian
2001-09-13
1
-3
/
+0
*
Restore these files to being portable:
jhb
2001-09-12
2
-61
/
+73
*
KSE Milestone 2
julian
2001-09-12
68
-1212
/
+1233
*
Fix some signed/unsigned integer confusion, and add bounds checking of
kris
2001-09-10
1
-0
/
+6
*
Stole unicode translation table from mount_msdos. Add kernel code
semenu
2001-09-08
6
-18
/
+137
*
Fix opening particular file's attributes (as described in man page).
semenu
2001-09-08
1
-9
/
+14
*
Reference devvp on ntnode creation and dereference on removal. Previous
semenu
2001-09-08
3
-22
/
+17
*
Fix errors and warnings when compiling with NTFS_DEBUG > 1
semenu
2001-09-08
2
-6
/
+4
*
smbfs_advlock: simplify overflow checks (copy from kern_lockf.c)
ache
2001-08-29
1
-7
/
+10
*
Cosmetique & style fixes from bde
ache
2001-08-26
1
-5
/
+2
*
Copy from kern_lockf.c: remove extra check
ache
2001-08-24
1
-2
/
+0
*
Copy yet one check for SEEK_END overflow
ache
2001-08-23
1
-1
/
+2
*
Copy my newly introduced l_len<0 'oops' fix from kern_lockf.c
ache
2001-08-23
1
-2
/
+4
*
Copy POSIX l_len<0 handling from kern_lockf.c
ache
2001-08-23
1
-3
/
+6
*
Cosmetique: correct English in comments
ache
2001-08-23
1
-2
/
+3
*
Move <machine/*> after <sys/*>
ache
2001-08-23
1
-1
/
+2
*
adv. lock:
ache
2001-08-23
1
-2
/
+14
*
Use proper endian conversion.
bp
2001-08-21
1
-1
/
+1
*
Return proper length of _PC_NAME_MAX value if long names support is enabled.
bp
2001-08-21
1
-1
/
+1
*
linux ls fails on DEVFS /dev because linux_getdents fails because
phk
2001-08-14
1
-4
/
+22
[next]