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
/
isa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a module version number.
mdodd
2003-04-15
1
-0
/
+1
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
1
-1
/
+1
*
Correct an argument to bus_alloc_resource().
mdodd
2003-03-25
1
-2
/
+2
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-1
/
+1
*
Use repo-copied files in sys/i386/bios.
mdodd
2003-03-24
1
-1
/
+1
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Fix a malloc() with no legal modeflag.
phk
2003-03-17
1
-1
/
+1
*
Call devstat_start_transaction_bio() instead of devstat_start_transaction()
phk
2003-03-15
1
-1
/
+1
*
Allocate the devstat structure with devstat_new_entry().
phk
2003-03-08
1
-6
/
+6
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
3
-39
/
+24
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
2
-6
/
+6
*
Cleanup of the d_mmap_t interface.
mux
2003-02-25
1
-2
/
+2
*
Switch to using the TSC code in i386/i386/tsc.c.
phk
2003-02-11
1
-114
/
+1
*
Split the global timezone structure into two integer fields to
phk
2003-02-03
1
-2
/
+2
*
Split statclock into statclock and profclock, and made the method for driving
jake
2003-02-03
1
-6
/
+22
*
Correct error message.
nyan
2003-02-02
1
-1
/
+1
*
Make tsc_freq a 64bit quantity.
phk
2003-01-29
1
-5
/
+7
*
YAM: This id is found in a Sony Vaio GRX-670. When will this end?
marcel
2003-01-22
1
-0
/
+1
*
Add yet another Sony Vaio PS/2 mouse ID. This one is found on a VX88.
hsu
2003-01-22
1
-2
/
+3
*
Add yet another Sony Vaio PS/2 mouse ID. This one is found in a R505GL.
marcel
2003-01-21
1
-0
/
+1
*
Make the SC_NO_SUSPEND_VTYSWITCH kernel option available as a loader
mdodd
2003-01-15
1
-9
/
+19
*
- GC a few more hand-rolled 'abs' macros.
mdodd
2003-01-15
1
-16
/
+7
*
Bail out of fd_clone() if the parsed unit number doesn't match our
joerg
2003-01-11
1
-0
/
+3
*
Remove calls to cdevsw_add(), they are dreprecated on this branch now.
phk
2002-12-28
1
-6
/
+0
*
Use the correct value when writing the Day Of Week byte in the CMOS.
phk
2002-12-04
1
-1
/
+1
*
Capitalize the first letter of device descriptions
mux
2002-11-11
1
-2
/
+2
*
Fix compile with options SC_NO_SUSPEND_VTYSWITCH.
jhb
2002-10-17
1
-0
/
+2
*
1. Fix a comment. Locking _is_ needed (but not done).
iwasaki
2002-10-17
1
-12
/
+8
*
Add new syscons option SC_NO_SUSPEND_VTYSWITCH.
iwasaki
2002-10-17
1
-0
/
+4
*
Put an XXX: comment here to point out a couple of free() issues on
phk
2002-10-16
1
-0
/
+4
*
No need to declare M_ISADEV here.
phk
2002-10-16
1
-2
/
+0
*
Properly put macro args in ().
phk
2002-10-16
1
-1
/
+1
*
- Use __BUS_ACCESSOR() to define the ISA ivar accessor functions instead of
jhb
2002-10-15
2
-22
/
+10
*
Fix a probably rare and inconsequential memory leak.
phk
2002-10-02
1
-1
/
+3
*
Add support for DIOCGMEDIASIZE and DIOCGSECTORSIZE.
phk
2002-09-30
1
-40
/
+9
*
Prefix private BIO commands with "FD" so people get a hint that they
phk
2002-09-30
1
-11
/
+11
*
Don't leak memory in case device_add_child_ordered() returns NULL.
phk
2002-09-30
1
-3
/
+6
*
Added some buggy PC-98 PnP cards support.
nyan
2002-09-29
1
-0
/
+40
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-4
/
+4
*
Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead of
jhb
2002-09-26
1
-2
/
+2
*
Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that there
phk
2002-09-21
1
-2
/
+0
*
Make FreeBSD "struct disklabel" agnostic, step 311 of 723:
phk
2002-09-20
1
-2
/
+3
*
Restore status register A of RTC at resume time.
iwasaki
2002-09-18
1
-0
/
+1
*
Suitably shrink a comment so it applies again.
phk
2002-09-15
1
-5
/
+2
*
Fix a bug were a struct bio was freed and certain members subsequently
phk
2002-09-13
1
-4
/
+3
*
Pass the physical instead of the logical block number in
joerg
2002-09-12
1
-1
/
+1
*
Add suspend/resume method to syscons. This switch the mode
iwasaki
2002-08-25
1
-0
/
+35
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-3
/
+3
*
Clock frequencies reported by sysctl should be unsigned values. Discovered
mp
2002-06-22
1
-2
/
+2
*
After some comments from bde, rewrite the loops to avoid turning the
joerg
2002-05-14
1
-43
/
+29
[next]