Age | Commit message (Expand) | Author |
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 |
2007-07-05 | From FreeBSD: | Dimitry Andric |
2007-07-05 | Compute the correct address and try and print a matching symbol for j and | Miod Vallat |
2007-07-05 | Remove unused variable; Lawrence Teo | Todd C. Miller |
2007-07-04 | fix dmesg formatting error when hardware random number generator is present | Chris Kuethe |
2007-07-04 | sync | Theo de Raadt |
2007-07-04 | workaround for [daddr64_t] issue; worked on mostly by otto, wee bit by me | Theo de Raadt |
2007-07-04 | add subtype "Action" for management frames. | Damien Bergamini |
2007-07-04 | ignore WMM vendor IEs that are not parameter sets. | Damien Bergamini |
2007-07-04 | allow USEGROUP as the pairwise cipher for RSN IE. | Damien Bergamini |
2007-07-04 | add RSN flags for ic_caps and ic_flags. | Damien Bergamini |
2007-07-04 | take skc/sk off main floppy, becuase of net80211 growth | Theo de Raadt |
2007-07-04 | Add ffs2 support; from FreeBSD. OK deraadt@ | Todd C. Miller |
2007-07-04 | bye bye | Henning Brauer |
2007-07-04 | remove fe(4). hasn't been enabled in 10 years, doesn't compile, no manpage. | Henning Brauer |
2007-07-04 | another mbr partition type; fgsch | Theo de Raadt |
2007-07-04 | sync | Theo de Raadt |
2007-07-04 | Fix a use after free crash in in_delmulti(). If a interface is detached | Claudio Jeker |
2007-07-04 | add "cua" to the NAME section; | Jason McIntyre |
2007-07-04 | give a little indent; | Jason McIntyre |
2007-07-04 | Remove more IPX leftovers. | Marco Pfatschbacher |
2007-07-04 | No m_copyback for ICMP and "other" protocols on rdr/binat. | Marco Pfatschbacher |
2007-07-04 | Revert r1.42 of if_bnx.c, "Enable IPv4 transmit TCP/UDP checksum | Kenneth R Westerback |
2007-07-03 | join ahci attach code back together into one function. | David Gwynne |
2007-07-03 | jmb pretends to be pci now, so i dont need to let it see ahci_softc so it | David Gwynne |
2007-07-03 | Mark ukbd(4) as console keyboard when appropriate. | Mark Kettenis |