Re: crypt and POSIX

2020-08-14 Thread Joel Sherrill
On Thu, Aug 13, 2020 at 11:49 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 13/08/2020 21:52, Chris Johns wrote: > > > On 13/8/20 11:47 pm, Joel Sherrill wrote: > >> On Thu, Aug 13, 2020 at 7:52 AM Sebastian Huber > >> sebastian.hu...@embedded-brains.de>> > >> wrote: > >> >

Re: crypt and POSIX

2020-08-13 Thread Sebastian Huber
On 13/08/2020 21:52, Chris Johns wrote: On 13/8/20 11:47 pm, Joel Sherrill wrote: On Thu, Aug 13, 2020 at 7:52 AM Sebastian Huber mailto:sebastian.hu...@embedded-brains.de>> wrote: On 13/08/2020 14:49, Joel Sherrill wrote: > Why was crypt() removed? It is in the FreeBSD version at t

Re: crypt and POSIX

2020-08-13 Thread Chris Johns
On 13/8/20 11:47 pm, Joel Sherrill wrote: > On Thu, Aug 13, 2020 at 7:52 AM Sebastian Huber > > > wrote: > > On 13/08/2020 14:49, Joel Sherrill wrote: > > > Why was crypt() removed? It is in the FreeBSD version at the bottom of > > the file.

Re: crypt and POSIX

2020-08-13 Thread Joel Sherrill
On Thu, Aug 13, 2020 at 7:52 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 13/08/2020 14:49, Joel Sherrill wrote: > > > Why was crypt() removed? It is in the FreeBSD version at the bottom of > > the file. > > > > https://github.com/freebsd/freebsd/blob/master/lib/libcrypt/cr

Re: crypt and POSIX

2020-08-13 Thread Sebastian Huber
On 13/08/2020 14:49, Joel Sherrill wrote: Why was crypt() removed? It is in the FreeBSD version at the bottom of the file. https://github.com/freebsd/freebsd/blob/master/lib/libcrypt/crypt.c It is not thread-safe. ___ devel mailing list devel@rtems.

Re: crypt and POSIX

2020-08-13 Thread Joel Sherrill
On Wed, Aug 12, 2020 at 11:56 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 13/08/2020 00:41, Joel Sherrill wrote: > > > Hi > > > > I was poking at updating the Compliance Spreadsheet to track what > > Eshan has been doing this summer. POSIX requires crypt with crypt_r > > b

Re: crypt and POSIX

2020-08-12 Thread Sebastian Huber
On 13/08/2020 00:41, Joel Sherrill wrote: Hi I was poking at updating the Compliance Spreadsheet to track what Eshan has been doing this summer. POSIX requires crypt with crypt_r being a GNU extension. https://pubs.opengroup.org/onlinepubs/009695399/functions/crypt.html I don't see the bas