Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-29 | turn some log_debugs into log_warns or even fatals; "looks ok" gilles@ | Jacek Masiulaniec | |
2009-03-29 | Remove holdover XMAC II writes/reads inherited from sk as | Jonathan Gray | |
they aren't required and cause problems like the 88E8072 hard locking a system when enabling macsec bypass. Tested on 8053/8072 by me and 8021 by kettenis. ok kettenis@ | |||
2009-03-29 | Remove unused prototype. | Mark Kettenis | |
2009-03-29 | otto points out that the -v printing changes are incompatible with the | Theo de Raadt | |
expectation that -R will read the output of disklabel. I suspect we will find another way to do this; ok otto | |||
2009-03-29 | Remove the lock_time member from the hardware lock. It's not that | Owain Ainsworth | |
useful, and driver shouldn't need to know about ``ticks''. | |||
2009-03-29 | when we steal the SYNC CACHE command in mfi_scsi_cmd we still have to | David Gwynne | |
mark the xs as done and call scsi_done for it rather than just returning COMPLETE. | |||
2009-03-29 | fix a small race in mfi_mgmt between the checking of a ccbs completion and | David Gwynne | |
the sleep waiting for the completion. it is possible to get the interrupt completing the command just before the tsleep, which will never get a wakeup because the interrupt with the wakeup has already happened. | |||
2009-03-28 | Verbiage tweaks from jmc@ and millert@. | Kenneth R Westerback | |
2009-03-28 | do not crash when no mountpoints, spotted by otto; ok krw | Theo de Raadt | |
2009-03-28 | when i fixed to attic handling i forgot one special case | Joris Vink | |
that we'd hit in normal checkouts/updates for duplicate file and dirs. found and diff tested by krw@ | |||
2009-03-28 | Use vnconfig's -t capability to avoid specifying geometry info to | Kenneth R Westerback | |
fdisk while building media. ok deraadt@ | |||
2009-03-28 | Move some output under the control of the '-v' flag. In particular only | Kenneth R Westerback | |
display the partition info by default as is done in the E(ditor). The physical info is now only displayed if '-v' is specified. ok deraadt@ | |||
2009-03-28 | Add 'U' command to E(ditor). It reverts label to state it was in | Kenneth R Westerback | |
when entering E(ditor) mode. Clean up 'u' code and make more effort to keep label and mountpoint info in sync. Makes 'u' undo-able so those with vi fingers can apply and revert changes (with perhaps a 'p' or two in between) to validate changes. 'U' suggested by deraadt@. ok deraadt@ | |||
2009-03-28 | add C99-conformant nan, nanf, nanl for vax. always return zero, | Martynas Venckus | |
since its fp does not have distinguished values for qnans. tested by naddy@; fixes libnova. ok theo | |||
2009-03-28 | Print the correct function name in log_debug(). | Michele Marchetto | |
ok stsp@ | |||
2009-03-28 | pathnames with space, tab, newline, etc are encoded before being sent. | Theo de Raadt | |
But they were not reliably being decoded, resulting in wrong naming on the target machine. diff from Tim van der Molen | |||
2009-03-28 | use a static and unique string as the disk lock name, so if we're waiting | David Gwynne | |
on the disk lock we can find that code rather than wondering where "sd0" gets passed to tsleep. ok deraadt@ | |||
2009-03-28 | the CAVEAT about -B is described earlier; ok jmc | Theo de Raadt | |
2009-03-28 | make -B not even show up in usage on non-NUMBOOT systems; ok jmc krw | Theo de Raadt | |
2009-03-28 | point out that -B does not exist on some machines, and installboot(8) is | Theo de Raadt | |
used instead, ok krw jmc | |||
2009-03-28 | As Tobias Ulmer pointed out on tech@, Tahoe behaviour no longer is | Kenneth R Westerback | |
of concern so BUGS need not mention it. The other BUGS are also now irrelevant or not bugs at all. So delete entire BUGS section. Also tweak a bit of verbiage. ok deraadt@ | |||
2009-03-28 | Add a bunch more run devices. | Jonathan Gray | |
2009-03-28 | regen | Jonathan Gray | |
2009-03-28 | Add a bunch more run devices. | Jonathan Gray | |
2009-03-28 | Add "Chen-Source CM12402 Eagle IR Cam" to the supported device list. | Marcus Glocker | |
Reported by Kenji Aoyama | |||
2009-03-28 | Add quirk to support "Chen-Source CM12402 Eagle IR Cam" device, by | Marcus Glocker | |
fixing wrong dwMaxVideoFrameSize value. As a side effect, broken devices which report dwMaxVideoFrameSize=0 today could be fixed as well. No regressions reported so far. Discussed with fgsch@. Diff from Kenji Aoyama | |||
2009-03-28 | document superuser requirements, with input from jmc@ | Marc Espie | |
2009-03-28 | sync the rum(4) and run(4) lists; | Jason McIntyre | |
2009-03-28 | for A, use real megs and gigs (power of 2 based); adapt the table to | Otto Moerbeek | |
include /usr/src and /usr/obj plus some tweaks; ok deraadt@ krw@ | |||
2009-03-27 | When clearing soft interrupts on sun4m, be sure to force the bit clear to | Miod Vallat | |
be acked by the hardware before continuing; this makes Ross systems stable when using hme; from NetBSD. | |||
2009-03-27 | supplement previous: add /etc/netid to FILES section; ok jmc@, ajacoutot@ | Ingo Schwarze | |
2009-03-27 | Push the per-driver dma hook a little further down. | Owain Ainsworth | |
All for all the drivers using the dma-bufs interface, their per-driver ioctl hooks all started out the same way, followed by a call to another function to actually select the buffer. Save some space by moving that selection logic into the main dma_ioctl call, and make the second function the hook. | |||
2009-03-27 | Rework the dma buffer api a bit to make it smaller and to have less | Owain Ainsworth | |
duplicated code. Also, switch the dma_lock to a rwlock (it never should have been a spinlock) and move it and some other accounting data into the dma structure, not the main softc. Finally, the funcitons in drm_dma are tiny, move them in with the rest of the dma_bufs api in drm_bufs and remove the file. | |||
2009-03-27 | Remove a bunch of compat macros, just expand them to the openbsd | Owain Ainsworth | |
equivalent. | |||
2009-03-27 | remove PGO_OVERWRITE, PGO_WEAK and PGO_PASTEOF from the pager. They're all | Owain Ainsworth | |
unused. ok art@. | |||
2009-03-27 | convert iopiic lockmgr to rwlock. | Owain Ainsworth | |
ok drahn@, sthen@ tested. | |||
2009-03-27 | convert arm apm lock to rwlock. | Owain Ainsworth | |
ok drahn@, todd@ tested. | |||
2009-03-27 | Mitigate the risk of leaving the system in an inconsistent state | Antoine Jacoutot | |
when a "special" file has been installed (e.g. master.passwd) but sysmerge was interrupted: we now run the corresponding command right after installing the file and not at the end of sysmerge run. When DESTDIR is set and a new aliases file has been installed, try to run newaliases from chrooted DESTDIR. input from and ok sthen@ | |||
2009-03-27 | Match on EW-7717Un, EW-7718Un | Jonathan Gray | |
2009-03-27 | Match on Edimax EW-7318Ug, EW-7318USg, EW-7618Ug | Jonathan Gray | |
2009-03-27 | regen | Jonathan Gray | |
2009-03-27 | more Edimax devices | Jonathan Gray | |
2009-03-27 | some more devices which should work | Jonathan Gray | |
2009-03-27 | Allow the announcement of default route also via redistribute 0.0.0.0/0 | Michele Marchetto | |
and route labels. ok claudio@ | |||
2009-03-27 | update the lists of wireless devices; | Jason McIntyre | |
2009-03-27 | Add support for the BCM5825 and the next-generation BCM5860, 5861, | Reyk Floeter | |
5862 Broadcom CryptoNetX IPSec/SSL Security Processors. The 5825 is a faster version of the already supported 5823, and the even faster 586x series is a bit different and needed some more changes. The RNG engine on the 586x is not supported yet but I hope to fix it soon... ubsec0 at pci4 dev 0 function 0 "Broadcom 5862" rev 0x01: 3DES MD5 SHA1 AES PK, apic 10 int 10 (irq 11) tested by phessler@ and me ok deraadt@ | |||
2009-03-27 | zap trailing whitespace; from grunk | Jason McIntyre | |
2009-03-27 | Match on ASUS USB-N11 | Jonathan Gray | |
2009-03-27 | regen | Jonathan Gray | |
2009-03-27 | add ASUS USB-N11. Looks like someone got the vid/pid mixed up in | Jonathan Gray | |
the final product, verified in multiple windows drivers and linux driver provided by ASUS. |