dragonfly.git
2007-11-03 Sascha WildnerSort references.
2007-11-03 Sascha WildnerRemove unused tunables.
2007-11-03 Sascha WildnerAdd missing '.'
2007-11-03 Sepherosa ZiehauRemove ipfw1 from system.
2007-11-03 Sepherosa ZiehauCreate user land dummynet(4) pipe/flow_set/flow_queue...
2007-11-03 Sascha WildnerNote that an interface doesn't have to be up when enabl...
2007-11-03 Sascha WildnerBelated update of ktr(4) to reflect our current state...
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 ZiehauSince sys/net/dummynet/ip_dummynet.c rev 1.24, dummynet...
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 Sascha WildnerSync zoneinfo database with tzdata2007i from elsie.
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-02 Matthew DillonA delete_tid of 0 indicates a record which has not...
2007-11-02 Matthew DillonProperly set the buf_type in the volume, super-cluster...
2007-11-01 Matthew DillonCorrect a bug in the lockf code. F_NOEND was not being...
2007-11-01 Matthew DillonSynchronize newfs_hammer with recent changes.
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 Justin C. SherrillMaking dntpd server list match the recommendations at:
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 Peter AvalosSwitch from libreadline to libedit.
2007-10-27 Peter AvalosSync with NetBSD.
2007-10-27 Sascha WildnerRemove OS name from the description.
2007-10-27 Sascha WildnerAdjust column.
2007-10-27 Sepherosa Ziehaudummynet_io() may be called from interrupt thread and...
2007-10-26 Sascha WildnerFix some mdoc issues.
2007-10-25 Sepherosa ZiehauWESTELL A90-200WG-01 works woth acx(4)
2007-10-25 Sepherosa Ziehau- Switch dummynet(4) from mbuf based tagging to mtag.
2007-10-25 Hasso TepperIf answer to the repeated probe (same TTL as in the...
2007-10-25 Peter AvalosUpdate for OpenSSL upgrade to 0.9.8g.
2007-10-25 Peter AvalosMerge from vendor branch OPENSSL:
2007-10-25 Peter AvalosImport OpenSSL-0.9.8g.
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 Sascha WildnerRemove unnecessary argument.
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 Sascha WildnerUse .Nm
2007-10-20 Sascha WildnerUse .Nm
2007-10-20 Sascha WildnerOops, missing space.
2007-10-20 Sascha Wildner* Add an example how to create /etc/mtree style mtree...
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 Sascha WildnerAdd missing .Nm
2007-10-19 Sascha WildnerAdd missing MLINKS.
2007-10-19 Sascha WildnerRemove duplicate line and add missing MLINK.
2007-10-19 Sascha WildnerAdd missing comma.
2007-10-19 Sascha WildnerAdd some missing MLINKS and sort alphabetically.
2007-10-19 Thomas E. SpanjaardFix nrelease/Makefile from trying to execute whatever...
2007-10-19 Sepherosa ZiehauRework bwi(4) LED support:
2007-10-19 Thomas E. SpanjaardAdd (proper) support for ATi SB600 southbridge SATA...
2007-10-18 Sepherosa ZiehauBuffalo WLI-CB-G54S works well with bwi(4)
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 ZiehauMention that et(4) can receive oversized packets.
2007-10-17 Sepherosa ZiehauTurn on VLAN_MTU
2007-10-17 Sepherosa ZiehauMake my Linksys WPC54G v3 LEDs work.
2007-10-16 Matthew DillonAdd volume, super-cluster, cluster, and buffer abstract...
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-16 Sascha WildnerRemove hp300/m68k related junk.
2007-10-14 Sascha WildnerFix SYNOPSIS.
2007-10-14 Hasso TepperAccording to RFC2711 routers shouldn't treat all packet...
2007-10-14 Sascha WildnerAdd references to bwi(4).
2007-10-14 Sascha WildnerAdd reference to wlan_ratectl(4) and fix copyright...
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-14 Sascha WildnerAdd rcrun(8) reference.
2007-10-14 Sascha WildnerRemove stale MLINK via make upgrade.
2007-10-13 Sascha WildnerAdd a rcrun(8) manual page.
2007-10-13 Sascha WildnerAdd some words about faststart. While here, sort refere...
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...
next