summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-28Oops. Deleted one too many lines. Need to advance pointer when traversingKenneth R Westerback
2016-01-28Convert to uiomove. Diff from Martin Natano.Stefan Kempf
2016-01-28malloc(3) returns a pointer, so check against NULL, not 0. (No functional cha...Gleydson Soares
2016-01-28When adding a new partition to the map, use only existing mappedKenneth R Westerback
2016-01-28The CSRG declared alarm(3) obsolete 30 years ago (before 4.2BSD),Ingo Schwarze
2016-01-28Document the new daemon status check.Ingo Schwarze
2016-01-28Run "rcctl ls faulty", which is silent when all services work as expected.Ingo Schwarze
2016-01-28Correct bit flag tests to work as intended.Jonathan Gray
2016-01-28Since we don't allow maps to be created or opened with an invalidKenneth R Westerback
2016-01-28Use consistent 'return' idiom -- no parenthesis since that was the styleKenneth R Westerback
2016-01-28Older Xen dom0's don't implement setting version of Grant Table entriesMike Belopuhov
2016-01-28avoid Xr to self;Jason McIntyre
2016-01-28Correct date for Australia Day. From Ian Mcwilliam, ok jmc.Darren Tucker
2016-01-28Document the pvbus(4) IOCTL INTERFACE.Reyk Floeter
2016-01-28Simplify the query-chain code now that events are sent through a dedicated loop.Eric Faurot
2016-01-28more tweaks; ok krwJason McIntyre
2016-01-28Tweak verbiage for 'r' (reorder) command.Kenneth R Westerback
2016-01-28Make 'r' (reorder, a.k.a. swap) command work with any two existingKenneth R Westerback
2016-01-27Traverse next_by_base when checking maps coverage, not next_on_disk!Kenneth R Westerback
2016-01-27remove v_estr in favor of warn and warnxmartijn
2016-01-27Replace fprintf+exit with errx. No functional changemartijn
2016-01-27Fix typo in comment. From Chris Bennett, thanks!tb
2016-01-27Don't attempt to kill() the constraint in the wrong process. TheReyk Floeter
2016-01-27update ntpd log initialization to work like relayd, fix debug log levelsBrent Cook
2016-01-27syncStuart Henderson
2016-01-27Add /etc/examples/pkg.conf, generated from mirrors.dat over in www/.Stuart Henderson
2016-01-27Allow pkg.conf's installpath to be set to a bare hostname (no /), whichStuart Henderson
2016-01-27No need to copy dmpe_name to a buffer before printing it.Kenneth R Westerback
2016-01-27Clear out some repetitive and pointless verbiage. Shuffle otherKenneth R Westerback
2016-01-27fyx typo. s,dynanic,dynamic,Gleydson Soares
2016-01-27Tweak some verbiage.Kenneth R Westerback
2016-01-27make sure to check malloc(3) return pointer against NULL.Gleydson Soares
2016-01-27Tighten up next reference calculation, printing fixesMike Belopuhov
2016-01-27tweak previous; ok krwJason McIntyre
2016-01-27Convert min + uiomovei to ulmin + uiomove.Stefan Kempf
2016-01-27On-disk partition name/types/processorid may or may not be NULKenneth R Westerback
2016-01-27- sort optionsJason McIntyre
2016-01-27Remove some lies and pointless verbiage. Tweak HISTORY.Kenneth R Westerback
2016-01-27missing fclose(3). (silence cppcheck warnings).Gleydson Soares
2016-01-27Reimplement Grant Table metadata linking and enable dynamic allocationMike Belopuhov
2016-01-27xen_bus_dma_init turned out to be unnecessaryMike Belopuhov
2016-01-27shorten a few long linesMike Belopuhov
2016-01-27We do not support logical_block != physical_block. Remove logical_blockKenneth R Westerback
2016-01-27appease mandoc lint, no difference in outputJasper Lievisse Adriaanse
2016-01-27Two more for the attic.Kenneth R Westerback
2016-01-27Check block 0 signature, physical block size and physical block count whenKenneth R Westerback
2016-01-27- optarg and optind are declared by unistd.h, so remove them...Gleydson Soares
2016-01-27Include sys/ioccom.h since _IO* is used.Antoine Jacoutot
2016-01-27Check imsg data length before use.Sunil Nimmagadda
2016-01-27Use "VIS_SAFE | VIS_CSTYLE" instead of "VIS_OCTAL" as the value canReyk Floeter