Commit Graph

167808 Commits

Author SHA1 Message Date
rmind
2ac12931eb Add sched(3) manual page, and appropriate links.
Thanks <wiz> for review and fixes!
2008-03-10 14:47:06 +00:00
njoly
fcf1e44d76 Do not hardcode sys_stub to the string "sys_nosys" for the not ignored
case. Just use the corresponding variable instead, to allow emulation
to use their own defined value.
2008-03-10 14:06:46 +00:00
ad
ed4dfedcd6 Finish moving alpha over to the MI atomic ops. 2008-03-10 14:01:35 +00:00
ad
d247e228e6 Use MI atomic operations. 2008-03-10 13:43:33 +00:00
ad
1e2ed6d02c Convert remaining use of alpha atomic op to an MI one. 2008-03-10 13:37:38 +00:00
ad
8228d024b7 Use atomics to maintain the number of special page references. Should fix
locking problems including in revision 1.232.
2008-03-10 13:36:22 +00:00
yamt
ee76f56f70 remove an unnecessary cast. 2008-03-10 12:34:41 +00:00
wiz
388f16d85b Move previously added sentence to STANDARDS section, as suggested by yamt. 2008-03-10 12:25:55 +00:00
wiz
4111fbb94d Mention that extending files with truncate is a POSIX extension.
Requested by joerg.

Bump date.
2008-03-10 11:47:28 +00:00
dholland
0a890e1609 ps -t? needs to imply -x. Otherwise the non-x logic filters all the results
out. Thanks to der Mouse for prompting me to fix it...
2008-03-10 03:44:11 +00:00
dholland
88ff5802a1 Adjust a debug message. Fixes the last bit of PR 29668. (The rest seems
to have already been dealt with.)
2008-03-10 03:28:34 +00:00
dholland
b13483cd3e MKMAN does not belong in source makefiles; use NOMAN. 2008-03-10 02:02:56 +00:00
dholland
ce33f8bb1e MKMAN does not belong in source makefiles; use NOMAN. 2008-03-10 01:46:31 +00:00
dholland
7d11c7f1f8 MKMAN does not belong in source makefiles. Use NOMAN.
(which in this case is set by Makefile.inc)
2008-03-10 01:22:05 +00:00
lukem
da757a063f Style tweaks:
* test defined(HAVE_foo) not just HAVE_foo
* replace u_foo with unsigned foo
* the whitespace change whose name we dare not mention
2008-03-10 01:18:44 +00:00
dholland
2d8b0e31c6 Adjust the loop that handles NOMAN and friends so grepping for NOMAN
actually finds it. Also note that it only works if set before
bsd.own.mk is included.

