Use SHUT_RD instead of a hardcoded value of 0 in calls to shutdown().
[dragonfly.git] / sys /
2007-04-09 Matthew DillonAdd subr_alist.c. This is a bitmap allocator that...
2007-04-08 Sepherosa ZiehauFix comment: 1000baseTX -> 1000baseT
2007-04-08 Sepherosa ZiehauNuke unnecessary NULL node checks.
2007-04-08 Sepherosa ZiehauCode cleanup:
2007-04-07 Sascha WildnerRemove the hostcache code which has been inactive since...
2007-04-07 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-07 Sascha WildnerRemove unused variable.
2007-04-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-04 Sascha WildnerRemove unused definition.
2007-04-04 Sascha Wildner* Remove compatibility with some old config options...
2007-04-04 Matthew DillonAdd IP_MINTTL socket option - used to set the minimum...
2007-04-03 Matthew DillonCleanup and reformulate some of the comments.
2007-04-03 Sepherosa Ziehau- Initialize ti_jslot_serializer before it is used.
2007-04-03 Sepherosa ZiehauRssi correction value is in lower byte not upper byte.
2007-04-02 Sepherosa ZiehauNuke old TX rate control algorithm coming with ral(4).
2007-04-02 Sepherosa ZiehauAdd Sample and Onoe TX rate control algorithm support...
2007-04-01 Sepherosa Ziehau- Define 802.11 modulation types as 'enum ieee80211_mod...
2007-04-01 Sepherosa ZiehauUnbreak make -j X buildkernel KERNCONF=LINT, X > 1
2007-03-31 Sepherosa Ziehau- Call bge_setmulti(), if bge(4) is up and running...
2007-03-31 Sepherosa ZiehauIt is TIGON1 that uses NIC local memory.
2007-03-31 Sepherosa ZiehauAdd support for BCM5752.
2007-03-31 Sepherosa Ziehauregen
2007-03-31 Sepherosa ZiehauAdd PCI id for Broadcom BCM5752 GigE.
2007-03-31 Sepherosa Ziehau- Add suspend and resume device methods support.
2007-03-31 Sepherosa Ziehau- Correctly configure BGE_RX_MTU register. Since we...
2007-03-30 Sepherosa ZiehauYet another RTL8110SC
2007-03-30 Sepherosa ZiehauAdd support for 82562GX
2007-03-30 Sepherosa ZiehauAllow "join bss command" argument's essid field to...
2007-03-30 Sepherosa ZiehauFirmware TX buffer length is 2bytes not 4.
2007-03-30 Sepherosa Ziehau- Add a definition for the length of 802.11 MAC frame...
2007-03-29 Peter AvalosMerge from vendor branch OPENSSH:
2007-03-28 Peter AvalosMerge from vendor branch OPENSSL:
2007-03-27 Sepherosa Ziehau- Implement ieee80211_ack_rate() according to IEEE...
2007-03-26 Sepherosa ZiehauTurn on hardware vlan tagging and vlan mtu for NICs...
2007-03-26 Sepherosa ZiehauDon't contraint size of Supported Rates ie as specified...
2007-03-26 YONETANI TomokazuAdd ACPI_DEBUG_CACHE debug option to module build of...
2007-03-25 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-03-25 Sepherosa Ziehau- Make sure size of Supported Rates ie does not exceed...
2007-03-25 Peter AvalosMerge from vendor branch FILE:
2007-03-24 Matthew DillonReformulate the syslink_msg structure a bit. Instead...
2007-03-24 Sepherosa ZiehauVge(4) is miibus(4) aware, so nuke the already commente...
2007-03-24 Sepherosa ZiehauAdd routing socket's link state change message support...
2007-03-24 Sepherosa ZiehauAdapt lnc(4), which is miibus(4) unaware, to support...
2007-03-24 Sepherosa ZiehauReport link states changes (link up/down and braudrate...
2007-03-21 YONETANI TomokazuWriting PstateControl(formerly named PstateCnt) to...
2007-03-21 Matthew Dillonsyslink work - Implement code for a reformulated system...
2007-03-20 Matthew DillonTry to catch double-free bugs in the ACPI code. For...
2007-03-20 Matthew DillonGenerate a warning if a wired page is encountered on...
2007-03-20 Matthew DillonMinor syntax cleanup
2007-03-19 Sepherosa ZiehauRename "short/long" retry counter to "data/rts" retry...
2007-03-19 Sepherosa ZiehauRevert rtw.c rev1.7, though it works well with my ral...
2007-03-18 Sepherosa ZiehauGet rid of long rety counter; it is never adopted....
2007-03-18 Sepherosa ZiehauRTL8180L is capable of short preamble.
2007-03-18 Sepherosa ZiehauSet Short Slot Time subfield in Capability field, if...
2007-03-17 Sascha Wildners/natapiraid/nataraid/
2007-03-16 Sascha WildnerFix message.
2007-03-16 Sascha WildnerAdd code for creating multiple virtual disks. Multiple...
2007-03-16 Sascha WildnerActivate -i and add some documentation for it.
2007-03-16 Sepherosa ZiehauMake libpcap parse following expressions, so tcpdump...
2007-03-13 Simon SchubertDrop this strange start/endzero thing for procs and...
2007-03-12 Simon SchubertRegen.
2007-03-12 Simon SchubertRework stopping of procs.
2007-03-12 Simon Schubert1:1 Userland threading stage 4.8/4:
2007-03-12 Simon SchubertAdd precautions so that threads won't race to exit1...
2007-03-12 Sascha WildnerMake the vkernel disk (vkd) known to vinum.
2007-03-11 Sascha Wildnermy(4) doesn't use miibus
2007-03-10 Sascha WildnerUse correct parameter order for strcpy().
2007-03-08 Matthew DillonMake sure all string buffers passed from userland are...
2007-03-07 Sepherosa ZiehauDon't try holding serializer in ti_rxeof(). This funct...
2007-03-06 Sepherosa ZiehauUse random octet stream to create IBSS's BSSID as sugge...
2007-03-06 Sepherosa ZiehauCorrect the unit of assoc/reassoc req listen interval...
2007-03-05 Sepherosa ZiehauCorrect TU <-> millisecond and TU -> ticks convertion.
2007-03-05 Sascha Wildnererr() and warn() print the strerror() message by themse...
2007-03-04 Sascha WildnerRemove weird license clause which has expired.
2007-03-04 Sepherosa ZiehauExpose IEEE80211_MSG_ for user space programs.
2007-03-04 Sepherosa Ziehau- Add additional parameter to ieee80211_mgmt_output...
2007-03-01 Sascha WildnerFix prototype.
2007-03-01 Simon SchubertRegen.
2007-03-01 Simon Schubert1:1 Userland threading stage 4.7/4:
2007-02-28 Sepherosa ZiehauAdd sc_newstate_arg to ural_softc, so ieee80211_new_sta...
2007-02-27 Sascha WildnerValidate msg_controllen, as per RFC2292.
2007-02-26 Simon Schubert1:1 Userland threading stage 4.6/4:
2007-02-26 Sepherosa ZiehauDiscard deauth/disassoc that are not for us. Reception...
2007-02-26 Simon SchubertFix suspend behavior by really stopping the process...
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-25 Simon SchubertRegen
2007-02-25 Simon Schubert1:1 Userland threading stage 4.5/4:
2007-02-24 Simon Schubert1:1 Userland threading stage 4.4/4:
2007-02-24 Simon Schubert1:1 Userland threading stage 4.3/4:
2007-02-24 Simon SchubertRemove superfluous conditional.
2007-02-24 Sascha Wildner* Sync the list of devices in the polling(4) manpage...
2007-02-24 Simon SchubertFix taskqueues to truely work on SMP systems.
2007-02-23 YONETANI TomokazuDon't print error messages on AE_TYPE from AcpiGetCurre...
2007-02-22 Thomas E. SpanjaardAdd a 'NATA' kernel config file to go with the previous...
2007-02-22 Simon SchubertEnable building/installing of multiple kernels in nrelease.
2007-02-22 Simon Schubert1:1 Userland threading stage 4.2/4:
2007-02-22 Simon SchubertMake setrunnable() behave more like it is intended.
2007-02-22 Simon SchubertFix stopping of the current process, which was broken...
2007-02-22 Sepherosa Ziehau- Add noise floor to stats
2007-02-22 YONETANI TomokazuDon't loop beyond maximum cpu ID (ncpus - 1); this...
next