Re: Add support for rdonly keyword in fstab

2017-06-15 Thread Jérôme FRGACIC
On Wed, 14 Jun 2017 12:49:19 -0700, Klemens Nanni wrote: fstab(5) has always used ro/rw for this exclusively, which is sufficient enough imho. I dare say mount(8) actually has too many ways to say the same thing: -r -o ro -r norw -o rdonly How about removing

Add support for rdonly keyword in fstab

2017-06-14 Thread Jérôme FRGACIC
_fs_fstab.fs_type = FSTAB_RO; + break; + } + if (!strcmp(cp, FSTAB_RDONLY)) { _fs_fstab.fs_type = FSTAB_RO; break; } Kind regards, Jérôme FRGACIC

ed(1) doesn't support adress ranges which begin with comma or semicolon

2016-12-24 Thread Jérôme FRGACIC
addr = addr_last; break; } /* FALLTHROUGH */ PS : I haven't subcribe to the tech mailing list, so please add me as recipient if you reply. PPS : Merry Christmas. Kind regards, Jérôme FRGACIC

Modify disklabel(8) manual about possible units

2016-12-07 Thread Jérôme FRGACIC
s to use sectors (usually 512 bytes). Quantities will be rounded to the nearest PS : I haven't subcribe to the tech mailing list, so please add me as recipient if you reply. Kind regards, Jérôme FRGACIC

ed(1) exit without saving if output file is a command

2016-08-15 Thread Jérôme FRGACIC
/main.c,v retrieving revision 1.57 diff -r1.57 main.c 862c862 < else if (addr == addr_last) --- > else if (addr == addr_last && *fnp != '!') PS : I haven't subcribe to the tech mailing list, so please add me as recipient if you reply. Kind regards, Jérôme FRGACIC

apmd: add on demand adjustement mode

2015-03-02 Thread Jérôme Frgacic
Hello, At present, there is no middle between cool running and automatic adjustement mode. I would suggest to add an on demand adjustement mode which set hw.setperf to maximum when CPU idle is lesser then 10% and reduce it when CPU idle is greater than 30%. Also, when hw.setperf is at maximum,