Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-07 | if fetching a config page for a sas target doesnt work then let the scsi | David Gwynne | |
midlayer try to probe it anyway. this lets raid devices configured on an mpi to work again. reported by djm@ | |||
2008-10-07 | Prevent cvs keyword expansion from causing a test failure. | Todd C. Miller | |
2008-10-07 | In ehci_free_itd() replace LIST_INSERT_AFTER(LIST_FIRST(..), ..) with | Marcus Glocker | |
LIST_INSERT_HEAD(..) to prevent a crash when the freelist is empty. From NetBSD. | |||
2008-10-07 | dump pci devices from all the domains available in the system. this gives | David Gwynne | |
a proper view of what is plugged into the box, previously only the first domain was displayed. from Paul de Weerd <weerd@weirdnet.nl> with help and feedback from kettenis@. thanks paul :) | |||
2008-10-07 | oops, missed one compute_md5 | Marc Espie | |
noticed by djm@ | |||
2008-10-07 | pstat can hide information too; also based on PR 5113 | Theo de Raadt | |
2008-10-07 | Do not display file offsets and a few other pieces of information, except | Theo de Raadt | |
to the user or the superuser. Display * for those fields instead. From PR 5113, but modified to use copyout correctly. comments from tedu, ok from others | |||
2008-10-06 | more readable virtual memory size values. | Brad Smith | |
ok deraadt@ | |||
2008-10-06 | regen | Jonathan Gray | |
2008-10-06 | Add some devices from submitted dmesgs. | Jonathan Gray | |
2008-10-06 | Remove useless comment. | Mark Kettenis | |
2008-10-06 | Don't exit if the logfile specified on the command line can not be | Marc Balmer | |
created due to a path component not existing, but log the error and retry. This will repeatetly log an error, like it does without the patch, but it will not slowly eat up memory. This fixes pr 4228. | |||
2008-10-06 | remove dead stores and newly created unused variables. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok weingart@ | |||
2008-10-06 | Update awk to version 20071023; OK deraadt@ | Todd C. Miller | |
2008-10-06 | Don't force multi transaction endpoints (>1024 bytes) down to single | Marcus Glocker | |
transactions. From NetBSD. | |||
2008-10-06 | Unconditionally compile idt_vec_xxx functions. | Mark Kettenis | |
2008-10-06 | Add missing checks for sc_focus being NULL. Found the hard way by | Miod Vallat | |
Jesus Sanchez. | |||
2008-10-06 | uvn_attach message is purely diagnostic, not needed | Theo de Raadt | |
no ok's from anyone because they are all slacking | |||
2008-10-06 | sync | Theo de Raadt | |
2008-10-06 | another geforce | Theo de Raadt | |
2008-10-06 | The recent change to bsd.own.mk to allow PICFLAG to be overridden made | Kurt Miller | |
these previously ignored PICFLAG settings become active. Remove PICFLAG overrides to restore -fpic/-fPIC modes. In snaps for a week. okay drahn@ | |||
2008-10-06 | give working examples (s/timespec/time/ for variables exported) | Todd T. Fries | |
please commit from jmc@ | |||
2008-10-06 | update to tzcode2008g from elsie.nci.nih.gov | Todd C. Miller | |
2008-10-06 | update to tzdata2008g from elsie.nci.nih.gov | Todd C. Miller | |
2008-10-06 | Oops, also commit the header file. Remove silly debug message. | aschrijver | |
2008-10-06 | turn the checksums stored in packing elements into real objects, so that | Marc Espie | |
pkg_add becomes mostly independent of the type of checksum stored. separate md5 into an abstract OpenBSD::digest class and an md5 subclass with specific methods to compute checksums and serialize results, and create an sha class that does the same thing with sha256 (with a base64 serializer) | |||
2008-10-06 | use strtonum() instead of atoi() and remove an unnecessary bzero() | aschrijver | |
ok pyr@ | |||
2008-10-06 | parse all arguments before going and doing the job requested by -P | Theo de Raadt | |
(slight change made to check argc == 0) from Daniel Dickman | |||
2008-10-06 | Detect and store the PCI/PCIe bus speed. | Brad Smith | |
From DragonFly | |||
2008-10-05 | Add a flag to indicate a 64-bit PCI bus is present. | Brad Smith | |
2008-10-05 | Detect if the adapter is a PCIe adapter and set the RL_FLAG_PCIE flag | Brad Smith | |
if so. | |||
2008-10-05 | grammar; PR 5394 | Theo de Raadt | |
2008-10-05 | tweak previous; | Jason McIntyre | |
2008-10-05 | - talk about the "client configuration script" consistenly | Jason McIntyre | |
- Xr dhclient-script on first mention, which is section 8 not 5 ok krw | |||
2008-10-05 | Fix conversion of numbers without an exponent. | Mark Kettenis | |
ok martynas@ | |||
2008-10-05 | Mention that /usr/src is now needed to build xenocara. | Matthieu Herrb | |
ok jmc@, oga@. | |||
2008-10-05 | Remove IOAPIC ID remapping code. It should not be necessary to avoid reusing | Mark Kettenis | |
LAPIC IDs and if there are MPBIOSes we handle them with ACPI now. ok deraadt@ | |||
2008-10-05 | Oops. Missed one typo jmc@ spotted. | Kenneth R Westerback | |
2008-10-05 | Clarify discussion of option modifiers. They only affect values passed | Kenneth R Westerback | |
to dhclient-script. Our default script only uses a few options so others are unaffected by option modifiers. PR#5834 is thus rendered moot. Feedback & suggestions from jmc@, ok deraadt@. | |||
2008-10-05 | the ellipsis allow more than one operand being specified. | Igor Sobrado | |
ok jmc@ | |||
2008-10-05 | Always update published link state even if the internal link state doesn't | Mark Kettenis | |
change. Prevents us from getting stuck in LINK_STATE_UNKNOWN. Fixes PR 5914. tested by deraadt@, sthen@ ok deraadt@ | |||
2008-10-05 | In malloc_page_free(), restore the correct wire_count value. | Miod Vallat | |
2008-10-05 | Add missing argument to printf. | Mark Kettenis | |
2008-10-04 | The wrong byte of the return code was being looked at for the | Theo de Raadt | |
PCI probe. Yuichiro Goto, PR 5048 It would be nice if someone with a "pci0 at mainbus0 bus 0: configuration 2" system would double check this and mail us back. ok toby | |||
2008-10-04 | regen | Mark Kettenis | |
2008-10-04 | Some AMD RS780 IDs (same as those listed under ATI). | Mark Kettenis | |
2008-10-04 | Fix potentially uninitialized variables in syscall(). | Miod Vallat | |
2008-10-04 | Remove bogus code from the error path in sr_raid0_rw(); ok marco@ | Miod Vallat | |
2008-10-04 | Commit cleanup part of the diff that was backed out in the previous commit | Mark Kettenis | |
(removal of unused functions). requested by deraadt@ | |||
2008-10-04 | More Linksys models (to match the Netgear ones) from PR 3879. I am not | Theo de Raadt | |
adding the PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID version though without proof that it actually exists. |