summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-06Update awk to version 20071023; OK deraadt@Todd C. Miller
2008-10-06Don't force multi transaction endpoints (>1024 bytes) down to singleMarcus Glocker
transactions. From NetBSD.
2008-10-06Unconditionally compile idt_vec_xxx functions.Mark Kettenis
2008-10-06Add missing checks for sc_focus being NULL. Found the hard way byMiod Vallat
Jesus Sanchez.
2008-10-06uvn_attach message is purely diagnostic, not neededTheo de Raadt
no ok's from anyone because they are all slacking
2008-10-06syncTheo de Raadt
2008-10-06another geforceTheo de Raadt
2008-10-06The recent change to bsd.own.mk to allow PICFLAG to be overridden madeKurt 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-06give working examples (s/timespec/time/ for variables exported)Todd T. Fries
please commit from jmc@
2008-10-06update to tzcode2008g from elsie.nci.nih.govTodd C. Miller
2008-10-06update to tzdata2008g from elsie.nci.nih.govTodd C. Miller
2008-10-06Oops, also commit the header file. Remove silly debug message.aschrijver
2008-10-06turn the checksums stored in packing elements into real objects, so thatMarc 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-06use strtonum() instead of atoi() and remove an unnecessary bzero()aschrijver
ok pyr@
2008-10-06parse all arguments before going and doing the job requested by -PTheo de Raadt
(slight change made to check argc == 0) from Daniel Dickman
2008-10-06Detect and store the PCI/PCIe bus speed.Brad Smith
From DragonFly
2008-10-05Add a flag to indicate a 64-bit PCI bus is present.Brad Smith
2008-10-05Detect if the adapter is a PCIe adapter and set the RL_FLAG_PCIE flagBrad Smith
if so.
2008-10-05grammar; PR 5394Theo de Raadt
2008-10-05tweak previous;Jason McIntyre
2008-10-05- talk about the "client configuration script" consistenlyJason McIntyre
- Xr dhclient-script on first mention, which is section 8 not 5 ok krw
2008-10-05Fix conversion of numbers without an exponent.Mark Kettenis
ok martynas@
2008-10-05Mention that /usr/src is now needed to build xenocara.Matthieu Herrb
ok jmc@, oga@.
2008-10-05Remove IOAPIC ID remapping code. It should not be necessary to avoid reusingMark Kettenis
LAPIC IDs and if there are MPBIOSes we handle them with ACPI now. ok deraadt@
2008-10-05Oops. Missed one typo jmc@ spotted.Kenneth R Westerback
2008-10-05Clarify discussion of option modifiers. They only affect values passedKenneth 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-05the ellipsis allow more than one operand being specified.Igor Sobrado
ok jmc@
2008-10-05Always update published link state even if the internal link state doesn'tMark Kettenis
change. Prevents us from getting stuck in LINK_STATE_UNKNOWN. Fixes PR 5914. tested by deraadt@, sthen@ ok deraadt@
2008-10-05In malloc_page_free(), restore the correct wire_count value.Miod Vallat
2008-10-05Add missing argument to printf.Mark Kettenis
2008-10-04The wrong byte of the return code was being looked at for theTheo 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-04regenMark Kettenis
2008-10-04Some AMD RS780 IDs (same as those listed under ATI).Mark Kettenis
2008-10-04Fix potentially uninitialized variables in syscall().Miod Vallat
2008-10-04Remove bogus code from the error path in sr_raid0_rw(); ok marco@Miod Vallat
2008-10-04Commit cleanup part of the diff that was backed out in the previous commitMark Kettenis
(removal of unused functions). requested by deraadt@
2008-10-04More Linksys models (to match the Netgear ones) from PR 3879. I am notTheo de Raadt
adding the PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID version though without proof that it actually exists.
2008-10-04this is not the cvtql/sv opcode. ok miod@, naddy@Martynas Venckus
2008-10-04At clock initialization, if we discover that tickadj is 0 (due to veryTheo de Raadt
high HZ) set it to 1, to avoid various divide-by-zero errors later Based on discussion in PR 5511 ok miod
2008-10-04When closing the video stream switch back to default interface as lastMarcus Glocker
action. Shuts down the device gracefully.
2008-10-04tighter specs (tested for ages locally)Marc Espie
2008-10-04explicitly pad & pack the packetdata structure thrown around on the wire,Theo de Raadt
just like in traceroute6.
2008-10-04syncTheo de Raadt
2008-10-03Repair strnvis() buffersize of 4*n+1, with termination gauranteed by theTheo de Raadt
function. spotted by des@freebsd, who commited an incorrect fix to the freebsd tree and (as is fairly typical) did not report the problem to us. But this fix is correct. ok djm
2008-10-03sync with grand.central.org; prompted by pr#5817Todd T. Fries
2008-10-03Backout. kettenis@ has reservations.Tobias Weingartner
2008-10-03Use ether_ioctl().Brad Smith
2008-10-03Return ENOTTY for unknown ioctl's.Brad Smith
2008-10-03NUL not NULLTheo de Raadt
2008-10-03Readability changes.Marc Balmer