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
*
Change the name we register with DRIVER_MODULE() to include the leading
obrien
1999-09-20
20
-20
/
+20
*
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
*
Convert the VIA Rhine driver to miibus.
wpaul
1999-09-19
7
-1268
/
+242
*
Allow the AMD PHY driver to support the DM9101 PHY. The DM9101 and the
wpaul
1999-09-19
1
-3
/
+10
*
This is what was "fdfix2.patch," a fix for fd sharing. It's pretty
green
1999-09-19
27
-173
/
+257
*
Two more devstat_end_transaction() -> devstat_end_transaction_buf().
phk
1999-09-19
4
-28
/
+4
*
Fix the "dsp sync" debugging printf that was unconditional. Fix a few
peter
1999-09-19
2
-14
/
+14
*
- Hang the scr_stat struct from dev_t.
yokota
1999-09-19
6
-139
/
+97
*
KASSERT that we cannot use M_WAITOK in interrupt context.
phk
1999-09-19
1
-0
/
+9
*
Add a version number field to the jail(2) argument so that future changes
phk
1999-09-19
2
-3
/
+6
*
Move an end-paren to its intended place.
phk
1999-09-19
1
-1
/
+1
*
- Preserve the content of the back scroll buffer when changing the
yokota
1999-09-19
3
-10
/
+52
*
Make `ed' PC-Cards work again. It has been over two weeks that laptop
obrien
1999-09-19
1
-470
/
+384
*
Fix BOOTP root FS mounts. Also cleanup vfs_getnewfsid() and collapse
dillon
1999-09-19
5
-44
/
+117
*
This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.
obrien
1999-09-19
2
-38
/
+108
*
Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.
green
1999-09-19
10
-46
/
+55
*
Bump version number.
phk
1999-09-18
1
-1
/
+1
*
Only assign to si_bsize_phys if we have an intelligent value for it.
phk
1999-09-18
1
-1
/
+0
*
Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()
phk
1999-09-18
16
-90
/
+19
*
Count "free" operations in their own new tranaction type.
phk
1999-09-18
2
-4
/
+40
*
Clean up two cases of the alpha vtophys() hack that should be
wpaul
1999-09-18
2
-4
/
+2
*
Fix the mechanism used to choose the unit numbers for the IP interfaces
wpaul
1999-09-18
4
-14
/
+42
*
Get rid of some evil defines (a pair of snd and rcv.)
green
1999-09-17
1
-19
/
+12
*
Update to driver release 1.74
roger
1999-09-17
2
-114
/
+278
*
Patch if_vr to add bridging support.
wpaul
1999-09-17
2
-2
/
+40
*
Remember to account for ETHER_ALIGN when setting the maxmimum packet
wpaul
1999-09-17
2
-2
/
+2
*
Sync with driver release 1.74
roger
1999-09-17
2
-0
/
+22
*
Fix getcwd. It must return the length of the path including the terminating 0.
marcel
1999-09-17
2
-12
/
+38
*
Parse resource descriptions which don't have START_DEPENDANT tags
dfr
1999-09-17
1
-0
/
+6
*
Add vfs.enable_userblk_io sysctl to control whether user reads and writes
dillon
1999-09-17
5
-8
/
+25
*
Asynchronized client-side nfs_commit. NFS commit operations were
dillon
1999-09-17
12
-34
/
+250
*
Remove inappropriate VOP_FSYNC from vm_object_page_clean(). The fsync
dillon
1999-09-17
1
-2
/
+4
*
Add 'lastr' field to vm_map_entry in preparation for its removal
dillon
1999-09-17
1
-0
/
+1
*
Fix a bug in the block number calculation for VN disks with a sector
dillon
1999-09-17
3
-10
/
+54
*
The vnode pager (used when you do file-backed mmaps) must use the
dillon
1999-09-17
1
-3
/
+11
*
Fix a number of spl bugs related to reserving and freeing swap space.
dillon
1999-09-17
2
-292
/
+234
*
Add required BUF_KERNPROC to flushchainbuf() to disassociate the
dillon
1999-09-17
1
-0
/
+1
*
Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>
dillon
1999-09-17
6
-116
/
+274
*
Fix sf_probe() to detect the card type properly. I botched the reading
wpaul
1999-09-17
2
-4
/
+4
*
Re-arrange the arp code so that fddi arps work properly.
lile
1999-09-16
1
-29
/
+46
*
wlinit() must be called to recalculate the multicast filter.
roberto
1999-09-15
2
-0
/
+4
*
Dangit: mispelled TORNADO in one place.
wpaul
1999-09-15
1
-1
/
+1
*
3Com has produced their own Linux driver for the 3c90x/3c90xB series cards.
wpaul
1999-09-15
2
-3
/
+9
*
Reorder.
des
1999-09-14
1
-4
/
+4
*
Fix some more disordering, as well as the description string for the
des
1999-09-14
3
-13
/
+13
*
Gdc and pckbd driver don't support pnp mode.
nyan
1999-09-14
4
-0
/
+16
[next]