similar to: [klibc:master] stdlib.h: include <fcntl.h> for inline of posix_grantpt()

Displaying 20 results from an estimated 10000 matches similar to: "[klibc:master] stdlib.h: include <fcntl.h> for inline of posix_grantpt()"

2016 Jan 27
0
[klibc:master] Make posix_openpt() an inline
Commit-ID: b4babe7a3618705a283fc9458de19aba1d12401d Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=b4babe7a3618705a283fc9458de19aba1d12401d Author: H. Peter Anvin <hpa at zytor.com> AuthorDate: Tue, 26 Jan 2016 15:58:49 -0800 Committer: H. Peter Anvin <hpa at zytor.com> CommitDate: Tue, 26 Jan 2016 15:58:49 -0800 [klibc] Make posix_openpt() an inline This
2019 Jan 18
0
[klibc:master] fcntl: Fix file locking numbers for 64-bit architectures
Commit-ID: 3cb3ceea23ecbf2c804bf732e8234552d097b94f Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=3cb3ceea23ecbf2c804bf732e8234552d097b94f Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Fri, 18 Jan 2019 18:39:21 +0000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 18 Jan 2019 18:46:45 +0000 [klibc] fcntl: Fix file locking
2019 Jan 21
0
[klibc:master] fcntl: Fix struct flock for 32-bit architectures
Commit-ID: 11bd4ea5f3d960c4d208180deae91d88aa940149 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=11bd4ea5f3d960c4d208180deae91d88aa940149 Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Mon, 21 Jan 2019 03:39:34 +0000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Mon, 21 Jan 2019 03:45:04 +0000 [klibc] fcntl: Fix struct flock
2019 Jan 19
1
[ANNOUNCE] klibc 2.0.5
As a new co-maintainer of klibc, I have just released version 2.0.5. The git repository remains at: https://git.kernel.org/pub/scm/libs/klibc/klibc.git A tarball will be available from the usual place later, but I'm not currently able to upload there. This new release fixes various build and run-time failures with current versions of Linux, gcc, and binutils on mips, sparc and x86; and
2015 Nov 05
0
[klibc:master] Inline __arch_libcinit()
Commit-ID: bc18ea796db39b8d3575948b3d0de28daee38261 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=bc18ea796db39b8d3575948b3d0de28daee38261 Author: H. Peter Anvin <hpa at zytor.com> AuthorDate: Thu, 5 Nov 2015 08:52:33 -0800 Committer: H. Peter Anvin <hpa at zytor.com> CommitDate: Thu, 5 Nov 2015 14:22:01 -0800 [klibc] Inline __arch_libcinit()
2013 Nov 12
0
[klibc:master] arm64: remove useless <klibc/asmmacros.h> file
Commit-ID: 45647d9f97cac184d399eae9bcbe24aef2223f70 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=45647d9f97cac184d399eae9bcbe24aef2223f70 Author: H. Peter Anvin <hpa at zytor.com> AuthorDate: Mon, 11 Nov 2013 19:33:40 -0800 Committer: H. Peter Anvin <hpa at zytor.com> CommitDate: Mon, 11 Nov 2013 19:33:40 -0800 [klibc] arm64: remove useless
2012 Jul 02
0
[klibc:master] [OUTPUT] Make outc an inline function
Commit-ID: 8ce54e2a6adb82cbbb988e1f335fa5ebf370f6c5 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=8ce54e2a6adb82cbbb988e1f335fa5ebf370f6c5 Author: Jonathan Nieder <jrnieder at gmail.com> AuthorDate: Thu, 7 Jul 2011 15:20:29 +0800 Committer: maximilian attems <max at stro.at> CommitDate: Mon, 2 Jul 2012 10:43:24 +0200 [klibc] [OUTPUT] Make outc an inline
2020 Aug 27
0
[klibc:master] signal: Add compile-time check on signal types
Commit-ID: b0c39f5ac8913b841037f8a90d83e55402c0ac25 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=b0c39f5ac8913b841037f8a90d83e55402c0ac25 Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Thu, 27 Aug 2020 02:07:32 +0100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Thu, 27 Aug 2020 03:51:16 +0100 [klibc] signal: Add compile-time
2017 Mar 31
0
[PATCH 2/3] Use Unicode single quotes ‘’ in place of `' in strings throughout.
See: https://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html --- align/scan.c | 2 +- cat/cat.c | 2 +- cat/filesystems.c | 2 +- cat/log.c | 2 +- cat/ls.c | 2 +- cat/tail.c | 2 +- df/main.c | 2 +- diff/diff.c
2014 Apr 09
0
[klibc:master] <sys/auxv.h>: add missing dependency < klibc/extern.h>
Commit-ID: fe3dff23a604af5c96060574bcdb4e723b977627 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=fe3dff23a604af5c96060574bcdb4e723b977627 Author: H. Peter Anvin <hpa at linux.intel.com> AuthorDate: Wed, 9 Apr 2014 15:58:53 -0700 Committer: H. Peter Anvin <hpa at linux.intel.com> CommitDate: Wed, 9 Apr 2014 15:58:53 -0700 [klibc] <sys/auxv.h>: add
2016 Jan 06
0
[klibc:master] Update README.klibc
Commit-ID: f7fc5bed64d20699fbcc15751f1ac2caf8028847 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=f7fc5bed64d20699fbcc15751f1ac2caf8028847 Author: H. Peter Anvin <hpa at linux.intel.com> AuthorDate: Tue, 5 Jan 2016 17:07:00 -0800 Committer: H. Peter Anvin <hpa at linux.intel.com> CommitDate: Tue, 5 Jan 2016 17:07:00 -0800 [klibc] Update README.klibc In
2012 Oct 03
1
[PATCH] pxedump.c32: Simple PXE cached packet dumping
Not much to it, but thought I'd offer. - Shao From c668e24421a344231fc3fba31a26c88e92d03f43 Mon Sep 17 00:00:00 2001 From: Shao Miller <sha0.miller at gmail.com> Date: Tue, 2 Oct 2012 22:02:04 -0400 Subject: [PATCH] pxedump.c32: Simple PXE cached packet dumping Usage: pxedump.c32 --cached Mostly useful with a serial connection, to capture the lengthy output Signed-off-by: Shao
2012 May 22
0
[klibc:master] include: [sys/socket.h] define SOMAXCONN
Commit-ID: 5576c967f86387f8a2eeeaa58d67f3cc6b51853a Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=5576c967f86387f8a2eeeaa58d67f3cc6b51853a Author: maximilian attems <max at stro.at> AuthorDate: Tue, 22 May 2012 17:25:46 +0200 Committer: maximilian attems <max at stro.at> CommitDate: Tue, 22 May 2012 17:30:09 +0200 [klibc] include: [sys/socket.h] define
2012 May 22
0
[klibc:master] include: [sys/elfcommon.h] define STN_UNDEF
Commit-ID: 01b7dde0664ef67eada14dc163d015eb603fda74 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=01b7dde0664ef67eada14dc163d015eb603fda74 Author: maximilian attems <max at stro.at> AuthorDate: Tue, 22 May 2012 19:15:44 +0200 Committer: maximilian attems <max at stro.at> CommitDate: Tue, 22 May 2012 19:15:44 +0200 [klibc] include: [sys/elfcommon.h] define
2012 Oct 01
0
[klibc:master] include: [sys/time.h] fix for Linux 3.5.1
Commit-ID: 0dbcedacde2847e254373fce6f80c63e003a69ca Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=0dbcedacde2847e254373fce6f80c63e003a69ca Author: Colin Watson <cjwatson at ubuntu.com> AuthorDate: Tue, 25 Sep 2012 12:31:16 +0100 Committer: maximilian attems <max at stro.at> CommitDate: Mon, 1 Oct 2012 15:04:49 +0200 [klibc] include: [sys/time.h] fix for
2012 Jun 29
0
[klibc:master] include: [sys/types.h] bury __kernel_nlink_t
Commit-ID: 1ec8e824a0b0ee10e93b257ccac08f07cd90f4d8 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=1ec8e824a0b0ee10e93b257ccac08f07cd90f4d8 Author: maximilian attems <max at stro.at> AuthorDate: Fri, 29 Jun 2012 07:46:08 +0200 Committer: maximilian attems <max at stro.at> CommitDate: Fri, 29 Jun 2012 07:48:50 +0200 [klibc] include: [sys/types.h] bury
2012 May 22
0
[klibc:master] include: [stdio.h] add clearerr() prototype
Commit-ID: bf526ecf1bb5c36c7f86464ed33dde836c2d8c04 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=bf526ecf1bb5c36c7f86464ed33dde836c2d8c04 Author: maximilian attems <max at stro.at> AuthorDate: Tue, 22 May 2012 22:04:05 +0200 Committer: maximilian attems <max at stro.at> CommitDate: Tue, 22 May 2012 22:04:05 +0200 [klibc] include: [stdio.h] add clearerr()
2019 Feb 01
0
[klibc:master] Makefile: Check for $(KLIBCKERNELSRC)/include directory
Commit-ID: 0959d3e5a37096f4f110362b46cd7ecc678bf44c Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=0959d3e5a37096f4f110362b46cd7ecc678bf44c Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Fri, 1 Feb 2019 23:51:24 +0100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 2 Feb 2019 00:09:23 +0100 [klibc] Makefile: Check for
2019 Apr 12
0
[klibc:master] Fix missing include in sys/mman.h
Commit-ID: d4853d030639cf3542ae39129c18b654d8d4f020 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=d4853d030639cf3542ae39129c18b654d8d4f020 Author: Barret Rhoden <brho at google.com> AuthorDate: Thu, 14 Mar 2019 17:30:38 -0400 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Thu, 11 Apr 2019 23:40:06 +0100 Fix missing include in sys/mman.h
2020 Mar 28
0
[klibc:master] dash: README.dash: Include "dash:" and upstream commit in patches
Commit-ID: 663e807d02dd4a84f386b2da19a2fb10c3b94b7c Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=663e807d02dd4a84f386b2da19a2fb10c3b94b7c Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Sat, 28 Mar 2020 17:47:36 +0000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 19:01:42 +0000 [klibc] dash: README.dash: Include