summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-07Printf size_t vars with %zu, not %ld;Ingo Schwarze
from Antonio Huete Jimenez <tuxillo at quantumachine dot net> via Franco Fichtner (both DragonFly).
2013-10-07disk sizes, partition sizes and partition offsets are u_int64_tKenneth R Westerback
values rather than daddr_t values. So use u_int64_t to store them and %llu to print them in checkdisklabel().
2013-10-07Say 'fragments' where fragments are meant. Divide by DEV_BSIZEKenneth R Westerback
to convert from bytes to DEV_SIZE. ok otto@ zhuk@ (for his chunk)
2013-10-07Have platform->bootstrap() return the machine speed in MHz, which is used toMiod Vallat
set up the delay constant.
2013-10-07Put the kernel VBR page at the beginning of the kernel text, as done onMiod Vallat
mvme88k, to be able to unmap the page at address zero in the kernel, and have the vbr page read-only after being initialized.
2013-10-07Split the 64-bit interrupt source mask code into two 32-bit `interrupt' andMiod Vallat
`extended interrupt' masks. This is how the hardware works, and this makes the code simpler than attempting to aggregate them. No functional change.
2013-10-07Fix some different signedness error. this commit make clang happier.Sylvestre Gallon
Thanks to Pedro Martelletto.
2013-10-07use printf(9) consistently in FUSESylvestre Gallon
2013-10-07Add kqueue's support for FUSE.Sylvestre Gallon
tested with ajacoutot@ on gvfs+nautilus.
2013-10-07Remove an unused variable and a useless bzeroSylvestre Gallon
2013-10-07Refactor fb_len and fb_err handling in libfuse.Sylvestre Gallon
2013-10-07Remove useless debug code from libfuseSylvestre Gallon
2013-10-07Introduce fb_delete() helper and use it in FUSE code.Sylvestre Gallon
2013-10-07Use full 64-bit UUIDs in FUSE.Sylvestre Gallon
Thanks to Pedro Martelletto.
2013-10-07Allocate fb_dat in fb_setup(9)Sylvestre Gallon
2013-10-07Adapt libfuse to FUSE kernel changesSylvestre Gallon
2013-10-07Add new ioctl for handling FUSE buffersSylvestre Gallon
2013-10-07Rework fuseread() and fusewrite().Sylvestre Gallon
2013-10-07typoMiod Vallat
2013-10-07Do not invoke ttymodem() directly, but l_modem from the current linedisc.Miod Vallat
2013-10-07Add a regression test that ensures profiling signals are delivered to theJoel Sing
thread whose execution consumed the CPU time and resulted in the profiling timer expiring. This test currently fails and will be fixed shortly. Feedback from guenther@
2013-10-07Fix a segfault in ndp -A by not freeing the buffer when not in repeatJeremie Courreges-Anglas
mode. Input from and ok millert@
2013-10-07Show number of sectors, not the number of 512-byte blocks, whenKenneth R Westerback
saying "n sectors of m bytes". Issue pointed out by David Vasek on misc@. Thanks!
2013-10-07Allow to specify the "oid" option multiple times, eg.Reyk Floeter
snmpctl walk 127.0.0.1 oid system oid ifName
2013-10-07Oops. Too mechanical -- can't use DL_SECTOBLK() to set fssize, sinceKenneth R Westerback
command line sector size overrides disk label sector size. Add a comment to make sure I don't do it again.
2013-10-07+axenJason McIntyre
2013-10-07tweak previous;Jason McIntyre
2013-10-07remove some debug printf.Yojiro Uo
2013-10-07first manpage for axen(4)Yojiro Uo
2013-10-07regen.Yojiro Uo
2013-10-07add device driver for ASIX AX88178a and AX88179 Ethernet interface.Yojiro Uo
2013-10-07Prefer -lpthread over -pthread.Joel Sing
2013-10-07getdirentries(2) is dead; long live getdents(2)!Philip Guenther
confirmation that getdirentries(2) is unused by ports from sthen@ and naddy@
2013-10-07Yesterday, i released (portable) mandoc 1.12.2, so bump our VERSION, too.Ingo Schwarze
No merging is needed; basically, mandoc is developed here and mdocml.bsd.lv is not really "upstream", but just OpenBSD plus compatibility goo. All the same, the exercise is far from useless: NetBSD, FreeBSD, and DragonFly have mandoc in base, NetBSD uses it by default to show manuals, and FreeBSD and DragonFly have finally come close to switching away from groff as well. Useful bug reports come in and help making our mandoc better. Maybe we should list mandoc as an OpenBSD associated project on index.html.
2013-10-06We don't do hyphenation, but we allow breaking the line at hyphens that areIngo Schwarze
already there in the middle of words. So far, we only allowed this on text lines. Now it turns out some macros allow this for their arguments, too, in particular .Nd and most of the .%? citation macros. Issue found by Franco Fichtner <franco at lastsummer dot de> while doing systematic groff-mandoc comparisons in the DragonFly base system, THANKS! While here, garbage collect two empty prevalidator function pointer lists and sort a couple of function declarations.
2013-10-06daddr_t tweaks. %lld -> %llu, intermediate disk sector calculationKenneth R Westerback
variable, drop pointless casts, vax-only sector variable to u_int64_t. No intentional functional change.
2013-10-06daddr_t comment tweak and whitespace fix.Kenneth R Westerback
2013-10-06Add a test to verify that disabling cancelation defers it until reenabled.Philip Guenther
Add missing pthread_cleanup_pop() calls (they're required to be matched).
2013-10-06syncStuart Henderson
2013-10-06Prefer -lpthread over -pthreadPhilip Guenther
2013-10-06Tweak commentPhilip Guenther
2013-10-06Remove an unnecessary (void *) castPhilip Guenther
2013-10-06fdopendir() needs to set dd_curpos so that an immediate telldir() works.Philip Guenther
pointed out by and ok matthew@
2013-10-06Document that the default ruby version in ports is now 2.0Jeremy Evans
2013-10-06Fix an .Lb example in two respects:Ingo Schwarze
As noticed by Sascha Wildner (DragonFly), .Lb wants a "lib" prefix. And mdoc(3) was merged into mandoc(3) long ago.
2013-10-06Rework the AES XTS regress so that we compile and test the sys/crypto codeJoel Sing
directly, rather than trying to use the crypto dev, which is disabled by default. ok djm@
2013-10-06tweak previous;Jason McIntyre
2013-10-06If there is random stuff inside a .Bl block body before the first .It,Ingo Schwarze
do not throw a FATAL error and do not die, but just throw a WARNING and move the stuff out of the .Bl block. This bug felt completely 2008-ish; meanwhile, such bugs from the Kristaps-doesnt-like-syntax-errors-so-lets-just-give-up--Era are becoming rare, but this was one of the last survivors. Thanks to bentley@ for reminding me to finally fix this.
2013-10-06Add quirk for ALC260 found on Acer Extensa 6700.Raphael Graf
ok ratchov@
2013-10-06Replace some XXX casts with an inline function that explains what's going onPhilip Guenther
ok deraadt@