Re: Switch from legacy ata(4) to CAM-based ATA

2011-04-20 Thread Mehmet Erol Sanliturk
oken unexpectedly ( requires use of a Rescue OS ) . All of my Linux installations are based on this structure , BUT perhaps some Linux distribution(s) which I am not using is using definitions of partitions by labels which is a very good approach . Thank you very much Mehmet Erol Sanlitur

Re: Switch from legacy ata(4) to CAM-based ATA

2011-04-20 Thread Mehmet Erol Sanliturk
_ > > These steps are used AFTER installations of the FreeBSD . To have them selectable DURING installation is a much more desired structure . Also thank you very much for your articles . Thank you very much . Mehmet Erol Sanliturk __

Re: Problem in userland

2023-01-09 Thread Mehmet Erol Sanliturk
nection. > > It seems that you are running firefox from a command line . If there is not a graphical underlayer , is it possible to run firefox ? The reason for the above question is due to the firefox display structure which is a graphical one , not a text one . Mehmet Erol Sanl

Re: vt and keyboard accents

2023-01-28 Thread Mehmet Erol Sanliturk
> > @@ -200,7 +200,7 @@ typedef struct okeymap okeymap_t; > > > > struct acc_t { > > u_char accchar; > > - u_char map[NUM_ACCENTCHARS][2]; > > + int map[NUM_ACCENTCHARS][2]; > > }; > > > > Hi, > > Using "int" for unicode characters is probably good for now. Your patch > looks good, but please also consider the "umlaut" case while at it > (multiple characters that become one)! > > --HPS > > I am not an expert on UNICODE . When character sets are considered , a homogeneous definition for all of the FreeBSD system would be more useful . There are mainly three types of Unicode : UTF-8 , UTF-16 , and UTF-32 where numbers are bit sizes of the characters . Some pages about Unicode where they have many linked sub pages : https://en.wikipedia.org/wiki/Category:Unicode Category:Unicode https://en.wikipedia.org/wiki/Unicode Unicode https://en.wikipedia.org/wiki/Comparison_of_Unicode_encodings Comparison of Unicode encodings https://en.wikipedia.org/wiki/List_of_binary_codes List of binary codes https://en.wikipedia.org/wiki/List_of_information_system_character_sets List of information system character sets and other related pages ... With my best wishes for all . Mehmet Erol Sanliturk

Re: inconsistent for() and while() behavior when using floating point

2018-01-15 Thread Mehmet Erol Sanliturk
uot;step size" . A statement like T = T + "step size" will/may produce wrong results if number of steps is sufficiently large . Computer arithmetic and theoretical arithmetic are not the same . For example , addition is not associative in computer arithmetic : a + ( b + c ) is not always

Re: documentation on release build process change (svn -> git)?

2020-08-30 Thread Mehmet Erol Sanliturk
Dear Michael , Your messages are classified as spam because GMail is not able to verify that their origin is the above address . I have tried to send this message to Michael Butler GMail responded as approximately "The address could not be found." . Mehmet Erol Sanliturk O

Re: copyright notice question

2020-10-21 Thread Mehmet Erol Sanliturk
the top of the related sources I would include a message ( approximately ) as follows : " After svn ( or git ) modification number(s) ... ( including ) I have made substantial ( or significant ) modifications ( or improvements ) . The copyright of these modifications with the p

Re: copyright notice question

2020-10-21 Thread Mehmet Erol Sanliturk
On Thu, Oct 22, 2020 at 2:52 AM Rick Macklem wrote: > Mehmet Erol Sanliturk wrote: > >On Wed, Oct 21, 2020 at 4:04 AM Rick Macklem <mailto:rmack...@uoguelph.ca>> wrote: > >>Warner Losh wrote: > >>>On Mon, Oct 19, 2020, 7:25 PM Rick Macklem <

Re: Is there any machine RISC-V implemented ?

2020-12-24 Thread Mehmet Erol Sanliturk
in Google : Is there any machine RISC-V implemented so far ? and , see https://en.wikipedia.org/wiki/RISC-V RISC-V Mehmet Erol Sanliturk ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To uns

Re: Undefined compiler behaviour or a compiler bug?

2021-04-29 Thread Mehmet Erol Sanliturk
___ > > If _abs(a) is not an Integer , please do NOT use " equality" comparison with Integer 1 . Instead , please use "If abs ( ( _abs(a) - 1 ) ) is 'less than or equal to an Epsilon approximate to Zero' " , because equality of a floating point value to

Move the Handbook into source tree

2021-09-07 Thread Mehmet Erol Sanliturk
insert into the above web page a part similar to the manual pages to display the requested Handbook with respect to releases . In the present case , previous handbooks are lost , because of the difficulty of finding them . Thank you very much and my best wishes for you and humanity in these p

