summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-23with recent diff3 support, rcsmerge now works;Joris Vink
2005-10-23shut up gcc;Joris Vink
2005-10-23- correctly terminate buffer in edscript(), noted by pedro@Joris Vink
- fix patching for large files;
2005-10-23typoPedro Martelletto
2005-10-22shorten ne(4) dmesg entries from 2-3 lines to 1.Brad Smith
Thanks to Han Boetes for testing on an isapnp card.
2005-10-22check for 82801FBM SATA in one more spot.Brad Smith
2005-10-2282801FBM_IDE -> 82801FBM_SATABrad Smith
2005-10-22regenBrad Smith
2005-10-22Intel PCI id 2653 is actually a SATA controller on the ICH6-M andBrad Smith
not an IDE controller.
2005-10-22Make sure we use the corrrect interrupt line on Shasta.Mark Kettenis
ok drahn@
2005-10-22Initialize ddb again.Mark Kettenis
ok drahn@, "yeah" deraadt@
2005-10-22fix warning when compiling usr.bin/rcsJoris Vink
2005-10-22add a hint to close that says how the fd got closed (real error, premature,Marc Espie
normal). This will get used by parse_problems() to figure out what to report exactly, e.g., short writes from prematurely closed fd are not real errors... stuff that can't connect IPv6 and retries as v4 is not either, unless there's a genuine `can't connect error'.
2005-10-22need util.c for diff3Joris Vink
2005-10-22forgot this in previous commit;Joris Vink
2005-10-22diff3 support, needed for merging files together;Joris Vink
"go for it" niallo@
2005-10-22- don't check for admin files when running init;Joris Vink
- don't pass the Entry for newly added files to cvs_date_parse() - in rcs_rev_add don't bother looking for the previous rev if we are creating the RCS file. from PR 4575
2005-10-22When a scsi command is waiting for an opening or is waiting to be retried,Kenneth R Westerback
abort it when a signal interrupts the tsleep(). Suggested by deraadt@. "I really like this" deraadt@ "I like this" marco@
2005-10-22always display the list of packages we can't update.Marc Espie
2005-10-22more non-errors from ftp.Marc Espie
2005-10-22I haven't received any feedback at all about this patch, so everyoneMarc Espie
gets to test it.
2005-10-22be more explicit about what's going on.Marc Espie
2005-10-22fix MLINKS;Jason McIntyre
from andreas schweitzer (pr #4566); ok dtucker@
2005-10-22s/970/970FX/gMark Kettenis
ok drahn@
2005-10-22In icmp6_redirect_output(), sip6 is initialised to point to the data area ofBrad Smith
m0. But m0 may be freed later, so trying to use sip6 at the end of this function is wrong. My guess is that we want to reference the data area of m (the mbuf about to be send) instead at this point. Fix a panic on Xen (where a data area of a mbuf may be unmapped when the mbuf is freed), and probably potential data/pool corruption in other cases. From bouyer NetBSD ok deraadt@
2005-10-21tidy up dmesg printing.Brad Smith
2005-10-21bullshit test; pointed out by davidTheo de Raadt
2005-10-21tidy up dmesg printing a bit, makes PCI hme only take 2 linesBrad Smith
per interface instead of 3.
2005-10-21Clean up RTC code.Mark Kettenis
ok drahn@
2005-10-21amd elan is not a pentium, it's i486, so don't touch pentium_mhzAlexander Yurchenko
varibale, it's used by microtime to check if we're running on a pentium cpu (which has rdtsc instruction). fixes pr 4568. tested by oc@symacx.com. ok tedu@
2005-10-21use the MI trunc_page() and round_page() macros instead of rolling or ownMartin Reindl
ok weingart@ deraadt@
2005-10-21another typo;Jason McIntyre
2005-10-21should have waited one second longer.. ;)Jason McIntyre
fix a typo; confirmed by marco@
2005-10-21spelling;Jason McIntyre
2005-10-21pretty up dmesg outputTheo de Raadt
2005-10-21remove unused arm_trunc_page() macroMartin Reindl
ok drahn@
2005-10-21using _dl_link_grpsym to increment refcounts made _dl_notify_unload_shlibKurt Miller
simpler, however it broke ldd refcount output. use _dl_link_child to increment refcounts and adjust _dl_notify_unload_shlib to match. work by drahn@ and myself. ok drahn@
2005-10-21htons() instead of ntohs() when going from host to network.Claudio Jeker
2005-10-21remove two unused and deprecated Mach macros, alpha_round_page() andMartin Reindl
alpha_trunc_page() looks ok to Miod
2005-10-21A bit more registers from the Linux sata_svw.c driver.Alexander Yurchenko
2005-10-21Zap return at the end of a void function. No binary change.Alexander Yurchenko
2005-10-21Revert part of rev 1.14. For now queue LSAs to all neighbors if the interfaceClaudio Jeker
is in state BACKUP or DR -- even to the DR. This causes unneeded retransmission of LSAs but solves a problem with self originated ones. The BDR was no longer capable to reliably flood self originated LSA. Better solution will follow. Reported by stevesk@
2005-10-21Remove unused global adapter linked list.Brad Smith
From FreeBSD
2005-10-21In em_process_receive_interrupts() cycle check IFF_RUNNING flag.Brad Smith
2005-10-20spelling;Jason McIntyre
ok ian@
2005-10-20Instead of keeping track of the index into the receive ring use the alreadyBrad Smith
implemented "sis_nextdesc" pointer to keep a pointer instead. From phk FreeBSD Tested by a few developers
2005-10-20fix command and write rid handling and fix some fmt strings used on debug.Federico G. Schwindt
should avoid several errors when using wicontrol(8) and make scanning work at some extent. tested by jsg, joris and todd at some extent.
2005-10-20defintion -> definition;Jason McIntyre
2005-10-20revert to revision 1.16 for now, 1.17 and 1.18 broke audioJoris Vink
on a lot of macppc machines that use this driver; ok drahn@
2005-10-20cannot manipulate hid0 register yet in 64 bit mode (because we are runningTheo de Raadt
in 32 bit mode, and ibm moves the bits....) ok drahn