Try to catch double-free bugs in the ACPI code. For now generate a warning
[dragonfly.git] / sys / netproto /
2007-03-19 Sepherosa ZiehauRename "short/long" retry counter to "data/rts" retry...
2007-03-18 Sepherosa ZiehauGet rid of long rety counter; it is never adopted....
2007-03-18 Sepherosa ZiehauSet Short Slot Time subfield in Capability field, if...
2007-03-16 Sepherosa ZiehauMake libpcap parse following expressions, so tcpdump...
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-04 Sepherosa ZiehauExpose IEEE80211_MSG_ for user space programs.
2007-03-04 Sepherosa Ziehau- Add additional parameter to ieee80211_mgmt_output...
2007-03-01 Simon Schubert1:1 Userland threading stage 4.7/4:
2007-02-26 Sepherosa ZiehauDiscard deauth/disassoc that are not for us. Reception...
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-21 Simon Schubert1:1 Userland threading stage 2.20/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.14/4:
2007-02-17 Simon SchubertMerge from vendor branch GCC:
2007-02-16 Sepherosa ZiehauAdd ieee80211_plcp2rate() to convert PLCP signal/rate...
2007-02-15 Victor Balada DiazMerge from vendor branch BIND:
2007-02-15 Victor Balada DiazMerge from vendor branch BIND:
2007-02-13 Sepherosa ZiehauReclaim challenge text, if we operate as an AP and...
2007-02-09 Sepherosa ZiehauAvoid possible mbuf re-tap on error path.
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-01-20 Peter AvalosMerge from vendor branch BZIP:
2007-01-17 YONETANI TomokazuMerge from vendor branch INTEL_ACPICA:
2007-01-15 Simon SchubertMerge from vendor branch GCC:
2007-01-13 Simon SchubertMerge from vendor branch GCC:
2007-01-02 Sascha Wildner[committed on behalf of sephe]
2007-01-01 Simon Schubert1:1 Userland threading stage 2.10/4:
2007-01-01 Sepherosa Ziehau- In ieee80211_setmode(), don't mark basic rates on...
2006-12-26 Sepherosa ZiehauUse a temporary rate set to hold current channel's...
2006-12-25 Sepherosa Ziehau- Fix some comment.
2006-12-25 Peter AvalosMerge from vendor branch LIBPCAP:
2006-12-25 Peter AvalosMerge from vendor branch TCPDUMP:
2006-12-24 Sepherosa ZiehauRestart TX rate control algorithm for a peer node,...
2006-12-23 Sepherosa ZiehauMassive 802_11 XRATE bug fixing.
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
2006-12-15 Sepherosa Ziehau- Factor out ieee80211_print_rateset().
2006-12-12 Peter AvalosMerge from vendor branch FILE:
2006-12-12 Sepherosa Ziehau- Correct some debug messages format.
2006-12-09 Sepherosa Ziehau- Factor out _ieee80211_probe_resp_alloc() from ieee802...
2006-12-05 Matthew DillonLocal variables that were improperly named 'errno'...
2006-12-03 Jeffrey HsuApply FreeBSD rev 1.17:
2006-12-03 Jeffrey HsuApply FreeBSD rev 1.6:
2006-12-03 Jeffrey HsuApply FreeBSD rev 1.16:
2006-12-03 Jeffrey HsuApply FreeBSD rev 1.15:
2006-12-03 Jeffrey HsuApply FreeBSD rev 1.9:
2006-12-01 Sepherosa ZiehauAdd PBCC modulation support in netproto/802_11:
2006-11-29 Sepherosa ZiehauDon't use unprocessed (e.g. negociated) peer node's...
2006-11-28 Sepherosa ZiehauAccording to IEEE Std 802.11b-1999 subclause 7.3.1.4:
2006-11-28 Sepherosa ZiehauM_NOWAIT -> MB_DONTWAIT
2006-11-26 Peter AvalosA u_short cannot be greater than 0xffff, so remove...
2006-11-26 Sepherosa Ziehau- Factor out front part of ieee80211_set_shortpreamble...
2006-11-25 Sepherosa ZiehauCorrect short preamble support.
2006-11-25 Sepherosa ZiehauMove conditional preprocessing out from the IEEE80211_D...
2006-11-25 Sepherosa ZiehauEnsure outbound data packets in hostap mode are deliver...
2006-11-25 Sepherosa ZiehauAdd per-sta ucast/mcast stats
2006-11-25 Sepherosa ZiehauNuke macros that are moved to ieee80211.h
2006-11-25 Sepherosa Ziehau- Add some missing stats to the global ieee80211_stats
2006-11-25 Sepherosa Ziehau- Add IEEE80211_IOC_BMISSTHRESHOLD for managing the...
2006-11-25 Sepherosa Ziehau- Add noise floor in ieee80211_nodestats; return it...
2006-11-23 Sepherosa ZiehauIf power save mode changes, call ieee80211com.ic_reset...
2006-11-23 Sepherosa ZiehauImplement set(IEEE80211_IOC_STA_STATS) for hostapd...
2006-11-21 Sepherosa Ziehau- Tighten invariant on loops used to parse ie's; this...
2006-11-20 Peter AvalosMerge from vendor branch OPENSSH:
2006-11-20 Peter AvalosMerge from vendor branch OPENSSL:
2006-11-15 Peter AvalosMerge from vendor branch FILE:
2006-11-13 Sepherosa ZiehauAvoid duplicated ifname in debug message.
2006-11-12 Peter AvalosMerge from vendor branch FILE:
2006-11-11 Peter AvalosMerge from vendor branch FILE:
2006-11-08 Peter AvalosMerge from vendor branch TNFTP:
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-11-01 Peter AvalosMerge from vendor branch AWK:
2006-10-24 Sepherosa ZiehauAdd support in ONOE/AMRR for drivers that can't provide...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-10-23 Sascha WildnerRather than making static declarations global, get...
2006-10-21 Sepherosa ZiehauChange the AMRR TX rate control algorithm:
2006-10-21 Sepherosa ZiehauNuke M_HASFCS processing in ieee80211_input(), since
2006-10-19 Sascha WildnerAdjust man pages, comments, messages and some defunct...
2006-10-19 Jeffrey HsuCosmetic cleanups.
2006-10-18 Jeffrey HsuOpenBSD rev 1.66:
2006-10-12 Jeffrey HsuFix missing malloc -> kmalloc conversions.
2006-10-08 Peter AvalosMerge from vendor branch LESS:
2006-09-30 Sascha WildnerDe-staticize (previously declared extern).
2006-09-30 Sascha WildnerAvoid casts as lvalues.
2006-09-30 Simon SchubertFix smb panic, td might be NULL
2006-09-28 Simon SchubertMerge from vendor branch OPENSSH:
2006-09-28 Simon SchubertMerge from vendor branch OPENSSH:
2006-09-27 Simon SchubertMerge from vendor branch GCC:
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-18 Peter AvalosMerge from vendor branch LIBARCHIVE:
2006-09-13 Simon SchubertMerge from vendor branch CVS:
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-09 Matthew DillonRename the kernel NODEV to NOCDEV to avoid conflicts...
2006-09-06 Simon SchubertMerge from vendor branch OPENSSL:
2006-09-05 Matthew DillonFix malloc macros for dual-use header file.
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
next