Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-28 | disk addresses are in hex, not decimal. makes my LSILogic,sas@3/disk@13 | David Gwynne | |
correctly match target 19. ok deraadt@ | |||
2007-03-28 | CC: a copy of the bug report to sender. Requested by Travers Buda. | Ray Lai | |
OK millert@. | |||
2007-03-28 | Bump max number of physical segments. Machines in the wild | Tobias Weingartner | |
seem to have reached this limit. ok marco@, looks ok ckuethe@ | |||
2007-03-27 | OK, I understand why jsg wanted the disk_unbusy() in wdretry(), and he | Theo de Raadt | |
was right. There is another path that ends up avoiding the disk_unbusy call I inserted.... tested by robert too | |||
2007-03-27 | only actually change the drive LED state if there was a real state change; | Theo de Raadt | |
tested by robert and myself | |||
2007-03-27 | finally remove old warning, @lib has been around (and used) since 3.7. | Marc Espie | |
2007-03-27 | Don't pick up IPv6 link local IPs on address deletions. | Marco Pfatschbacher | |
This unbreaks carp reconfiguration. OK henning@, mcbride@ | |||
2007-03-27 | Fix spelling of hexadecimal. Noted by jmc@ and Steven Mestdagh. | Todd C. Miller | |
2007-03-27 | Remove unused parameter in nbr_new | Michele Marchetto | |
2007-03-27 | When trap() causes a panic, have stacktrace() use ddb to find the symbol | Miod Vallat | |
names if option DDB, instead of the fn_name() helper which only knows about trap() anyway. While there, do not attempt to print the function arguments after the first frame, since they are known to be clobbered. | |||
2007-03-27 | Catch OOB access for tag searches mathching lines ending with \ | Otto Moerbeek | |
From patrick keshishian with a twist by me. ok thib@ | |||
2007-03-27 | Normalize tv so that tv_usec is positive. The kernel also normalizes, | Otto Moerbeek | |
but this might increase portability since some other systems do not grok negative tv_usec well. ok henning@ | |||
2007-03-27 | Remove an #ifdef LFS chunk from dk_mountroot(); | Thordur I. Bjornsson | |
ok pedro@ | |||
2007-03-27 | Clean up some return value handling now that we know that what's returned | Artur Grabowski | |
is proper errnos. millert@ ok and some help | |||
2007-03-27 | Try and print symbol-relative addresses for branches, and display | Miod Vallat | |
delay slots instructions correctly. | |||
2007-03-27 | this level of serverworks sata does not help | Theo de Raadt | |
2007-03-27 | Add base64 support to cksum and friends. Output encoding can | Todd C. Miller | |
be set globally or on a per-algorithm basis when using multiple hash functions. OK espie@ simon@ deraadt@; man help from jmc@ | |||
2007-03-27 | Sierra Wireless Aircard 580 has been reported working, so move it to | Felix Kronlage | |
the known-to-work list. | |||
2007-03-27 | Fix aligenment issues by using bcopy() and a local variable instead of the | Claudio Jeker | |
problematic *(u_intXX_t*)t casts. This fixes the bus errors I got on sparc64 while doing IEEE802_11_RADIO dumps. OK reyk@ mglocker@ | |||
2007-03-27 | more grammar fixups; from bret lambert and myself | Jason McIntyre | |
2007-03-27 | grammar from bret lambert, and one more from me; | Jason McIntyre | |
2007-03-27 | First step to make ospfd equal cost multipath aware. | Claudio Jeker | |
Change kroute.c code so that it correctly tracks multipath routes. Route redistribution is way more complex in a mulitpath environment. It is not possible to redistribute multiple pathes and only a part of the multipath routes may be redistributable. So a route is redistributed as soon as one of the multipath routes is redistributable. Tested and OK norby@ and pyr@ -- at least we see no regression | |||
2007-03-27 | Correctly handle connected routes in srt_check_route() | Michele Marchetto | |
OK norby@ | |||
2007-03-27 | attach ahci based on the pci class and interface fields, not just on a | David Gwynne | |
list of pci devices. WARNING: this will cause your disks to change name (wd -> sd) on a supported controller. | |||
2007-03-27 | grok LSILogic,sas controllers in bootpath; as well, become aware that (at | Theo de Raadt | |
least) "scsi" controllers give a target/port number, not a kernel sd#. So, translate. We might later want to do the same translation for IDE as well, but perhaps not until after people test a bit more; ok dlg | |||
2007-03-27 | -a requires a separate synopsis; | Jason McIntyre | |
from Daniel Polak via henning ok henning | |||
2007-03-27 | sync with espie@'s latest change to diff(1). | Xavier Santolaria | |
from src/usr.bin/diff/diffreg.c rev 1.67: improve -p for C++ code: classes definition often have public:/protected:/private: at the start of line. This lets the -p scanner just take note of the section and keep looking for the actual class definition. Also increase function name bufsize so it shows most of these pesky C++ decls... OK niallo@ espie@. | |||
2007-03-27 | disable serverworks sata until it works (been busted for a year on the | Theo de Raadt | |
G5, might work a lot better soon) | |||
2007-03-27 | Replace some scary pointer code. The new code is O(n^2) for strings | Ray Lai | |
of '&', but gecos fields are usually short and most do not have '&' so the impact should be minimal. In return we get clearer and safer code. OK moritz@. | |||
2007-03-27 | First stab at state transition code for volumes and chunks. | Marco Peereboom | |
Minor cleanup as well. prodded by jordan | |||
2007-03-27 | Remove variable name from prototype. | Ray Lai | |
2007-03-27 | regenerate | Chris Kuethe | |
ok pvalchev | |||
2007-03-27 | u-blox ANTARIS4 GPS receiver | Chris Kuethe | |
ok pvalchev | |||
2007-03-27 | regen | David Gwynne | |
2007-03-27 | silicon image 3131 and 3531 | David Gwynne | |
2007-03-26 | even better wording. | Marc Espie | |
2007-03-26 | adjust documentation to simplify the common case. | Marc Espie | |
2007-03-26 | - tweak the opening sentence | Jason McIntyre | |
- be less precise about editors in the opening blurb - note that prs are not confidential, and provide an alternative ok ray deraadt | |||
2007-03-26 | software-driven drive light code, using a timeout. uwe wrote some code | Theo de Raadt | |
initially that used a disk_busy() hook, but this uses a lot less cpu and is MD; ok uwe | |||
2007-03-26 | Make the default behaviour to force a fsck when upgrading, as it | Otto Moerbeek | |
was before it became optional. ok krw@ beck@ pedro@ | |||
2007-03-26 | Do not log when the slave gets killed because of read() | Moritz Jodeit | |
returning 0. This is normal behavior and should not spam the logs. Noticed by henning@ OK henning@ millert@ | |||
2007-03-26 | kill trailing whitespace...shame on me if i sent bob a diff w/ | Jason McIntyre | |
whitespace at eol | |||
2007-03-26 | sync | Theo de Raadt | |
2007-03-26 | do not doc the http parts | Theo de Raadt | |
2007-03-26 | do not ship the http parts for now; ok millert | Theo de Raadt | |
2007-03-26 | Simplify gecos parsing code and prevent buffer overflow | Moritz Jodeit | |
when gecos field contains multiple '&' characters with other characters inbetween. With and OK ray@ | |||
2007-03-26 | remove the unneccessary options descriptions from usage(); | Jason McIntyre | |
noticed by Igor Sobrado ok henning | |||
2007-03-26 | use new license. ok kjell@, who also wanted his name removed, but he needs | Bob Beck | |
to remember how to commit to do that. | |||
2007-03-26 | Print the reason code of deauth and disassociation packets if in verbose mode. | Claudio Jeker | |
This helps debugging issues with stations that fail to join a network. OK mglocker@, reyk@, jsg@ | |||
2007-03-26 | use new license, ok deraadt@ | Bob Beck | |