Commit Graph

193327 Commits

Author SHA1 Message Date
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
tron 95659d1963 The "psiginfo" manual page is in section 3, not 9. 2010-08-27 15:40:46 +00:00
pooka 27e297079d poll the putter fd instead of doing a blocking read. Long story
short:  we don't have to wait for the fs syncer to run for the
close to succeed.
2010-08-27 12:42:21 +00:00
tsutsui 48fa46df05 Fix yet another botch on mips64 merge. 2010-08-27 11:02:55 +00:00
pgoyette c70e410288 Set the cmsg_len and msg_controllen in cmsg_sendfd testcase to match
the usage in the cmsg_sendfd_bounds case.  This test now passes on an
amd64 machine.

Change suggested by and OK'd by pooka@
2010-08-27 10:03:14 +00:00
pooka 964e6361a5 The incredible travels of Seth List. 2010-08-27 10:01:04 +00:00
manu 1326029781 - if perfused is not already started (cannot connect to /dev/fuse),
FUSE filesystems will attempt to start it on their own, and will
communicate using a socketpair

- do not advertise NULL file handle as being valid when sending themback to the FUSE filesystem.

- unmount if we cannot talk to the FUSE process anymore

- set calling process gid properly

- debug message cleanup
2010-08-27 09:58:17 +00:00
pooka faf9d0caed tests for builtin modules 2010-08-27 09:56:40 +00:00
jruoho 4328a42a43 Replace the example with something more generic and perceptual. 2010-08-27 09:13:38 +00:00
christos ad4a829aa6 add psiginfo 2010-08-27 08:42:23 +00:00
christos 6a4804166f The signal number argument in psignal is int not unsigned int.
Add psiginfo.
2010-08-27 08:40:38 +00:00
christos 3991ffd1e1 add psiginfo. 2010-08-27 08:38:41 +00:00
pooka 33e9636157 Move the manpage from the kernel sources into lib, 'cause that's
where it's used.
2010-08-27 08:21:43 +00:00