Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-29 | ignore (but still accept) -D and -L | Jared Yanovich | |
(and other minor cleaning while here: sync usage, whitespace, fix error messages) ok millert | |||
2005-06-29 | sort options | Jared Yanovich | |
2005-06-29 | a few scetches on the new ioctls | Michael Shalayeff | |
2005-06-29 | some more of the recent meatz | Michael Shalayeff | |
2005-06-29 | sync | Theo de Raadt | |
2005-06-29 | sync | Todd T. Fries | |
2005-06-29 | add bio | Todd T. Fries | |
prompted by deraadt@ and henning@, ok marco@ | |||
2005-06-29 | initialize timeouts needed by pccom | Theo de Raadt | |
2005-06-29 | only include copy-to-libkern-* targets if making copy-to-libkern to avoid ↵ | Michael Shalayeff | |
zombie dependancies elsewhere | |||
2005-06-29 | cleanup KMSRC (copy to libkern) list from nonexistant srcs; also noticed ↵ | Michael Shalayeff | |
before by marc@ and drahn@ | |||
2005-06-29 | rtlabel support via filter sets. Just use "set rtlabel foobar" in filters | Claudio 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-29 | make the description of this command (utility? ;) match the synopsis; | Jason McIntyre | |
from lior kadosh; | |||
2005-06-29 | some pendantic stuff from henric | Theo de Raadt | |
2005-06-29 | one PSR_ variable stayed; from henric | Theo de Raadt | |
2005-06-29 | remove v7/v8 stuff; from henric | Theo de Raadt | |
2005-06-29 | on the vax, start mmap BRKSIZ (8MB) into data seg; ok tdeval | Theo de Raadt | |
2005-06-29 | 40MB virtual address space in p0; start mmap's 8MB into the data segment | Theo de Raadt | |
ok tdeval | |||
2005-06-29 | remove unused FreeBSD printf | Brad Smith | |
2005-06-29 | volatile here | Brad Smith | |
2005-06-29 | rev 1.25 | Brad 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-29 | add some Power Management constants | Brad Smith | |
From NetBSD | |||
2005-06-29 | - sync bus_dma ops and add bus_dmamap_sync()'s | Brad 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-29 | rev 1.47 | Brad 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 DESCRIPTION | Jared 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-29 | sort | Brad Smith | |
2005-06-28 | telnetd is gone | Martin Reindl | |
2005-06-28 | Make it possible to specify interfaces just by using "interface em0" without | Claudio 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-28 | 2 more bits of PA in the TLB entries when you get to ultrasparc3; from henric | Theo de Raadt | |
2005-06-28 | remove sun4c/sun4m stuff; from henric | Theo de Raadt | |
2005-06-28 | don't include telnetd, it's gone anyway | Martin Reindl | |
ok deraadt@ | |||
2005-06-28 | Add pkg_merge and doc. | Marc Espie | |
okay naddy@, jmc@ | |||
2005-06-28 | NBIO > 0 the bioctl code. | Marco Peereboom | |
Conditional jump to ami_ioctl() if NBIO > 0 is defined. ok deraadt@ mickey@ | |||
2005-06-28 | implement ami_schwartz_poll() per the FIXME leftover from the hackathon. | Marco Peereboom | |
ok mickey@ | |||
2005-06-28 | send the date (-D) here too .. | Xavier Santolaria | |
+ some style nitpicks to be consistent w/ the rest of the code; | |||
2005-06-28 | allow posting BIO ioctls to the daughter devices (sd*) as well; marco@ ↵ | Michael Shalayeff | |
testing and ok | |||
2005-06-28 | sync supported re(4) adapter list with manpage | Martin Reindl | |
prompted by brad@ | |||
2005-06-28 | - add `rtag' command usage | Xavier Santolaria | |
- add -F and -f ok joris | |||
2005-06-28 | Remove 'ab' (apache benchmark) from the tree because | Robert Nagy | |
we don't install it, and 'ab' itself is buggy so that it will give false results. ok henning@ | |||
2005-06-28 | Try to fit 0x200 into an u_int8_t is not so clever. Pass the flags as | Claudio Jeker | |
u_int16_t so that "bgpctl show rib 4/8 all" works again. | |||
2005-06-28 | some more ike payload types | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-06-28 | send date; | Xavier Santolaria | |
2005-06-28 | - fix commands usage | Xavier Santolaria | |
- fix rdiff aliases ok joris | |||
2005-06-28 | regen | Brad Smith | |
2005-06-28 | tab to space | Brad Smith | |
2005-06-28 | CenterCOM -> CentreCOM | Brad Smith | |
2005-06-28 | rev 1.28 | Brad 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-28 | do not whine if we cannot get mbufs. | Brad Smith | |
2005-06-28 | add xl@pci | Brad Smith | |
2005-06-28 | add Allied Telesis CentreCOM LA1000-PCI-T card provided by Theo | Brad Smith | |
2005-06-27 | Further cleanup and rationalize sd_scsibus_getparms(). No (intended) | Kenneth R Westerback | |
functional change. ok tdeval@ |