Search found 92 matches

by aron
Mon Sep 10, 2018 1:58 pm
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 423353

Re: Announcements

prot_unix supports AF_UNIX,SOCK_DGRAM since version 0.2.7-1.
Upgrade the system as usual:

Code: Select all

# pkman -Syu
by aron
Mon Sep 10, 2018 6:51 am
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 423353

Re: Announcements

Additional bug fixes, and upgraded packages (file, libarchive, curl).
Upgrade the system as usual:

Code: Select all

# pkman -Syu
by aron
Fri Sep 07, 2018 1:51 pm
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 423353

Re: Announcements

Several bugs were fixed in bufgroup-0.1-402 , vfs-0.1-402 and threos-kernel-0.1-402 (i.e. memory leaks, false statistics, etc). Added support of UNIX domain sockets by prot_unix . Currently named sockets are not handled correctly, but autobind and abstract socket namespace works. Socket pairs can b...
by aron
Tue Sep 04, 2018 12:55 pm
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 423353

Re: Announcements

Bug fixes are available in various packages:
  • vfs-0.1-399 (includes a memory leak fix)
  • tcpip-0.1-399 (prepare to handle prot_unix, the UNIX domain sockets implementation)
Upgrade the system as usual:

Code: Select all

# pkman -Syu
by aron
Fri Aug 31, 2018 11:08 am
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 423353

Re: Announcements

Introducing the small-PID mechanism: this mechanism hides the actual task handles, and provides small integers from the range 1 to 32767 (inclusive). Due to this change, the system shall be upgraded carefully when upgrading sysvc below 0.1-395 to 0.1-395 or above: # mv /bin/sh /bin/sh.old && ln -s /...
by aron
Fri Aug 24, 2018 3:30 pm
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 423353

Re: Announcements

A new set of packages was uploaded. Upgrade as usual: # pkman -Syu The upgraded xsiipc (version 0.1-391 ) will support shared memory and semaphore set (message queue is supported since 0.1-390 ). IPC features are accessible via the System V API: message queue: msgget() , msgctl() , msgsnd() , msgrcv...
by aron
Fri Aug 17, 2018 6:19 pm
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 423353

Re: Announcements

A new batch of packages were uploaded. It is recommended to install the xsiipc package. Use the following command to upgrade:

Code: Select all

# pkman -Syu xsiipc
by aron
Fri Aug 10, 2018 7:42 am
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 423353

Re: Announcements

Fixed the dependencies of the libarchive package.
by aron
Wed Aug 08, 2018 10:19 am
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 423353

Re: Announcements

New packages: sed (GNU sed), grep (GNU grep), lz4, cgames, libxml2
Changes: new vfs, and findutils gives better error messages around the missing fork()s

Due to the new grep and sed packages, the old versions in bsd-utils were renamed to bsd-grep and bsd-sed respectively.
by aron
Mon Aug 06, 2018 9:34 am
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 423353

Re: Announcements

New packages: argon2, make (GNU Make)
Updated core system packages to fix various bugs.