Add moscom(4) - the driver for MosChip Semiconductor MCS7703 USB to
[dragonfly.git] / sys /
2007-11-07 Hasso TepperAdd moscom(4) - the driver for MosChip Semiconductor...
2007-11-07 Hasso TepperAdd uticom(4) driver for Texas Instruments TUSB3410...
2007-11-07 Sepherosa Ziehau- Use LIST for flow queue hash table
2007-11-07 Matthew DillonAdd bio_ops->io_checkread and io_checkwrite - a read...
2007-11-07 Matthew DillonHAMMER part 2/many.
2007-11-06 Hasso Tepper- Add support for 230400 baud rate.
2007-11-06 Matthew DillonSilence an annoying compiler warning.
2007-11-06 Matthew DillonAdd regetblk() - reacquire a buffer lock. The buffer...
2007-11-06 Matthew DillonWhen the quotacheck has not been run the quota code...
2007-11-06 Sepherosa ZiehauFix possible memory leakage under following conditions:
2007-11-06 Sepherosa Ziehau- Use hash table for pipes and flow set, which accelera...
2007-11-06 Hasso TepperKill devinfo handling in drivers, set device descriptio...
2007-11-06 Sepherosa ZiehauUse TAILQ for packet queue in flow queue and pipe
2007-11-06 Matthew DillonConvert the global 'bioops' into per-mount bio_ops...
2007-11-05 Hasso TepperNuke usbdevs and references to it.
2007-11-05 Sepherosa ZiehauYet another round of clean up
2007-11-05 Sepherosa Ziehau- Move some macros from ip_dummynet.h to ip_dummynet...
2007-11-05 Hasso TepperKill usage of USB_VENDOR_FOO and USB_PRODUCT_BAR define...
2007-11-05 Sepherosa ZiehauReplace debug printf macro
2007-11-05 Sepherosa ZiehauUse POSIX int type
2007-11-05 Sepherosa ZiehauIn free_chain() if we are asked to "kill default":
2007-11-05 Sepherosa Ziehau- Create user land ipfw(4) rule/state/flow_id structure...
2007-11-05 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-11-04 Sepherosa ZiehauFactor out ipfw_dec_static_count(); add assertion in...
2007-11-04 Sepherosa Ziehau- Add ipfw_init_default_rule() to perform default rule...
2007-11-03 Sascha WildnerCheck bit D0 ("Mode supported by hardware configuration...
2007-11-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-11-03 Sascha WildnerRemove unused tunables.
2007-11-03 Sepherosa ZiehauRemove ipfw1 from system.
2007-11-03 Sepherosa ZiehauCreate user land dummynet(4) pipe/flow_set/flow_queue...
2007-11-02 Matthew DillonBreak-out the standard UNIX uid/gid tests for VOP_ACCES...
2007-11-02 Matthew DillonModify struct vattr:
2007-11-02 Matthew DillonAdd a PHOLD/PRELE sequence around a sysctl_out to fix...
2007-11-02 Sepherosa ZiehauAdjust DUMMYNET_CALLOUT_FREQ_MAX according to the comme...
2007-11-02 Sepherosa Ziehau'ipfw pipe X config bw iface' never works, so nuke...
2007-11-02 Sepherosa ZiehauClean up
2007-11-02 Sepherosa ZiehauClean up
2007-11-02 Sepherosa ZiehauClean up
2007-11-02 Matthew DillonHAMMER 2/many - core mount and unmount code now works...
2007-11-01 Matthew DillonCorrect a bug in the lockf code. F_NOEND was not being...
2007-11-01 Matthew DillonAdd a HAMMER kernel build option, add a VFS type for...
2007-11-01 Matthew DillonHAMMER part 1/many. This is a clear-my-plate commit.
2007-11-01 Sepherosa ZiehauUse the orignal dummynet's indentation style
2007-11-01 Sepherosa Ziehau- Yet another round of cleanup
2007-11-01 Sepherosa Ziehau- Use upper case for first letter in comment
2007-11-01 Sepherosa Ziehau- Nuke no longer apply comment
2007-11-01 Sepherosa Ziehau- Strip excessive white space
2007-11-01 Sepherosa ZiehauWhite space cleanup for heap functions
2007-10-29 Thomas E. SpanjaardRemove fugly hack from the ATA channel interrupt handle...
2007-10-29 Sepherosa Ziehaurealloc_dynamic_table() and add_dyn_rule() may be calle...
2007-10-29 Sascha WildnerComment out some "negative options" (options which...
2007-10-29 Sepherosa Ziehau- M_WAITOK will never return NULL
2007-10-29 Sepherosa ZiehauNuke unnecessary NOMAN and .PATH
2007-10-28 Sepherosa ZiehauUse CRC_LEN consistently
2007-10-28 Sascha WildnerRemove two unused variables and model the copyright...
2007-10-27 Sepherosa Ziehaudummynet_io() may be called from interrupt thread and...
2007-10-25 Sepherosa Ziehau- Switch dummynet(4) from mbuf based tagging to mtag.
2007-10-25 Peter AvalosMerge from vendor branch OPENSSL:
2007-10-24 Matthew DillonReactivate a vnode after associated it with deadfs...
2007-10-23 Sepherosa ZiehauMove ipfw/dummynet from SI_SUB_PSEUDO to SI_SUB_PROTO_E...
2007-10-23 Sepherosa Ziehau- Add jumbo buffer support for et(4), which supports...
2007-10-23 YONETANI TomokazuMerge ACPI resource manager changes From FreeBSD:
2007-10-21 Matthew DillonFix more NULL structural dereferences that can occur...
2007-10-21 Sepherosa ZiehauAdd a sysctl node, which could be used to turn off...
2007-10-20 Sepherosa Ziehau- Change some comment's style
2007-10-20 Sepherosa Ziehau- m_tag_get() expects MB_DONTWAIT not M_NOWAIT
2007-10-20 Sepherosa ZiehauM_WAITOK -> MB_WAIT
2007-10-20 Sepherosa Ziehau- Instead of overriding the meaning of the embedded...
2007-10-20 Sepherosa ZiehauUse __offsetof()
2007-10-20 Sepherosa Ziehau- Add macro to convert MTU to frame length
2007-10-19 Sepherosa ZiehauRework bwi(4) LED support:
2007-10-19 Thomas E. SpanjaardAdd (proper) support for ATi SB600 southbridge SATA...
2007-10-17 Matthew DillonFix a race between exit and kinfo_proc. proc->p_pgrp...
2007-10-17 Sepherosa ZiehauEnabling TX/RX in et_init() will always fail when cable...
2007-10-17 Sepherosa ZiehauTurn on VLAN_MTU
2007-10-17 Sepherosa ZiehauMake my Linksys WPC54G v3 LEDs work.
2007-10-16 Matthew DillonGive the A-list code the ability to do a forward or...
2007-10-16 Sepherosa ZiehauReplace dummynet(4)'s callout by systimer, so you will...
2007-10-16 Sepherosa ZiehauFix possible races between calling systimer callback...
2007-10-14 Hasso TepperAccording to RFC2711 routers shouldn't treat all packet...
2007-10-14 Sepherosa ZiehauMove assertion to the proper place, since the target...
2007-10-14 Sepherosa Ziehau- Pull NetBSD David Young's bitops.h into sys/sys,...
2007-10-13 Sepherosa ZiehauSave a copy of ethernet header instead of leaving it...
2007-10-13 Sepherosa ZiehauConstify ng_ether_input_p/ng_ether_input_orphan_p ...
2007-10-13 Sepherosa ZiehauHook fec
2007-10-13 Sepherosa ZiehauShut up gcc41 warnings by clearing return values before...
2007-10-13 Sepherosa ZiehauConstify vlan_input_p 'eh' parameter.
2007-10-13 Peter AvalosSpelling fix.
2007-10-13 Sepherosa Ziehau- Remove ef_input{EII,SNAP,8022}() 'eh' parameter,...
2007-10-13 Sepherosa ZiehauConstify 'eh', which will not be modified in ether_ipfw...
2007-10-13 Sepherosa ZiehauReduce code duplication: if_init() supressing is now...
2007-10-12 Peter AvalosMerge from vendor branch LESS:
2007-10-12 Peter AvalosMerge from vendor branch OPENSSL:
2007-10-12 Matthew DillonClean up the structural organization. Separate out...
2007-10-12 Matthew DillonAdjust the description of HAMMER's storage limitations...
2007-10-12 Sepherosa ZiehauAdd et(4), which supports Agere ET1310 based Ethernet...
2007-10-12 Sepherosa Ziehauregen
2007-10-12 Sepherosa Ziehau- Add OUI for PHYs from Agere
2007-10-12 Hasso TepperSimplify the code a lot - don't try to be too clever...
2007-10-11 Peter AvalosMerge from vendor branch TCPDUMP:
next