<feed xmlns='http://www.w3.org/2005/Atom'>
<title>teythoon/hurd.git/libshouldbeinlibc/Makefile, branch master</title>
<subtitle>Personal Hurd development repository</subtitle>
<id>https://darnassus.sceen.net/cgit/teythoon/hurd.git/atom?h=master</id>
<link rel='self' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/'/>
<updated>2016-04-27T15:35:32Z</updated>
<entry>
<title>libshouldbeinlibc: add assert(3) variant that prints backtraces</title>
<updated>2016-04-27T15:35:32Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2014-06-20T13:50:53Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=62bd3f2351a7665e681f00ad6dd92b08b8c68b72'/>
<id>urn:sha1:62bd3f2351a7665e681f00ad6dd92b08b8c68b72</id>
<content type='text'>
* libshouldbeinlibc/Makefile: Add new files
* libshouldbeinlibc/assert-backtrace.{c,h}: New files.
</content>
</entry>
<entry>
<title>libshouldbeinlibc: move the reference counting primitives here</title>
<updated>2014-12-01T10:28:15Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2014-11-23T18:09:51Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=0d3b80f04a1caee51b9995c9626838f85295bb06'/>
<id>urn:sha1:0d3b80f04a1caee51b9995c9626838f85295bb06</id>
<content type='text'>
Declare all functions `extern inline' instead of `static inline'.
This allows us to use them in functions declared as `extern inline'.

* libshouldbeinlibc/refcount.h: Move here, and declare all functions
`extern inline'.
* libshouldbeinlibc/refcount.c: And define the functions here.
* libshouldbeinlibc/Makefile: Add `refcount.{c,h}'.
</content>
</entry>
<entry>
<title>libshouldbeinlibc: Add nullauth.{c,h}</title>
<updated>2013-08-28T21:34:48Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2013-07-27T13:32:03Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=4c28f07bf1fbfbcee9dcd47e8ee124567c40f5e5'/>
<id>urn:sha1:4c28f07bf1fbfbcee9dcd47e8ee124567c40f5e5</id>
<content type='text'>
setnullauth () obtains an empty authentication handle and uses it for
further authentication purposes.  This effectively drops all Unix
privileges.

* libshouldbeinlibc/nullauth.c: New file.
* libshouldbeinlibc/nullauth.h: Likewise.
* libshouldbeinlibc/Makefile: Add nullauth.{c,h}.
</content>
</entry>
<entry>
<title>Replace fragile manual »make dist« system with one based on »git archive«.</title>
<updated>2012-04-08T21:10:42Z</updated>
<author>
<name>Thomas Schwinge</name>
<email>thomas@codesourcery.com</email>
</author>
<published>2012-04-08T21:10:42Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=50bfb9acf98d5f4c0c5948cc28285e990b40b659'/>
<id>urn:sha1:50bfb9acf98d5f4c0c5948cc28285e990b40b659</id>
<content type='text'>
* Makeconf (lndist): Remove target.
(dist-hook, dist.tar): New targets.
* Makefile (dist): Rewrite this target's as well as accompanying rules.
(%-lndist, cp-linked-files, $(lf-inst)): Remove targets.
(%.bz2, %.gz, %/dist-hook): New targets.
(DISTFILES): Set.
* doc/Makefile (DISTFILES): Set.
* doc/Makefile (lndist, lndist-info-targets): Remove targets.
* include/Makefile (lndist): Remove target.
* libthreads/Makefile (lndist, lndist-i386-files, lndist-map-file): Remove
targets.
* pfinet/Makefile (lndist, lndist-linux-src-net-core-files)
(lndist-linux-src-net-ethernet-files, lndist-linux-src-net-ipv4-files)
(lndist-linux-src-net-ipv6-files, lndist-linux-src-asm-files)
(lndist-linux-src-include-linux-files, lndist-linux-src-include-net-files)
(lndist-linux-src-include-asm-files, lndist-glue-include-linux-files)
(lndist-glue-include-asm-files): Remove targets.
* auth/Makefile (LCLHDRS): Don't set.
* boot/Makefile (LCLHDRS, DIST_FILES): Likewise.
* bsdfsck/Makefile (LCLHDRS): Likewise.
* config/Makefile (DIST_FILES): Likewise.
* console-client/Makefile (LCLHDRS): Likewise.
* console/Makefile (LCLHDRS, DIST_FILES): Likewise.
* doc/Makefile (DIST_FILES): Likewise.
* exec/Makefile (LCLHDRS, DIST_FILES): Likewise.
* ext2fs/Makefile (LCLHDRS): Likewise.
* fatfs/Makefile (LCLHDRS): Likewise.
* ftpfs/Makefile (LCLHDRS): Likewise.
* hostmux/Makefile (LCLHDRS): Likewise.
* hurd/Makefile (DIST_FILES): Likewise.
* include/Makefile (LCLHDRS): Likewise.
* isofs/Makefile (LCLHDRS, DIST_FILES): Likewise.
* libcons/Makefile (LCLHDRS): Likewise.
* libdirmgt/Makefile (LCLHDRS): Likewise.
* libdiskfs/Makefile (LCLHDRS): Likewise.
* libfshelp/Makefile (LCLHDRS): Likewise.
* libftpconn/Makefile (LCLHDRS): Likewise.
* libihash/Makefile (LCLHDRS): Likewise.
* libiohelp/Makefile (LCLHDRS): Likewise.
* libnetfs/Makefile (LCLHDRS): Likewise.
* libpager/Makefile (LCLHDRS): Likewise.
* libpipe/Makefile (LCLHDRS): Likewise.
* libports/Makefile (LCLHDRS): Likewise.
* libps/Makefile (LCLHDRS): Likewise.
* libshouldbeinlibc/Makefile (LCLHDRS): Likewise.
* libstore/Makefile (LCLHDRS, DIST_FILES): Likewise.
* libthreads/Makefile (LCLHDRS): Likewise.
* libtreefs/Makefile (LCLHDRS): Likewise.
* libtrivfs/Makefile (LCLHDRS): Likewise.
* mach-defpager/Makefile (LCLHDRS): Likewise.
* nfs/Makefile (LCLHDRS): Likewise.
* nfsd/Makefile (LCLHDRS): Likewise.
* pfinet/Makefile (LCLHDRS): Likewise.
* pflocal/Makefile (LCLHDRS): Likewise.
* proc/Makefile (LCLHDRS, DIST_FILES): Likewise.
* release/Makefile (DIST_FILES): Likewise.
* storeio/Makefile (LCLHDRS): Likewise.
* sutils/Makefile (LCLHDRS): Likewise.
* term/Makefile (LCLHDRS, DIST_FILES): Likewise.
* tmpfs/Makefile (LCLHDRS): Likewise.
* ufs-fsck/Makefile (LCLHDRS): Likewise.
* ufs/Makefile (LCLHDRS): Likewise.
* usermux/Makefile (LCLHDRS): Likewise.
* utils/Makefile (LCLHDRS): Likewise.
</content>
</entry>
<entry>
<title>2002-02-06  Roland McGrath  &lt;roland@frob.com&gt;</title>
<updated>2002-02-07T07:27:44Z</updated>
<author>
<name>Roland McGrath</name>
<email>roland@gnu.org</email>
</author>
<published>2002-02-07T07:27:44Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=d035d1eea47dd54084a7bddcd52a531997be652d'/>
<id>urn:sha1:d035d1eea47dd54084a7bddcd52a531997be652d</id>
<content type='text'>
	* Makefile (CFLAGS): Don't add -DHAVE_LINEWRAP_H -DHAVE_CTHREADS_H.
</content>
</entry>
<entry>
<title>1999-08-19  Roland McGrath  &lt;roland@baalperazim.frob.com&gt;</title>
<updated>1999-08-20T03:36:12Z</updated>
<author>
<name>Roland McGrath</name>
<email>roland@gnu.org</email>
</author>
<published>1999-08-20T03:36:12Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=a77db75d2a90007c436878d4931301a87d02a531'/>
<id>urn:sha1:a77db75d2a90007c436878d4931301a87d02a531</id>
<content type='text'>
	* mktime.c: File removed.  Current libc code is good.
	* Makefile (SRCS): Remove mktime.c.
</content>
</entry>
<entry>
<title>1999-02-12  Gordon Matzigkeit  &lt;gord@trick.fig.org&gt;</title>
<updated>1999-02-18T05:54:38Z</updated>
<author>
<name>Thomas Bushnell</name>
<email>thomas@gnu.org</email>
</author>
<published>1999-02-18T05:54:38Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=a24136f9e68216ea83eff8a9ea8969430e47f288'/>
<id>urn:sha1:a24136f9e68216ea83eff8a9ea8969430e47f288</id>
<content type='text'>
	* Makefile (LCLHDRS): Purge argp-fmtstream.h and argp-namefrob.h.
</content>
</entry>
<entry>
<title>1998-09-04  Roland McGrath  &lt;roland@baalperazim.frob.com&gt;</title>
<updated>1998-09-04T18:37:26Z</updated>
<author>
<name>Roland McGrath</name>
<email>roland@gnu.org</email>
</author>
<published>1998-09-04T18:37:26Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=fdd33ca8a0fe52f95af3f488d23890560d3f1fa7'/>
<id>urn:sha1:fdd33ca8a0fe52f95af3f488d23890560d3f1fa7</id>
<content type='text'>
	* Makefile (SRCS): Remove argz-replace.c and argp-*.c from the list.
	(installhdrs): Remove argp.h from the list.
</content>
</entry>
<entry>
<title>(SRCS):</title>
<updated>1997-09-29T22:14:42Z</updated>
<author>
<name>Miles Bader</name>
<email>miles@gnu.org</email>
</author>
<published>1997-09-29T22:14:42Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=cc4bb41279c33795cf01399fa2f2f65063062cff'/>
<id>urn:sha1:cc4bb41279c33795cf01399fa2f2f65063062cff</id>
<content type='text'>
  Add ugids-verify-auth.c.
</content>
</entry>
<entry>
<title>(SRCS):</title>
<updated>1997-08-18T17:37:04Z</updated>
<author>
<name>Miles Bader</name>
<email>miles@gnu.org</email>
</author>
<published>1997-08-18T17:37:04Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=4a8231079e5b9b08f6d87a1442aa5dea8c84fb4b'/>
<id>urn:sha1:4a8231079e5b9b08f6d87a1442aa5dea8c84fb4b</id>
<content type='text'>
  Add mktime.c (temporarily).
</content>
</entry>
</feed>
