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
*
Updates for the ThunderLAN driver:
wpaul
1998-08-03
2
-32
/
+136
*
Add the ISP Qlogic SCSI card to the list of known devices.
gpalmer
1998-08-02
1
-2
/
+4
*
Added 82555B support for media status.
dg
1998-08-02
2
-2
/
+4
*
Reordered fxp_softc for optimal cacheline behavior.
dg
1998-08-02
2
-16
/
+20
*
Killed unused variable/assignment.
dg
1998-08-02
2
-4
/
+2
*
Sync with sys/i386/boot/netboot/main.c revision 1.23.
kato
1998-08-01
1
-0
/
+1
*
If we get an ENOBUFS from the network, it's normally transient network
peter
1998-08-01
3
-3
/
+33
*
Fix a compile error if IPFIREWALL_FORWARD active without IPDIVERT.
peter
1998-08-01
1
-3
/
+2
*
Cosmetic change to driver registration.
dfr
1998-07-31
3
-6
/
+6
*
Make it possible to have a driver registered with more than one parent bus.
dfr
1998-07-31
1
-16
/
+17
*
Only perform byte/word accesses in the correct EV56 memory space.
dfr
1998-07-31
1
-78
/
+69
*
Add definitions of EV56 INT1/INT2/INT4/INT8 memory spaces.
dfr
1998-07-31
1
-1
/
+9
*
Merge with i386/isa/diskslice_machdep.c 1.30
dfr
1998-07-31
1
-32
/
+14
*
TFTP_ACK goes to port 69 (default tftp port) and tftpd says 'Timeout'.
phk
1998-07-31
1
-0
/
+1
*
In sys/scsi/st.c, st_close() does not check for errors from calling
phk
1998-07-31
1
-3
/
+4
*
Fixed printf format errors.
bde
1998-07-30
8
-80
/
+94
*
Fixed printf format errors.
bde
1998-07-30
2
-4
/
+4
*
Use the slice interfaces for SCSI cdroms. This centralizes handling
bde
1998-07-30
1
-203
/
+115
*
Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICE
bde
1998-07-30
9
-36
/
+53
*
Sync with sys/i386/isa/fd.c revision 1.120.
kato
1998-07-30
2
-114
/
+124
*
Change load address to 0xfffffc0000300000 to help support AS200.
dfr
1998-07-30
6
-9
/
+9
*
Remove spurious printf.
dfr
1998-07-30
1
-2
/
+1
*
add anti-panic workaround from chris radek (cradek@in221.inetnebr.com)
julian
1998-07-30
2
-0
/
+4
*
Typo fix: teh --> (the|they)
alex
1998-07-30
4
-7
/
+7
*
Fixed sign extension bugs awoken by changing speed_t to an unsigned
bde
1998-07-29
3
-6
/
+12
*
Only access an int for READU/WRITEU since that is what ptrace is declared to
dfr
1998-07-29
1
-2
/
+2
*
Default to FreeBSD if no brand detected. This makes life easier when
dfr
1998-07-29
1
-5
/
+12
*
Fix msgbuf so that it actually works properly.
dfr
1998-07-29
2
-22
/
+3
*
Fixed printf format errors.
bde
1998-07-29
5
-61
/
+68
*
Fixed print format errors.
bde
1998-07-29
11
-116
/
+131
*
Fixed printf format errors.
bde
1998-07-29
2
-18
/
+22
*
Honor NOSHARED for tools. All tools should be built static for
bde
1998-07-29
1
-5
/
+9
*
Fixed error handling:
bde
1998-07-29
5
-170
/
+187
*
Centralized and optimized handling of large sectors. Centralized
bde
1998-07-29
4
-142
/
+85
*
Use the slice-relative blkno in all parts of the label write
bde
1998-07-29
1
-3
/
+3
*
update ATM driver. (base version: midway.c 1.67 --> 1.68)
kjc
1998-07-29
7
-273
/
+1053
*
Make the logging of abnormally exiting processes optional by a sysctl.
joerg
1998-07-28
2
-8
/
+15
*
pseudo-device ssc requires su.c (pseudo-device su)
brian
1998-07-28
1
-0
/
+1
*
Set bp->b_resid for failed transfers in dscheck(). This is the
bde
1998-07-28
1
-1
/
+2
*
Set the disk type to SCSI in the in-core label for the whole disk.
bde
1998-07-28
2
-2
/
+4
*
Used daddr_t's, not ints, to store disk block numbers. Updated printf
bde
1998-07-28
2
-18
/
+22
*
Set p->p_switchtime to switchtime instead of to the current time in
bde
1998-07-28
3
-3
/
+33
*
Micro-optimized and cleaned up the clearing of switchtime in idle().
bde
1998-07-28
3
-36
/
+24
*
Fixed two spl nesting bugs. They caused (at least) the entire pageout
bde
1998-07-28
1
-2
/
+2
*
u_int --> unsigned int, remove (now unneeded) <sys/types.h>
jlemon
1998-07-28
2
-6
/
+6
*
Record the new physical address of the pcb in pmap_swapin_proc.
dfr
1998-07-28
1
-11
/
+18
*
I have a PD drive (Matsushita PD/CD Drive LF-1600).
phk
1998-07-28
1
-2
/
+2
*
Add wrappers for i386_*_ioperm, i386_vm86 so userland code does
jlemon
1998-07-28
2
-2
/
+8
*
Fix an off-by-one error when setting the iomap bits.
jlemon
1998-07-28
2
-10
/
+10
*
Style fixes and a bug fix: don't remove the exit handler if unmount
alex
1998-07-27
2
-10
/
+12
[next]