Commit Graph

14410 Commits

Author SHA1 Message Date
christos fbf6778a1b Since the libraries are produced with different MK flags than the programs,
we check for existance of the files instead of the MK flags.
2013-02-14 03:02:47 +00:00
christos 4880aaed67 Add PROGDPLIBS 2013-02-14 01:58:00 +00:00
nakayama 93c32b3617 Fix copy and paste miss introduced in rev 1.327. 2013-02-13 08:00:47 +00:00
pgoyette 108fc19ea1 Remove a spurious '%' in "tech%nical" 2013-02-12 20:50:22 +00:00
christos aecff02552 me.7 is supplied both by groff and here. Don't include both. 2013-02-12 20:46:10 +00:00
jmcneill 01401401c3 add TOOL_MKNOD 2013-02-10 22:05:51 +00:00
christos 014096fb90 Allow setting _LIB_PREFIX externally. 2013-02-09 17:18:17 +00:00
spz cd9c73575e typo in a MKDEBUGLIB part 2013-02-09 12:17:20 +00:00
jdc 029dae7672 Update the bugs, now that seeprom has a major assigned. 2013-02-08 15:18:44 +00:00
matt 4609daf1bc Add missing } 2013-02-08 04:06:25 +00:00
christos 738b87c983 - factor out variables so that the code is more readable, make them conistent
- use _LIB_PREFIX correctly.
2013-02-08 02:30:53 +00:00
joerg da5d20679e Include AF_INET6. 2013-02-05 17:36:03 +00:00
jdc 897e710fa7 Add tda.4 to the build and to the set lists. 2013-02-03 14:51:57 +00:00
jdc 1219014e46 We adjust the fan speeds every 60 seconds (20 seconds is for the initial
adjustment only).
2013-02-03 08:22:21 +00:00
jdc 1d5000c919 Note that a callout should be stopped before being destroyed. 2013-02-03 08:19:58 +00:00
matt 467e80acbc Add support for MACHINE_ARCH earmhf and earmhfeb 2013-02-03 05:36:36 +00:00
matt 2b29920df6 add earmhf 2013-02-03 05:35:25 +00:00
jdc c31e73c82c Add a manual page for tda. 2013-02-02 21:55:28 +00:00
wiz c0f18b0f95 Bump date for previous. 2013-01-29 22:02:17 +00:00
wiz 864210eab9 Remove trailing whitespace. 2013-01-29 22:01:28 +00:00
para 429dff0760 bring man page up to date for vmem_xcreate and
the changed function signature of vmem_create
2013-01-29 21:55:07 +00:00
rkujawa c3e081c5dd Add man page for em4k. While here update empb. 2013-01-29 21:31:18 +00:00
rkujawa 81e42f4dbc Note empm in synopsis. 2013-01-28 15:41:17 +00:00
pgoyette cdacdbad2e Fix indentation of kcpuset_export_u32 2013-01-27 15:21:38 +00:00
christos d55974ab54 Move HAS_SSP and USE_SSP out of bsd.sys.mk. They did not belong there in
the first place. Rename HAS_SSP to HAVE_SSP to match existing practice.
2013-01-27 02:31:44 +00:00
christos 488659cc10 we cannot include bsd.sys.mk because of YHEADER. The incestious relation
of the .mk files needs to be fixed.
2013-01-27 02:22:27 +00:00
christos 84be08d909 CTFCONVERT complains and coredumps for c++ 2013-01-26 22:04:18 +00:00
christos 08c1bf572c CTFCONVERT me harder. 2013-01-26 21:49:20 +00:00
christos daf5be7806 include <bsd.sys.mk>
This is a mess. HAS_SSP (which should really be HAVE_SSP), is defined
in bsd.sys.mk. So things that need it, include the file directly. The
trouble comes because bsd.sys.mk, needs stuff that bsd.own.mk defines,
so including first does not work. Anyway most other files include bsd.sys.mk
directly, so user Makefiles should just not do that, and just include
<bsd.own.mk> to get all the defines they need.
2013-01-26 21:48:58 +00:00
wiz 717ab12d38 - Added:
FSF, GPG, NIDS, NIPS, OOO, PHP,
RCS (now being doubled: one capitalized entry for the program name,
   one non capitalized entry for the general term),
SEO,
SFTP (3 times, with 3 different meanings),
SIR (in the meaning of ``signal-to-interference ratio''),
SPDIF (variant on S/PDIF),
TUI, WOM.

- Removed:
Empty line between the RCS ID and first acronym (not present in
   acronyms; may cause parsing issues in the future though, and
   causes trouble when sorting the file, so, to keep things
   consistent, remove it here instead of adding it in acronyms);
