Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-20 | sync | Miod Vallat | |
2008-02-20 | Add my copyright. | Marco Pfatschbacher | |
OK mcbride@, mickey@ | |||
2008-02-20 | Oops, correctly recover from kcopy() faults, since the stack frame is | Miod Vallat | |
different now. | |||
2008-02-20 | small tweaks for consistency; | Jason McIntyre | |
2008-02-20 | More dead includes and functions noone will mourn. | Miod Vallat | |
2008-02-20 | Completely overhault attachment rules on sgi. No more indirect configuration | Miod Vallat | |
inherited from OpenBSD/arc machines with ISA bus; mainbus children match on device name and other hierarchies match on simplified locators. As a bonus, attachment lines in dmesg will now print their locators. ok jsing@ | |||
2008-02-20 | Preserve pcb_onfault within kcopy(), as expected and as all other platforms do. | Miod Vallat | |
2008-02-20 | use pgfree pool like other code does to reserve free list slots. | Otto Moerbeek | |
prevents a few "cannot free mem because i need mem to free mem" scenarios (one found by weingart@). ok weingart@ millert@ miod@ | |||
2008-02-20 | 4.3-beta | Miod Vallat | |
2008-02-20 | With latest buf cleanup, rcs_rev_getbuf won't return NULL anymore. | Tobias Stoeckmann | |
OK joris@ | |||
2008-02-20 | correct boolean encoding for coredump; der Mouse via dugsong | Markus Friedl | |
2008-02-20 | remove old unused TCP isn code; ok henning, dhartmei, mcbride | Markus Friedl | |
2008-02-20 | Fix a use-after-free bug in the envelope code just after a port 25 fork. | Brad Smith | |
From Matthew Dillon@DragonFlyBSD ok millert@ dlg@ | |||
2008-02-20 | - Only clear the IFF_OACTIVE flag if packets were processed. | Brad Smith | |
- Only clear the watchdog timer if there are no more packets to process otherwise rearm the timer. From mickey@ Tested by krw@, mikeb@ and brad@ ok dlg@ | |||
2008-02-20 | When collecting the hardware statistics add the interfaces input errors | Brad Smith | |
counter and out of receive buffer descriptors counter to the network stacks input errors counter. Based on a diff from mickey@ though updated for -current and added support for BCM5705 or newer chipsets from brad@. Tested it with BCM5704 on i386/amd64, BCM5700 on sparc64, BCM5701/BCM5751M on i386 and BCM5721/BCM5780 on amd64. ok krw@ sthen@ dlg@ | |||
2008-02-20 | when creating a response, use the correct TCP header instead of | Markus Friedl | |
relying on the mbuf chain layout; with claudio@ and krw@; ok henning@ | |||
2008-02-20 | when bge has link, use autopolling for link status, not direct mii polls. | Stuart Henderson | |
fixes input errors on BCM5701/5702X/5704 and may avoid firmware hangs on some cards if asf/ipmi support is added. original diff from Oleg Bulyzhin in a freebsd-net post and ported by mickey; included stats counter changes which don't apply to -current so they are split out and not included here. "The rest of the diff looks ok" brad. tested on 5701/5702X/5703X/5704C/5721 by mpf naddy okan beck sthen ok beck (before splitting out stats changes), krw, henning. closes kernel/5699 | |||
2008-02-20 | set globalnl to vnodenl in filemode() so we access the right | Thordur I. Bjornsson | |
thing in the KGET() macros. Fixes a segfault when pstat is called with '-vT'; ok miod@,krw@,beck@ | |||
2008-02-20 | enable tda(4) | Robert Nagy | |
2008-02-20 | make tda(4) run the fans at maximum speed when we are about to drop | Robert Nagy | |
drop to ddb(4) in order to avoid overheating in case of a system crash. ok kettenis@ | |||
2008-02-20 | Fix a mbuf leak which can be triggered on a system | Brad Smith | |
receiving PPPoE packets but without any PPPoE interfaces setup. From mickey@ via PR 5713. ok canacar@ claudio@ dlg@ | |||
2008-02-20 | make sure we use the default branch (if available) | Joris Vink | |
in rcs_translate_tag() if we are looking for a revision on the trunk. fixes inconsistancy with gnu cvs. problem noticed by brad@ | |||
2008-02-20 | style | Joris Vink | |
2008-02-20 | Add support for the Intel ICH9 chipsets. | Brad Smith | |
Initial diff from Henry Precheur based on a commit from matthias@dragonflybsd which was derived from the FreeBSD driver. Additional Flash changes from sephe@dragonflybsd which was derived from the FreeBSD driver. Typo fixes in Henry's diff and a few other improvements from the FreeBSD driver from brad@. Tested on a variety of different em(4) adapters in addition to ICH8/9. ok dlg@ | |||
2008-02-19 | Patchlevel starts at p0, not p1. Fix the example. | Landry Breuil | |
ok espie@ looks fine to ajacoutot@ | |||
2008-02-19 | Add support for the optics on the Sun variant of ixgb(4) boards. | Brad Smith | |
From Intel tested by and ok dlg@ | |||
2008-02-19 | Remove duplicate strcmp(). | Joel Sing | |
From Iruata Souza <iru.muzgo@gmail.com> | |||
2008-02-19 | Match on AnyDATA ADU-500A. | Jonathan Gray | |
Tested by Sergey Prysiazhnyi <apelsin@atmnis.com> | |||
2008-02-19 | regen | Jonathan Gray | |
2008-02-19 | AnyDATA ADU-500A | Jonathan Gray | |
2008-02-19 | these controllers are definitly not mfi(4), but mpi(4). | Felix Kronlage | |
ok dlg@ | |||
2008-02-19 | Cleanup, spacing and KNF. | Marco Peereboom | |
Sprinkle some debug while here. | |||
2008-02-18 | adjust width of S column to improve printing of the MBR partition table | Igor Sobrado | |
on modern disk geometries; while here, better alignment of column labels ok jmc@, jsing@, krw@, and otto@ | |||
2008-02-18 | Only attach on Sun Blade 1000/2000. | Mark Kettenis | |
2008-02-18 | Get correct memory information from 64 bit ARCBios, tested on Octane. | Miod Vallat | |
2008-02-18 | Use better types and fix tests for pc and sp being in kernel to really | Miod Vallat | |
handle XKPHYS addresses correctly. | |||
2008-02-18 | More 64-bit ARCBios friendliness, correctly identify a 64 bit system, such | Miod Vallat | |
as the Octane; joint work with jsing@ | |||
2008-02-18 | Fix ptoa() cast. | Mark Kettenis | |
Sigh... ok miod@ | |||
2008-02-18 | 'like\nlike' -> 'like' in a couple of comments. | Kenneth R Westerback | |
From Giovanni Bechis. | |||
2008-02-18 | sgivol(8) no longer requires the '-f' option. | Joel Sing | |
2008-02-18 | Cleanup sgivol(8) and make it behave more appropriately. Remove the '-f' | Joel Sing | |
option - if we ask sgivol(8) to manipulate the volume header we really mean it. Also, use a single mode variable rather than a bunch of nutty opt_* variables. Improve the man page and usage() whilst we're here. Aside from the removal of '-f' there should be no functional changes. ok miod@ jmc@. | |||
2008-02-18 | remove the definition of amd7930_trap(), it is not used anywhere. | Robert Nagy | |
ok kettenis@ | |||
2008-02-18 | Add initial bits for fiber support with the BCM5714/BCM5715/BCM5780 chipsets. | Brad Smith | |
Tested by brad@, chl@, sthen@, Johan Mson Lindman and Ian Lindsay <iml04@hampshire.edu> ok dlg@ | |||
2008-02-17 | Add "in blocks" to disk size discriptors so that I don't have to read | Marco Peereboom | |
code single time I look at it. | |||
2008-02-17 | We're not printing interrupt priority levels (ot whatever ipl stands for) but | Mark Kettenis | |
interrupt vectors, so change it to ivec and print them in hex. | |||
2008-02-17 | mention the VIA VT8237S south bridge. | Brad Smith | |
ok dlg@ | |||
2008-02-17 | Add the VIA VT8237S south bridge. | Brad Smith | |
Tested by António Marques <froz at icix dot org> with a ASUS M2V-MX board. ok dlg@ | |||
2008-02-17 | Kill stray comment | Marco Peereboom | |
2008-02-17 | add my copyright, too. | Hans-Joerg Hoexer | |
2008-02-17 | Add propper key encryption. | Hans-Joerg Hoexer | |
ok marco@ |