Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-11 | Add a bunch of new ciss devices from Scott Benesh at HP via FreeBSD. | Jonathan Gray | |
ok dlg@ | |||
2008-06-11 | tweak previous; | Jason McIntyre | |
2008-06-10 | Make 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-10 | another wee correction; ok henning | Jason McIntyre | |
2008-06-10 | Document that our gcc on alpha has -mieee enabled by default. | Michael Erdely | |
Suggested by and ok jmc. ok miod. | |||
2008-06-10 | typo; from Tim van der Molen | Jason McIntyre | |
2008-06-10 | oops | Theo de Raadt | |
2008-06-10 | rename man page to a function name that actually exists; requested by jmc | Theo de Raadt | |
2008-06-10 | tweak previous; | Jason McIntyre | |
2008-06-10 | regen | Marcus Glocker | |
2008-06-10 | no more amd64_get_mtrr; | Jason McIntyre | |
2008-06-10 | fix previous; | Jason McIntyre | |
2008-06-10 | theo and ryan and I like to scare people | Henning Brauer | |
2008-06-09 | man page for crypto/idgen.h functions: idgen32() and idgen32_init() | Damien Miller | |
ok deraadt@ | |||
2008-06-09 | Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry of | Miod 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-09 | tweak previous; | Jason McIntyre | |
2008-06-09 | mention CRYPTO_AES_CTR and CRYPTO_AES_XTS | Damien Miller | |
2008-06-09 | mention CRYPTO_AES_CTR, CRYPTO_AES_XTS | Damien Miller | |
describe special requirement for passing in IV/block number for CRYPTO_AES_XTS | |||
2008-06-09 | man bits for arc4random_bytes => arc4random_buf rename; ok deraadt@ | Damien Miller | |
2008-06-09 | - sort the hardware list | Jason McIntyre | |
- knock out the video Xr until we get a video(4) man page | |||
2008-06-09 | tweak previous; | Jason McIntyre | |
2008-06-08 | add Logitech QuickCam Fusion | Robert Nagy | |
2008-06-08 | according to the driver, the 82598AT is 10GbaseT (100/1000/10000Mbit | Reyk Floeter | |
Ethernet over twisted pair cables). | |||
2008-06-08 | add new devices | Yojiro Uo | |
ok @jsg | |||
2008-06-08 | add manpage for the ix(4) 10GbE driver | Reyk Floeter | |
2008-06-08 | explain about ^SYSCONFDIR | Marc Espie | |
2008-06-08 | Deprecate /etc/dhcpd.interfaces. This is made unnecessary by dhcpd_flags. | Jason Dixon | |
ok deraadt@ beck@ reyk@ phessler@ | |||
2008-06-07 | dyslexia | Marc Espie | |
noticed by lanrdy@ | |||
2008-06-07 | Mention lxtphy(4). | Brad Smith | |
2008-06-07 | Do not use spaces for holes in jumper layouts, as this causes the html | Miod Vallat | |
rendering of the manual pages to be useless. | |||
2008-06-07 | Kill ACPIVERBOSE. It was never used and is worthless to boot. | Marco Peereboom | |
comments jmc ok toby | |||
2008-06-07 | Move 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-06 | remove the now irrelevant elf2olf BUGS entry; ok deraadt miod | Jason McIntyre | |
2008-06-03 | fix some spacing issues; | Jason McIntyre | |
2008-06-01 | sort flags; synchronize synopsis and usage; style(9). | Igor Sobrado | |
tweaked by jmc@, thanks! ok jmc@ | |||
2008-06-01 | Remove further mentioning of HW VLAN stripping. | Brad Smith | |
2008-05-31 | Add Fujitsu adapters. | Brad Smith | |
2008-05-31 | Thinkpad -> ThinkPad | Igor Sobrado | |
2008-05-31 | List Fujitsu crds supported by sk(4). | Mark Kettenis | |
2008-05-29 | pcaled(4) also supports the PCA9552 LED dimmer. | Marc Balmer | |
ok jmc | |||
2008-05-29 | Mention the CS8204 model. | Brad Smith | |
2008-05-28 | add missing tab; | Jason McIntyre | |
2008-05-28 | Spotted by jmc, I tested the device and it works, so put it in the right | Pierre-Yves Ritschard | |
section of the manpage. | |||
2008-05-28 | more usb hid types, from netbsd. | Chris Kuethe | |
"go to it" deraadt | |||
2008-05-28 | Add support for Option GlobeTrotter 3G+ cards as distributed by Orange | Pierre-Yves Ritschard | |
in umsm. ok jsg@ | |||
2008-05-27 | Update to tzdata2008c from elsie.nci.nih.gov | Todd C. Miller | |
This reflects time zone changes for Pakistan, Morocco, and Mongolia | |||
2008-05-27 | Add ZyXEL G-202, which was already in usbdevs. | Jonathan Gray | |
From/tested by pedro@am-gen.org | |||
2008-05-26 | tweak previous; | Jason McIntyre | |
2008-05-26 | formatting nit in the pseudocode. | Brad Smith | |
2008-05-26 | explain why, even though we support "sticky" block sizes, setting block | Jacob Meuser | |
sizes before other parameters can cause problems. ok ratchov@ |