Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-24 | remove arc4_ compatibility macros. | Damien Bergamini | |
2007-07-24 | sync | Theo de Raadt | |
2007-07-24 | Quote digest otherwise it won't be parsed as a string. | Pierre-Yves Ritschard | |
2007-07-24 | add functions to compute EAPOL-Key Key MIC fields and to encrypt/decrypt | Damien Bergamini | |
EAPOL-Key Data fields. | |||
2007-07-24 | add ic_globalcnt to struct ieee80211com: | Damien Bergamini | |
in an RSNA, each STA must maintain a 256-bit global key counter that must be initialized to a random value (see 8.5.7). | |||
2007-07-24 | make imsg_create use dynamic buffers. | Pierre-Yves Ritschard | |
this does not change imsg_compose's behavior but allows the message's buffer to grow and will avoid sending a ton of small messages when unrolling lists between two processes. this is needed for sending multiple routes at once when updating the fib with multipath routes. discussed and ok claudio@ | |||
2007-07-24 | cleanup definition of struct ieee80211_eapol_key. | Damien Bergamini | |
prepend 802.1X header. use byte-arrays to prevent access to unaligned fields. | |||
2007-07-24 | hardware WEP in the TX path. | Damien Bergamini | |
make sure to clear the SCAN lock in case the scan is interrupted. | |||
2007-07-24 | Remove some goo for dealing with 32-bit cpu's. | Mark Kettenis | |
"I don't mind this diff" miod@ | |||
2007-07-24 | use 1 vs. -1 for true; ok henning@ krw@ | Kevin Steves | |
2007-07-24 | rearrange newline printing code during editor startup; ok millert krw | Theo de Raadt | |
2007-07-24 | sync | Theo de Raadt | |
2007-07-24 | make imsg_create use dynamic buffers. | Pierre-Yves Ritschard | |
this does not change imsg_compose's behavior but allows the message's buffer to grow and will avoid sending a ton of small messages when unrolling lists between two processes. discussed with claudio (and coming to ospfd soon). | |||
2007-07-24 | bthub for macppc to make xsa happy. | Michael Knudsen | |
todd will commit the MAKEDEV bits later. | |||
2007-07-23 | sync | Todd T. Fries | |
2007-07-23 | +bthub | Todd T. Fries | |
ok mk@ | |||
2007-07-23 | This shouldn't be needs-count -- especially because it breaks config. | Michael Knudsen | |
Revert it to needs-flag. Noticed by xsa. | |||
2007-07-23 | fix a variable shadowing problem | Henning Brauer | |
PR5549, From: veins@evilkittens.org | |||
2007-07-23 | There seems to be enough room for rl(4) after all. | Mark Kettenis | |
2007-07-23 | Add ssio(4) and its com(4) ports; thanks to jsg@ for reminding me. | Mark Kettenis | |
2007-07-23 | Since __sparc__ gets defined on sparc64 too, add a !defined (__sparc64__) | Mark Kettenis | |
to the condition that protects CPU_ISSUN4OR4C. While we currently define that macro on sparc64 too, we won't in the near future. ok miod@ | |||
2007-07-23 | - enable thread support in libobjc | Kurt Miller | |
- disable thread priorities in libobjc to avoid thread starvation issues - major bump lib due to new link dependency on pthread - link objc regress with -pthread Tested on i386/amd64/powerpc/landisk/vax/sparc64/hppa. okay espie@ | |||
2007-07-23 | bthub needs-count | Michael Knudsen | |
2007-07-23 | This improves cdce(4) and makes some devices work that previously did not | Marc Balmer | |
(like the Sony Ericsson K610 mobile phone). - Read hardware address from ethernet descriptor makes the Sony Ericsson K610 work. - Add support for status notifications (interrupt endpoint). - Recognize if there is a union descriptori (thus remove CDCE_NO_UNION). - Handle wrong union descriptors (master/slave values are swapped) (Ambit NTL 250) Diff done by Marc Winiger <mw@msys.ch>, tested by many on different platforms and with various devices: cable modems, mobile phones, and, zaurus as USB function. ok jsg, claudio, kili | |||
2007-07-23 | Some style/knf nits. | Michael Knudsen | |
Also, don't restrict to only opening dev minor 0. | |||
2007-07-23 | Add glue for a control device for bthub(4). Will be used to configure | Michael Knudsen | |
device inquiry/discovery parameters, pairings, and what else might be needed. From discussion with gwk. MAKEDEV goo follows later. ok and lots of input from miod. | |||
2007-07-23 | when multipath routes exist, display them in ospfctl sh fib output. | Pierre-Yves Ritschard | |
ok claudio@ | |||
2007-07-23 | STAC7661: | Deanna Phillips | |
- enable internal mic and select it as the default recording source, - create mixerctl record.source for selecting between internal and external mics, - mute input by default. | |||
2007-07-23 | Fix a typo in a comment: VAIO SE -> VAIO SZ. | Deanna Phillips | |
2007-07-23 | STAC7661: rename "inputs.mic" to "record.volume". This is what the | Deanna Phillips | |
audio layer wants, and is a more accurate description. Use the correct number of steps. | |||
2007-07-23 | STAC7661: | Deanna Phillips | |
- Add set_port and get_port functions and use them to create a stereo master volume out of the headphone and speaker dacs. Unbreaks setting the volume in ports like xmms. - Use the correct number of steps for the dac volumes. | |||
2007-07-23 | We will never make a mixer item out of the pin control operation, so | Deanna Phillips | |
move it out of azalia_generic_mixer_set into its own function, azalia_generic_mixer_pinctrl. From kent@netbsd. In azalia_stac9200_mixer_init, let the unsolicited event handler make the initial headphone vs speaker choice. Removes some duplicate code. These changes only affect STAC9200. Tested by krw@ on a Latitude D620. | |||
2007-07-22 | Get rid of the fixe VA range for device mappings; use uvm_km_valloc() instead. | Mark Kettenis | |
This allows mappings of more than 256MB, needed by some frame buffers. "looks good", miod@ | |||
2007-07-22 | lexicographically sorts the list of commands | Igor Sobrado | |
ok jmc@ | |||
2007-07-22 | spacing, chop some of the more obscenely long lines. | Gordon Willem Klok | |
2007-07-22 | Move hppa to __HAVE_TIMECOUNTERS. | Mark Kettenis | |
2007-07-22 | make sure loop variables use their own buffers. | Marc Espie | |
(causes .for loops to give weird results very infrequently, memory handling was slightly wrong, but not enough to break things thoroughly). noticed by naddy@ | |||
2007-07-22 | Enable rl(4) on hppa, tested by me, ok kettenis@ | Jonathan Gray | |
2007-07-22 | clear the IFF_ALLMULTI flag when the interface goes down. | David Gwynne | |
2007-07-22 | the softc variable is sc, not sp. | David Gwynne | |
2007-07-21 | 64 bit mips support for the arla lwp code, requested by todd@ long ago... | Miod Vallat | |
2007-07-21 | - this page describes getpgid.2 too | Jason McIntyre | |
- describe when "pid" is zero; from Kristaps Dzonsons ok millert | |||
2007-07-21 | make one of the lists -compact, to avoid some yucky vertical blankspace; | Jason McIntyre | |
2007-07-21 | Mention bge(4) as well. | Mark Kettenis | |
2007-07-21 | Mention SysKonnect/Marvell gigabit ethernet adapters. | Mark Kettenis | |
2007-07-21 | no need to say in two ways "a set of usb devices went away"; ok by a few | Theo de Raadt | |
2007-07-21 | Add sk(4). Tested by Maurice Janssen. | Mark Kettenis | |
2007-07-21 | Similar to sbin/route/show.c: | Claudio Jeker | |
Check the rtm_version before trying to print an entry. If the rtmsg has a different version skip it and don't try to print it. Solves a SIGSEGV I have triggered with one of my scarier diffs. OK henning@ | |||
2007-07-21 | Check the rtm_version before trying to print an entry. If the rtmsg has a | Claudio Jeker | |
different version skip it and don't try to print it. Solves a SIGSEGV I have triggered with one of my scarier diffs. OK henning@ | |||
2007-07-21 | even though gcc doesn't reuse the utsname space, it could. Ensure MACHINE | Marc Espie | |
stays defined. |