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
Commit message (
Expand
)
Author
Age
Files
Lines
*
More removals of vnode->v_lastr, replaced by preexisting seqcount
dillon
1999-09-20
9
-96
/
+41
*
Fix handling of a device EOF that occurs in the middle of a block. The
dillon
1999-09-20
2
-14
/
+132
*
When bcopying the program name into the ktrace header, make sure we include
marcel
1999-09-20
1
-4
/
+4
*
Fix a harmless bug I introduced, simplify a bit more while here.
phk
1999-09-20
3
-18
/
+12
*
Minor (but important) comment change.
markm
1999-09-20
1
-1
/
+1
*
Close PR #13665. I managed to figure out the problem, no thanks to the
wpaul
1999-09-20
1
-16
/
+38
*
Set si_iosize_max rather than d_maxio.
phk
1999-09-20
2
-29
/
+14
*
Step one of replacing devsw->d_maxio with si_bsize_max.
phk
1999-09-20
8
-117
/
+36
*
Initialize vp->v_maxio to its default in getnetvnode() rather than
phk
1999-09-20
3
-10
/
+2
*
Add comment to clarify a commit rpc optimization already being performed.
dillon
1999-09-20
2
-0
/
+16
*
Fix bug in pipe code relating to writes of mmap'd but illegal address
dillon
1999-09-20
7
-19
/
+30
*
Un-do the changes to the DRIVER_MODULE() declarations in these drivers.
wpaul
1999-09-20
20
-31
/
+31
*
Clear the SELINGO bit after a selection timeout occurs. SELINGO is
gibbs
1999-09-20
1
-7
/
+12
*
Work around a defect in the FIFOEMP status bit of Ultra2 class
gibbs
1999-09-20
1
-2
/
+32
*
Fixed the description of when and why aio_suspend returns.
wes
1999-09-20
1
-11
/
+15
*
Fix the situation where an I/O crosses the EOF point. We need to properly
dillon
1999-09-20
1
-4
/
+29
*
Trying to set BAD144 handling on a CD is sufficiently "Dont Do That
phk
1999-09-20
5
-15
/
+0
*
Add a DSO_BAD144 flag which indicates that the driver actually understand
phk
1999-09-20
4
-3
/
+12
*
if_edreg.h moved...
phk
1999-09-20
1
-1
/
+1
*
Fix bug in brelse() regarding redirtying buffers on B_ERROR. brelse()
dillon
1999-09-20
1
-3
/
+5
*
Return immediately from apm_suspend() when APM BIOS wasn't initialized.
iwasaki
1999-09-20
2
-0
/
+6
*
Big code cleanup. (Inspired by Brandon Gillespie). Also move as
markm
1999-09-20
7
-157
/
+644
*
Make this completely dependant on the exportable libcrypt, to avoid
markm
1999-09-20
12
-1737
/
+95
*
This file was never used and appears to be a leftover from the NetBSD
dfr
1999-09-20
1
-45
/
+0
*
Correct spelling : ascii -> ASCII
phantom
1999-09-20
20
-25
/
+27
*
Yet another align.
ru
1999-09-20
1
-1
/
+1
*
Grrr. Okay, changing the devnames was a bad idea. Put them back the way
wpaul
1999-09-20
18
-18
/
+18
*
Remove the wait.1 manpage. There is no userland wait(1) utility, and the
sheldonh
1999-09-20
2
-102
/
+1
*
Fix the strings in the driver_t structs so that they match the new names
wpaul
1999-09-20
18
-18
/
+18
*
If we don't appear to have a module loaded supporting the interface
msmith
1999-09-20
1
-0
/
+44
*
On PIIX4 based SMP systems use the PMTMR register for timecounting.
phk
1999-09-20
3
-0
/
+90
*
Goofed and didn't change the second DRIVER_MODULE() linking these with
obrien
1999-09-20
11
-11
/
+11
*
NetBSD has moved ``extern int errno;'' to signal.h :-/
brian
1999-09-20
20
-0
/
+60
*
NetBSD has changed the el_init() prototype
brian
1999-09-20
1
-1
/
+2
*
NetBSD requires net/if.h for the IFF_* defines (as well as OpenBSD) !
brian
1999-09-20
1
-1
/
+1
*
Change the name we register with DRIVER_MODULE() to include the leading
obrien
1999-09-20
20
-20
/
+20
*
Common Error libraries are needed here.
markm
1999-09-20
2
-2
/
+5
*
Prepare for K5.
markm
1999-09-20
2
-2
/
+2
*
Change the name of the installed KLM to contain a leading "if_".
obrien
1999-09-20
16
-16
/
+25
*
Make if_ed work again on pci, isa, isapnp. The hack to make it work on
peter
1999-09-20
9
-1291
/
+20
*
Add an alternate transmit strategy for 3c90xB adapters based on the transmit
wpaul
1999-09-20
2
-73
/
+309
*
RealTek driver module wasn't being built; add it to the Makefile.
wpaul
1999-09-19
1
-1
/
+1
*
Make some small performance tweaks to the tl driver. This should hopefully
wpaul
1999-09-19
2
-42
/
+60
*
Change distribution to krb4 in preparation for K5.
markm
1999-09-19
1
-1
/
+1
*
Prepare for K5.
markm
1999-09-19
11
-23
/
+23
*
Change edistribution to krb4 in preaparation for K5
markm
1999-09-19
4
-4
/
+4
*
Fix for new KerberosFix for new Kerberos44
markm
1999-09-19
2
-0
/
+2
*
Fix for new Kerberos4.
markm
1999-09-19
4
-5
/
+10
*
Fix for new Kerberos4. Make a fist cut at PAM-ising while I'm here.
markm
1999-09-19
8
-326
/
+388
*
Convert the VIA Rhine driver to miibus.
wpaul
1999-09-19
7
-1268
/
+242
[next]