ad
1d7e476b69
Update copyright for previous.
2008-03-10 22:04:06 +00:00
ad
907fdb3f79
Implement an optimized, preemption-safe asm version of tsc_get_timecount().
...
The C version needs work to be preemption safe. Cuts the clock cycles
for microtime() from 950 down to 300 on a Pentium D.
2008-03-10 22:03:40 +00:00
sketch
5c1ec14909
Fix console output.
2008-03-10 21:18:08 +00:00
dyoung
73e95caf73
Use device_t and accessors. Use aprint_*_dev().
...
Add a method for detaching children. XXX acpi(4) may leak some
resources for each child detached. Needs attention from someone
who understands acpi(4).
2008-03-10 20:58:38 +00:00
skrll
4bcfb62209
Don't use MKMAN=no define NOMAN instead.
...
Prompted by David Holland on tech-misc.
2008-03-10 20:19:28 +00:00
rmind
f67f2ea584
Add pset(3) manual page, and appropriate links.
...
Thanks <wiz> for review and fixes!
2008-03-10 19:00:21 +00:00
he
71ca0c37fa
As mrg@ informs me, delay slots are indented 1 and not 2 spaces.
2008-03-10 18:31:08 +00:00
he
bbed82985f
Fix the problem that CURBRK can't be referenced directly via R_SPARC_GOT13
...
here anymore (apparently libc grew too big). Use sethi and %hi/%lo instead.
2008-03-10 18:28:43 +00:00
rafal
b061c2d0d0
Fix syntax for the BUILD_STARTUP_PAGETABLE case.
2008-03-10 16:48:13 +00:00
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