Age | Commit message (Expand) | Author |
2007-07-08 | A set of big related changes. okay millert@, tested further by kettenis@ | Marc Espie |
2007-07-08 | Process scan command results. Enable 'ifconfig -M'. | Marcus Glocker |
2007-07-08 | Report the correct stack size and top for the primordial thread in | Kurt Miller |
2007-07-08 | As pointed out by Mickey, "-I/usr/includes" is not required for | Kenneth R Westerback |
2007-07-07 | Restore missing '(' to allow successful compilation. Bad pyr@. | Kenneth R Westerback |
2007-07-07 | Make the scan command work, finally. | Marcus Glocker |
2007-07-07 | /altroot backup now documented in daily(8), not afterboot(8); | Jason McIntyre |
2007-07-07 | Add support for Realtek ALC883. This is the "value" edition of the | Deanna Phillips |
2007-07-07 | On hppa, function pointers may be be pointers to PLT entries. Handle those | Mark Kettenis |
2007-07-07 | Match VIA VT8237A; from "Christoph Egger" <Christoph_Egger@gmx.de>. | Alexander Yurchenko |
2007-07-07 | Pull in ffs2 support and other updates from FreeBSD. OK deraadt@ | Todd C. Miller |
2007-07-07 | Initialize the first 2 block's worth of inodes for ffs1 as well as ffs2. | Todd C. Miller |
2007-07-07 | document maximum values for -S and -s; | Jason McIntyre |
2007-07-06 | have ieee80211_parse_rsn() return a reason code so that we can | Damien Bergamini |
2007-07-06 | cleanup the computation of mgmt frames sizes. | Damien Bergamini |
2007-07-06 | remove remaining bits for pre-RSNA shared authmode support. | Damien Bergamini |
2007-07-06 | typo in an error message. | Damien Bergamini |
2007-07-06 | don't check the IEEE80211_CAPINFO_PRIVACY bit in (re)association requests. | Damien Bergamini |
2007-07-06 | initialize an unitialized variable. | Damien Bergamini |
2007-07-06 | - document -v | Jason McIntyre |
2007-07-06 | Reference limits.h, not sys/param.h since we document using PATH_MAX | Todd C. Miller |
2007-07-06 | btintrq has been removed from bt_input.c, don't reference it here. | Christian Weisgerber |
2007-07-06 | dont inlucde <sys/syslimits.h> directly. | Thordur I. Bjornsson |
2007-07-06 | Fix a misleading comment. | Artur Grabowski |
2007-07-06 | some discussion of devices, logs, and permissions; | Jason McIntyre |
2007-07-06 | - enable full-duplex mode by default if a device is opened | Jacob Meuser |
2007-07-06 | the AUDIO_WSEEK ioctl should return the number of bytes in the play | Jacob Meuser |
2007-07-06 | be sure to respect the pause attribute | Jacob Meuser |
2007-07-06 | - there is no need for audio_init_ringbuffer() to always set the "pause" | Jacob Meuser |
2007-07-06 | net80211 growth eats another ethernet driver (which is super rare on laptops) | Theo de Raadt |
2007-07-06 | The poll(2) syscall doesn't work correctly on audio(4) devices. | Jacob Meuser |
2007-07-06 | sha1 is needed by wlan now, too | Theo de Raadt |
2007-07-06 | remove another $Id$, forgotten in last commit | Jacob Meuser |
2007-07-06 | proper RCS tags | Jacob Meuser |
2007-07-06 | manpage improvements from jmc@ | Jacob Meuser |
2007-07-06 | regression tests for various audio read(2) and write(2) scenarios | Jacob Meuser |
2007-07-06 | regression test for AUDIO_GETINFO/AUDIO_SETINFO ioctls | Jacob Meuser |
2007-07-05 | fix a "Device busy" error in server mode. found by ckuethe@ | Joris Vink |
2007-07-05 | Report actual faulting address (if we can) instead of the mmu tag word for | Mark Kettenis |
2007-07-05 | fixes my previous commit. | Damien Bergamini |
2007-07-05 | always set the IEEE80211_CAPINFO_ESS bit in association requests. | Damien Bergamini |
2007-07-05 | some HT frames may have an additional HT Control field. | Damien Bergamini |
2007-07-05 | don't set IEEE80211_CAPINFO_ESS bit since we're not operating as an AP. | Damien Bergamini |
2007-07-05 | move the logic of determining whether an extended supported rates IE is | Damien Bergamini |
2007-07-05 | split ieee80211_add_rsn() so that the code can be reused for | Damien Bergamini |
2007-07-05 | add myself to the copyright list. | Damien Bergamini |
2007-07-05 | add the pseudo-random function (PRF) and various key derivation | Damien Bergamini |
2007-07-05 | On OpenBSD/hppa, not all space registers are equivalent, so don't set | Mark Kettenis |
2007-07-05 | Print offset and irq for devices that attach to ssio(4). | Mark Kettenis |
2007-07-05 | use a more traditional while() instead of for() for getopt(). | Thordur I. Bjornsson |