summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-07Compensate old offsets with the amount of adjustment done, avoidingOtto Moerbeek
overcompensating. From DragonFly, uses recent adjtime(2) changes, so you'll need a recent kernel. ok henning@
2006-06-07update a couple of existing CAs that has been changed. ok beck@Jakob Schlyter
2006-06-07reformat using 'openssl x509 -text -fingerprint -sha1' and sort byJakob Schlyter
'openssl x509 -hash'. ok beck@
2006-06-07back out last patch due to updated committed prematurelyJakob Schlyter
2006-06-07reformat using 'openssl x509 -text -fingerprint -sha1' and sort byJakob Schlyter
'openssl x509 -hash'. ok beck@
2006-06-07regenBrad Smith
2006-06-07rename the Realtek RT8111B entry to RT8168.Brad Smith
2006-06-06teach tip about line disciplines; tried by mbalmer tooTheo de Raadt
2006-06-06minor cleanupTheo de Raadt
2006-06-06zap another magic numberMichael Coulter
spotted by deraadt@
2006-06-06- general cleaning, removing unneeded vars, spelling, etcJason Wright
- set traffic class (in PCI config space) to 0 - clean up the interrupt handler - always read/write the INTCTL register with 4 bytes - before resetting, ensure RUN bit is zero - zero the BDP regs during reset - still has a bunch of hacks in it to get it working, but at least it interrupts correctly on my workstation now.
2006-06-06fix a bad strlcpy, from ben lovettJolan Luff
2006-06-06make use of new structs and defines in cd.hMichael Coulter
dispells some magic numbers
2006-06-06armish tweaksMiod Vallat
2006-06-06Better put a valid speed here.Miod Vallat
2006-06-06Define R5k/R10k extra trap codes.Miod Vallat
2006-06-06In pmap_enter(), when deciding to flush the icache for a page, invoke theMiod Vallat
TLB-friendly cache function. From NetBSD.
2006-06-06back out multiple routing table diffs (3 of 'em) because this makesTheo de Raadt
'route show' dump out repeated copies of the v6 routing table on ramdisks. on some architectures it spins forever doing this, on others it just goes for a long time printing the v6 routes over and over before terminating. spotted by jmc and krw, backout diff tested by beck.
2006-06-06Put mrouting enable flag inside the right ifdef. If you change filesTheo de Raadt
here, make sure they compile with or without IPSEC, you morons!
2006-06-06another typoTheo de Raadt
2006-06-06set the ccb state when it comes off the free list. this isnt used anywhereDavid Gwynne
yet, but i like to be ready when the time comes.
2006-06-06Fix 'double by a factor of two' and make cache options a bit morePedro Martelletto
descriptive while at it, input and okay jmc@
2006-06-06fix a panic string to mention the corrent place its freaking out in.David Gwynne
2006-06-06use _C_LABEL() instead of _Michael Shalayeff
2006-06-06replace remaining setuid() calls with permanently_set_uid() andMarkus Friedl
check seteuid() return values; report Marcus Meissner; ok dtucker djm
2006-06-06more bits for the export command to work correctly. OK joris@.Xavier Santolaria
2006-06-06hello commit -F supportJoris Vink
2006-06-06add support for the -D option of update,Joris Vink
-D allows you to update a file to matching a specified date: opencvs up -D "1 hour ago" foobar will take the first matching revision that was commited 1 hour ago.
2006-06-06oopsTheo de Raadt
2006-06-06Initial version of port specific documentation, mostly a skeleton for now.Dale Rahn
2006-06-06so how did we not catch this grabbing the wrong (i386) file before?Dale Rahn
2006-06-06remove irrelevant sysctlsTheo de Raadt
2006-06-06typoTheo de Raadt
2006-06-06Really want a working console, and no display (ttyC0) here.Dale Rahn
2006-06-06Missed the new sets files.Dale Rahn
2006-06-06Generated filesDale Rahn
2006-06-06syncTheo de Raadt
2006-06-06System build pieces for armish arch.Dale Rahn
2006-06-05Write the words of the mac address in reverse order to fix a MAC problem onDale Rahn
a Realtek 8169 found in a Thecus N2100, tested jsg, ok pval
2006-06-05better wording; ok reykJason McIntyre
2006-06-05- remove a useless .PpJason McIntyre
- tweak HISTORY wording
2006-06-05syncTheo de Raadt
2006-06-05- discard Rx frames with a bad CRC earlyDamien Bergamini
- don't start AMRR if we have set a fixed rate - fix TSF synchronization - remove a x2 prototype + ;; (pointed out by Jean-Baptiste Campesato)
2006-06-05Update that I started months ago; comments/improvements by half a dozen or ↵Ian Darwin
so; ok jmc@
2006-06-05start to sync some changes and fixes from various "openhal" ports ofReyk Floeter
this driver. thanks for contribution (even if i didn't get much feedback from these projects...). tested by many during c2k6, like aanriot@ and ian@
2006-06-05cleanup.Marc Balmer
2006-06-05In ubareset(), be sure to destroy the uba extent before recreating it, toMiod Vallat
avoid a diagnostic assertion failure.
2006-06-05Simpler code for printing time sensors: no leak and no floatingOtto Moerbeek
point. ok deraadt@
2006-06-05fix really stupid botch i made in last commit. RW_WRITE and RW_READ areTed Unangst
array indices not flags, and can't be renumbered trivially. noticed by sturm
2006-06-05various cleanups; ok mbalmerTheo de Raadt