Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2006-07-08 | add the ATI IXP300 SATA PCI id. | 1 | -1/+2 | ||
2006-07-08 | don't add 1000Mbps media types for a 10/100 only PHY. | 1 | -4/+6 | ||
2006-07-08 | print the chipset revision too. | 2 | -25/+9 | ||
2006-07-08 | shorten dmesg entry from two lines to one. | 1 | -49/+29 | ||
2006-07-08 | tulip_pci_(probe/attach) -> tulip_(probe/attach) | 1 | -48/+37 | ||
2006-07-08 | remove splnet from attach routine. | 1 | -4/+1 | ||
2006-07-08 | handle "." special in client_check_directory(); | 1 | -1/+4 | ||
2006-07-08 | allow update in remote mode to work a bit better and | 2 | -2/+44 | ||
create any missing directories or new directories with -d | |||||
2006-07-07 | Unroll DLT_* logic into simple 'look for native disklabel, then try | 6 | -184/+76 | ||
DOS MBR' logic. Leave DOS MBR logic inside #if defined(DISKLABEL_I386) blocks until impact on install media can be evaluated. Eliminates most remnants of cross-endian, cross-architecture disklabel processing attempts. Fix some mips64 issues with last commit, found by kettenis@. No functional change. | |||||
2006-07-07 | Get rid of the fixed iomap for device mappings, and allocated va ranges | 3 | -74/+64 | ||
off kernel_map whenever necessary. | |||||
2006-07-07 | first part of opencvs remote, fairly useable on existing trees | 19 | -101/+1641 | ||
although i advise against using it on real development trees for now. only a few commands work right so far: - commit - diff - status - log - update (partially working) if you feel like testing remote and run into bugs feel free to contact me, and please include a full trace (-t). | |||||
2006-07-07 | Regen | 2 | -4/+9 | ||
2006-07-07 | fuller description for -s; from janne johansson | 1 | -2/+10 | ||
ok krw | |||||
2006-07-07 | Add Microdia, okay miod@ | 1 | -1/+2 | ||
2006-07-07 | fix segfault for newly added files. | 1 | -2/+2 | ||
found while test driving the new remote code. | |||||
2006-07-07 | only count right guess when had been guessed right; from Leonardo Chiquitto Filho <leonardo@iken.com.br> | 1 | -5/+8 | ||
2006-07-07 | Match sysctl with comment. | 1 | -1/+1 | ||
OK deraadt@ | |||||
2006-07-07 | Don't add space for line numbers twice. | 1 | -5/+1 | ||
OK otto@ | |||||
2006-07-07 | Remove extraneous code: | 1 | -5/+5 | ||
- Instead of generating the same string twice using printf, generate once and reuse. - Use err instead of errx with strerror. OK otto@ | |||||
2006-07-07 | ANSIfy | 1 | -66/+24 | ||
ok deraadt@, brad@, toby@ | |||||
2006-07-07 | Broadcom HT-1000 SATA no longer requires IDE_PCI_CLASS_OVERRIDE now that | 1 | -2/+2 | ||
pciide_match checks for the PCI SATA subclass. | |||||
2006-07-07 | use nested if-else to eliminate the need for a second polling printf, | 1 | -12/+14 | ||
suggested by grange@ | |||||
2006-07-07 | Sync up to Intel's latest FreeBSD em driver (6.0.5). Adds support | 5 | -779/+2761 | ||
for new chipset revisions embedded in the ESB2 and ICH8 core logic chipsets. The previous attempt at commiting this included an unrelated change to how the I/O base address was being set and this was the cause of the breakage. From: Intel's web-site | |||||
2006-07-07 | Check for SATA and RAID subclasses if we have a matching PCI ID. | 1 | -12/+26 | ||
This should remove the need for most if not all of the override flags. "looks safe to me" miod@ | |||||
2006-07-06 | do something sane to EXAMPLES; | 1 | -12/+13 | ||
2006-07-06 | Make sure we alter ddb variables as ints, not longs; only matters on 64 bit | 3 | -37/+29 | ||
platforms. | |||||
2006-07-06 | acquiration -> acquisition (so that eyes stop bleeding) | 1 | -2/+2 | ||
2006-07-06 | Sync with reality: | 1 | -37/+11 | ||
- document ^t in input. - we do not implement break /u. - we do not have $workxx variables. - mention $log and sysctl ddb.* | |||||
2006-07-06 | Make the ddb.log sysctl available as an in-ddb variable, $log, for consistency. | 4 | -7/+7 | ||
2006-07-06 | Remove db_check_interrupt() related logic, since it was dummied in practice. | 3 | -50/+4 | ||
2006-07-06 | ALIGNED_POINTER is defined on all platforms. | 1 | -6/+1 | ||
2006-07-06 | Make dummy $g0 in ddb the right size. | 1 | -2/+2 | ||
2006-07-06 | PMAP_MD_RWLOW kluge is no longer necessary now that mac68k does TRT. | 1 | -9/+1 | ||
2006-07-06 | Insert an empty page at the beginning of the kernel, so that we can map it | 2 | -8/+18 | ||
invalid and have NULL pointer dereferences in the kernel fault now. | |||||
2006-07-06 | Adapt rtclock_intr() to the current interrupt scheme; from NetBSD | 1 | -6/+8 | ||
2006-07-06 | typo in comment | 1 | -2/+2 | ||
2006-07-06 | Xr ktrace 2 , else some people might mistake we use ptrace() or sth else | 1 | -2/+3 | ||
ok mickey@ jmc@ | |||||
2006-07-06 | move #include "dns.h" up | 1 | -2/+2 | ||
2006-07-06 | move #include <pwd.h> out of includes.h; ok markus@ | 33 | -39/+123 | ||
2006-07-06 | argh, again i forgot a file. sorry | 1 | -2/+2 | ||
2006-07-06 | sync the description for em.4; | 7 | -15/+14 | ||
2006-07-06 | add "rtable" to select alternate routing tables. | 2 | -54/+114 | ||
with & ok claudio hshoexer | |||||
2006-07-06 | allow rules to point to an alternate routing table, and tag packets | 3 | -19/+50 | ||
matching that rule so that the forwarding code later can use the alternate routing table fo lookups (not implemented yet). the tagging is "sticky", every matching rule modifies, just like the regular "tag". ok claudio hshoexer, hacked at r2k6 | |||||
2006-07-06 | In rt_invalidate() skip all as_ext routes if routes matching a specific area | 1 | -1/+6 | ||
are invalidated. as_ext routes have a uninitalised area id (aka 0.0.0.0) and so bad stuff happend when area 0.0.0.0 was invalidated. Because of this the FIB and RIB got out of sync in some scenarios. | |||||
2006-07-06 | in this test, $SUDO is not used to gain privileges but to switch to nobody. | 1 | -1/+5 | ||
thus, we need the SUDO variable to be set. if not set, the test would also pass ok, but only because exit status 2 and 127 looked the same to the test. ok markus@ | |||||
2006-07-06 | get rid of the unused sgl types (and the XXX on the one we actually do | 1 | -24/+48 | ||
use). add the fw upload messages and its context element. | |||||
2006-07-06 | add commandline options to enable logging of transactions; ok markus@ | 2 | -52/+290 | ||
2006-07-06 | support arguments to Subsystem commands; ok markus@ | 4 | -10/+24 | ||
2006-07-06 | fix debugging stuff | 3 | -6/+6 | ||
2006-07-06 | after walking the attached devices and running ppr against them, then fetch | 1 | -16/+77 | ||
the ioc page 3 for a list of all the physical disks behind any configured volumes and run ppr against them too. raid volumes on scsi mpi is fast now. |