atatat
714a76fd97
Avoid needlessly recreating the Makefile, ioconf.c, or any of the
...
swap*.c files if they haven't changed from the last time config was
run, so that less stuff will need to be rebuilt (ie, assym.h, upon
which many other things depend) each time config is rerun.
2002-02-12 23:20:11 +00:00
manu
5ad92b8294
Fixed irix_blkcnt_t size (was 64 bit, changed to 32). This caused alignment
...
troubles in struct stat, hence giving wrong st_blocks, st_blksize and st_size
values.
2002-02-12 23:11:58 +00:00
christos
35734831f9
reverse the notion of fancy, use plain, and increment it so that we can
...
have multiple levels of plainness. I want to be able to display syscalls
numerically, for that use -nn. This is not documented as it is an wip.
2002-02-12 22:22:37 +00:00
mycroft
a3c74e7653
Actually remove this cruft until it's fixed.
...
With des_enc.S present, it was getting caught by suffix rules when there was no
.depend file.
2002-02-12 21:45:37 +00:00
martin
1b4393c5db
Cast/format fix to make this build on 32bit kernels.
2002-02-12 20:50:47 +00:00
christos
56fb31996d
And fix the Makefile
2002-02-12 20:39:27 +00:00
scw
08bde987bb
Separate out devices common to many Motorola mvme boards (68k, 88k and ppc)
...
in preparation for future mvmeppc and mvme88k ports.
This needs a bit if tidying up to make it trully shareable, which will
happen as the new mvme ports are added.
2002-02-12 20:38:43 +00:00
christos
acb4381e27
Add a more thorough quoting test.
2002-02-12 20:38:42 +00:00
scw
8c75e475ba
Separate out devices common to many Motorola mvme boards (68k, 88k and ppc)
...
in preparation for future mvmeppc and mvme88k ports.
This needs a bit if tidying up to make it trully shareable, which will
happen as the new mvme ports are added.
2002-02-12 20:38:41 +00:00
christos
bd1ab585ef
Add a more thorough quoting test.
2002-02-12 20:38:40 +00:00
scw
5bd17a1271
Separate out devices common to many Motorola mvme boards (68k, 88k and ppc)
...
in preparation for future mvmeppc and mvme88k ports.
This needs a bit if tidying up to make it trully shareable, which will
happen as the new mvme ports are added.
2002-02-12 20:38:09 +00:00
christos
6c02afd8c4
Since we should be able to handle nested double quotes, don't use
...
the syntax maps to determine the beginning and end quotes (kill
CENDQUOTE). Handle single quotes opening and closing via checking
the current syntax map. Keep a bitmap of doublequote state one bit
per variable nesting level. For the first 32 nested double quotes,
we don't need any additional memory, but for more we allocate
dynamically.
2002-02-12 20:32:35 +00:00
jmc
b201a06833
Make sure TOOLDIR/bin exists before copying into it. Use 2 explicit mkdir's
...
here to avoid problems on host systems without mkdir -p
2002-02-12 19:54:16 +00:00
jdolecek
7b755f90f1
one bug less - full duplex, independant supported
2002-02-12 19:53:57 +00:00
jdolecek
a2803fa798
split the channel stuff into record and play parts, so that this driver is
...
full duplex, independent
2002-02-12 19:52:43 +00:00
reinoud
6dc9bb6c37
Forgot to remove the include file for the COMPAT_OLD_BOOTLOADER option i
...
removed.
2002-02-12 19:21:36 +00:00
mycroft
83f70e9b51
Just return an error if we try to look up a user name that's too long, rather
...
than trying to truncate. The previous truncation code actually set key.size
too large and caused a (non-exploitable) core dump inside DB.
2002-02-12 18:58:04 +00:00
thorpej
a962d1ba86
Do not -Dunix or -Darm, as they are namespace-invasive, and cause
...
variants of those CPP symbols to be defined that are contrary to
NetBSD's conventions.
Fixes building Xaw on ARM ELF.
2002-02-12 16:32:39 +00:00
uwe
e32fc00efe
s/passwd/passed/
2002-02-12 16:14:13 +00:00
uch
b3f7b11fe7
ANSIfy KNF.
2002-02-12 15:26:45 +00:00
reinoud
d4a4f7bbb8
Remove an old `shark' comment and enable ttyv0 for now until we completely
...
switch over to wscons.
2002-02-12 14:01:58 +00:00
reinoud
c68fc4c05d
Get rid of the verbose flag ... this only clobbers the output.
2002-02-12 13:03:43 +00:00
blymn
f987c067b5
do not turn echo on after running a script, otherwise the forms display
...
will be messed up by input being echoed.
2002-02-12 12:21:01 +00:00
is
06a1614310
- use explicit VND_GEOM instead of a disktab type, to allow cross-building.
...
All miniroot size information is now in one (this) file.
- While we're here, increase the miniroot size to 5 MB.
2002-02-12 11:20:38 +00:00
is
a23cd9356a
Use the building machine's raw partition instead of fixed "c" to allow
...
cross-building.
2002-02-12 11:17:47 +00:00
tron
f1a2d1c420
Remove obsolete prototype for "udsbr_search".
2002-02-12 10:51:49 +00:00
skrll
1857cb5f00
Enable ep* at pci?
...
OK'd by Chris Gilbert <chris@netbsd.org>
2002-02-12 09:11:45 +00:00
manu
bd184209e6
Correctly translate the st_rdev field in struct stat
2002-02-12 07:17:18 +00:00
thorpej
cd98cbf7fb
* For platforms which are already ELF, remove the definition of
...
MACHINE_ARCH since <arm/param.h> already sets it correctly to "arm".
* For platforms which are not yet ELF, defined MACHINE_ARCH to "arm32"
if __ELF__ is not defined by the C preprocessor.
* In <arm/param.h>, clarify the rules about when MACHINE and
MACHINE_ARCH are defined, and to what. Also, for ELF platforms,
int the non-_KERNEL case, force both MACHINE and MACHINE_ARCH to "arm",
rather than allowing platform-specifc code to define either.
2002-02-12 06:58:18 +00:00
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