Commit Graph

5995 Commits

Author SHA1 Message Date
christos d53d9ea967 has moved to external/gpl3 2016-01-16 18:41:12 +00:00
christos d0e2f5ec19 unhook send-pr 2016-01-14 21:15:51 +00:00
christos e90c6da2c9 c89/c99 moved to usr.bin 2016-01-14 04:28:05 +00:00
christos 20983f65f7 remove rcs 2016-01-14 04:23:14 +00:00
christos 04a37edfef Texinfo has moved. 2016-01-14 00:41:42 +00:00
christos 39f33902ed unhook texinfo 2016-01-14 00:39:05 +00:00
christos ce834df9c6 there is no more lib 2016-01-13 22:03:38 +00:00
christos 9a72e48f47 libmalloc has moved to external 2016-01-13 22:02:48 +00:00
christos b104185471 groff has moved to external 2016-01-13 19:24:59 +00:00
christos c40e5027c6 unhook groff 2016-01-13 19:03:09 +00:00
christos 5380b83191 diffutils has moved 2016-01-13 03:41:44 +00:00
christos fe8efd354c unhook and delete diffutils/gettext 2016-01-13 03:40:49 +00:00
christos bd519508ab gettext has moved. 2016-01-13 01:59:22 +00:00
christos 14135bc51c unhook gettext 2016-01-12 22:59:53 +00:00
christos 1715c3d880 greep has moved. 2016-01-10 22:21:44 +00:00
christos 76b5dce2d4 grep moved 2016-01-10 22:21:19 +00:00
christos e6e41fab2f moved to external 2016-01-10 22:20:12 +00:00
kamil 14fc2d7931 +libpanel (Russian version) 2015-11-22 05:10:28 +00:00
kamil 6e002b49ee +libpanel (French version) 2015-11-22 05:06:56 +00:00
kamil e1f3900163 +libpanel 2015-11-22 05:01:44 +00:00
snj 9132b388a1 evbsh5 is no more 2015-10-15 20:02:24 +00:00
christos 091269df14 describe libproc, librtld_db 2015-09-28 21:07:47 +00:00
joerg 4d3d7e27e9 Avoid TYPE_MAXIMUM, it depends on undefined behavior. 2015-09-12 19:05:11 +00:00
martin 6ab712103f Make this work with newer perl versions.
Ok: mrg@
2015-07-27 18:09:27 +00:00
joerg 6a61adcb14 The opposite of new[] is delete[], not delete. 2015-06-06 14:40:29 +00:00
joerg 483a37a806 Fix operator precedence to allocate enough memory. 2015-06-05 16:44:56 +00:00
christos 5b656e8273 prefer our gettext version 2015-06-03 14:42:51 +00:00
christos 5afcdacc80 CID 1225079: check getrlimit return 2015-05-09 13:32:30 +00:00
joerg 84c8bd741e Array can't be null. 2014-11-15 02:01:27 +00:00
christos a58b812ff6 few more. 2014-10-04 15:54:53 +00:00
christos 32afc653ae and a few more. 2014-10-04 15:29:13 +00:00
apb e2b985b37c Give \(ua its own comment, so it's not listed under daggers. 2014-10-02 06:56:36 +00:00
christos 1642b31bfe add ua 2014-10-02 00:02:03 +00:00
christos ab6d448af4 more font hackery 2014-09-30 23:32:52 +00:00
christos c3230f8c5d add some more font and character definitions for poor man's ascii. 2014-09-30 23:28:54 +00:00
jmcneill c344f90c30 recognize cygwin64 2014-08-30 19:22:50 +00:00
christos d4bb329df7 moved to external/gpl2/gmake 2014-08-18 06:59:28 +00:00
riz 8764a7f896 Add NetBSD 8.0, and make 7.0 the default. 2014-08-11 09:12:59 +00:00
joerg c4d96b015d Drop impossible assert. 2014-08-10 16:13:27 +00:00
apb 6dd38064f5 Delete gnu/dist/gkermit, and the reachover Makefile in gnu/usr.bin/gkermit.
It is being replaced by the BSD-licenced ekermit, as proposed
on tech-userlevel on 7 Aug 2014.
2014-08-08 19:45:06 +00:00
apb 3b7feb0ead Unhook gkermit from the build.
It is being replaced by the BSD-licenced ekermit, as proposed
on tech-userlevel on 7 Aug 2014.
2014-08-08 19:38:47 +00:00
dholland b7b7574d3b Reorg docs, part 1:
Move all the reference manuals to subdirs of /usr/share/doc/reference.
We have subdirs ref1-ref9, corresponding to man page sections 1-9.

Everything that's the reference manual for a program (sections 1, 6,
8), C interface (sections 2, 3), driver or file system (section 4),
format or configuration (section 5), or kernel internal interface
(section 9) belongs in here.

Section 7 is a little less clear: some things that might go in section
7 if they were a man page aren't really reference manuals. So I'm only
putting things in reference section 7 that are (to me) clearly
reference material, rather than e.g. tutorials, guides, FAQs, etc.
This obviously leaves some room for debate, especially without first
editing the docs with this distinction in mind, but if people hate
what I've done things can always be moved again.

Note also that while roff macro man pages traditionally go in section
7, I have put all the roff documentation (macros, tools, etc.) in one
place in reference/ref1/roff. This will make it easier to find and
also easier to edit it into some kind of coherent form.
2014-07-05 19:22:41 +00:00
mrg 26f35dd6b6 remove the build support for GCC 4.1, and any hacks i found for it.
there could still be more -- i only looked for lines matching
both "HAVE_GCC" and "4" as words (grep -w.)
2014-06-13 01:17:45 +00:00
mrg 8fdcc92436 delete GCC 4.1 reach over. 2014-06-13 01:11:15 +00:00
mrg bc41cab760 delete GCC 4.1 sources. 2014-06-13 01:00:32 +00:00
mrg aff8ab64be delete GCC 4.1 sources. 2014-06-13 00:46:29 +00:00
mrg 96dcd295da delete GCC 4.1 sources. 2014-06-13 00:35:37 +00:00
mrg 1fffdc27bd remove GCC 4.1 sources. 2014-06-13 00:35:03 +00:00
mrg 4dcc96edd5 delete GCC 4.1 sources. 2014-06-13 00:30:37 +00:00
dholland 1f811437f2 Hide the -P option in the usage message unless HAVE_LIBPCRE (which we
don't have in base) as per PR 39122.
2014-06-12 07:42:46 +00:00