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