summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-07-08add the ATI IXP300 SATA PCI id.brad1-1/+2
2006-07-08don't add 1000Mbps media types for a 10/100 only PHY.brad1-4/+6
2006-07-08print the chipset revision too.brad2-25/+9
2006-07-08shorten dmesg entry from two lines to one.brad1-49/+29
2006-07-08tulip_pci_(probe/attach) -> tulip_(probe/attach)brad1-48/+37
2006-07-08remove splnet from attach routine.brad1-4/+1
2006-07-08handle "." special in client_check_directory();joris1-1/+4
2006-07-08allow update in remote mode to work a bit better andjoris2-2/+44
create any missing directories or new directories with -d
2006-07-07Unroll DLT_* logic into simple 'look for native disklabel, then trykrw6-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-07Get rid of the fixed iomap for device mappings, and allocated va rangesmiod3-74/+64
off kernel_map whenever necessary.
2006-07-07first part of opencvs remote, fairly useable on existing treesjoris19-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-07Regenpedro2-4/+9
2006-07-07fuller description for -s; from janne johanssonjmc1-2/+10
ok krw
2006-07-07Add Microdia, okay miod@pedro1-1/+2
2006-07-07fix segfault for newly added files.joris1-2/+2
found while test driving the new remote code.
2006-07-07only count right guess when had been guessed right; from Leonardo Chiquitto Filho <leonardo@iken.com.br>mickey1-5/+8
2006-07-07Match sysctl with comment.ray1-1/+1
OK deraadt@
2006-07-07Don't add space for line numbers twice.ray1-5/+1
OK otto@
2006-07-07Remove extraneous code:ray1-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-07ANSIfygwk1-66/+24
ok deraadt@, brad@, toby@
2006-07-07Broadcom HT-1000 SATA no longer requires IDE_PCI_CLASS_OVERRIDE now thatbrad1-2/+2
pciide_match checks for the PCI SATA subclass.
2006-07-07use nested if-else to eliminate the need for a second polling printf,brad1-12/+14
suggested by grange@
2006-07-07Sync up to Intel's latest FreeBSD em driver (6.0.5). Adds supportbrad5-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-07Check for SATA and RAID subclasses if we have a matching PCI ID.jsg1-12/+26
This should remove the need for most if not all of the override flags. "looks safe to me" miod@
2006-07-06do something sane to EXAMPLES;jmc1-12/+13
2006-07-06Make sure we alter ddb variables as ints, not longs; only matters on 64 bitmiod3-37/+29
platforms.
2006-07-06acquiration -> acquisition (so that eyes stop bleeding)miod1-2/+2
2006-07-06Sync with reality:miod1-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-06Make the ddb.log sysctl available as an in-ddb variable, $log, for consistency.miod4-7/+7
2006-07-06Remove db_check_interrupt() related logic, since it was dummied in practice.miod3-50/+4
2006-07-06ALIGNED_POINTER is defined on all platforms.miod1-6/+1
2006-07-06Make dummy $g0 in ddb the right size.miod1-2/+2
2006-07-06PMAP_MD_RWLOW kluge is no longer necessary now that mac68k does TRT.miod1-9/+1
2006-07-06Insert an empty page at the beginning of the kernel, so that we can map itmiod2-8/+18
invalid and have NULL pointer dereferences in the kernel fault now.
2006-07-06Adapt rtclock_intr() to the current interrupt scheme; from NetBSDmiod1-6/+8
2006-07-06typo in commentstevesk1-2/+2
2006-07-06Xr ktrace 2 , else some people might mistake we use ptrace() or sth elsegrunk1-2/+3
ok mickey@ jmc@
2006-07-06move #include "dns.h" upstevesk1-2/+2
2006-07-06move #include <pwd.h> out of includes.h; ok markus@stevesk33-39/+123
2006-07-06argh, again i forgot a file. sorryhenning1-2/+2
2006-07-06sync the description for em.4;jmc7-15/+14
2006-07-06add "rtable" to select alternate routing tables.henning2-54/+114
with & ok claudio hshoexer
2006-07-06allow rules to point to an alternate routing table, and tag packetshenning3-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-06In rt_invalidate() skip all as_ext routes if routes matching a specific areaclaudio1-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-06in this test, $SUDO is not used to gain privileges but to switch to nobody.grunk1-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-06get rid of the unused sgl types (and the XXX on the one we actually dodlg1-24/+48
use). add the fw upload messages and its context element.
2006-07-06add commandline options to enable logging of transactions; ok markus@djm2-52/+290
2006-07-06support arguments to Subsystem commands; ok markus@djm4-10/+24
2006-07-06fix debugging stuffdlg3-6/+6
2006-07-06after walking the attached devices and running ppr against them, then fetchdlg1-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.