ADP (duplicate),
AWK (also in acronyms),
EOL (in the meaning of ``end of life''; also in acronyms),
FCFS (also in acronyms),
ICE (in the meaning of ``in-circuit emulator''; duplicate),
MP (in the meaning of ``multiprocessor''; combined with the equally
   named entry for ``multiprocessing''),
PERL (not an official acronym),
PIN (also in acronyms).

- augment / correct entries (more consistent use of ``{}'' and
  ``[]'', capitalization, spelling, typos, fix incorrect acronym
  translations, quoting, punctuation);
- sort entries, as well as the order within ``{}'' parts;
- remove explanations within ``()'' parts where those are unneccesary
  (this is an acronym list, not a dictionary) and, in one case,
  correct such explanation;
- white space fixes.

From Bug Hunting.
2013-01-23 12:35:06 +00:00
wiz f1aa5558f0 - Added:
AM (in a meaning of ``ante meridiem''),
CEO, CUL, JFGI, JFYI, N/A, S/T.

- Removed:
SNR (also in acronyms.comp),
WYSIWYG (also in acronyms.comp).

- augment / correct entries (more consistent use of ``{}'' and
  ``[]'', capitalization, spelling, typos, fix incorrect acronym
  translations, quoting, punctuation);
- sort entries, as well as the order within ``{}'' parts;
- remove explanations within ``()'' parts where those are unneccesary
  (this is an acronym list, not a dictionary) and, in one case,
  correct such explanation;
- white space fixes.

From Bug Hunting.
2013-01-23 12:34:45 +00:00
christos 1d92830f7c Make the libfoo.so.X.Y.debug files actually contain debug symbols if MKDEBUG. 2013-01-22 20:43:17 +00:00
wiz 2a316cb9b8 Use correct macro. 2013-01-22 15:52:17 +00:00
jmcneill e488b1d802 document USBD_MPSAFE and USB_TASKQ_MPSAFE 2013-01-22 15:35:08 +00:00
pgoyette 90cfade5fa Spell the company name correctly: Intrepid Control Systems 2013-01-20 14:03:28 +00:00
riastradh 7e80fe3c14 Fix typo, unless `ro raising' is something I don't know about. 2013-01-19 00:14:11 +00:00
christos 7097ec6251 Now that ctf is fixed for at least amd64, go back to an equivalent to the
original functionality, use the tool only if it exists.
2013-01-18 19:32:09 +00:00
christos 3dd38e1c8b Disable CTF Conversion for now until it is fixed.
- ERROR: ctrl_iface_ap.c: die 2767: failed to get unsigned: No entry found
  [dwarf _attrval_unsigned(219)]
2013-01-17 17:33:16 +00:00
christos aa675a73cf Now that we have separate debug sets, add -g if ${MKDEBUG} is set for
program builds since we don't need to install that symbol files.
2013-01-17 15:42:59 +00:00
christos af499c4810 Remove bogus conditionals that were also copied to other files presumably
because they did not work from here, and explain why.
2013-01-17 15:27:50 +00:00
jmcneill 04353ee079 not sure how my name ended up in the list of authors here 2013-01-15 03:28:18 +00:00
wiz 62db89bdf9 New sentence, new line. 2013-01-13 19:56:13 +00:00
prlw1 281a5e1fdb Add ppp=YES variable. Currently pppd(8) starts automatically if ppp_peers
is not empty. Adding a ppp variable allows the default peer to be set,
and ppp set to NO so that dialing can happen with /etc/rc.d/ppp onestart.
Default set to YES so that old behaviour is preserved.
http://mail-index.netbsd.org/tech-userlevel/2012/08/21/msg006656.html
2013-01-13 18:47:57 +00:00
asau 996c139721 URRR (ROV) is in Rostov-na-Donu (lower Don) rather than in Rostov (lake Nero)
which is far away from lower Don.
2013-01-12 14:03:42 +00:00
asau afd02ffabf UUOO (VOZ) is also known as Chertovitskoe.
No need to repeat "Voronezh" twice, it is large city and it is region centre.
2013-01-12 13:42:48 +00:00
asau e2eb44f15e UWPP (PEZ) is also known as Ternovka.
No need to repeat "Penza" twice, Penza is region central city.
2013-01-12 13:38:22 +00:00
asau 7c5ea13bd0 There's no "Simbirsk" for a century, it is Ulyanovsk.
UWLL (ULV) is in Barataevka.
2013-01-12 13:32:10 +00:00
asau 4fe219124f UWWW (KUF) is in Kurumoch. 2013-01-12 13:27:01 +00:00
asau fab2209bf4 URWW (VOG) is in Gumrak, not in Stalingrad (if you're talking about history). 2013-01-12 13:23:33 +00:00
asau 52e932b39a Fix spelling: "Sormovo". 2013-01-12 13:19:34 +00:00