Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-15 | Belkin refer to their rum device as F5D7050 ver 3 not A. | Jonathan Gray | |
2006-08-15 | Quote a product so troff doesn't eat part of the string. | Jonathan Gray | |
ok jmc@ | |||
2006-08-15 | when there's normal sense data i think the command completed ok, there's | David Gwynne | |
just extra data. say there's no residual if that's the case. | |||
2006-08-15 | try to deal appropriate with errors from the io command reply | David Gwynne | |
2006-08-15 | Xr uark | Theo de Raadt | |
2006-08-14 | files_differ() should return -1 on error, according to comments. Make | Ray Lai | |
it so. Add checks for all return values. ``put it in'' xsa@ | |||
2006-08-14 | Fix bogus scanning mode. | Marcus Glocker | |
2006-08-14 | say which type of header is unknown | Theo de Raadt | |
2006-08-14 | split line | Theo de Raadt | |
2006-08-14 | And some more KNF. | Marco Peereboom | |
2006-08-14 | KNF | Marco Peereboom | |
2006-08-14 | More KNF; no functional change. | Marco Peereboom | |
2006-08-14 | Really do what I intended on SMALL_KERNEL configurations. | Miod Vallat | |
2006-08-14 | First in a series of KNF. No functional change. | Marco Peereboom | |
2006-08-14 | replace a incorrect number with a proper define. this is a no-op change | Brad Smith | |
since E1000_FDX_COLLISION_DISTANCE and E1000_HDX_COLLISION_DISTANCE use the same values. From glebius@FreeBSD | |||
2006-08-14 | after a bulk transfer (initial or caused by route refresh request), | Henning Brauer | |
send an "empty" UPDATE message, used as End-of-RIB marker for implementions understanding this, ignored by anything else. see draft-ietf-idr-restart-13.txt, ok claudio | |||
2006-08-14 | plural | Theo de Raadt | |
2006-08-14 | enable bnx(4) on the CD RAMDISKs as well. | Brad Smith | |
ok deraadt@ | |||
2006-08-14 | disable debugging. | Brad Smith | |
2006-08-14 | Document debug mode. OK jmc@ | Todd C. Miller | |
2006-08-14 | Enable bnx because we now can run traffic. | Marco Peereboom | |
ok deraadt | |||
2006-08-14 | Change bus_dmamap_create to use the appropriate values. This fixes the | Marco Peereboom | |
issues brad was seeing. Help from jason. ok brad. | |||
2006-08-14 | sort the hardware list; | Jason McIntyre | |
2006-08-14 | Add an attribute to the keyboard devices which can produce the keys the | Miod Vallat | |
wskbd hotkey thread knows about, and make this code conditional on this attribute. No functional change, simply smaller kernels on a few platforms. | |||
2006-08-14 | Add Auto-Submitted header in generated mail as per RFC 3834. | Todd C. Miller | |
2006-08-14 | start and stop bgrb during attach and detach respectively. as a bonus | David Gwynne | |
flush the hbas cache on detach as well. writes on my raid5 seem to run fast now. | |||
2006-08-14 | firmware commands (as opposed to io commands) are sent to the firmware via | David Gwynne | |
the IOC_WBUF area in bus_space, and replies to it are read from the IOC_RBUF area. the freebsd and linux drivers define these areas to be 32 dwords in length, but it then goes and casts these spaces to a struct that has a 4 byte word at the start with the length of the message in it, followed by a 124 byte buffer which is filled with the actual message in it. rather than screwing around with an extra struct and casts, we can define this header as a register of its own, and the buffer as a separate region in bus_space. this simplifies command submission and the retrieval of the replies (which is yet to be written properly). | |||
2006-08-14 | Fix typo introduced in rev 1.16; fixes "login" authentication style. | Todd C. Miller | |
2006-08-14 | sync | Theo de Raadt | |
2006-08-14 | New x sets and a few tweaks | Miod Vallat | |
2006-08-14 | List more supported devices. | Jonathan Gray | |
2006-08-14 | Add a bunch more devices. | Jonathan Gray | |
2006-08-14 | regen | Jonathan Gray | |
2006-08-14 | Add a bunch more rum(4) devices. | Jonathan Gray | |
2006-08-14 | Add ability to match groups to Match keyword in sshd_config. Feedback djm@, | Darren Tucker | |
stevesk@, ok stevesk@. | |||
2006-08-14 | Fix 640x480 mode operation (needs a font change, and stride is larger than | Miod Vallat | |
width in this mode). | |||
2006-08-14 | Disable default debug setting now rum works. | Jonathan Gray | |
2006-08-14 | regen | Jonathan Gray | |
2006-08-14 | ARK3116. | Jonathan Gray | |
2006-08-14 | Enable uslcom(4) and uark(4) on all the USB capable archs. | Jonathan Gray | |
2006-08-14 | Driver for Arkmicro Technologies ARK3116 USB UART based devices. | Jonathan Gray | |
2006-08-14 | Adapt revision 1.18 change for symlink(2): | Ray Lai | |
only resolve symlinks in the dirname of rename()'s arguments, but not in the filename ``looks sane to me'' sturm@, fixes espie@'s problem, ``Seems reasonable.'' provos@. | |||
2006-08-14 | Remove mention of fpemul as it has been removed from tree. | Jonathan Gray | |
From Mikolaj Kucharski <eth0 at o2.pl> | |||
2006-08-14 | Turn off debug messages by default. | Jonathan Gray | |
Reminded by deraadt@ | |||
2006-08-14 | Use if_hardmtu and simplify the MTU ioctl handler. no-op change. | Brad Smith | |
2006-08-14 | sync | Theo de Raadt | |
2006-08-14 | Now that DEV_BSIZE is universally defined as 1 << DEV_BSHIFT, use it to | Kenneth R Westerback | |
set d_secsize instead of 1 << DEV_BSHIFT. Just for textual consistency in setting d_secsize. No functional change. | |||
2006-08-14 | Pull in abort path code from FreeBSD. Without this, the hardware data toggle | Christopher Pascoe | |
code doesn't work correctly when errored transactions occur. ok dlg@ | |||
2006-08-14 | Handle interrupted tsleep when waiting for synchronous transfer completion. | Christopher Pascoe | |
ok dlg@ | |||
2006-08-14 | Fix mismerge in PWR_RESUME path. | Christopher Pascoe | |
ok dlg@ |