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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move objflags from vinumvar.h to vinumobj.h in preparation for
grog
2001-05-23
1
-2
/
+37
*
Move external declaration to vinumhdr.h.
grog
2001-05-23
1
-1
/
+2
*
Set flag VF_HASDEBUG in vinum_conf to indicate that the module was
grog
2001-05-23
1
-10
/
+6
*
Add better support for the Ricoh 5C296 and 5C396 chips. These chips
imp
2001-05-23
4
-9
/
+28
*
Add recognition for Toshiba ToPIC-100.
imp
2001-05-23
2
-0
/
+4
*
Add a makefile for snp(4) since it can be compiled as a module now.
dd
2001-05-22
1
-0
/
+9
*
New header file.
grog
2001-05-22
1
-0
/
+54
*
Unifdef DEV_SNP; snp(4) no longer requires these ugly hacks.
dd
2001-05-22
1
-27
/
+0
*
Convert this driver to (ab?)use line disciplines to get the input it
dd
2001-05-22
2
-34
/
+168
*
Convert npx interrupts into traps instead of vice versa. This is much
bde
2001-05-22
14
-321
/
+314
*
aquire vm mutex in swp_pager_async_iodone. Don't call swp_pager_async_iodone
alfred
2001-05-22
1
-2
/
+3
*
grab the vm mtx around exec_new_vmspace()
gallatin
2001-05-22
1
-0
/
+2
*
MALLOC -> malloc, FREE -> free
brian
2001-05-22
1
-5
/
+5
*
M_COPY_PKTHDR has to be done before MCLGET.
ume
2001-05-22
1
-4
/
+5
*
Hide UNION in opt_dontuse.h (see vfs_syscalls.c,v 1.109).
ru
2001-05-22
1
-4
/
+1
*
Remove duplicate include and sort includes.
jhb
2001-05-22
1
-3
/
+2
*
Sort includes.
jhb
2001-05-22
1
-1
/
+1
*
Add vinumobj.h to SRCS.
grog
2001-05-22
1
-2
/
+2
*
Remove Malloc definitions (now in vinumext.h)
grog
2001-05-22
1
-21
/
+2
*
Unlock the VM lock at the end of munlock() instead of locking it again.
jhb
2001-05-22
1
-1
/
+1
*
Sort includes from previous commit.
jhb
2001-05-22
1
-1
/
+1
*
Correct the vm_mtx handling; specifically, don't acquire it in
dd
2001-05-22
1
-5
/
+13
*
Add a field 'version' to vinum_conf. This field is a constant which
grog
2001-05-22
1
-191
/
+30
*
vinumstart: If a write request is for a RAID-[45] plex or a volume
grog
2001-05-22
1
-13
/
+23
*
tokenize: Take third parameter specifying the maximum number of
grog
2001-05-22
1
-6
/
+8
*
Cosmetics: wrap long lines to be < 80 characters.
grog
2001-05-22
1
-2
/
+4
*
Add a new debug flag, DEBUG_LOCKREQS, which logs only lock requests.
grog
2001-05-22
1
-12
/
+25
*
Change ioctls to use the expurgated userland version of the Vinum
grog
2001-05-22
3
-20
/
+22
*
format_config: Replace long format lines.
grog
2001-05-22
1
-18
/
+28
*
complete_rqe:
grog
2001-05-22
1
-7
/
+41
*
Remove unnecessary declarations of userland functions.
grog
2001-05-22
1
-13
/
+25
*
config_sd: Add code to recognize "retryerrors" keyword.
grog
2001-05-22
1
-29
/
+48
*
free_vinum: Change some explicit struct member references to the SD,
grog
2001-05-22
1
-13
/
+23
*
Add xferinfo flag bit for copied buffers.
grog
2001-05-22
1
-2
/
+16
*
New file containing definitions for separate views of objects for
grog
2001-05-22
1
-0
/
+275
*
Remove KASSERT test for sleeping on mv_mtx, instead let WITNESS catch
alfred
2001-05-22
1
-2
/
+0
*
Sort includes.
jhb
2001-05-22
1
-3
/
+3
*
Fix a grammar nit.
dd
2001-05-22
1
-1
/
+1
*
Remove a few more spl's I missed earlier.
jhb
2001-05-22
2
-4
/
+0
*
Sort includes from previous commit.
jhb
2001-05-21
2
-2
/
+2
*
Sort includes.
jhb
2001-05-21
7
-7
/
+7
*
- Assert that the vm mutex is held in pipe_free_kmem().
jhb
2001-05-21
1
-1
/
+6
*
Axe unneeded spl()'s.
jhb
2001-05-21
3
-10
/
+1
*
syslog.h fails to compile with -Wwrite-strings
phk
2001-05-21
1
-2
/
+2
*
Change pmap_emulate_reference() so that it only touches the vm_page
gallatin
2001-05-21
1
-1
/
+9
*
catch these files up to their i386 neighbors to make alpha boot
gallatin
2001-05-21
5
-20
/
+60
*
Update pc98 memory probe functions.
nyan
2001-05-21
4
-572
/
+82
*
Merged from sys/i386/isa/npx.c revisions 1.99 and 1.100.
nyan
2001-05-21
1
-74
/
+29
*
Merged from sys/i386/i386/machdep.c revisions 1.452 and 1.453.
nyan
2001-05-21
2
-24
/
+24
*
Merged from sys/boot/i386/btx/btx/btx.s revision 1.24.
nyan
2001-05-21
2
-8
/
+8
[next]