Otherwise, grep NOMAN /usr/share/mk/*.mk comes up empty, and since
naively setting it may not work, one can easily draw wrong
conclusions.
2008-03-10 01:18:29 +00:00
dholland
46020b9298 MKMAN does not belong in source makefiles; use NOMAN. 2008-03-10 01:08:05 +00:00
dholland
b20bda484e MKMAN should not be set in source makefiles. Use NOMAN. 2008-03-09 22:47:11 +00:00
dholland
4ac721efa3 MKMAN should not be in source makefiles. Use NOMAN. 2008-03-09 22:44:41 +00:00
dholland
3bcd570495 No, it's not wrong after all. Sorry about the churn. I am going to adjust
bsd.own.mk so you can find NOMAN (and friends) with grep. Fixes PR 37750,
again.
2008-03-09 22:35:17 +00:00
yamt
6ff0e4eec3 in6_cksum: constify 2008-03-09 22:05:50 +00:00
dholland
a3ab568637 Revert previous; it is wrong. Unfixes PR 37750. 2008-03-09 21:38:13 +00:00
phx
aec8e8230f missing newline in message 2008-03-09 21:33:17 +00:00
dholland
1e8742be01 Use NOMAN=, not MKMAN=no. PR misc/37750 from Johan A. van Zanten. 2008-03-09 21:22:29 +00:00
dholland
2ccf7320c1 Grammar fix and clarification from PR 37727 by Randolf Richardson.
While here, do some of my own grammar and formatting fixes too.
Bump date.
2008-03-09 20:59:13 +00:00
dholland
d02e700e66 Use NE2000_TYPE_UNKNOWN instead of just 0 in a couple places. 2008-03-09 20:32:45 +00:00
phx
7bca1efe39 Do not attach genfb when the frame buffer is not flagged as being console
(e.g. when a serial console is used).
Approved by macallan.
2008-03-09 20:32:30 +00:00
lukem
e9810351a7 Switch from lockf() to (more portable) fcntl() locking 2008-03-09 20:11:43 +00:00
mjacob
9f901b85c3 Remove files that have no apparent immediate use. 2008-03-09 20:08:32 +00:00
jmcneill
0bedbeef3a Convert from shutdownhook/powerhook to PMF. 2008-03-09 19:25:56 +00:00
jmcneill
47379c8458 Don't forget to deregister with PMF on detach. 2008-03-09 19:18:25 +00:00
jmcneill
fdf8cc9718 Replace shutdownhook with PMF power handler. 2008-03-09 19:15:01 +00:00
jmcneill
80e26751e9 shutdownhook_establish is deprecated, but instead of converting to pmf,
just delete it as acpi_shutdown was empty.
2008-03-09 19:09:00 +00:00
dholland
e171ff8493 Add missing GROUP heading in example. From PR bin/38205 from Aleksej
Saushev. Also change the example to use echo instead of printf, so it
continues to fit in 80 columns in the source.

Bump date.
2008-03-09 18:18:42 +00:00
christos
bb0b4504cd PR/38207: Aleksej Saushev: fmt reports non-existing files erroneously 2008-03-09 17:26:37 +00:00
joerg
f98140016c Fix unaligned pci_conf_read/pci_conf_write. 2008-03-09 17:14:51 +00:00
rmind
92ae34c400 Remove include of sys/pset.h in sys/lwp.h header.
Include it in few appropriate sources.
2008-03-09 15:39:14 +00:00
tnn
bc465dcf63 mbr_dsn is unsigned, print it as such. 2008-03-09 14:57:10 +00:00
phx
c470649f44 Include full XServer for ofppc.
Approved by garbled.
2008-03-09 10:13:10 +00:00
dholland
794833ef2c Make this smarter still, so it folds multiple names for the same port
together (and drops duplicate names entirely) like services_mkdb now
does. PR lib/37711.
2008-03-09 01:31:07 +00:00
dholland
dbb1ba5a88 Always clear the output string buffer in mkaliases(), to avoid reusing
old aliases from an earlier line if there were none here and thus
emitting a lot of crap into the database. PR lib/37711.
2008-03-09 01:29:34 +00:00
dholland
678f3eced6 Make this smarter; diff the output instead of just wc'ing it. 2008-03-08 23:32:38 +00:00
dholland
d06b9ed56d Amplify comments from the previous commit. If xtos misread what was
going on, they can't have been clear enough. (And if xtos misread it,
so will anyone else passing by, and then someone will "fix" it...)

Hopefully this will help. Maybe it should be changed to use memcpy
instead of strncpy after all.
2008-03-08 22:41:03 +00:00
dholland
9cf185a523 Remove reflexive cargo-cult-style null-termination after strncpy; it is
neither needed nor particularly desirable. Add comments to explain what's
going on, and arrange to fail the build if the sizes of things get out
of whack.
Resolves PR bin/38201 from Chris Spiegel.
2008-03-08 22:29:26 +00:00
phx
834524db94 INSECURE option is required for the Xserver to access /dev/mem.
Approved by garbled.
2008-03-08 20:51:57 +00:00
christos
f3e1b062a3 indentation police. 2008-03-08 19:49:08 +00:00
reinoud
cff0e3f587 Fix small documentation bug as reported in PR#38192 :
FFS  -> FFSv1
UFS2 -> FFSv2
2008-03-08 19:26:46 +00:00
ws
27973cf78e Don't leak information from kernel to userland.
(Well, the first 2 changes wouldn't really be neccessary,
however, IMHO this makes it clearer why we don't leak.)
2008-03-08 18:46:18 +00:00
christos
6f6f89d28a pass lint, from anon ymous 2008-03-08 15:48:27 +00:00
tnn
012005e684 - Attach the keyboard controller even if we're on serial console.
- If arcbios is using graphics console, then attach the keyboard as the
  console keyboard. Makes ddb work on the framebuffer console.
2008-03-08 15:04:33 +00:00