wiz
e770b57941
Improve description of -b and -m.
2004-07-06 16:51:18 +00:00
wiz
05d7d5d421
Document -m. It was already there, only commented out.
...
Bump date.
Addresses PR 26067 by Kouichirou Hiratsuka.
2004-07-06 16:49:10 +00:00
wiz
de7136f83b
usage: -F was missing the /mask part. Based on PR 26063
...
by Kouichirou Hiratsuka.
2004-07-06 16:43:18 +00:00
wiz
f534f0c332
Add -b and -N to usage. Use getprogname.
...
From Kouichirou Hiratsuka in PR 26064.
2004-07-06 16:39:37 +00:00
uch
3ecef458d2
remove CPU infomation message. (cpu0 print it)
2004-07-06 16:21:05 +00:00
uch
52ffaa09fb
don't attach cpu twice.
2004-07-06 16:20:43 +00:00
manu
9ff70d0082
Assembly versions of commpage functions for Powerpc, by Peter Grehan.
...
bigcopy is still missing
gettimeofday is implemented as a system call, whereas on Darwin, it reads
the data from the commpage (the kernel updates it).
2004-07-06 14:11:49 +00:00
mycroft
06cb75fa32
Add Cirrus register definitions, per PR 6172.
2004-07-06 14:04:51 +00:00
mycroft
c01807532a
Fix alignment argument to pcmcia_io_alloc() to prevent a gratuitous panic,
...
per PR 6069.
2004-07-06 13:43:00 +00:00
uch
f3970e5667
make Xdreamcast compile again. (work fine.)
2004-07-06 13:41:13 +00:00
mhitch
66828ce55c
Ooops - buspin is what should be used.
2004-07-06 13:36:19 +00:00
uch
f4dabb523f
MI part of kloader moved to dev/kloader.c from arch/hpc/hpc/
...
dreamcast and playstation2 port are changed to use this.
2004-07-06 13:28:39 +00:00
mycroft
c5817e14e3
Fix a core dump.
2004-07-06 13:19:42 +00:00
uch
3a292b1beb
MI part of kloader moved to dev/kloader.c from arch/hpc/hpc/
...
dreamcast and playstation2 port are changed to use this.
2004-07-06 13:09:18 +00:00
mycroft
20e25f9518
Fix portability problems, per PR 5783.
2004-07-06 13:05:25 +00:00
yamt
6d5c6db5cf
a test for kern_sa.c rev.1.52.
2004-07-06 12:28:20 +00:00
yamt
118553b061
sa_release: NULL out l_savp to avoid having a stale reference to per-vp data.
...
it matters when an application using SA does exec() an application which also
uses SA. (firefox 0.9 seems to do this.)
2004-07-06 12:23:40 +00:00
cube
43a2c97ad2
Include pcidevs.h, because in a real driver, you'd need it.
2004-07-06 12:21:55 +00:00
cube
f584691eb3
Hands are not good at pasting stuff.
2004-07-06 12:15:58 +00:00
cube
f04e188b92
Add prototype for the forged <module>_lkmentry function. Pointed out by
...
rtr@.
2004-07-06 12:10:13 +00:00
mycroft
7c8b7720b2
Add a missing .PHONY.
2004-07-06 12:07:34 +00:00
martin
4e55ebafa5
Give a magic value a name - inspired by a post on the FreeBSD isdn mailing
...
list.
2004-07-06 08:53:16 +00:00
mycroft
61290f9727
Fix function calls in the sample server to use the right function name.
...
From PR 4411.
2004-07-06 07:07:15 +00:00
mycroft
b48bbc8b8a
Fix an error in a printf() format.
...
Swap the order that two items are written; possibly fixes a race condition
that would affect isoc transfers.
2004-07-06 04:53:09 +00:00
minoura
c3ed038115
Remove broken code for now: getsockopt(s, IPPROTO_IP, IP_IPSEC_POLICY,...).
...
It returned EINVAL, now returns ENOPROTOOPT.
Ok'd by itojun.
2004-07-06 04:30:27 +00:00
mycroft
3ad4dd10ca
Fix a byte order error.
2004-07-06 04:18:05 +00:00
mhitch
a01c5c07dc
When calculating the mcpcia irq, include bus pin to account for devices
...
behind a PCI-PCI bridge. Fixes PR#25831 (and the duplicate PR#26031).
Verified by Chuck Silvers.
2004-07-06 04:15:50 +00:00
fredb
ee2f9a6e6f
Add mention of Portuguese builtin keyboard map.
2004-07-06 04:02:05 +00:00
fredb
dcc20fe368
Add mention of Norwegian, Portuguese, and Spanish built-in keymaps.
2004-07-06 04:00:23 +00:00
christos
763b8e76a6
Now that we have addrlen, use it.
2004-07-06 02:59:55 +00:00
mycroft
1e3cb7e7ec
Back out part of the changes in rev 1.86. Remove npxdna_notset(), and instead
...
have the DNA trap handler point to npxdna_empty() by default. This way, if
there are no npx devices found and MATH_EMULATE is not configured, we go back
to the old behavior of issuing a SIGKILL and printing:
pid XXX killed due to lack of floating point
rather than panicking.
2004-07-06 01:30:08 +00:00
abs
1a06ef7694
Remove accidently added UMASS_DEBUG. Thanks to kimmo for spotting.
2004-07-05 22:30:38 +00:00
mycroft
6ad727416a
Attempt to handle unknown ServerWorks chips, although I wouldn't bet on it
...
working cleanly.
2004-07-05 19:15:05 +00:00
mycroft
3b5c748c56
Regen.
2004-07-05 19:13:17 +00:00
mycroft
96c64a8768
Add the CSB5 LPC bridge.
2004-07-05 19:12:30 +00:00
skrll
b5d3cf6021
Complete the fix for PR 22452 by doing the same thing as stock gcc. That
...
is, use the symbol versioning script to remove certain symbols from the
dynamic symbol table.
Do the symbol versioning thing for all platforms.
Whilest our ld.elf_so(1) doesn't understand symbol versioning this
doesn't matter as all the exposed symbols appear unversioned until symbol
versioning support is added (if ever).
2004-07-05 12:27:41 +00:00
cube
d1b3d841ee
Make ld.elf_so use the new sysctl API. That allows the user to give any
...
sysctl variable name in /etc/ld.so.conf. It also makes the ld.elf_so
binary slightly smaller (at least on i386), and has no impact on
performance.
Fixes PR 26100.
2004-07-05 11:50:07 +00:00
cube
2e61c89539
KERN_CP_TIME returns an arry of uint64_ts, not longs, as noted by Adam
...
Sampson in PR 23190. Also, tell about ``kern.cp_time.#CPU''.
2004-07-05 11:45:12 +00:00
yamt
201fdee01b
for uniprocessor, splvm() is enough to protect tlb flush queue.
2004-07-05 11:19:46 +00:00
sketch
18b6ee6d42
Complete removal of uvm_useracc(9), as described in
...
http://mail-index.netbsd.org/source-changes/2003/11/13/0011.html
2004-07-05 11:08:37 +00:00
pk
aaf3dc5c61
Enable the `nell' pcmcia bridge.
2004-07-05 10:50:35 +00:00
pk
bab17de2f5
Use bus_space_tag_alloc(). Remove unused `sc_bustag' from softc.
2004-07-05 10:48:29 +00:00
pk
3936924e40
settime: round, instead of truncate, to the nearest second.
2004-07-05 09:24:31 +00:00
pk
134c600216
Use bus_space_tag_alloc().
2004-07-05 08:51:19 +00:00
lukem
20fd132b8d
* Add BEFORE: SERVERS, so state is restored much earlier in the boot sequence.
...
* REQUIRE: isdnd, so this will be shutdown before that, to prevent
future problem if isdnd eve gets an explicit "shutdown" keyword.
Per discussion with Martin Husemann.
2004-07-05 08:21:15 +00:00
martin
ebdc55a49e
Make sure "downinterfaces" comes first - this means on shutdown this
...
script will run before downinterfaces destroys all state we try to
save here.
2004-07-05 07:53:03 +00:00
pk
a7c40722d8
Call inittodr() from main(). Let file system code set the recorded `last
...
update' time (if any) through the new function setrootfstime().
2004-07-05 07:28:45 +00:00
martin
2aef6e6521
Adapt to new (non optional) bus space on sparc.
2004-07-05 07:26:04 +00:00
martin
41de8a7a66
Options FULL_SPARC_BUS_SPACE is gone.
2004-07-05 06:31:36 +00:00
uwe
75c9bda0e0
GENERIC config is used as a starting point for custom configs so make
...
it more rich: reinstate debug options (commented out), add a bunch of
MI options, file systems, pseudo devices (commented out), sort some
entries, add more comments and clean up existing comments.
2004-07-05 00:09:45 +00:00