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
*
wrap macro in do {...} while(0)
phk
2003-05-31
1
-2
/
+2
*
Remove unused variable(s).
phk
2003-05-31
1
-6
/
+2
*
Remove break after return;
phk
2003-05-31
1
-7
/
+0
*
Don't rely on boolean expression evaluating to 1 or 0 by default.
phk
2003-05-31
1
-1
/
+1
*
Remove unused variable(s).
phk
2003-05-31
1
-3
/
+3
*
Remove unused variable.
phk
2003-05-31
1
-2
/
+0
*
Remove extra ';'
phk
2003-05-31
1
-1
/
+1
*
Only use the pc bios stuff on i386's. I think this might even be unused
peter
2003-05-01
1
-0
/
+2
*
Create a 'legacy' node for AMD64 as well as i386. While we'll never
peter
2003-04-30
1
-1
/
+1
*
Fix some easy, global, lint warnings. In most cases, this means
markm
2003-04-30
4
-4
/
+4
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
2
-2
/
+2
*
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
[next]