dsl
52e8cddd9b
KNF
2003-06-12 16:48:43 +00:00
drochner
0256604827
nuke unnecessary #include <sys/dkstat.h>
2003-06-12 14:44:36 +00:00
simonb
e02e7ca6de
Consistency nit- always use "#if defined(foo)" for checking MIPSn.
2003-06-12 14:35:56 +00:00
agc
706a03ef9c
Make the "-f" switch to pkg_delete(1) into a counter. Require two "-f"
...
switches to delete a package that has been preserved. Document this
change.
2003-06-12 13:50:38 +00:00
agc
e61a0cb520
Correct a typo in a system package name
2003-06-12 13:37:21 +00:00
agc
bc4c2ec6be
Avoid one more annoying duplicated slash when prefix is "/" in pkg_create(1),
...
and one in the db cache file, which was causing pkg_info -F to produce the
wrong results with a prefix of "/".
2003-06-12 13:29:32 +00:00
wiz
9fdb6c9051
texinfo-4.6 out.
2003-06-12 13:27:14 +00:00
dsl
84bdf1950e
kernel names mixed up on i386/amd64 port
...
Default to TINY, LAPTOP or PS2 if running from such a kernel.
Do wscons stuff unless we installed a TINT kernel (not if running one)
2003-06-12 12:41:55 +00:00
dsl
d7bcb6d75d
Move emulbackup message to MI set (conditional on AOUT2ELF marker).
...
Remove abberant dependencies of fdisk.o and md.o against menu/msg_defs.h
(nbmake depend gives the correct dependencies)
2003-06-12 11:20:00 +00:00
dsl
6a7cda9698
Move a couple of messages into msg.mbr.??
...
Remove some unused menus and messages from the ports that use mbr.c
(I'll re-implement the 1024 cylinder limit properly soon...)
2003-06-12 10:51:37 +00:00
scw
e05ce46e3e
Oops, delete an accidentally committed local change.
2003-06-12 08:47:21 +00:00
scw
0328210bcc
Allow <machine/bus.h> to override the definition of BUS_DMA_COHERENT.
...
For example, machine-dependent code can make it equivalent to
BUS_DMA_NOCACHE if the hardware cannot reliably snoop the bus.
2003-06-12 08:43:07 +00:00
scw
b4e18ad59c
Back out the last change after consultation with Matt Thomas. It hurts
...
platforms with fully functional bus snooping.
2003-06-12 08:30:41 +00:00
scw
afe2393675
In _bus_dmamem_map(), make BUS_DMA_COHERENT behave the same way as
...
BUS_DMA_NOCACHE.
2003-06-12 07:32:28 +00:00
uwe
faa757d699
Request KBC_SELFTEST in pckbc_cnattach(), hidden under #ifdef
...
PCKBC_CNATTACH_SELFTEST. On machines where we boot on cold iron
(e.g. netwinder) we need this to init the pckbc.
2003-06-12 03:34:12 +00:00
uwe
69a7063772
In initarm() turn the LED yellow at the beginning, green at the end.
...
Rewrite netwinder_restart to be self-contained, when it runs the MMU
is disabled. Set cpu_reset_address to the physical address of
netwinder_restart, not virtual.
2003-06-12 02:41:32 +00:00
dsl
c9b8d8909b
make rammb sum correct for memory sizes between 2GB and 4GB.
...
Fixes sysinst/17551
2003-06-11 23:06:15 +00:00
petrov
7c89964036
Use cdevsw_lookup_major.
2003-06-11 22:51:03 +00:00
petrov
175f7ab29d
Comment out debug output.
2003-06-11 22:50:12 +00:00
dsl
31a2215cd0
Fix window size when asking for partition mount pt and size.
...
Hack to give free space to a default sized /usr
Add extra space to / and /usr is any of the X sets are included.
Remove last reference to 'layoutkind == 3'.
2003-06-11 22:17:03 +00:00
uwe
8580b490b0
Avoid using SIZEOF to compute output section LMAs, it doesn't mix well
...
with orphaned sections like link_set_*. Per discussion with Jason
Thorpe <thorpej@netbsd> on tech-toolchain.
Addresses kern/21844.
2003-06-11 21:49:40 +00:00
fvdl
4812bbf71f
Avoid bad free() calls for failed allocations. From enami.
2003-06-11 21:36:49 +00:00
dsl
608254d0b8
rototil of the set selection menu
...
I've also made the set selection happen first. This lets me test it!
also measn the selected sets could be used in the disk partition code.
Removed the 'with X' disk layout question (now too late to change the sets).
2003-06-11 21:35:35 +00:00
scw
e9bb3437d0
- Correct a couple of comments.
...
- Set AC97_MODR to the right value.
- Add AC97_FEFIE.
2003-06-11 20:43:01 +00:00
christos
dffc5f5133
PR/21860: Robert Elz: ifconfig doesn't allow addr/N notation for INET6
2003-06-11 19:51:31 +00:00
wiz
a233f087fe
Add missing } for rev. 1.43.
2003-06-11 18:05:40 +00:00
wiz
cdf5450a15
Also recognize cpp files as C++ files for CYGWIN case.
2003-06-11 17:32:45 +00:00
drochner
96b62d8a69
no need to #include <sys/dkstat.h>
2003-06-11 17:26:31 +00:00
christos
d30f98df35
recognize .cpp as c++ files.
2003-06-11 17:24:55 +00:00
drochner
363a262eb8
G/c DK_NDRIVE.
...
What's left in this file certainly doesn't belong here...
(hmm - logopedia?)
2003-06-11 17:11:13 +00:00
manu
e4fbe87208
Add COMPAT_DARWIN, and comment out anything related to it. It is too
...
much experimental to be included into GENERIC kernels.
2003-06-11 16:24:13 +00:00
tron
e290120150
Remove old, unused and unsafe shell scripts as suggested by Jeremy C. Reed
...
on "current-users".
2003-06-11 16:22:10 +00:00
christos
072bca2c13
PR/21856: Robert Elz: Changes to route(8) to allow /n instead of -prefixlen
...
for INET6
2003-06-11 15:45:20 +00:00
simonb
f1f77c261e
Don't use "return;" as last statement of a void function.
2003-06-11 15:27:57 +00:00
scw
146abc03d1
In ac97_restore_shadow(), make sure to restore the codec's extended
...
control register if we configured it during ac97_attach().
2003-06-11 14:22:27 +00:00
christos
a3d7c5fa32
No sources == error again.
2003-06-11 13:20:38 +00:00
wiz
48850be241
Note hunt, huntd update.
2003-06-11 12:17:11 +00:00
wiz
60726b3ccd
Note hunt update.
2003-06-11 12:16:14 +00:00
wiz
8ebb36ee3d
Sync with v20030416 of Makefile.
2003-06-11 12:10:21 +00:00
wiz
45ddd67018
Make build.
2003-06-11 12:04:06 +00:00
wiz
1196717577
Merge with v20030416.
2003-06-11 12:00:21 +00:00
dsl
8fc9389e15
KNF
2003-06-11 11:00:39 +00:00
martin
096ea30c09
Add NETATALK to the list to check if we bail because no ARP is configured.
2003-06-11 10:44:10 +00:00
martin
7f550781cc
Fix typpo in #error message. Noted by Pawel Chwalowski in PR 21853.
2003-06-11 10:34:55 +00:00
martin
6c0c40a580
Make this work on 64 bit big endian platforms.
2003-06-11 09:51:56 +00:00
dsl
df45325b8e
Make French and Polish compile (many missing translations though)
2003-06-11 09:03:32 +00:00
wiz
f461c41556
postfix-2.0.11 out.
2003-06-11 08:59:57 +00:00
hamajima
0659c2f915
Support the PowerBook G4 12-inch (and maybe 17-inch).
...
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD
I tested only 12-inch Japanese model.
2003-06-11 07:35:39 +00:00
wiz
a484727e05
Adapt to current sys/socket.h. Noted by MAEKAWA Masahide in PR 21849.
2003-06-11 07:11:09 +00:00
msaitoh
535480c5be
catch signal 1,2,3,13 and 15 to clean /tmp/_dependXXX
2003-06-11 04:56:58 +00:00