Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-07 | Compensate old offsets with the amount of adjustment done, avoiding | Otto Moerbeek | |
overcompensating. From DragonFly, uses recent adjtime(2) changes, so you'll need a recent kernel. ok henning@ | |||
2006-06-07 | update a couple of existing CAs that has been changed. ok beck@ | Jakob Schlyter | |
2006-06-07 | reformat using 'openssl x509 -text -fingerprint -sha1' and sort by | Jakob Schlyter | |
'openssl x509 -hash'. ok beck@ | |||
2006-06-07 | back out last patch due to updated committed prematurely | Jakob Schlyter | |
2006-06-07 | reformat using 'openssl x509 -text -fingerprint -sha1' and sort by | Jakob Schlyter | |
'openssl x509 -hash'. ok beck@ | |||
2006-06-07 | regen | Brad Smith | |
2006-06-07 | rename the Realtek RT8111B entry to RT8168. | Brad Smith | |
2006-06-06 | teach tip about line disciplines; tried by mbalmer too | Theo de Raadt | |
2006-06-06 | minor cleanup | Theo de Raadt | |
2006-06-06 | zap another magic number | Michael Coulter | |
spotted by deraadt@ | |||
2006-06-06 | - general cleaning, removing unneeded vars, spelling, etc | Jason 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-06 | fix a bad strlcpy, from ben lovett | Jolan Luff | |
2006-06-06 | make use of new structs and defines in cd.h | Michael Coulter | |
dispells some magic numbers | |||
2006-06-06 | armish tweaks | Miod Vallat | |
2006-06-06 | Better put a valid speed here. | Miod Vallat | |
2006-06-06 | Define R5k/R10k extra trap codes. | Miod Vallat | |
2006-06-06 | In pmap_enter(), when deciding to flush the icache for a page, invoke the | Miod Vallat | |
TLB-friendly cache function. From NetBSD. | |||
2006-06-06 | back out multiple routing table diffs (3 of 'em) because this makes | Theo 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-06 | Put mrouting enable flag inside the right ifdef. If you change files | Theo de Raadt | |
here, make sure they compile with or without IPSEC, you morons! | |||
2006-06-06 | another typo | Theo de Raadt | |
2006-06-06 | set the ccb state when it comes off the free list. this isnt used anywhere | David Gwynne | |
yet, but i like to be ready when the time comes. | |||
2006-06-06 | Fix 'double by a factor of two' and make cache options a bit more | Pedro Martelletto | |
descriptive while at it, input and okay jmc@ | |||
2006-06-06 | fix a panic string to mention the corrent place its freaking out in. | David Gwynne | |
2006-06-06 | use _C_LABEL() instead of _ | Michael Shalayeff | |
2006-06-06 | replace remaining setuid() calls with permanently_set_uid() and | Markus Friedl | |
check seteuid() return values; report Marcus Meissner; ok dtucker djm | |||
2006-06-06 | more bits for the export command to work correctly. OK joris@. | Xavier Santolaria | |
2006-06-06 | hello commit -F support | Joris Vink | |
2006-06-06 | add 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-06 | oops | Theo de Raadt | |
2006-06-06 | Initial version of port specific documentation, mostly a skeleton for now. | Dale Rahn | |
2006-06-06 | so how did we not catch this grabbing the wrong (i386) file before? | Dale Rahn | |
2006-06-06 | remove irrelevant sysctls | Theo de Raadt | |
2006-06-06 | typo | Theo de Raadt | |
2006-06-06 | Really want a working console, and no display (ttyC0) here. | Dale Rahn | |
2006-06-06 | Missed the new sets files. | Dale Rahn | |
2006-06-06 | Generated files | Dale Rahn | |
2006-06-06 | sync | Theo de Raadt | |
2006-06-06 | System build pieces for armish arch. | Dale Rahn | |
2006-06-05 | Write the words of the mac address in reverse order to fix a MAC problem on | Dale Rahn | |
a Realtek 8169 found in a Thecus N2100, tested jsg, ok pval | |||
2006-06-05 | better wording; ok reyk | Jason McIntyre | |
2006-06-05 | - remove a useless .Pp | Jason McIntyre | |
- tweak HISTORY wording | |||
2006-06-05 | sync | Theo de Raadt | |
2006-06-05 | - discard Rx frames with a bad CRC early | Damien 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-05 | Update that I started months ago; comments/improvements by half a dozen or ↵ | Ian Darwin | |
so; ok jmc@ | |||
2006-06-05 | start to sync some changes and fixes from various "openhal" ports of | Reyk 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-05 | cleanup. | Marc Balmer | |
2006-06-05 | In ubareset(), be sure to destroy the uba extent before recreating it, to | Miod Vallat | |
avoid a diagnostic assertion failure. | |||
2006-06-05 | Simpler code for printing time sensors: no leak and no floating | Otto Moerbeek | |
point. ok deraadt@ | |||
2006-06-05 | fix really stupid botch i made in last commit. RW_WRITE and RW_READ are | Ted Unangst | |
array indices not flags, and can't be renumbered trivially. noticed by sturm | |||
2006-06-05 | various cleanups; ok mbalmer | Theo de Raadt | |