Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-09 | flurry of updates: | Jared Yanovich | |
- minor mdoc tweaks - add an example - sync header excerpts to reality - document STRIOCSCRIPTNAME - add a CAVEAT - clarify an issue regarding STRIOCPOLICY/NEW tweaks and ok from millert, jmc, marius | |||
2004-11-09 | whitespace; | Jason McIntyre | |
2004-11-09 | add missing wireless adapters, and sync w/ .Nd; | Jason McIntyre | |
suggested by alexey e. suslikov; ok deraadt@ | |||
2004-11-09 | tweaks; | Jason McIntyre | |
ok jaredy@ | |||
2004-11-09 | whitespace; | Jason McIntyre | |
2004-11-08 | tweaks; | Jason McIntyre | |
2004-11-08 | Document "no scrub"; from jmc@, tweaked by me. dhartmei@ ok | Aaron Campbell | |
2004-11-08 | clarify Nd lines, jmc ok | Theo de Raadt | |
2004-11-08 | correct chip models | Theo de Raadt | |
2004-11-08 | conditional override of PIPE, from markus | Theo de Raadt | |
2004-11-08 | atu(4) supports Atmel-based USB wireless devices (man page based on a | Theo de Raadt | |
shred of wi.4 | |||
2004-11-08 | remove references to other wireless chips: not really useful. | Jason McIntyre | |
they are already documented in more appropriate places, such as pci(4); prompted by a mail from sam chill on tech@ | |||
2004-11-08 | new sentence, new line; | Jason McIntyre | |
whitespace; | |||
2004-11-08 | new sentence, new line; | Jason McIntyre | |
2004-11-07 | document systrace inject. | marius eriksen | |
ok millert@ | |||
2004-11-07 | simplify hostap description; | Jason McIntyre | |
2004-11-07 | correct paths, pointed out by reyk | Theo de Raadt | |
2004-11-07 | tweaks; | Jason McIntyre | |
2004-11-07 | use cc -pipe on most architectures; agreed by a lot | Theo de Raadt | |
2004-11-07 | oops | Theo de Raadt | |
2004-11-07 | avoid first person | Theo de Raadt | |
2004-11-07 | Xr all around | Theo de Raadt | |
2004-11-07 | add man page reyk did not commit, he will learn | Theo de Raadt | |
2004-11-07 | - MACHINE -> MACHINE_ARCH for amd64 | Brad Smith | |
- remove x86_64 - alphabetic order ok deraadt@ | |||
2004-11-06 | The audio(4) manpage says to use code that looks like | Brad Smith | |
ioctl(fd, AUDIO_INITINFO, &info); to initialize the audioinfo struct. This does not work as there is no AUDIO_INITINFO ioctl command. Rather, the structure should be initialized with something that looks like this: AUDIO_INITINFO(&info); From: Chris Kuethe <ckuethe at ualberta dot ca> in PR 3980 | |||
2004-11-04 | fix entries for Sao Paulo and Porto Alegre, and add one for Curitiba. | Pedro Martelletto | |
ok mickey@ | |||
2004-11-02 | plug evcount.9 into build | Jared Yanovich | |
2004-11-02 | add initial manpage for the evcount API | Jared Yanovich | |
2004-10-31 | add some aue devices found in the linux driver | Jonathan Gray | |
2004-10-30 | Support another device; prices@dflytech.com | Theo de Raadt | |
2004-10-30 | mention udav and axe | Jonathan Gray | |
2004-10-29 | switch powerpc to gcc3 | Peter Valchev | |
2004-10-29 | add re(4), ok pval | Jonathan Gray | |
2004-10-29 | another re device from FreeBSD | Jonathan Gray | |
2004-10-28 | Mention wax at phantomas. | Miod Vallat | |
2004-10-28 | s/timeout modulation/timestamp modulation/ | Ryan Thomas McBride | |
ok frantzen@ | |||
2004-10-27 | we can do interrupt transfers now | David Gwynne | |
prod by miod@ | |||
2004-10-27 | lanmedia.com is no more, point ppl to the right website at least. | Henning Brauer | |
this manpage could need some more work. | |||
2004-10-27 | make distclean does not run make clean. from Christian Jones | Jared Yanovich | |
2004-10-26 | it is iwicontrol(8), not iwictl(8). ok deraadt fgsch | Jared Yanovich | |
2004-10-26 | Add Pharos GPS. From NetBSD. | Jonathan Gray | |
2004-10-24 | Only MA111v1 is Prism-based. | Todd C. Miller | |
2004-10-21 | Fix typo; from mpech@ | Todd C. Miller | |
2004-10-20 | Tiny typo | Ian Darwin | |
2004-10-20 | Mention ipw and iwi here too. | Miod Vallat | |
2004-10-20 | .Xr ipw and iwi. | Miod Vallat | |
2004-10-20 | Shorter synopsis lines, more .Xr, and minor cleaning. | Miod Vallat | |
2004-10-20 | add some devices found in linux and freebsd drivers | Jonathan Gray | |
2004-10-20 | support for Intel 2100/2200BG/2915ABG wireless devices written by | Theo de Raadt | |
damien.bergamini@free.fr. This gets imported even though there is no firmware in the tree. This is a ridiculous situation: everything is free, everything works, except Intel will not let us put a little dinky firmware flat file into OpenBSD. So OpenBSD is ready for Intel whenever they are. Are you a consumer? Do you want to see this changed -- contact jketreno@linux.intel.com and tell him how you feel about this. He is likely someone who cannot do anything about it, though. If anyone can work up or down the chain around his department and get me contact information for various people, I will compile and later publish such a list. Go do it people -- this is how things will change. Get me email addresses and phone numbers. | |||
2004-10-20 | support C/C++ | Marc Espie | |
Ditch DESTDIR building. okay miod, theo. |