ross
79f9ab6771
back this directory up a day, systems won't even boot (rc.subr splodes)
...
suggested back-to-the-drawing-board test: $ echo "${PWD:-notlikely}"
2002-02-12 06:39:10 +00:00
simonb
c8c0ad6621
Add the 'sh' directory.
2002-02-12 06:01:49 +00:00
simonb
971aaea197
Add a regression test for sh, from Enami Tsugutomo.
...
XXX: This test suite is _way_ too short.
2002-02-12 06:00:48 +00:00
simonb
ba31699a83
Add an extra column for inode numbers, and pull back the mode field to
...
just 5 columns if in "numeric" mode. Other fields should dynamically
resize, but not today...
2002-02-12 03:28:20 +00:00
thorpej
63c8419002
Add new pwcache routine manpages.
2002-02-12 02:27:59 +00:00
thorpej
625b479b7f
Add some missing postfix manpages.
2002-02-12 02:20:57 +00:00
lukem
a402e4cd01
populate /var/spool/postfix/etc with /etc/{localtime,resolv.conf,services}.
...
per suggestion from perry.
2002-02-12 02:19:27 +00:00
thorpej
56decb54f5
Add ntpd chroot directories.
2002-02-12 02:09:12 +00:00
thorpej
81edf862af
Add /usr/share/games/ching
2002-02-12 02:05:06 +00:00
thorpej
8207e5da89
Add missing postfix stuffs.
2002-02-12 01:50:12 +00:00
thorpej
391ce843cc
Add some missing postfix binaries.
2002-02-12 01:43:34 +00:00
lukem
acf8770a4a
remove REV in favour of DISTRIBREV (from ../Makefile.inc)
2002-02-12 01:38:17 +00:00
thorpej
c8dd28f7a6
Add some missing postifx etc files.
2002-02-12 01:29:19 +00:00
lukem
852ef3de6f
improve comment, and clean up a test
2002-02-12 01:26:36 +00:00
lukem
62498fc17a
reset perms of ptyX[0-9a-zA-Z] instead of just ptyX[0-9a-f]
2002-02-12 01:23:11 +00:00
enami
52a2a21502
Don't leave junk in pgs[] array since it will be passed to uvn_findpages()
...
again.
2002-02-12 01:08:12 +00:00
thorpej
daaeb3910f
const char *mclpool_warnmsg -> const char mclpool_warnmsg[]
...
Noted by Matt Thomas.
2002-02-12 00:52:33 +00:00
thorpej
b55703254f
Use sys/dev/md_root.c
2002-02-12 00:50:12 +00:00
thorpej
dbb80edc9d
Trim some fat:
...
* COPTS get -Os
* Comment out all COMPAT_* options
* Comment out System V IPC options
* Comment out KTRACE, IRQSTATS, KMEMSTATS, DIAGNOSTIC
* Comment out unneeded devices (audio, joystick, vnd, sequencer)
...and bump the ramdisk size to 3.5M (ELF binaries are somewhat
larger on-disk due to the way the linker pads out the .data program
section).
2002-02-12 00:49:40 +00:00
reinoud
bff769a5fc
The 4Mb sure was too little to boot the installation sets....
2002-02-12 00:29:55 +00:00
reinoud
abd5473dc6
Oeps... delete a former gzipped tar file first.
2002-02-11 23:07:46 +00:00
reinoud
38c6b8576a
Include BtNetBSD in the release !
2002-02-11 23:02:23 +00:00
kleink
02530a3ece
When enabling hardware interrupts at the end of cpu_startup(), splhigh()
...
cannot be used to mask them off for deferred processing as autoconfiguration
hasn't even started and thus the IPL_HIGH mask hasn't been calculated yet.
Instead, set the current mask manually to all-masked using splraise().
2002-02-11 23:01:37 +00:00
reinoud
8a3a4890b3
Update the bootloader extraction program to be more friendly and to provide
...
a way to include the bootloader in the release structure
XXX it needs to honour DESTDIR one day
2002-02-11 22:12:22 +00:00
wiz
a774afda30
Whitespace nits, and a paragraph fix.
2002-02-11 22:09:18 +00:00
eeh
1c986d2f83
New fine-grained BUS_SPACE_SYNC* operations. Since these are completely
...
machine dependent, port maintainers need to implement them themselves.
2002-02-11 22:05:13 +00:00
reinoud
9ca7566eb9
The COMPAT_OLD_BOOTLOADER flag can go now since BtRiscBSD is no longer
...
suported due to ELF transition.
2002-02-11 21:48:46 +00:00
tv
92140a7683
Skip building if the target's .mk file is missing.
2002-02-11 21:45:18 +00:00
tv
1c986fdf46
Skip building anything if the target's .mk files are missing. (Allows the
...
toolchain to be built in segments, or not at all if the in-tree toolchain
is inappropriate for the target.)
2002-02-11 21:36:33 +00:00
tv
2dc3b09c0b
First of two parts to replace toolchain2netbsd and make it more cross-happy:
...
Provide a target "bootstrap-libgcc", which will create the files
src/gnu/lib/libgcc/${MACHINE_ARCH}.mk
src/gnu/usr.bin/gcc/arch/${MACHINE_ARCH}/tconfig.h
src/gnu/usr.bin/gcc/arch/${MACHINE_ARCH}/tm.h
...enough to allow libgcc to build so that a bootstrap build to DESTDIR can
take place.
2002-02-11 21:24:09 +00:00
mycroft
09819b05ef
Don't use .PHONY for targets that are actually installed. Instead use force
...
dependencies. (Among other things, `make -t install' does something vaguely
sensible now.)
2002-02-11 21:14:58 +00:00
mjl
253423f1c7
Add OnSpec PC-Card reader
2002-02-11 21:13:35 +00:00
mjl
59ff2c4198
Regen
2002-02-11 21:07:50 +00:00
mjl
c381ca9def
Add Datafab MD1-II
2002-02-11 21:05:34 +00:00
uwe
6e320d03b8
Undo previous that incorrectly byte-swaps stamps for little endian
...
machines when RI_BSWAP is *not* set. Redo my original fix to directly
build stamps in desired endianness instead of calling bswap32().
2002-02-11 20:50:58 +00:00
reinoud
e858ed8fa4
Not all ports use the `offset' in their calulations and on those platforms
...
compile errors are generated due to it. By explicitly using `offset=offset'
the variable is used in the compilers view and is optimised away anyway.
2002-02-11 20:25:56 +00:00
wiz
bf9032d632
Remove incorrect entry from BUGS section.
2002-02-11 20:17:00 +00:00
pooka
69d4c677a2
bump version to nb6 after fixing bin/15474
2002-02-11 19:52:00 +00:00
reinoud
6dae5d0659
Cleanup the settype script and dont forget the `howto' files for UnixFS
2002-02-11 19:32:02 +00:00
wiz
98f0dd4f96
wsvt25: recognize BEGIN, END, and function keys.
...
wsvt25m: Add km, and include wsvt25 (instead of being a copy of it).
rxvt: recognize BEGIN, END, F11, F12, and correct F10.
2002-02-11 19:14:43 +00:00
thorpej
f55d6acbec
md.arm32 -> md.shark
2002-02-11 19:10:56 +00:00
uch
06d80c8f0f
change kernel start address 0x80030000 to 0x80001000
2002-02-11 19:10:29 +00:00
wiz
7d25fc9ef9
Remove some duplicate entries.
2002-02-11 19:10:01 +00:00
reinoud
f4bbd8d351
Remove old BtNetBSD.old bootloader... its obsolete and might be accidentaly
...
pulled in one time.
2002-02-11 19:02:37 +00:00
kleink
db48366eb0
Forgot to mention two reserved bits.
2002-02-11 19:01:28 +00:00
reinoud
f80d729bf3
Commit of BtNetBSD version 0.99 : new bootconfig implemented in the
...
bootloader that also allows ELF symbols to be read correctly as well as
still having the posibility to boot older kernels with the `oldkernel'
option.
There is now support for upto 32 blocks of DRAM and a 16 blocks of VRAM.
Also preliminary support for specifying Mode Defintion Files (MDF) to the
kernel.
2002-02-11 19:00:07 +00:00
christos
f63e9a1ed6
PR/15579: Alan Barrett: }'s inside variable specs were taken into account
...
even if quoted:
foo=${foo:-"'{}'"}; echo $foo
would display '{'} instead of '{}'.
2002-02-11 18:57:19 +00:00
uch
7f6769e315
wrap #ifdef SH4
2002-02-11 18:55:16 +00:00
thorpej
8eeabb6873
acorn32 and cats get fdformat.
2002-02-11 18:55:11 +00:00
christos
39d26b8867
Add a commented out -DDEBUG in CPPFLAGS.
2002-02-11 18:55:10 +00:00