Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-07 | Printf 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-07 | disk sizes, partition sizes and partition offsets are u_int64_t | Kenneth 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-07 | Say 'fragments' where fragments are meant. Divide by DEV_BSIZE | Kenneth R Westerback | |
to convert from bytes to DEV_SIZE. ok otto@ zhuk@ (for his chunk) | |||
2013-10-07 | Have platform->bootstrap() return the machine speed in MHz, which is used to | Miod Vallat | |
set up the delay constant. | |||
2013-10-07 | Put the kernel VBR page at the beginning of the kernel text, as done on | Miod 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-07 | Split the 64-bit interrupt source mask code into two 32-bit `interrupt' and | Miod 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-07 | Fix some different signedness error. this commit make clang happier. | Sylvestre Gallon | |
Thanks to Pedro Martelletto. | |||
2013-10-07 | use printf(9) consistently in FUSE | Sylvestre Gallon | |
2013-10-07 | Add kqueue's support for FUSE. | Sylvestre Gallon | |
tested with ajacoutot@ on gvfs+nautilus. | |||
2013-10-07 | Remove an unused variable and a useless bzero | Sylvestre Gallon | |
2013-10-07 | Refactor fb_len and fb_err handling in libfuse. | Sylvestre Gallon | |
2013-10-07 | Remove useless debug code from libfuse | Sylvestre Gallon | |
2013-10-07 | Introduce fb_delete() helper and use it in FUSE code. | Sylvestre Gallon | |
2013-10-07 | Use full 64-bit UUIDs in FUSE. | Sylvestre Gallon | |
Thanks to Pedro Martelletto. | |||
2013-10-07 | Allocate fb_dat in fb_setup(9) | Sylvestre Gallon | |
2013-10-07 | Adapt libfuse to FUSE kernel changes | Sylvestre Gallon | |
2013-10-07 | Add new ioctl for handling FUSE buffers | Sylvestre Gallon | |
2013-10-07 | Rework fuseread() and fusewrite(). | Sylvestre Gallon | |
2013-10-07 | typo | Miod Vallat | |
2013-10-07 | Do not invoke ttymodem() directly, but l_modem from the current linedisc. | Miod Vallat | |
2013-10-07 | Add a regression test that ensures profiling signals are delivered to the | Joel 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-07 | Fix a segfault in ndp -A by not freeing the buffer when not in repeat | Jeremie Courreges-Anglas | |
mode. Input from and ok millert@ | |||
2013-10-07 | Show number of sectors, not the number of 512-byte blocks, when | Kenneth R Westerback | |
saying "n sectors of m bytes". Issue pointed out by David Vasek on misc@. Thanks! | |||
2013-10-07 | Allow to specify the "oid" option multiple times, eg. | Reyk Floeter | |
snmpctl walk 127.0.0.1 oid system oid ifName | |||
2013-10-07 | Oops. Too mechanical -- can't use DL_SECTOBLK() to set fssize, since | Kenneth 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 | +axen | Jason McIntyre | |
2013-10-07 | tweak previous; | Jason McIntyre | |
2013-10-07 | remove some debug printf. | Yojiro Uo | |
2013-10-07 | first manpage for axen(4) | Yojiro Uo | |
2013-10-07 | regen. | Yojiro Uo | |
2013-10-07 | add device driver for ASIX AX88178a and AX88179 Ethernet interface. | Yojiro Uo | |
2013-10-07 | Prefer -lpthread over -pthread. | Joel Sing | |
2013-10-07 | getdirentries(2) is dead; long live getdents(2)! | Philip Guenther | |
confirmation that getdirentries(2) is unused by ports from sthen@ and naddy@ | |||
2013-10-07 | Yesterday, 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-06 | We don't do hyphenation, but we allow breaking the line at hyphens that are | Ingo 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-06 | daddr_t tweaks. %lld -> %llu, intermediate disk sector calculation | Kenneth R Westerback | |
variable, drop pointless casts, vax-only sector variable to u_int64_t. No intentional functional change. | |||
2013-10-06 | daddr_t comment tweak and whitespace fix. | Kenneth R Westerback | |
2013-10-06 | Add 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-06 | sync | Stuart Henderson | |
2013-10-06 | Prefer -lpthread over -pthread | Philip Guenther | |
2013-10-06 | Tweak comment | Philip Guenther | |
2013-10-06 | Remove an unnecessary (void *) cast | Philip Guenther | |
2013-10-06 | fdopendir() needs to set dd_curpos so that an immediate telldir() works. | Philip Guenther | |
pointed out by and ok matthew@ | |||
2013-10-06 | Document that the default ruby version in ports is now 2.0 | Jeremy Evans | |
2013-10-06 | Fix 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-06 | Rework the AES XTS regress so that we compile and test the sys/crypto code | Joel Sing | |
directly, rather than trying to use the crypto dev, which is disabled by default. ok djm@ | |||
2013-10-06 | tweak previous; | Jason McIntyre | |
2013-10-06 | If 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-06 | Add quirk for ALC260 found on Acer Extensa 6700. | Raphael Graf | |
ok ratchov@ | |||
2013-10-06 | Replace some XXX casts with an inline function that explains what's going on | Philip Guenther | |
ok deraadt@ |