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
*
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
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
2
-4
/
+7
*
Fix but in devfs_strategy(). Switch cases were falling through
dillon
1999-01-27
1
-1
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
12
-86
/
+99
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
3
-14
/
+12
*
Remove declarations for undefined functions and a couple of unused
eivind
1999-01-12
3
-32
/
+3
*
A partial implementation of the procfs cmdline pseudo-file. This
peter
1999-01-05
4
-5
/
+51
*
Made this compile if UMAPFS_DIAGNOSTIC is defined. This has been broken
bde
1999-01-01
1
-2
/
+2
*
Fix possible NULL-pointer deref in error case (same as DEVFS).
eivind
1998-12-16
1
-2
/
+2
*
Avoid NULL-pointer dereference on error condition.
eivind
1998-12-15
1
-2
/
+2
*
Cleanup uninitialized-possibly-used (but really not) warnings
dillon
1998-12-14
3
-6
/
+6
*
Rename one of the two devfs_link's to devfs_makelink.
eivind
1998-12-10
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
10
-38
/
+17
*
'\0' is the most ugly NULL pointer constant I've ever seen in real code.
eivind
1998-12-07
1
-2
/
+2
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
3
-9
/
+10
*
Staticize.
eivind
1998-11-26
1
-2
/
+2
*
Return ENOTTY instead of EBADF for ioctls on dead vnodes. This fixes
bde
1998-11-22
1
-2
/
+2
*
Finished updating module event handlers to be compatible with
bde
1998-11-15
1
-2
/
+3
*
"fix" a warning that has been bugging me for ages. Eliminate a couple
peter
1998-11-09
1
-11
/
+10
*
Delete stray extern declaration for non-existing variables.
peter
1998-11-09
1
-2
/
+1
*
Change the #ifdef UNION code into a callable hook. Arrange to have this
peter
1998-11-03
2
-2
/
+83
*
Use TAILQ macros for clean/dirty block list processing. Set b_xflags
peter
1998-10-31
3
-10
/
+10
*
Added a second argument, "activate" to the vm_page_unwire() call so that
dg
1998-10-28
1
-2
/
+2
*
Removed redundant bitrotted checks for major numbers instead of updating
bde
1998-10-26
1
-4
/
+3
*
Make devfs update the atime timestamp so that 'w' works when using
sos
1998-09-30
2
-5
/
+12
*
various nits that didn't make it through the brucefilter.
phk
1998-09-12
1
-5
/
+6
*
Oops, don't assume that the environment is normal in devfs_mount().
bde
1998-09-08
1
-4
/
+6
*
Removed statically configured mount type numbers (MOUNT_*) and all
bde
1998-09-07
8
-20
/
+20
*
Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform
phk
1998-09-05
1
-1
/
+26
*
Cosmetic changes to the PAGE_XXX macros to make them consistent with
dfr
1998-09-04
2
-4
/
+4
*
sort the prototypes
phk
1998-08-25
1
-12
/
+12
*
Last commit managed to get mangled somehow.
phk
1998-08-24
1
-2
/
+4
*
Remove the last remaining evidence of B_TAPE.
phk
1998-08-24
1
-13
/
+3
*
Enabled Lite2 fix for reading from dead ttys.
bde
1998-08-23
2
-21
/
+3
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
3
-13
/
+13
*
Fixed printf format errors.
bde
1998-07-30
5
-43
/
+50
*
Style fixes and a bug fix: don't remove the exit handler if unmount
alex
1998-07-27
1
-5
/
+6
*
A better solution to the rm_at_exit problem: Register the exit function
alex
1998-07-27
1
-23
/
+10
*
Override the default VFS LKM dispatch functions so that a module
alex
1998-07-25
1
-4
/
+19
*
Cast pointers to [u]intptr_t instead of to [unsigned] long.
bde
1998-07-15
1
-2
/
+2
*
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
bde
1998-07-15
3
-6
/
+6
*
Fixed printf format errors.
bde
1998-07-11
3
-15
/
+19
*
Quick fix for type mismatches which were fatal if longs aren't 32
bde
1998-07-07
1
-5
/
+5
*
DEVFS completely bypasses the cdevsw and bdevsw tables now.
julian
1998-07-05
3
-232
/
+804
*
There is no such thing any more as "struct bdevsw".
julian
1998-07-04
3
-9
/
+8
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
4
-9
/
+11
*
Remove "not hungly" panics. Cookies now used by the linux and ibcs2
dt
1998-06-25
2
-20
/
+6
*
Removed unused includes.
bde
1998-06-21
1
-3
/
+1
*
Avoid a 64-bit division in procfs_readdir(). Fixed related overflows.
bde
1998-06-14
1
-10
/
+6
[next]