Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-02 | regen | Brad Smith | |
2008-06-02 | - Sort the QLogic entries by PCI id. | Brad Smith | |
- Remove a duplicate QLogic ISP6312 entry. - Add QLogic ISP25xx, ISP54xx, and ISP8432 FC id's. - Add QLogic ISP4032 iSCSI id's. - Add all the other Emulex Light Pulse FC PCI id's. | |||
2008-06-01 | sort flags; synchronize synopsis and usage; style(9). | Igor Sobrado | |
tweaked by jmc@, thanks! ok jmc@ | |||
2008-06-01 | sort flags; synchronize synopsis and usage. | Igor Sobrado | |
ok jmc@ | |||
2008-06-01 | Unlink handled interrupts from the list of pending interrupts atomically. | Mark Kettenis | |
Fixes a problem where softclock would stop running under heavy load. | |||
2008-06-01 | regen | Mark Kettenis | |
2008-06-01 | Add Emulex LP9000. | Mark Kettenis | |
2008-06-01 | synchronize synopsis and usage. | Igor Sobrado | |
2008-06-01 | Fix \n nit in SMALL_KERNEL. | Marco Peereboom | |
2008-06-01 | Re-enable new parser. Lots of testing by various folks. Fits all media | Marco Peereboom | |
now too. ok kettenis deraadt | |||
2008-06-01 | Remove further mentioning of HW VLAN stripping. | Brad Smith | |
2008-06-01 | Make SCSI isp(4) use the same SCSI initiator ID as the prom on sparc/sparc64. | Mark Kettenis | |
ok marco@, krw@, deraadt@ | |||
2008-06-01 | - make it possible to merge files from xetcXX only | Antoine Jacoutot | |
man page bits by jmc@ suggested by an ok jdixon@ merdely@ | |||
2008-06-01 | Remove iobviously untrue comment. | Mark Kettenis | |
2008-06-01 | ACX111 parts can't send using short slot time, but it seems to have no problem | Brad Smith | |
to receive packets sent using short slot time. Turn on short slot time support, so that we don't prevent other STA from using short slot time. From sephe@DragonFly ok mglocker@ | |||
2008-06-01 | provision for reading only prelink related stuff from a package (maybe | Marc Espie | |
a bit more, we'll trim it as fitting). | |||
2008-06-01 | Use 1Mbits/s as beacon sending rate; it seems to fix TX performance issue | Brad Smith | |
when using acx(4) as HostAP. From sephe@DraonFly ok mglocker@ | |||
2008-06-01 | Don't copy empty files into installed system's /etc. Tweak comment and | Kenneth R Westerback | |
mention boot.conf and ttys. No functional change. | |||
2008-05-31 | if a dma mapping contains oddly addressed or odd length segments, then we | David Gwynne | |
reject that mapping. this diff cleans up the mapping if it fails those diagnostics. found while looking into an issue for krw@ | |||
2008-05-31 | Add Fujitsu adapters. | Brad Smith | |
2008-05-31 | Apparently the interrupt status register doesn't always replicate the TX | Mark Kettenis | |
completion register correctly, so read the completion register instead. | |||
2008-05-31 | Thinkpad -> ThinkPad | Igor Sobrado | |
2008-05-31 | synchronize usage and synopsis. | Igor Sobrado | |
2008-05-31 | Turn the rx descriptor ring into a real ring instead of letting things fall | Mark Kettenis | |
off the end. | |||
2008-05-31 | add a marker for true binary files to be used by prelinking | Marc Espie | |
2008-05-31 | List Fujitsu crds supported by sk(4). | Mark Kettenis | |
2008-05-31 | add hfs+ type. deraadt@ ok | Federico G. Schwindt | |
2008-05-31 | regen | Mark Kettenis | |
2008-05-31 | Add PLX 6520 PCIX-PCIX bridge. | Mark Kettenis | |
2008-05-31 | regen | Mark Kettenis | |
2008-05-31 | Add Emulex LP10000. | Mark Kettenis | |
2008-05-31 | Properly set the IFF_OACTIVE flag if all the descriptrs are in use for | Brad Smith | |
the TX ring and clear the flag when some have been freed. ok kettenis@ | |||
2008-05-31 | Properly set the IFF_OACTIVE flag if all the descriptrs are in use for | Brad Smith | |
the TX ring and clear the flag when some have been freed. ok dlg@ kettenis@ | |||
2008-05-31 | Clear the IFF_RUNNING/IFF_OACTIVE flags and the watchdog timer in | Brad Smith | |
txp_stop(). ok dlg@ | |||
2008-05-30 | Remove the untracked mapping before calling uvm_km_free(), otherwise the | Federico G. Schwindt | |
code will treat it as a tracked one and panic down the road. fixes one of the crashes reported in PR/5828. miod@ ok. | |||
2008-05-30 | skip ext2fs on this | Theo de Raadt | |
2008-05-30 | fix a broken Xr; | Jason McIntyre | |
2008-05-30 | -salt is default for "openssl enc"; from djm | Jason McIntyre | |
tweaked with some help from Matthew Dempsky and djm ok djm | |||
2008-05-30 | cdio's blank command blanked CD twise. Fixed. | av | |
ok jakemsr krw millert ratchov | |||
2008-05-30 | Keyword expansion must not be set if no RCS file is available, for example | Tobias Stoeckmann | |
a newly added but not yet committed file. Fixes segfault. ok joris | |||
2008-05-30 | Set up cmdp before first possible call of fatal to avoid NULL pointer | Tobias Stoeckmann | |
dereference in logging code. Spotted by Igor Zinovik. ok joris | |||
2008-05-30 | trivial KNF before we go further | Henning Brauer | |
2008-05-30 | sync | Thordur I. Bjornsson | |
2008-05-30 | add the intel turbo memory device id | Thordur I. Bjornsson | |
ok dlg@ | |||
2008-05-30 | diff -D support, also a change in diff_internals to properly print | Tobias Stoeckmann | |
file name or /dev/null, if file has been removed or added. | |||
2008-05-30 | Major rework of our cvs diff implementation fixes tons of GNU cvs | Tobias Stoeckmann | |
compatibility glitches and bugs which have been spotted by ray@ and Igor Zinovik. ok joris | |||
2008-05-30 | Allocate static buffer for software frame buffer and make sure to not | Marcus Glocker | |
overflow it. | |||
2008-05-30 | correct size of iov[]; ralf.horstmann@gmx.de | Theo de Raadt | |
2008-05-30 | some KNF. | Brad Smith | |
2008-05-30 | Remove unused NetBSD code for dmesg printing. | Brad Smith | |
ok deraadt@ |