Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-07-28 | Fix integer truncation in ttwrite(). ok deraadt, miod. | Stefan Kempf | |
2008-07-28 | Almost complete rewrite of malloc, to have a more efficient data | Otto Moerbeek | |
structure of tracking pages returned by mmap(). Lots of testing by lots of people, thanks to you all. ok djm@ (for a slighly earlier version) deraadt@ | |||
2008-07-28 | sync | Theo de Raadt | |
2008-07-28 | 3 plx devices found on Sun T2 systems | Theo de Raadt | |
2008-07-27 | document COMPAT_O43; requested by Oleg Safiullin | Jason McIntyre | |
text from otto | |||
2008-07-27 | Increase the size of the TSB on large memory machines. This make building | Mark Kettenis | |
a kernel 10-15% faster on the t1k. Don't do this for SMALL_KERNEL though, otherwise the 4MB locked mapping for the data segment will be too small to include a ramdisk. | |||
2008-07-27 | sanitize RX path a bit. | Damien Bergamini | |
make sure drivers pass a contiguous header, check header length earlier. fix checking of frames sequence number for frames containing an Address 4 field (required for future work). fix processing of control frames (only pspoll for now). | |||
2008-07-27 | +I-O DATA WN-G54/CF to the malo(4) list; | Jason McIntyre | |
2008-07-27 | s/IEEE80211_DPRINTF/DPRINTF/ | Damien Bergamini | |
automatically prepend __func__ to output. deobfuscates debug messages a bit. no binary change unless compiled with IEEE80211_DEBUG. | |||
2008-07-27 | remove unused structures and duplicated definitions. | Damien Bergamini | |
remove clause 3 of license while I'm here (from FreeBSD). | |||
2008-07-27 | an enum specifier is more elegant than a set of #defines; | Igor Sobrado | |
storing the program mode variable (pmode) as a global let us have a more consistent prototype for usage(). changes suggested by pyr@. ok pyr@ | |||
2008-07-27 | Some devices take longer to load the firmware. Increase the firmware | Marcus Glocker | |
load timeout from 50000us to 500000us. Reported and tested by William Dunand with an I-O DATA WN-G54/CF device. Since this device works now, we add it to the man page. | |||
2008-07-27 | fix a typo in a comment. | Marc Balmer | |
ok mglocker | |||
2008-07-27 | bad comma; | Jason McIntyre | |
2008-07-27 | Use __progname instead of hand rolled version using argv[0]. | Claudio Jeker | |
Diff from Gleydson Soares gsoares at gmail dot com OK millert@ | |||
2008-07-27 | Get TAILQ_REPLACE and CIRCLEQ_REPLACE prototypes right. | Stefan Kempf | |
ok jaredy | |||
2008-07-26 | Recognize an explicit + sign in exponent of hex float constants, needed to | Miod Vallat | |
compile current libm. ok martynas@ | |||
2008-07-26 | Silence scsi_inquire_vpd() so devices that don't understand the necessary | Kenneth R Westerback | |
INQUIRY options don't spam dmesg during probe. Seen by miod@ and kettenis@ for SCSI CD's. ok miod@ | |||
2008-07-26 | Add M$ NX-6000 cam, ok mglocker@ | Ian Darwin | |
2008-07-26 | shrink ieee80211_set_link_state(). | Damien Bergamini | |
2008-07-26 | remove useless #includes. | Damien Bergamini | |
2008-07-26 | properly handle management frames (required for future work). | Damien Bergamini | |
remove useless #includes. | |||
2008-07-26 | call Phase1 every 2**16 frames instead of calling it for every frame. | Damien Bergamini | |
properly handle frames with an address 4 field (required for future work). remove useless #includes. | |||
2008-07-26 | Since we are able to change the device image resolution on the fly in the | Marcus Glocker | |
meantime, the memory allocation for the read(2) method for video(4) is not right anymore, and can cause a buffer overflow. We fix this by queuering the maximum available image size for a device at attach time. If the image size should exceed our video(4) buffer after a video format change (which shouldn't happen), uvideo(4) will gracefully fail. Also tested by kettenis@ | |||
2008-07-26 | note that fetch hooks are a real bad idea | Marc Espie | |
2008-07-26 | document update-or-install | Marc Espie | |
2008-07-26 | add -b to SYNOPSIS and usage(); | Jason McIntyre | |
2008-07-26 | Make sure the test array is 64 bit aligned, this now makes sparc fail this | Miod Vallat | |
test. | |||
2008-07-26 | Add -b switch for matching on the last part of the path only. | Pierre-Yves Ritschard | |
ok landry@, otto liked the idea and the original diff, ``do it'' deraadt@ | |||
2008-07-26 | deivce -> device typo fix in comment. | Kenneth R Westerback | |
2008-07-26 | sync | Todd T. Fries | |
2008-07-26 | Only full-dupex is supported for 1000baseT. | Brad Smith | |
2008-07-26 | no .Pp before/after .Sh; | Jason McIntyre | |