Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-23 | with recent diff3 support, rcsmerge now works; | Joris Vink | |
2005-10-23 | shut up gcc; | Joris Vink | |
2005-10-23 | - correctly terminate buffer in edscript(), noted by pedro@ | Joris Vink | |
- fix patching for large files; | |||
2005-10-23 | typo | Pedro Martelletto | |
2005-10-22 | shorten ne(4) dmesg entries from 2-3 lines to 1. | Brad Smith | |
Thanks to Han Boetes for testing on an isapnp card. | |||
2005-10-22 | check for 82801FBM SATA in one more spot. | Brad Smith | |
2005-10-22 | 82801FBM_IDE -> 82801FBM_SATA | Brad Smith | |
2005-10-22 | regen | Brad Smith | |
2005-10-22 | Intel PCI id 2653 is actually a SATA controller on the ICH6-M and | Brad Smith | |
not an IDE controller. | |||
2005-10-22 | Make sure we use the corrrect interrupt line on Shasta. | Mark Kettenis | |
ok drahn@ | |||
2005-10-22 | Initialize ddb again. | Mark Kettenis | |
ok drahn@, "yeah" deraadt@ | |||
2005-10-22 | fix warning when compiling usr.bin/rcs | Joris Vink | |
2005-10-22 | add 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-22 | need util.c for diff3 | Joris Vink | |
2005-10-22 | forgot this in previous commit; | Joris Vink | |
2005-10-22 | diff3 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-22 | When 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-22 | always display the list of packages we can't update. | Marc Espie | |
2005-10-22 | more non-errors from ftp. | Marc Espie | |
2005-10-22 | I haven't received any feedback at all about this patch, so everyone | Marc Espie | |
gets to test it. | |||
2005-10-22 | be more explicit about what's going on. | Marc Espie | |
2005-10-22 | fix MLINKS; | Jason McIntyre | |
from andreas schweitzer (pr #4566); ok dtucker@ | |||
2005-10-22 | s/970/970FX/g | Mark Kettenis | |
ok drahn@ | |||
2005-10-22 | In icmp6_redirect_output(), sip6 is initialised to point to the data area of | Brad 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-21 | tidy up dmesg printing. | Brad Smith | |
2005-10-21 | bullshit test; pointed out by david | Theo de Raadt | |
2005-10-21 | tidy up dmesg printing a bit, makes PCI hme only take 2 lines | Brad Smith | |
per interface instead of 3. | |||
2005-10-21 | Clean up RTC code. | Mark Kettenis | |
ok drahn@ | |||
2005-10-21 | amd elan is not a pentium, it's i486, so don't touch pentium_mhz | Alexander 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-21 | use the MI trunc_page() and round_page() macros instead of rolling or own | Martin Reindl | |
ok weingart@ deraadt@ | |||
2005-10-21 | another typo; | Jason McIntyre | |
2005-10-21 | should have waited one second longer.. ;) | Jason McIntyre | |
fix a typo; confirmed by marco@ | |||
2005-10-21 | spelling; | Jason McIntyre | |
2005-10-21 | pretty up dmesg output | Theo de Raadt | |
2005-10-21 | remove unused arm_trunc_page() macro | Martin Reindl | |
ok drahn@ | |||
2005-10-21 | using _dl_link_grpsym to increment refcounts made _dl_notify_unload_shlib | Kurt 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-21 | htons() instead of ntohs() when going from host to network. | Claudio Jeker | |
2005-10-21 | remove two unused and deprecated Mach macros, alpha_round_page() and | Martin Reindl | |
alpha_trunc_page() looks ok to Miod | |||
2005-10-21 | A bit more registers from the Linux sata_svw.c driver. | Alexander Yurchenko | |
2005-10-21 | Zap return at the end of a void function. No binary change. | Alexander Yurchenko | |
2005-10-21 | Revert part of rev 1.14. For now queue LSAs to all neighbors if the interface | Claudio 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-21 | Remove unused global adapter linked list. | Brad Smith | |
From FreeBSD | |||
2005-10-21 | In em_process_receive_interrupts() cycle check IFF_RUNNING flag. | Brad Smith | |
2005-10-20 | spelling; | Jason McIntyre | |
ok ian@ | |||
2005-10-20 | Instead of keeping track of the index into the receive ring use the already | Brad Smith | |
implemented "sis_nextdesc" pointer to keep a pointer instead. From phk FreeBSD Tested by a few developers | |||
2005-10-20 | fix 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-20 | defintion -> definition; | Jason McIntyre | |
2005-10-20 | revert to revision 1.16 for now, 1.17 and 1.18 broke audio | Joris Vink | |
on a lot of macppc machines that use this driver; ok drahn@ | |||
2005-10-20 | cannot manipulate hid0 register yet in 64 bit mode (because we are running | Theo de Raadt | |
in 32 bit mode, and ibm moves the bits....) ok drahn |