Commit Graph

193439 Commits

Author SHA1 Message Date
kardel
d9d9735e8e make IPV6 support decision consistent with code in ntp_io.c 2010-08-29 18:54:30 +00:00
kardel
7d91f4fb19 remove commented out cruft 2010-08-29 18:52:59 +00:00
christos
489fabeee9 don't compile in ipv6 support unconditionally. 2010-08-29 15:53:01 +00:00
christos
33434557c9 dprintf is claimed by posix. 2010-08-29 15:40:35 +00:00
kardel
f7077f6660 only refer to libdns_sd when mDNS is compiled in 2010-08-29 11:15:32 +00:00
kardel
ef0ff97775 make mDNS registration depend on compile time build option MKMDNS 2010-08-29 10:13:07 +00:00
christos
26a6b06d3f Don't try to hold the mutex if we are disabling the card because we can
be called from an interrupt context. While this is not strictly correct,
we are SoL anyway so this does not matter.
2010-08-29 07:00:13 +00:00
joerg
c1e0a5bd50 Replace the current usage of Elf64_Half with Elf64_Word and rename
NetBSD specific Elf64_Quarter to Elf64_Half. This restores compatibility
with the common ELF specifications.
2010-08-28 21:30:02 +00:00
kardel
2092893b1f using a char * as timeout value is a unique concept - atol() the string 2010-08-28 20:54:24 +00:00
kardel
9893a031e7 don't return an int casted pointer as 'boolean' value - compare result of strchr with NULL 2010-08-28 20:52:55 +00:00
kardel
457fd0a5a5 disable .y.c rule - ntp_parser.y needs bison which is not part of the tool chain 2010-08-28 20:51:08 +00:00
kardel
f66a137dbc adjust to new NTP 4.2.6 build 2010-08-28 16:17:32 +00:00
kardel
56c7a2d991 unhook NTP 4.2.4 build, activate NTP 4.2.6 build in external/bsd/ntp 2010-08-28 15:56:45 +00:00
wiz
9538d798d1 Fix Dd argument, sort sections. 2010-08-28 15:49:08 +00:00
kardel
e1e8fcf831 hook in ntp 4.2.6 reachover build (new location in external/bsd/ntp) 2010-08-28 15:47:08 +00:00
kardel
925a7aaa61 unhook ntp 4.2.4 reachover build 2010-08-28 15:45:48 +00:00
christos
7741aae941 setup a callback to be invoked on resize buffers so that readline can
reset rl_line_buffer which unfortunately some applications use it directly.
2010-08-28 15:44:59 +00:00
kardel
179b12252e add installation of manual pages, html files and up to now missing commands (sntp, ntptrace) 2010-08-28 15:42:45 +00:00
kardel
2dee21c22b .sp only takes a single arg 2010-08-28 15:40:24 +00:00
kardel
e2516bcdc0 fix DEBUG compilation 2010-08-28 15:39:25 +00:00
kardel
43632c662f remove uncondition #define DEBUG 2010-08-28 15:38:55 +00:00
tsutsui
189acfdc99 Enable options COMPAT_16 for old distributed.net client binaries. 2010-08-28 14:50:21 +00:00
ahoka
2c54ccb139 include prcm.h for NPRCM 2010-08-28 13:42:12 +00:00
tron
a38ccbe49f Mention recent enhancement and not that this function is neither
re-entrant nor thread-safe.
2010-08-28 13:42:07 +00:00
ahoka
c31250161a Add basic support for PRCM in omap devices, and use it to cold reset
the cpu in cpu_reboot();

Note: the driver only supports the cold reset action at the moment.

Enable it in BEAGLEBOARD
2010-08-28 13:02:32 +00:00
wiz
903fc89bbb Use explanation for GOP_ALLOC in message from version 1.1.
Ok pooka@.
2010-08-28 10:56:11 +00:00
spz
d4446651db trivial comment typo 2010-08-28 07:16:51 +00:00
kiyohara
7b57451a85 Fix build fail.
+ Include opt_omap.h, if defined OVERO.
  + Fix the pair of parentheses.
2010-08-28 07:13:47 +00:00
kiyohara
c3c2133955 Fix build failed. omap2_intr.h includes, if defined OMAP3530. 2010-08-28 07:06:29 +00:00
kiyohara
d3579ee238 Fix typo. 2010-08-28 04:59:22 +00:00
kiyohara
9190240781 Change size number to hexadecimal. 2010-08-28 04:58:49 +00:00
kiyohara
1fe3097332 Support smsh@gpmc.
tested Chestnut43 only.
2010-08-28 04:54:46 +00:00
kiyohara
39e2f24fea + Add parsing keyword 'expansion=' in args from U-boot. And keep backword
compatibility 'busheader=', in case Gumstix.
+ Add GPMC device map to gumstix_devmap[].
2010-08-28 04:46:24 +00:00
kiyohara
7ccc7ee0c4 + Add configuration function for NIC of Chestnut43/Tobi/Tobi-Duo.
tested Chestnut43 only.
+ Remove parenthesis for return.
2010-08-28 04:39:42 +00:00
kiyohara
015c25e57a Remove a white space. 2010-08-28 04:33:00 +00:00
kiyohara
ab81e3684b + Struct smsh_gxio is obsolated, and struct lan9118_softc is used.
We do not have private data at all.
+ Fix typo.  sms_gxio_attach -> smsh_gxio_attach
2010-08-28 04:30:24 +00:00
kiyohara
d3d549f1e0 Disable L2 Cache when boot time. 2010-08-28 04:12:40 +00:00
kiyohara
61c272ff75 Fix PIC_MAXMAXSOURCES (96+160) to (96+192). OMAP35xx has 32bit GPIO x6. 2010-08-28 04:06:40 +00:00
kiyohara
c7f15660e5 + Add some GPMC_CONFIG7 macros and replace magic-number to it.
+ Indent.
2010-08-28 04:03:51 +00:00
kiyohara
0f7b7aadb8 Remove white-space and null-line. 2010-08-28 04:00:35 +00:00
manu
374b973db4 - set user/group ownership after object creation.
- enforce permissios checks. This needs to be  reviewed.
2010-08-28 03:46:21 +00:00
wiz
392a19e562 Fix typo. 2010-08-27 18:31:18 +00:00
wiz
cd9eb5b6d8 Various fixes and improvements. 2010-08-27 18:12:51 +00:00
wiz
e3511c5d1b Grammar fix. 2010-08-27 18:05:16 +00:00
christos
f269499214 hook awk again. 2010-08-27 16:50:30 +00:00
christos
d28b9cb610 unhook awk again 2010-08-27 16:50:10 +00:00
christos
39562c1e23 fix botched merge. 2010-08-27 16:49:47 +00:00
christos
1b8d37d1a2 unhook new awk till I figure out what's wrong. 2010-08-27 16:39:11 +00:00
christos
75bfb16aca switch back to the old awk till I fixed the problem. 2010-08-27 16:38:27 +00:00
tron
07f188665f Add unformatted version of psiginfo(3). 2010-08-27 16:29:13 +00:00