summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2008-06-21unreac -> unreach; from Markus LudeJason McIntyre
2008-06-20add missing .Re; from Alan R. S. BuenoJason McIntyre
2008-06-19syncTodd T. Fries
2008-06-19Sync with reality and fix some typos/wording.Marc Balmer
2008-06-16missing full stops;Jason McIntyre
2008-06-16add the man page for mtrr on amd64.Peter Hessler
Reminded by jmc@
2008-06-15RFC 2822 obsoletes RFC 822; from Igor ZinovikJason McIntyre
2008-06-15XENOCARA_BUILD_DRI is on by default for amd64/i386; confirmed by ogaJason McIntyre
2008-06-15comment out cpu(4) reference, until such a time as sparc64 has suchJason McIntyre
a page;
2008-06-15tweak previous;Jason McIntyre
2008-06-15<sys/amdmsr.h> -> <machine/amdmsr.h>Matthieu Herrb
2008-06-14sync (missed last time round)Todd T. Fries
2008-06-14sync.Marc Balmer
2008-06-14Add amdmsr(4), a driver to access model specific registers on AMD CPUs.Marc Balmer
Needed for the upcoming AMD Geode LX graphics processor X11 driver. discussed with, feedback, and ok matthieu and deraadt.
2008-06-14Document x11/xfce4 module, with help of jmc@, thanks !Landry Breuil
ok ajacoutot@
2008-06-14tweak previous;Jason McIntyre
2008-06-14cmp(4)Mark Kettenis
2008-06-14Update bioctl(8) and softraid(4) to recent changes and enable softraidHans-Joerg Hoexer
crypto. It's still considered experimental! ok djm marco
2008-06-13D-Link DWA-111, from kevlo via FreeBSD.Jonathan Gray
2008-06-12syncTodd T. Fries
2008-06-12sync synopsis and usage; spacing.Igor Sobrado
2008-06-12syncTodd T. Fries
2008-06-12- add all missing MODULESAntoine Jacoutot
"no issues" for jmc@
2008-06-12new sentence, new line;Jason McIntyre
2008-06-12a few minor rewordings and tweaksSteven Mestdagh
2008-06-12add some description for the tcl and tk modulesSteven Mestdagh
2008-06-12syncTodd T. Fries
2008-06-12point to usb man pages more clearly; ok jmcTheo de Raadt
2008-06-12Document lang/lua MODULE.Landry Breuil
Reminded by pyr@ and ajacoutot@ while going to the hike, ok ajacoutot@ and looks fine to jmc@
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