summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-29ignore (but still accept) -D and -LJared Yanovich
(and other minor cleaning while here: sync usage, whitespace, fix error messages) ok millert
2005-06-29sort optionsJared Yanovich
2005-06-29a few scetches on the new ioctlsMichael Shalayeff
2005-06-29some more of the recent meatzMichael Shalayeff
2005-06-29syncTheo de Raadt
2005-06-29syncTodd T. Fries
2005-06-29add bioTodd T. Fries
prompted by deraadt@ and henning@, ok marco@
2005-06-29initialize timeouts needed by pccomTheo de Raadt
2005-06-29only include copy-to-libkern-* targets if making copy-to-libkern to avoid ↵Michael Shalayeff
zombie dependancies elsewhere
2005-06-29cleanup KMSRC (copy to libkern) list from nonexistant srcs; also noticed ↵Michael Shalayeff
before by marc@ and drahn@
2005-06-29rtlabel support via filter sets. Just use "set rtlabel foobar" in filtersClaudio Jeker
network and neighbor statements and the routes are labeled accordingly. While doing that fix some mem-leaks by introducing filterset_free() and remove the free on send option of send_filterset(). This took a bit longer because we need to carefully track the rtlabel id refcnts or bad things may happen on reloads. henning@ looks fine
2005-06-29make the description of this command (utility? ;) match the synopsis;Jason McIntyre
from lior kadosh;
2005-06-29some pendantic stuff from henricTheo de Raadt
2005-06-29one PSR_ variable stayed; from henricTheo de Raadt
2005-06-29remove v7/v8 stuff; from henricTheo de Raadt
2005-06-29on the vax, start mmap BRKSIZ (8MB) into data seg; ok tdevalTheo de Raadt
2005-06-2940MB virtual address space in p0; start mmap's 8MB into the data segmentTheo de Raadt
ok tdeval
2005-06-29remove unused FreeBSD printfBrad Smith
2005-06-29volatile hereBrad Smith
2005-06-29rev 1.25Brad Smith
* Add workaround for revision Bx bcm5700: chip bugs in decoding of PCI register writes may leave the hardware in (partial) powersave state, such that writes to "indirect" registers do not work. Explicitly force chip into D0 state at attach time. From NetBSD
2005-06-29add some Power Management constantsBrad Smith
From NetBSD
2005-06-29- sync bus_dma ops and add bus_dmamap_sync()'sBrad Smith
and rev 1.25 * bcm5700 chips rev Bx wedge up if given DMA descriptors of eight bytes or less. Once hit, only reovery is a watchdog timeout/reset. If the offending packet is retransmitted, the chip will wedge again... Check for teeny fragments in a Tx request, and either fold the teeny chunk residue into an adjacent mbuf, or m_dup the entire buffer. From NetBSD Tested on alpha/amd64/macppc by krw@ and ok krw@
2005-06-29rev 1.47Brad Smith
Make pci_get_capability() work correctly on both header type 0 and type 2 devices; both have different Capability List Pointer registers. From NetBSD
2005-06-29- elaborate DESCRIPTIONJared Yanovich
- the -s flag dumps the uvmexp structure, not the sum structure - add FILES - mdoc macro/layout, punctuation, capitalization, etc. improvements - update SEE ALSO ok jmc
2005-06-29sortBrad Smith
2005-06-28telnetd is goneMartin Reindl
2005-06-28Make it possible to specify interfaces just by using "interface em0" withoutClaudio Jeker
a {} block. Only drawback is that it is no longer possible to do "interface em0\n{ ...". OK henning@ norby@ some time ago
2005-06-282 more bits of PA in the TLB entries when you get to ultrasparc3; from henricTheo de Raadt
2005-06-28remove sun4c/sun4m stuff; from henricTheo de Raadt
2005-06-28don't include telnetd, it's gone anywayMartin Reindl
ok deraadt@
2005-06-28Add pkg_merge and doc.Marc Espie
okay naddy@, jmc@
2005-06-28NBIO > 0 the bioctl code.Marco Peereboom
Conditional jump to ami_ioctl() if NBIO > 0 is defined. ok deraadt@ mickey@
2005-06-28implement ami_schwartz_poll() per the FIXME leftover from the hackathon.Marco Peereboom
ok mickey@
2005-06-28send the date (-D) here too ..Xavier Santolaria
+ some style nitpicks to be consistent w/ the rest of the code;
2005-06-28allow posting BIO ioctls to the daughter devices (sd*) as well; marco@ ↵Michael Shalayeff
testing and ok
2005-06-28sync supported re(4) adapter list with manpageMartin Reindl
prompted by brad@
2005-06-28- add `rtag' command usageXavier Santolaria
- add -F and -f ok joris
2005-06-28Remove 'ab' (apache benchmark) from the tree becauseRobert Nagy
we don't install it, and 'ab' itself is buggy so that it will give false results. ok henning@
2005-06-28Try to fit 0x200 into an u_int8_t is not so clever. Pass the flags asClaudio Jeker
u_int16_t so that "bgpctl show rib 4/8 all" works again.
2005-06-28some more ike payload typesHans-Joerg Hoexer
ok ho@
2005-06-28send date;Xavier Santolaria
2005-06-28- fix commands usageXavier Santolaria
- fix rdiff aliases ok joris
2005-06-28regenBrad Smith
2005-06-28tab to spaceBrad Smith
2005-06-28CenterCOM -> CentreCOMBrad Smith
2005-06-28rev 1.28Brad Smith
Write the station address using 8-bits writes instead of 16-bits. This is what the linux driver does, and makes the DGE-550T work. Set bit 0x0020 in STGE_DebugCtrl too, the linux driver does it (the comments note this as a workaround, without more details. This doesn't seem to make things worse). Also initialize STGE_RxDMABurstThresh and STGE_RxDMAUrgentThresh, using values from the linux driver. From NetBSD
2005-06-28do not whine if we cannot get mbufs.Brad Smith
2005-06-28add xl@pciBrad Smith
2005-06-28add Allied Telesis CentreCOM LA1000-PCI-T card provided by TheoBrad Smith
2005-06-27Further cleanup and rationalize sd_scsibus_getparms(). No (intended)Kenneth R Westerback
functional change. ok tdeval@