summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2008-06-11Add a bunch of new ciss devices from Scott Benesh at HP via FreeBSD.Jonathan Gray
ok dlg@
2008-06-11tweak previous;Jason McIntyre
2008-06-10Make counters on table addresses optional and disabled by default.Ryan Thomas McBride
Use the 'counters' table option in pf.conf if you actually need them. If enabled, memory is not allocated until packets match an address. This saves about 40% memory if counters are not being used, and paves the way for some more significant cleanups coming soon. ok henning mpf deraadt
2008-06-10another wee correction; ok henningJason McIntyre
2008-06-10Document that our gcc on alpha has -mieee enabled by default.Michael Erdely
Suggested by and ok jmc. ok miod.
2008-06-10typo; from Tim van der MolenJason McIntyre
2008-06-10oopsTheo de Raadt
2008-06-10rename man page to a function name that actually exists; requested by jmcTheo de Raadt
2008-06-10tweak previous;Jason McIntyre
2008-06-10regenMarcus Glocker
2008-06-10no more amd64_get_mtrr;Jason McIntyre
2008-06-10fix previous;Jason McIntyre
2008-06-10theo and ryan and I like to scare peopleHenning Brauer
2008-06-09man page for crypto/idgen.h functions: idgen32() and idgen32_init()Damien Miller
ok deraadt@
2008-06-09Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry ofMiod Vallat
a new etype, UVM_ET_HOLE, meaning it has no backend. UVM_ET_HOLE entries (which should be created as UVM_PROT_NONE and with UVM_FLAG_NOMERGE and UVM_FLAG_HOLE) are skipped in uvm_unmap_remove(), so that pmap_{k,}remove() is not called on the entry. This is intended to save time, and behave better, on pmaps with MMU holes at process exit time. ok art@, kettenis@ provided feedback as well.
2008-06-09tweak previous;Jason McIntyre
2008-06-09mention CRYPTO_AES_CTR and CRYPTO_AES_XTSDamien Miller
2008-06-09mention CRYPTO_AES_CTR, CRYPTO_AES_XTSDamien Miller
describe special requirement for passing in IV/block number for CRYPTO_AES_XTS
2008-06-09man bits for arc4random_bytes => arc4random_buf rename; ok deraadt@Damien Miller
2008-06-09- sort the hardware listJason McIntyre
- knock out the video Xr until we get a video(4) man page
2008-06-09tweak previous;Jason McIntyre
2008-06-08add Logitech QuickCam FusionRobert Nagy
2008-06-08according to the driver, the 82598AT is 10GbaseT (100/1000/10000MbitReyk Floeter
Ethernet over twisted pair cables).
2008-06-08add new devicesYojiro Uo
ok @jsg
2008-06-08add manpage for the ix(4) 10GbE driverReyk Floeter
2008-06-08explain about ^SYSCONFDIRMarc Espie
2008-06-08Deprecate /etc/dhcpd.interfaces. This is made unnecessary by dhcpd_flags.Jason Dixon
ok deraadt@ beck@ reyk@ phessler@
2008-06-07dyslexiaMarc Espie
noticed by lanrdy@
2008-06-07Mention lxtphy(4).Brad Smith
2008-06-07Do not use spaces for holes in jumper layouts, as this causes the htmlMiod Vallat
rendering of the manual pages to be useless.
2008-06-07Kill ACPIVERBOSE. It was never used and is worthless to boot.Marco Peereboom
comments jmc ok toby
2008-06-07Move the Apache manual out of etcXX and to miscXX where it belongs.Jason Dixon
It has also been moved to /usr/share/doc/html/httpd/. This will ease sysmerge upgrades and help keep htdocs clean. Help from okan and phessler, doc tweaks by jmc ok deraadt@ millert@ beck@
2008-06-06remove the now irrelevant elf2olf BUGS entry; ok deraadt miodJason McIntyre
2008-06-03fix some spacing issues;Jason McIntyre
2008-06-01sort flags; synchronize synopsis and usage; style(9).Igor Sobrado
tweaked by jmc@, thanks! ok jmc@
2008-06-01Remove further mentioning of HW VLAN stripping.Brad Smith
2008-05-31Add Fujitsu adapters.Brad Smith
2008-05-31Thinkpad -> ThinkPadIgor Sobrado
2008-05-31List Fujitsu crds supported by sk(4).Mark Kettenis
2008-05-29pcaled(4) also supports the PCA9552 LED dimmer.Marc Balmer
ok jmc
2008-05-29Mention the CS8204 model.Brad Smith
2008-05-28add missing tab;Jason McIntyre
2008-05-28Spotted by jmc, I tested the device and it works, so put it in the rightPierre-Yves Ritschard
section of the manpage.
2008-05-28more usb hid types, from netbsd.Chris Kuethe
"go to it" deraadt
2008-05-28Add support for Option GlobeTrotter 3G+ cards as distributed by OrangePierre-Yves Ritschard
in umsm. ok jsg@
2008-05-27Update to tzdata2008c from elsie.nci.nih.govTodd C. Miller
This reflects time zone changes for Pakistan, Morocco, and Mongolia
2008-05-27Add ZyXEL G-202, which was already in usbdevs.Jonathan Gray
From/tested by pedro@am-gen.org
2008-05-26tweak previous;Jason McIntyre
2008-05-26formatting nit in the pseudocode.Brad Smith
2008-05-26explain why, even though we support "sticky" block sizes, setting blockJacob Meuser
sizes before other parameters can cause problems. ok ratchov@