Modify struct vattr:
[dragonfly.git] / sys /
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:
2007-10-11 Peter AvalosMerge from vendor branch LIBPCAP:
2007-10-10 Matthew DillonPrimary header file infrastructure and A-list implement...
2007-10-10 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-10-09 Peter AvalosMerge from vendor branch LESS:
2007-10-09 Matthew DillonAdd syslink_vfs.h for userfs, defining the syslink...
2007-10-09 Matthew DillonAdjust RB_PROTOTYPEX to match RB_GENERATE_XLOOKUP....
2007-10-09 Matthew DillonAdd a typedef for uuid_t for kernel compiles. One...
2007-10-09 Matthew DillonIndicate that alist_free() calls do not have to supply...
2007-10-09 YONETANI TomokazuMerge From FreeBSD:
2007-10-08 Hasso TepperDragonfly always passes a flag for every IO operation...
2007-10-06 Matthew DillonAllow the crc32.c module to be used in userland or...
2007-10-06 Sepherosa ZiehauBWI_BBP_ATTEN is 16bit register, not a 32bit one.
2007-10-03 Sascha WildnerSync with FreeBSD:
2007-10-03 Matthew Dillonlibiconv was declaring a base kobj_class structure...
2007-10-03 Sepherosa ZiehauThe "different pointer signedness" reported by gcc41...
2007-10-03 Sepherosa Ziehauregen
2007-10-03 Sepherosa ZiehauAdd device ids for Agere(LSI?) ET1310 chips
2007-10-03 Sepherosa ZiehauRestore BWI_PCIR_BAR with the correct value.
2007-10-03 Sepherosa Ziehau- Initialize 11b PHY rev4 according to v3 specification.
2007-10-02 Hasso Tepperlm(4) and it(4) drivers for hardware sensors used in...
2007-10-02 Hasso TepperCoretemp(4) driver for Intel Core on-die digital therma...
2007-10-02 Hasso TepperHardware sensors framework originally developed in...
2007-10-01 Sepherosa Ziehau- Remove the second parameter of ether_input(), since:
2007-10-01 Sepherosa Ziehau- Move polling disablement, i.e. deregistering all...
2007-10-01 Sepherosa ZiehauMove poll_each_burst adjustment out of hot code path.
2007-10-01 Sepherosa Ziehau- Move poll_burst_max adjustment out of hot code path.
2007-10-01 Sepherosa Ziehau- poll_burst and residual_burst are dynamicly adjusted...
2007-10-01 Sepherosa ZiehauMove reg_frac/reg_frac_count adjustment out of hot...
2007-10-01 Sepherosa Ziehau- Fix a bug introduced by dynamic polling frequency...
2007-09-30 Sepherosa ZiehauEnable Onoe TX rate control.
2007-09-30 Sepherosa Ziehau- Adjust comment according to the recent addition of...
next