Commit Graph

189611 Commits

Author SHA1 Message Date
christos
819acda0b0 previous workaround not needed. 2010-04-07 16:14:35 +00:00
christos
4950518f2a Rename the macro name so that the scanner does not get confused and thinks
it is using REJECT.
2010-04-07 16:14:07 +00:00
pooka
c8dcca6644 * Don't care about VOP_CLOSE() error in unmount. In the extremely
unlike event it did fail, the kernel would double lutz to doom
  (in failure devvp now remains unmountable until reboot.  fans
  of complicated & untested error branches may attempt to gunk this
  up.  i'm not one of them).
* cosmetic surgery: cut extra ;
2010-04-07 15:19:09 +00:00
vanhu
ba30b496b8 by Eric Preston: fixed a typo 2010-04-07 14:53:52 +00:00
tsutsui
8f12100ec0 Misc KNF. 2010-04-07 13:53:05 +00:00
tsutsui
863ed02e2e - split device_t/softc
- use device_lookup_private() directly rather than via local macro
2010-04-07 13:14:23 +00:00
christos
2909eda13b fix build for ports that don't have PT_STEP (Havard Eidnes) 2010-04-07 13:10:46 +00:00
christos
2446060385 fix syntax errors 2010-04-07 12:58:33 +00:00
tsutsui
883db6bc19 extern inline -> static inline 2010-04-07 12:39:59 +00:00
nonaka
1f03951426 fix comment. 2010-04-07 11:54:46 +00:00
nonaka
4f76fb5f14 delete unused file. 2010-04-07 11:48:15 +00:00
pooka
ebd06ba809 Fix fmt'ing error in comment from rev 1.22. 2010-04-07 11:16:30 +00:00
tsutsui
b97082ea7c Add a recently committed evbsh3 variant in SYNOPSIS. 2010-04-07 11:10:25 +00:00
tsutsui
4a5e7b0f18 Fix quoting in previous. 2010-04-07 11:07:29 +00:00
wiz
d129d948ec Minor punctuation fixes, improve and sort SYNOPSIS, sort flag descriptions.
From Bug Hunting in PR 43130.
2010-04-07 09:40:58 +00:00
tron
898521eb24 Ignore the unused label "find_rule" in the generated file "scan.c"
to fix the build.
2010-04-07 08:56:49 +00:00
wiz
02634ada5c Fix typo, reported by Ryo HAYASAKA in PR 43134. 2010-04-07 07:32:48 +00:00
wiz
6f9ff54b1b Sort a bit more. 2010-04-07 06:45:21 +00:00
sjg
b6e2a6c85f Add:
.error "message"
.warning "message"
	based on FreeBSD implementation.
	add .info while were at it.

.ERROR:	a target to run on error.
	We pass the failing GNode to PrintOnError so it can set
	.ERROR_TARGET.

.MAKE.MAKEFILE_PREFERENCE
	As a means to control make's list of prefered makefile names.
	(Default: "makefile Makefile")

.MAKE.DEPENDFILE
	Names the file to read dependencies from
	(Default ".depend")

.MAKE.MODE
	Processed after all makefiles are read.
	Can put make into "compat" mode (more to come).

Fix:

compat.c: Error code should not be sent to debug_file.
Make_DoAllVar: use DONE_ALLSRC to avoid processing a node multiple times.
ReadMakefile: we can simply use doing_depend to control setting MAKEFILE.
2010-04-07 00:11:27 +00:00
christos
66aa934e53 update system call table to reflect reality. 2010-04-06 23:02:10 +00:00
wiz
f60aa003a7 Fix Dd argument (no leading zeroes). New sentence, new line. 2010-04-06 22:41:41 +00:00
tnn
0bc96981a6 Add multiboot command. This lets us netboot the xen+dom0 kernel combo. 2010-04-06 21:18:59 +00:00
jld
d5723e6f06 Fix typos in PAE comment. 2010-04-06 20:43:57 +00:00
tnn
a7963e184a The pxeboot manpage implies that boot.cfg gets loaded by default,
but this is no longer true following i386/stand/pxeboot/main.c v1.23.
2010-04-06 20:15:22 +00:00
christos
83fd40ab4d use the m4 define not the cpp one for reject. 2010-04-06 17:39:47 +00:00
nonaka
7395c26621 regen. 2010-04-06 16:23:17 +00:00
nonaka
569b7f924f Added support PXA270. 2010-04-06 16:20:27 +00:00
nonaka
8b211288fd regen. 2010-04-06 16:18:24 +00:00
nonaka
3b27d9a000 Added W-ZERO3 series. 2010-04-06 16:15:34 +00:00
nonaka
cdac0a86f0 Enable SD 4bit bus width mode. 2010-04-06 15:56:14 +00:00
nonaka
a01ed06805 Enable DMA transfer. 2010-04-06 15:55:46 +00:00
nonaka
238763f6ce Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
2010-04-06 15:54:29 +00:00
tsutsui
1d5998f903 Use callout_schedule(9) rather than callout_reset(9) on polling
as callout(9) man says.
2010-04-06 15:32:36 +00:00
nonaka
8dfa6d1a29 Added support RICOH 5C316. 2010-04-06 15:29:19 +00:00
nonaka
7e6a2d093f - mention MMC SPI mode.
- support SD 4bit bus width mode.
2010-04-06 15:10:09 +00:00
wiz
e80bcec341 New sentence, new line. Sort errors. Remove trailing whitespace. 2010-04-06 14:26:59 +00:00
christos
ca843a73b0 PR/43128: Paul Koning: Threads support in ptrace() is insufficient for gdb to
debug threaded live apps: Add an optional lwpid in PT_STEP and PT_CONTINUE to
indicate which lwp to operate on, and implement the glue required to make it
work.
2010-04-06 13:50:22 +00:00
reinoud
1819dce19c KASSERT(FALSE) to enter the debugger on this check. When DDB is not defined
but KGDB is, this would result in cpu_Debugger() dont being defined! Please be
kind to developers that use KGDB instead of DDB! :)
2010-04-06 10:45:15 +00:00
skrll
3545c8124f Use hppa_cpu_ispa20_p 2010-04-06 08:09:46 +00:00
skrll
4bfaa8385e Add hppa_cpu_ispa20_p 2010-04-06 07:58:31 +00:00
skrll
4c773d30e5 G/C setsoftnet and hp700_intr_schedule prototype. 2010-04-06 07:47:48 +00:00
skrll
4095fd88cf Include SSBREAKPOINT in the PTRACE #ifdef/#endif. 2010-04-06 07:44:09 +00:00
reed
3399fef974 Fix time travel. (See previous line and previous revision.) 2010-04-06 02:30:40 +00:00
martin
2116ace6a7 Add a NO_LFS define to force support for LFS in sysinst off, even if
the install media provides the utilities. Set this for sparc64 for now,
since the bootblocks don't deal with the default LFS parameters used
by sysinst.
2010-04-05 22:53:02 +00:00
joerg
20fc76af98 Fix escape sequences 2010-04-05 21:35:36 +00:00
joerg
727da1104c \\ -> \e 2010-04-05 21:33:54 +00:00
joerg
ffec7f50c0 Fix escape sequences 2010-04-05 21:33:25 +00:00
pgoyette
fefa3f0923 Typo: s/ a a/ as a/ 2010-04-05 21:33:09 +00:00
joerg
eff7f134e1 \\ -> \e 2010-04-05 21:29:47 +00:00
joerg
1ff41cb93a Fix escape sequences 2010-04-05 21:29:09 +00:00