Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-29 | - beef up the text on wep/wpa | Jason McIntyre | |
- simplify wpa example help/ok damien | |||
2008-07-29 | disable these targets since this will not be fixed until post-release | Theo de Raadt | |
2008-07-29 | There is currently no CD-ROM install available for OpenBSD/sgi. | Joel Sing | |
ok deraadt@ | |||
2008-07-29 | example code fix from Will Maier; ok otto | Jason McIntyre | |
2008-07-29 | The stream header length and flags field are uint8_t not int. | Marcus Glocker | |
2008-07-29 | check for m_devget() returning NULL, increment ierror count | Thordur I. Bjornsson | |
and just return; OK mglocker@ | |||
2008-07-29 | add description for the modem which has multiple com ports. | Yojiro Uo | |
checked and ok jsg@ | |||
2008-07-29 | When paused (or overrun), the record ring pointers are not incremented | Alexandre Ratchov | |
properly in audio_rint(), the periodic boundary conditions aren't met. This causes, later read(2) to return EFAULT while trying to access unmapped regions of the kernel address space. Fix this by using the correct pointer arithmetic. ok jakemsr@ | |||
2008-07-29 | Reenable the AUXWRITE dance to try and find the aux port in pckbc(4), based | Miod Vallat | |
on an attachment dependent flag; the Tadople SPARCLE needs it. ok kettenis@ deraadt@ | |||
2008-07-29 | Add rebuild mark so that we can restart a rebuild upon clean shutdown. | Marco Peereboom | |
Fix a typo while here. The rebuild field was appended to the metadata so that we can automatically update from v2 to v3. The only visible difference will be that in the dmesg the SCSI version number will go from 002 to 003. ok deraad. | |||
2008-07-29 | - fix FIFO overruns on PCI-E chipsets by setting the DMA size | Reyk Floeter | |
RX/TX configuration registers to 128 instead of 512 bytes. - add a few more MAC/RF id strings for the dmesg. - check for PCI-E instead of single chip variants in a few places. ok deraadt@ | |||
2008-07-29 | sync | Theo de Raadt | |
2008-07-28 | Install man pages for the BIO_* libcrypto functions, but not bio.3 | Jonathan Gray | |
as the page doesn't directly describe any functions. ok deraadt@ | |||
2008-07-28 | Only optimize away plt relocation when obj_base == 0. Corrects | Kurt Miller | |
pie relocation. Assembly debugging help from kettenis@. okay kettenis@ miod@ | |||
2008-07-28 | zap some extra spaces and tabs. | Federico G. Schwindt | |
2008-07-28 | When getting the string descriptors, fetch 2 bytes (size and type) first, | Federico G. Schwindt | |
and then the whole string based on the returned size, not just one byte. The Lexar card reader kindly loaned by Denis Doroshenko (denis dot doroshenko at gmail.com) it's happy now, and after further inspection it's what other OSs do. Discussed with yuo@. krw@ yuo@ ok. | |||
2008-07-28 | some SEE ALSO fixes; | Jason McIntyre | |
2008-07-28 | document WPA-PSK support. | Damien Bergamini | |
"i would really appreciate just something going in" jmc@ | |||
2008-07-28 | man page bits for new malloc; ok jmc@ | Otto Moerbeek | |
2008-07-28 | mention newer versions. | Brad Smith | |
2008-07-28 | ignore PS mode changes and PS-Poll from non-associated STAs. | Damien Bergamini | |
keep track of the number of associated STAs in PS mode. | |||
2008-07-28 | Align the route message length to the next natural boundary via ALIGN() to | Claudio Jeker | |
ensure that the next message is nicely aligned as well. Some archs (sparc, m88k)have strict alignement issues since the inclusion of 64bit counters in the messages because those values could end up on non aligned addresses. Found and fix tested by miod@, OK deraadt@ | |||
2008-07-28 | No longer clear ci_want_resched within cpu_switchto(), now that it's done | Miod Vallat | |
in the MI code. | |||
2008-07-28 | regen | Miod Vallat | |
2008-07-28 | Put XBOW in the generated constants, not PCI... | Miod Vallat | |
2008-07-28 | In addition to cop0 sr, prevent cop0 ic from being modified in | Miod Vallat | |
process_write_regs(). | |||
2008-07-28 | Update to tzcode2008e from elsie.nci.nih.gov | Todd C. Miller | |
2008-07-28 | Update to tzdata2008e from elsie.nci.nih.gov | Todd C. Miller | |
2008-07-28 | sync | Theo de Raadt | |
2008-07-28 | Remove dead code. | Miod Vallat | |
2008-07-28 | In process_write_regs() and sigreturn(), be more strict about the bits | Miod Vallat | |
userland is allowed to change in psr. | |||
2008-07-28 | According to the manual, delay slot kill the benefits of being superscalar, | Miod Vallat | |
so don't use any in the 88110-specific parts of locore. | |||
2008-07-28 | sync | Reyk Floeter | |
2008-07-28 | revert AR5416 PCIE to AR5418, the product description is clear about | Reyk Floeter | |
it while atheros' driver says something wrong (even if it is technically correct). also rename AR9280 PCIE to AR9281 (guessed). triggered by kettenis@ | |||
2008-07-28 | document which functions use which YP maps; Ingo Schwarze | Theo de Raadt | |
2008-07-28 | some cleanup; Gleydson Soares | Theo de Raadt | |
2008-07-28 | regen | Mark Kettenis | |
2008-07-28 | Name PLX PEX devices a bit more consistently, and keep them sorted in | Mark Kettenis | |
numerical order. | |||
2008-07-28 | Do not use __progname in inetd as it is not portable. Instead hardcode it to | Claudio Jeker | |
"inetd" in the few locations that print out the program name. requested and OK deraadt@ | |||
2008-07-28 | remove an #if noyet block that will never be needed. | Thordur I. Bjornsson | |
softupdates are reported too statfs via the mount point flags or the mount_info part of statfs; ok pedro@ | |||
2008-07-28 | Remove separate pic versions of crt0, crtbegin, crtend. Next | Kurt Miller | |
release we are taking a different approach. Idea from kettenis@. okay kettenis@ weingart@ | |||
2008-07-28 | regen | Jonathan Gray | |
2008-07-28 | Add devices from submitted dmesgs and some VX800 bits. | Jonathan Gray | |
2008-07-28 | dont stuff nfs mount point flags into the statfs f_flags member, its | Thordur I. Bjornsson | |
wrong. But this was harmless anyway since sys_statfs() sets this field corrently after calling VFS_STATFS(); ok pedro@, blambert@ | |||
2008-07-28 | Fix the tracking of RTF_MPATH. Until now the magic happend on the first route | Claudio Jeker | |
and not on the routes with the right prio. So pick up the correct route by calling rn_mpath_prio() first. OK henning@ | |||
2008-07-28 | add another 3G modems support to umsm(4). | Yojiro Uo | |
- Option GlobeSuffer ICON7.2 - Option GlobeTrotter HSDPA ICON 225 These modems require special request to change its mode to modem. It is similar with huawei E220, but these modems using UMASS standard query to change mode. tested by pyr@ and ajacoutot@ ok jsg@ and pyr@ | |||
2008-07-28 | missing "goto err". | Damien Bergamini | |
fix IEEE80211_DEBUG builds. | |||
2008-07-28 | sync | Reyk Floeter | |
2008-07-28 | new atheros PCI Ids for the ar9k chipsets, change AR5418 to be AR5416 PCIE. | Reyk Floeter | |
2008-07-28 | reinstate a comment whacked in -r1.138; ok deraadt | Jason McIntyre | |