git: sysctl.9: Document the new BIT32/BIT64 functionality.

2019-12-01 Thread Antonio Huete Jimenez
commit df0102f1795f6f0dc342127c9c82cf9369639ce0 Author: Antonio Huete Jimenez Date: Mon Dec 2 02:11:39 2019 +0100 sysctl.9: Document the new BIT32/BIT64 functionality. Summary of changes: share/man/man9/sysctl.9 | 27 +-- share/man/man9/sysctl_add_oid.9

git: : Add runtime interface macros for BIT32/BIT64

2019-12-01 Thread Antonio Huete Jimenez
commit 306e2db1f269c10d0f626e724c68f81734bd863b Author: Antonio Huete Jimenez Date: Mon Dec 2 01:48:52 2019 +0100 : Add runtime interface macros for BIT32/BIT64 - Add SYSCTL_ADD_BIT32() and SYSCTL_ADD_BIT64() macros which allow using a sysctl context. Summary of

git: libc: Change getlogin_r()'s second argument to size_t, as POSIX likes it.

2019-12-01 Thread Sascha Wildner
commit 9358893d8e1cee610f525352592aca6c43ad7cfd Author: Sascha Wildner Date: Sun Dec 1 16:25:01 2019 +0100 libc: Change getlogin_r()'s second argument to size_t, as POSIX likes it. https://pubs.opengroup.org/onlinepubs/9699919799/functions/getlogin.html Also adjust the

git: : Add S_TYPEISSEM() and S_TYPEISSHM() definitions.

2019-12-01 Thread Sascha Wildner
commit 5cec826f40d6ba7b78c548e77fbccc0ab9ec4260 Author: Sascha Wildner Date: Sun Dec 1 12:55:00 2019 +0100 : Add S_TYPEISSEM() and S_TYPEISSHM() definitions. Summary of changes: sys/sys/stat.h | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-)

git: : Fix odd indentation.

2019-12-01 Thread Sascha Wildner
commit 183880a311a6ef2622313a7f5e3767dbcf75c6f5 Author: Sascha Wildner Date: Sun Dec 1 12:32:40 2019 +0100 : Fix odd indentation. Summary of changes: sys/sys/stat.h | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-)

git: : Get rid of udev_t.

2019-12-01 Thread Sascha Wildner
commit 91ffdfc56308b48600d5b200bd03a4da6ae6e2e4 Author: Sascha Wildner Date: Sun Dec 1 11:59:08 2019 +0100 : Get rid of udev_t. In a time long long ago, dev_t was a pointer, which later became cdev_t during the great cleanups, until it ended up being a uint32_t, just like

git: Rename some functions to better names.

2019-12-01 Thread Sascha Wildner
commit 2ac7d1050a3c50c16d77203ac6ed01a65757e5b0 Author: Sascha Wildner Date: Sun Dec 1 12:03:21 2019 +0100 Rename some functions to better names. devfs_find_device_by_udev() -> devfs_find_device_by_devid() dev2udev() -> devid_from_dev() udev2dev()