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
*
Fix some whitespace style bugs.
mike
2002-04-01
1
-17
/
+17
*
o Implement <sys/_types.h>, a new header for storing types that are
mike
2002-04-01
4
-15
/
+163
*
Implement a fine-grain control system which allows header developers
mike
2002-04-01
1
-0
/
+90
*
Remove erronious destroy_dev. Not sure what the author's intent was here
alfred
2002-04-01
1
-1
/
+0
*
Fix 3 of the four problems with my last indentation fix. ("fixing" the
ken
2002-04-01
1
-4
/
+2
*
ktr changes to improve performance and make writing a userland utility to
jake
2002-04-01
4
-128
/
+70
*
Fix an indentation problem.
ken
2002-04-01
1
-7
/
+7
*
Here follows the new kernel dumping infrastructure.
phk
2002-03-31
19
-256
/
+502
*
The AAC, TWE and IDA diskdrivers cannot dump until I and msmith
phk
2002-03-31
1
-1
/
+6
*
Add the i386dump.c dumpsys() source file.
phk
2002-03-31
1
-0
/
+1
*
DA (scsi) and AD (ata) diskdrivers:
phk
2002-03-31
1
-48
/
+10
*
Add a new #include which describes the common header format for kerneldumps.
phk
2002-03-31
1
-0
/
+72
*
Regen.
joe
2002-03-31
2
-11
/
+231
*
Add more usb adapters, from NetBSD.
joe
2002-03-31
2
-17
/
+82
*
Implement the two "GEOM" ioctls DIOCGSECTORSIZE and DIOCGMEDIASIZE for
phk
2002-03-31
1
-0
/
+13
*
Only install the help file if we can find it. Use ${BASE}.help
marcel
2002-03-31
2
-8
/
+2
*
Keep the reference to the file acquired in _aio_aqueue() until the operation
alc
2002-03-31
1
-3
/
+7
*
ATA100 is allowed on the HPT chips rev >= 3
sos
2002-03-31
1
-1
/
+1
*
Close some holes with p->p_args by NULL'ing out the p->p_args pointer
alfred
2002-03-31
2
-4
/
+14
*
Support more than 32 sio unit numbers. The maximum unit number is now
bde
2002-03-31
1
-8
/
+12
*
MFi386: revision 1.508.
kato
2002-03-31
2
-16
/
+24
*
A couple of bits survived Dans nukage of CV_DEBUG in favour of INVARIANTS,
phk
2002-03-31
3
-3
/
+1
*
Centralize the "bootdev" and "dumpdev" variables. They are still pretty
phk
2002-03-31
9
-17
/
+3
*
Hacks for measuring interrupt latency. Interrupt latency can be
bde
2002-03-31
1
-2
/
+42
*
Implement i386's (o)sigreturn() like the alpha's: Use copyin() to read
alc
2002-03-31
2
-16
/
+24
*
Add a local proc *p in exec_new_vmspace() to avoid repeated dereferencing
alc
2002-03-31
1
-6
/
+7
*
Pass the address of the bootinfo block to the kernel in register
marcel
2002-03-30
4
-10
/
+10
*
Transition to a model where the loader passes the address of the
marcel
2002-03-30
3
-31
/
+58
*
Pass the physical address of the bootinfo block to the kernel in
marcel
2002-03-30
4
-2
/
+6
*
Correct a comment: sendsig() calls the MI vm_map_growstack() but
alc
2002-03-30
1
-1
/
+1
*
Use the MI vm_map_growstack() instead of the MD grow_stack() in trap(). Remove
alc
2002-03-30
4
-34
/
+6
*
Move the "dumping" variable from systm.h to conf.h.
phk
2002-03-30
3
-1
/
+6
*
Don't nowerror for sys/dev/pdq/pdq.c
mdodd
2002-03-30
1
-2
/
+2
*
Remove debug output in last commit.
sos
2002-03-30
1
-10
/
+0
*
Add support for getting status (fan, temp, 5V and 12V levels) from
sos
2002-03-30
2
-9
/
+160
*
Fixed handling of short reads in readdisklabel() and writedisklabel().
bde
2002-03-30
1
-0
/
+6
*
In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionally
bde
2002-03-30
5
-1
/
+19
*
MFi386: revision 1.55
nyan
2002-03-30
1
-0
/
+3
*
Use the raid lun not the magic when writing Promise config.
sos
2002-03-30
1
-2
/
+1
*
MFi386: revision 1.506.
nyan
2002-03-30
2
-8
/
+18
*
Add a quick and dirty way to determine where we're loaded from. We
marcel
2002-03-30
2
-16
/
+56
*
The EFI loader has been improved a lot since it was first added.
marcel
2002-03-30
2
-0
/
+4
*
Fix the initialization of the protocol:
marcel
2002-03-30
1
-2
/
+68
*
Nuke CV_DEBUG in favour of INVARIANTS.
dan
2002-03-30
2
-2
/
+1
*
Don't blindly dereference f->f_devdata as if it's always a pointer to
marcel
2002-03-30
1
-1
/
+6
*
o Make efinet_put a blocking call by waiting for the protocol
marcel
2002-03-29
1
-12
/
+22
*
Make the comment section resemble English
wilko
2002-03-29
1
-9
/
+8
*
Fix the beforeinstall target. We install ${PROG}.help if loader.help
marcel
2002-03-29
2
-8
/
+2
*
Remove bogus vinumdump(), if you can't dump, say so with nodump().
phk
2002-03-29
2
-9
/
+1
*
Remove bogus ccddump() function in favour of the standard nodump.
phk
2002-03-29
2
-20
/
+2
[next]