Age | Commit message (Expand) | Author |
2008-09-08 | IEEE 802.3 Annex 28B.3 explicitly specifies the following relative | Brad Smith |
2008-09-08 | expand switch cases so they're not so ugly and easier to read. | Brad Smith |
2008-09-08 | delete a few more things. hoping someone shows up who is upset by this, | Theo de Raadt |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-09-07 | Kill some unneeded defines and struct members. | Owain Ainsworth |
2008-09-06 | match libc sha2(3) API changes for kernel; ok millert@ | Damien Miller |
2008-09-06 | Fix comment to catch up with HPPA_PGALIAS change. | Mark Kettenis |
2008-09-06 | Return EIO when the residual is > xs->datalen, even if SCSI_SILENT is | Kenneth R Westerback |
2008-09-06 | Something else that nothing calls. | Owain Ainsworth |
2008-09-06 | Kill some more unused struct fields and the cases for them. | Owain Ainsworth |
2008-09-06 | Kill the stats data structures and noop some other parts. Nothing in | Owain Ainsworth |
2008-09-05 | The code for cleaning up errored buffers and for cleaning up at the end | Owain Ainsworth |
2008-09-05 | The helper functions in this file are only used in one place and | Owain Ainsworth |
2008-09-05 | sync | Okan Demirmen |
2008-09-05 | - clarify Radeon HD 2600 Pro entry | Okan Demirmen |
2008-09-05 | fix vblank interrupt mask. Unbreaks sync-to-vblank and anything that | Owain Ainsworth |
2008-09-05 | Back out previous. Art realised a problem with it. | Owain Ainsworth |
2008-09-05 | Don't overwrite the old ipl in msleep if PNORELOCK was set. | Artur Grabowski |
2008-09-05 | When munging the WANTIPL of the mutex to prevent undoing the sched_lock, | Owain Ainsworth |
2008-09-04 | mostly cosmetic. | Damien Bergamini |
2008-09-03 | Replace -s (sector size) option with more general -t (disktype) | Kenneth R Westerback |
2008-09-03 | third parameter of ieee80211_get_assoc_req() is a management frame | Damien Bergamini |
2008-09-03 | (Re)Association requests should contain a QoS Capability element, | Damien Bergamini |
2008-09-03 | redefine ic_send_mgmt() as a no-op instead of calling IF_PURGE in | Damien Bergamini |
2008-09-03 | In dc_setcfg() suppress printing a warning when forcing the receiver | Brad Smith |
2008-09-03 | regen | Stuart Henderson |
2008-09-03 | housekeeping: | Stuart Henderson |
2008-09-03 | before linking state keys compare them to verify they actually are the | Henning Brauer |
2008-09-03 | do not set the pkthdr mbuf state key pointer to the state key saved in the | Henning Brauer |
2008-09-03 | Use & not && when masking bits. | Jonathan Gray |
2008-09-03 | Remove dead code: ip6_copypktopts() is not used anywhere. | Marco Pfatschbacher |
2008-09-03 | Prevent a possible overflow when the sum of all demotion counters | Marco Pfatschbacher |
2008-09-02 | If we need a physical hardware status page, initialise it at device attach | Owain Ainsworth |
2008-09-02 | Track progress inside of batchbuffers so we know the hardware isn't | Owain Ainsworth |
2008-09-02 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-09-02 | missing break; | Jonathan Gray |
2008-09-02 | detypedef some more. No functional change. | Owain Ainsworth |
2008-09-01 | use C99 style struct initializer instead of GCC specific one (from NetBSD). | Damien Bergamini |
2008-09-01 | add ic_tid_noack bitmap to indicate a per-TID ACK policy (1=no ack, | Damien Bergamini |
2008-09-01 | extend ieee80211_classify() to extract DSCP field from IPv6 packets too. | Damien Bergamini |
2008-09-01 | rework previously unused ieee80211_pwrsave() function, call it from | Damien Bergamini |
2008-09-01 | avoid loosing return value from copyin, and properly return it. | Charles Longeau |
2008-09-01 | fix null dereference. | Charles Longeau |
2008-09-01 | convert a tsleep back to msleep that got lost in a previous upstream merge. | Owain Ainsworth |
2008-09-01 | Add Interrupt mitigation for the i9XX user_irq, should save a bit of power; | Owain Ainsworth |
2008-09-01 | Avoid #pragma pack(1) and unify everything towards using __packed. | Theo de Raadt |
2008-09-01 | Bring comment into line with reality. We use sgi label info but don't | Kenneth R Westerback |
2008-09-01 | Finish the rest... ATL2 -> LII | Brad Smith |
2008-09-01 | Allow sgi to spoof the native label. But don't spoof when just | Kenneth R Westerback |
2008-09-01 | Switch ath(4) to softcrypto to enable support for WPA/WPA2. | Reyk Floeter |