Commit Graph

186975 Commits

Author SHA1 Message Date
skrll
09298c1411 Small tidyup. 2010-01-09 15:36:43 +00:00
jruoho
6e01648990 Fix the casts in the event handler. 2010-01-09 15:34:59 +00:00
tsutsui
59882a6e03 To print bus_addr_t value, cast it to u_long rather than size_t. 2010-01-09 14:15:48 +00:00
martin
2fa35e4dbb adapt to recent pmf changes 2010-01-09 13:34:33 +00:00
simonb
653141906d Don't always use ".set mips3" - that explicitly uses 64-bit instructions
and we may be on a 32-bit CPU.  Instead use .set mips3/mips32/mips64
depending on current build arch.

Should fix boot problems on a Alchemy CPU reported by KIYOHARA Takashi
on port-mips.

A couple of niggles/concerns:
 * XXX Clean up with a macro?  Same code fragment is in mipsX_subr.S too.
 * XXX Key off build abi instead of processor type?
2010-01-09 11:49:16 +00:00
wiz
44d89517c9 "an" before a vowel, not "a". 2010-01-09 11:18:32 +00:00
mbalmer
b877ced633 fix build 2010-01-09 10:46:31 +00:00
mbalmer
89644c3065 Various language fixes.
From FreeBSD.
2010-01-09 10:43:11 +00:00
mbalmer
a33b3d6b72 Fix date. 2010-01-09 09:44:41 +00:00
mbalmer
61ddf57ed4 A bridge works like a switch, not like a hub.
From FreeBSD.
2010-01-09 09:44:29 +00:00
mbalmer
f5e8307179 When restoring files, use the mode, not the filetype, for the mode.
From FreeBSD (r201630)
2010-01-09 09:27:42 +00:00
mbalmer
e20ab260b7 Various language fixes. From FreeBSD. 2010-01-09 09:19:18 +00:00
isaki
8cf7d2d787 Make compile with DEBUG. 2010-01-09 09:16:32 +00:00
kiyohara
5a06e069fd Fix a bug.
always mkdir for 'objs' and 'objdir' when NEW_TOOLCHAIN.
2010-01-09 06:37:57 +00:00
christos
77c1fa357d newer versions of NetBSD turn on -Wsign-compare 2010-01-09 01:25:09 +00:00
jnemeth
0ec6aab4dd add Stephen Hawking, 68 today 2010-01-09 01:24:18 +00:00
wiz
b54de515fb Sync usage with man page. 2010-01-08 23:27:08 +00:00
wiz
c13fde4224 Sort options in SYNOPSIS.
New sentence, new line.
Use only mdoc markup.
Make HTML-ready.
2010-01-08 23:25:07 +00:00
joerg
635076e0b1 Fix mdoc(7)/man(7) mix up. 2010-01-08 23:14:13 +00:00
joerg
0b729bd389 No empty .Rs/.Re 2010-01-08 22:03:13 +00:00
christos
73a2253ad9 Patrick Welche <prlw1@cam.ac.uk>
- add -p pathsep option
    - make wrap to zero work, but produce a warning
While here:
    - fix gcc warnings, in particular variable clobbered warnings
      (compiling with fewer warnings does not really fix the problem)
2010-01-08 21:05:14 +00:00
dyoung
cd6e1fbf91 Expand PMF_FN_* macros. 2010-01-08 19:53:10 +00:00
dyoung
3022acc4eb Expand PMF_FN_* macros. 2010-01-08 19:42:11 +00:00
joerg
69ebc5167f Fix up mix of man(7)/mdoc(7). 2010-01-08 19:20:21 +00:00
joerg
71f3cc8605 Try to fixup the mess of mdoc(7)/man(7) mixture as created by the merge. 2010-01-08 17:16:56 +00:00
martin
df05031a59 Fix memory barrier in a debug function 2010-01-08 16:40:30 +00:00
joerg
3a06db1475 Don't use .Xo/.Xc. Fix date format. 2010-01-08 16:37:39 +00:00
joerg
f382d79a9f Fix markup. 2010-01-08 16:32:47 +00:00
joerg
1e94bcdda0 Fix the markup. 2010-01-08 16:32:23 +00:00
joerg
6738b10249 Use \(-> for the arrows and put them on a separate line because they are
not special symbols that .Xr handles.
2010-01-08 16:31:51 +00:00
wiz
a9c45a9667 Remove empty line. Bump date for previous. 2010-01-08 13:57:29 +00:00
pooka
4b8d8af4b8 Undocument checkalias() -- it was removed two years ago. 2010-01-08 13:15:45 +00:00
pooka
648b32e7e0 vcount() was removed 2010-01-08 13:10:48 +00:00
pooka
113544b039 vcount() lost its purpose when opening multiple block devices was
made impossible, oh, two years ago.  nuke it (yes, the interface
name is overgeneric).
2010-01-08 13:07:26 +00:00
njoly
adaa722591 Add iic(4) references. 2010-01-08 12:52:49 +00:00
pooka
1e2c1aedaf Remove documentation for removed macros. 2010-01-08 12:41:33 +00:00
rmind
adff6195d5 pcq(9): use more accurate wording, do not expose implementation details. 2010-01-08 12:12:49 +00:00
rmind
8431ea0b5e softint_execute: release/re-acquire kernel-lock depending on SOFTINT_MPSAFE
flag.  Keeping it held for MP-safe cases break the lock order assumptions.
Per discussion with <martin>.
2010-01-08 12:10:46 +00:00
rmind
97bb57c79f Simplify device G/C: use global list and config_alldevs_unlock_gc(). 2010-01-08 12:07:08 +00:00
pooka
c3183f3251 The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live
years ago when the kernel was modified to not alter ABI based on
DIAGNOSTIC, and now just call the respective function interfaces
(in lowercase).  Plenty of mix'n match upper/lowercase has creeped
into the tree since then.  Nuke the macros and convert all callsites
to lowercase.

no functional change
2010-01-08 11:35:07 +00:00
pooka
e828ea6b56 Fix compilation with -Wsign-compare. Apparently 5.0 doesn't have
-Wsign-compare enabled, which explains a thing or two ...

pointed out by gson
2010-01-08 10:53:31 +00:00
dyoung
0109fc751f Install pcq.9 and links. Update set list accordingly. 2010-01-08 06:25:14 +00:00
ober
9067e90d8c Fix comment to meet style guidelines. 2010-01-08 03:41:58 +00:00
pooka
711aa0a221 fix markup (this is how i have enough things to commit) 2010-01-08 00:45:50 +00:00
pooka
6f8c79f758 * update copypasted struct vattr (nobody wants manpages autogenerated
from interface descriptions because then we'd all be out of
  things to commit)
* make "CODE REFERENCES" make a little more sense
2010-01-08 00:43:57 +00:00
pooka
5b81af7179 Fix this for non-module (which, i guess, is only i386/ALL).
XXX: autoconfusion vs. modules is an intolerable mess of stepping
on each others' toes.
2010-01-08 00:27:48 +00:00
dyoung
e94f23b742 Move all copies of ifattr_match() to sys/kern/subr_autoconf.c. 2010-01-08 00:09:44 +00:00
wiz
a9e00b2097 Don't be terse. 2010-01-07 23:35:45 +00:00
pooka
ffe194d485 Use typecast instead of ULL for a less whiny lint on LP64. 2010-01-07 23:03:26 +00:00
pooka
283c2ca905 Rename PUFFS_SOPREQ_EXIT to PUFFS_SOPREQSYS_EXIT to better signal
it comes from within the kernel instead of as a direct result of
a user request.

no functional change
2010-01-07 23:02:34 +00:00