summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2012-09-25Update the libpthread section.Brad Smith
ok matthew@ sthen@
2012-09-25Remove mentioning of the -pthread flag.Brad Smith
Discussed with matthew@ guenther@ kettenis@ ok matthew@ sthen@
2012-09-25add npppd, and clean up a few Xrs while here;Jason McIntyre
2012-09-20bump revisionReyk Floeter
2012-09-20add more sensor types to sensor framework.Yojiro Uo
- Pressure (10^-3 Pa) - distance (10^-6 m) - acceleration (10^-6 m/s^2) ok deraadt@ reyk@
2012-09-20add uoak* devices;Jason McIntyre
2012-09-20tweak previous;Jason McIntyre
2012-09-20tweak previous;Jason McIntyre
2012-09-20accidental space after \Theo de Raadt
2012-09-20add initial version man pages for uoaklux(4), uoakrh(4) and uoakv(4)Yojiro Uo
2012-09-20don't use link to npppd(8) and pppx(4) until they are ready.YASUOKA Masahiko
2012-09-20remove unneccessary macro;Jason McIntyre
2012-09-20Lower pf frags limit to not risk running out of mbuf clustersCamiel Dobbelaar
when dealing with lots of IP fragments. This sets the default to 25% of the mbuf cluster maximum (hint from beck). And the example in the manpage is sane now. ok mikeb henning beck deraadt
2012-09-20add a list of chips and devicesJonathan Gray
ok jmc@
2012-09-19tweak previous;Jason McIntyre
2012-09-19Update the route(9) manpage to reflect recent change to rt_lookup()Bret Lambert
reminded by jmc@ ok jmc@ claudio@
2012-09-19Add new drivers for virtio network (vio) and block devices (vioblk, the disksStefan Fritsch
attach as scsi disks). These are paravirtualized devices offered by some hypervisors like kvm and virtualbox. The virtio transport driver has the pci specific parts separated out. This will make it easier to add support for mmio (e.g. for ARM) later. OK mikeb OK jasper "commit what you have" deraadt
2012-09-19add pipex(4) man page.YASUOKA Masahiko
2012-09-19fix SEE ALSO;Jason McIntyre
2012-09-19SMSC LAN95xx 10/100 USB Ethernet driver, ported from FreeBSD.Jonathan Gray
'turbo mode' having multiple rx packets in a single usb transaction similiar to what newer asix chips do is disabled as it seems to cause many rx errors and breaks fragmentation. checksum offloading while apparently supported by the hardware is currently disabled.
2012-09-19no more PKG_ARCH messin' around in lua.port.mkJasper Lievisse Adriaanse
2012-09-18support the Lenovo ThinkVision LT1421Jasper Lievisse Adriaanse
ok mglocker@
2012-09-17remove "Using Jumbo frames can greatly improve performance for certain tasks"Stuart Henderson
sentence, discussed with deraadt.
2012-09-17zap trailing whitespace;Jason McIntyre
2012-09-17add IPV6_RECVDSTPORT socket option, which enables us to get originalYASUOKA Masahiko
(= before divert) destination port of a UDP packet. The way to use this option is same as IP_RECVDSTPORT. from UMEZAWA Takeshi tweaks from jmc; ok henning bluhm
2012-09-17Update wording for device firmware to talk update fw_update(1).Stuart Henderson
Noticed by jcs, discussed with jmc, ok jmc ajacoutot dcoppa deraadt (missed in last commit, spotted by jmc)
2012-09-17Update wording for device firmware to talk update fw_update(1).Stuart Henderson
Noticed by jcs, discussed with jmc, ok jmc ajacoutot dcoppa deraadt
2012-09-17Rework the description of the flags to pool_get(9)Philip Guenthe
ok jmc@, tedu@
2012-09-17document vdrop; original diff from Michal MazurekJason McIntyre
text rewrite/ok guenther
2012-09-16Add support for building non-PIE libraries.Mark Kettenis
ok deraadt@
2012-09-16vaccess' first argument is type; from Michal MazurekJason McIntyre
ok millert
2012-09-13Update to tzdata2012f from ftp.iana.orgTodd C. Miller
2012-09-11Support FTDI FT2232H. This has a new base clock rate, different divisor,Theo de Raadt
and the buffersizes are now taken from the endpoint descriptors. From Raphael Graf
2012-09-11sh can move to PIE, for better or worse. maybe it becomes slower, maybeTheo de Raadt
it hits more gcc bugs. or even better -- maybe we learn something which benefits the other platforms. ok miod
2012-09-08syncMartin Pieuchot
2012-09-07add pkcs5_pbkdf2(3);Jason McIntyre
2012-09-06tweak previous;Jason McIntyre
2012-09-06mention SMBus support in glxpcib(4)Jonathan Gray
2012-09-06add default license to mdoc.template. ok deraadt ianTed Unangst
while here, change CCYY to YYYY
2012-09-02We need big PIE on powerpc because the GOT gets too big for some bloatwareMark Kettenis
like GCC. ok deraadt@, pascal@
2012-09-02take hppa to PIE as well; ok kettenis pascalTheo de Raadt
2012-09-02sync path to kernel sources with config(8), hier(7) and FAQRobert Peichaer
ok jmc@ ajacoutot@
2012-09-02enable PIE on alpha, and document the situation for otherTheo de Raadt
architectures not running PIE yet.
2012-09-01Kill the FILES section. No need to maintain a second list of libraries on thePascal Stumpf
same page (which was even out of sync). Also, add an .Xr ld. ok jmc@
2012-09-01NOPIC only affects shared libraries now.Pascal Stumpf
ok jmc@
2012-09-01Document that systrace fds, like kqueues, cannot be shared.Philip Guenthe
P_SUGID and P_SUGIDEXEC are now PS_* flags
2012-09-01Make '-f' only affects the "start" action.Antoine Jacoutot
There is no reason we couldn't reload|stop a daemon even when _flags is set to NO. As a bonus side effect, we can now see usage() on disabled scripts. discussed with sthen@ and espie@ ok sthen@
2012-09-01avr32 did not happenTheo de Raadt
2012-08-31Don't treat zaurus special; everybody gets libraries with debug info now.Mark Kettenis
We just savd a bunch of space anyway by no longer creating _pic.a libraries. ok deraadt@
2012-08-31Document PIE-by-default behaviour. With a tweak from matthew@.Pascal Stumpf
ok deraadt@ jmc@ matthew@