Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-11 | be more specific about pp log attempts. | Marc Espie | |
explain about cast used as lvalues. | |||
2005-01-11 | Reliability fixes: | Miod Vallat | |
- Let the loop initialize completely before attempting to probe its devices. Fixes the "no answer from device 1" problem. - Handle ``loop unplugged'' events and force detach of all children in this case. | |||
2005-01-11 | Close the Entries file we just created upon directory creation. This | Jean-Francois Brousseau | |
fixes the problem where a checkout would only add entries for directories. from Joris Vink | |||
2005-01-10 | Make sure bogus values don't make their way into tcp_xmit_timer() calculations. | Ryan Thomas McBride | |
- Ignore ts_ecr if it is 0, or the resulting rtt is out of range. (use tp->t_rtttime instead) - Initialise tcp_now to 1, to avoid the 500ms window where a valid ts_ecr of 0 could be ignored. - Convert out-of-range rtt values to valid ones in tcp_xmit_timer(). ok frantzen@ markus@ | |||
2005-01-10 | Correctly limit interrupts on the 'last' register, added support to | Dale Rahn | |
detect pxa27x vs previous. | |||
2005-01-10 | make it compile, sigh | Theo de Raadt | |
2005-01-10 | spacing | Theo de Raadt | |
2005-01-10 | spacing | Theo de Raadt | |
2005-01-10 | It turns out the extiospace static storage shrinkage was too much for large | Miod Vallat | |
frame buffers; go back to a larger, yet reasonable, size. | |||
2005-01-10 | proper SET_PC_REGS, | Marc Espie | |
okay kettenis@, something-vaguely-looking-like-an-okay mickey@ | |||
2005-01-10 | OpenBSD tags | Uwe Stuehler | |
2005-01-10 | remove unnecessary rlphy_reset(), mii_phy_tick() and | Brad Smith | |
some clean up. fixes issue with axe@usb. Tested by a number of developers and users. | |||
2005-01-10 | minor docs for cuaU? support | Theo de Raadt | |
2005-01-10 | Remove unneccesary cast to long long and %llu format; print using %lu. | Otto Moerbeek | |
Spotted by tom@, ok millert@ | |||
2005-01-10 | Alphaserver 500/600 and sk(4); reminded by miod | Martin Reindl | |
2005-01-10 | In csh-style history expansion, initialize s->u.freeme to NULL so we | Todd C. Miller | |
don't try to free garbage on cleanup. Fixes problem noticed by david@ | |||
2005-01-10 | - introduce TARGET_CANON/TARGET_ARCH shell variables, to make things slightly | Marc Espie | |
clearer. - don't put full path into symlinks that don't change directory. - add a few NO_CROSS directories: stuff that depends on libcrypto, stuff that needs host tools, and stuff that wants cross-configure. okay niklas@ | |||
2005-01-10 | -l outputs total always, not just to terminals (netbsd -r 1.50); | Jason McIntyre | |
-l output is one per line (like -1); -x also inhibits one per line output; | |||
2005-01-10 | from netbsd uplcom.c revision 1.37: | David Gwynne | |
Make sure that we call uplcom_set_line_state() to get consistent state between our idea of flow controll settings and the chips one. In uplcom_set_line_state use the same value as the manufacturer suggests, since the previously used (umodem based) values do not seem to work. It is not completely clear what happened here - either the "not calling uplcom_set_line_state" due to luck prevented the non working state to be discovered or there are variants of the chip that need the old values. During testing none such chips have been found - if they ever apear we might have to make this function more intelligent, depending on the chip in use. | |||
2005-01-10 | from freebsd, uplcom.c revision 1.23: | David Gwynne | |
Add support for CTS modemsignal as well. RI does not seem to be supported. | |||
2005-01-10 | change vget() to only put a vnode back on the free lists if it actually | Pedro Martelletto | |
was there. should fix a (rare) corner case introduced by my last commit. ok tedu@, testing by joris, moritz@, danh@, otto@ and krw@. many thanks. | |||
2005-01-10 | typo; | Jason McIntyre | |
2005-01-10 | add support for calling units (cuaU*) | David Gwynne | |
2005-01-10 | regen | David Gwynne | |
2005-01-10 | add calling units (cuaU*) for use by devices supported by ucom | David Gwynne | |
2005-01-10 | Make the time spent scanning per channel consistent with other drivers | Jonathan Gray | |
and much more reasonable. | |||
2005-01-10 | ledma*, and le* at ledma? will help with anteres units; miod ok | Theo de Raadt | |
2005-01-10 | m_hdr.mh_flags has been u_short for some time now. | Jonathan Gray | |
Kill uneeded line while here. | |||
2005-01-10 | phy sanity | Theo de Raadt | |
2005-01-10 | add ne for CF network cards. | Dale Rahn | |
2005-01-10 | more phy | Theo de Raadt | |
2005-01-10 | full set of phy, why waste our time! | Theo de Raadt | |
2005-01-10 | First cut. | Dale Rahn | |
2005-01-10 | put the boot crud in the snapshot | Theo de Raadt | |
2005-01-10 | enter stand | Theo de Raadt | |
2005-01-10 | third generation boot blocks from the zaurus | Theo de Raadt | |
zaurus# stand/zboot/obj.i386.zaurus/zboot probing: ux0 >> OpenBSD/zaurus BOOT 2.06 boot> b b booting /dev/hda4:/bsd: [cross fingers here] written by dragos at first, more work by drahn, and now increasingly polished by uwe | |||
2005-01-10 | (for now) on the linux side, do: | Theo de Raadt | |
zaurus# insmod -f stand/zbsdldr/obj.i386.zaurus/zbsdldr.o zaurus# mknod /dev/zboot c 99 0 zaurus# cp bsd.rd /dev/zboot | |||
2005-01-10 | file for the zaurus, derived from i386 one, written by uwe | Theo de Raadt | |
2005-01-09 | Allow send_hil{,dev}_cmd to return failure, and handle this where | Miod Vallat | |
applicable. During device probe, if a device does not answer commands, display a warning message. This apparently happens on hp300 when the console is configured as remote (i.e. serial console). Unplugging and replugging the device works fine afterwards... | |||
2005-01-09 | go look in MAKEOBJDIR if defined, ensuring cross-pieces have a chance | Marc Espie | |
to find each other. okay niklas@ (`deja-vu') | |||
2005-01-09 | in cross builds, don't test non existent libgcc1. | Marc Espie | |
"doh! ok!" niklas@ ;-) | |||
2005-01-09 | From dyoung@NetBSD rev 1.41: | Jonathan Gray | |
Set initial conditions to guarantee that when read_seeprom toggles Chip Select, it turns *on* rather than *off*. | |||
2005-01-09 | Use the macwrite instead of the hostwrite radio programming method | Jonathan Gray | |
for rev F devices which lets us get responses from access points. Driver is still not fully working as yet. From a discussion with David Young. | |||
2005-01-09 | move cross-stuff into its own file. | Marc Espie | |
okay mickey@, niklas@ | |||
2005-01-09 | Synch with bsd.own.mk: USE_GCC3 is always set now, so we must set it to no | Marc Espie | |
explicitly. | |||
2005-01-09 | fix regulation domain handling | Reyk Floeter | |
2005-01-09 | set %dp before any constructors get to run; found and debugged w/ niklas@ | Michael Shalayeff | |
2005-01-09 | - add support for 2.2 firmware | Damien Bergamini | |
- fix rssi decoding - implement basics for IBSS support - decrease channel scan time from 100ms to 40ms - cosmetic changes while i'm here | |||
2005-01-09 | typo in comment; ok many people | Jason McIntyre | |
from freebsd kern/75923; | |||
2005-01-09 | w(1) does not deal w/ cpu time; | Jason McIntyre | |
from netbsd -r 1.16; |