Re: Move the Handbook into source tree

2021-09-07 Thread Mehmet Erol Sanliturk
and achieving correct and usable information in them . My proposition is also considering "branching" of a new release . If the Handbook is directly within the source tree or it is coupled into it in such a way that branching covers it . I think implementers will make their own deci

Re: Move the Handbook into source tree

2021-09-07 Thread Mehmet Erol Sanliturk
ny > > errors ... > > > > > > I think that , it is NOT extraordinarily a difficult process to move the > > Handbook into source > > tree and maintaining it with respect to per release and insert into the > > above web page a part > > similar to the m

Re: Writing large build logs to NFS extremely slow?

2021-10-07 Thread Mehmet Erol Sanliturk
waiting for completion of previous write operation before writing a new record . This is useful in case of abrupt program terminations because every record is written into the disk file , by consuming more time . In the cache use case , time is not consumed much but the last written records are lost in an abrupt program termination . My understanding from your question is this . Mehmet Erol Sanliturk

Re: Benchmarks: FreeBSD 13 vs. NetBSD 9.2 vs. OpenBSD 7 vs. DragonFlyBSD 6 vs. Linux

2021-12-11 Thread Mehmet Erol Sanliturk
es to realize . The same is true also for Linux distributions . Without taking such differences into consideration , reaching some conclusions about them would only be a waste of time . With my best regards , Mehmet Erol Sanliturk On Sat, Dec 11, 2021 at 1:40 PM Sami Halabi wrote: &

Re: atkbd_timeout() period?

2022-01-04 Thread Mehmet Erol Sanliturk
tkbd_timeout(), called 10 times per second " can be defined by a control variable , then it may not be necessary to remove its call , and polling rate may be set with respect to the suitable needs . Mehmet Erol Sanliturk

Re: USB Disk Stalls on -current

2022-02-06 Thread Mehmet Erol Sanliturk
the loading of operating system was terrifically slow or sometimes some parts normal . You may check your USB ports versions to ensure that they are conforming to each other . Board USB port may be 2.0 , but connected chassis USB port may be 1.? like in my chassis . When USB external disk is connected to the chassis USB 2.0 port , everything has become normal . Mehmet Erol Sanliturk

Re: USB Disk Stalls on -current

2022-02-06 Thread Mehmet Erol Sanliturk
to set this as a > tuneable. > > Warner > Are your external disks "GREEN" , i.e. , "energy saver" kind . If the external disks are energy saver kind , they will start to sleep when they are not used for a while , and waking them up will take time which causes significant distress , because to use them requires waiting every such wake up . At that point another important trouble is slowness of USB external disks with respect to internal ( non-energy saver ) SATA disks . When response time is important , it is necessary to avoid such "GREEN" disks . Mehmet Erol Sanliturk

Re: Cross-compile worked, cross-install not so much ...

2022-04-25 Thread Mehmet Erol Sanliturk
s a good idea . When it is not available as a whole , having a partial capability is a good step . Mehmet Erol Sanliturk > I tried your suggestion - unfortunately no worky: > > cd /usr/src/tools/build; make DIRPRFX=tools/build/ > DESTDIR=/usr/obj/usr/src/arm64.aarch64/tmp/legac

Re: limits.conf/stacksize doesn't seem to work?

2022-07-15 Thread Mehmet Erol Sanliturk
. > > > > I assume this is the default for MAXSSIZ? and if I change that in the > > kernel config, it will > > allow bigger? Where is this default defined? > > The default value is platform dependent. On amd64 it's 512MB, so I'm > not sure where your value is coming from. --- > It's defined in a header. > You can set it in the kernel configuration, or as a tunable or sysctl. > > --- My opinion is that , there is some one ( or more ) constant(s) defined elsewhere , because setting MAXSSIZ is NOT WORKING when it is larger than the "unknown" default value ... With my best wishes for all , Mehmet Erol Sanliturk

Re: domain names and internationalization?

2022-09-19 Thread Mehmet Erol Sanliturk
630&ei=bykpY8iJJpeBxc8PjpCF8AY&oq=internationalization&gs_lcp=Cgdnd3Mtd2l6EAEYADIKCAAQRxDWBBCwAzIKCAAQRxDWBBCwAzIKCAAQRxDWBBCwAzIKCAAQRxDWBBCwAzIKCAAQRxDWBBCwAzIKCAAQRxDWBBCwAzIKCAAQRxDWBBCwAzIKCAAQRxDWBBCwAzIHCAAQsAMQQzIHCAAQsAMQQ0oECEEYAEoECEYYAFAAWABgr11oAXABeACAAQCIAQCSAQCYAQDIAQrAAQE&sclient=gws-wiz

<    1   2