Commit Graph

47841 Commits

Author SHA1 Message Date
msaitoh
62b7296fa5 Eliminate unused period. 1999-02-01 23:43:43 +00:00
thorpej
2bdfbafc37 Minimal changes to make this compile on the Alpha. Much more work is
needed to make this a truly portable driver.
1999-02-01 23:40:22 +00:00
tron
899ac42bec Fix bug exposed by new "mkdep" program:
"${SFILES}" is empty so that "cc" will fail with "No input files"
during "mkdep".
1999-02-01 23:18:56 +00:00
mrg
1ccaf05ff1 add CPU_SUN4U, to make libkvm compile. 1999-02-01 22:20:02 +00:00
marc
9231ba8603 - make sure that sc->handle[i].flags is initialized in all cases
- check PCIC_FLAG_SOCKETP before disabling the CSC_INTR.
1999-02-01 22:17:05 +00:00
he
0c0355cfd9 bootfloppy-big/Makefile creates 2.88M diskette image suitable for CD-ROM boot.
(Depends on new disktab from etc/etc.i386/.)
Don't descend into bootfloppy and bootfloppy-small since these now overflow,
now do ramdisk, fdset, bootfloppy-big, and bootfloppy-tiny.
1999-02-01 21:55:31 +00:00
matthias
437e1d2f00 sync with libc version 1999-02-01 21:35:36 +00:00
matthias
f44e783c10 When invoking ALTENTRY, the arguments may not contain spaces (not even
after the ",") or this will fail when cpp is run with -traditional-cpp.
1999-02-01 21:32:35 +00:00
he
37ac3cf82a Add an entry for 2.88MB floppies, even though we can't write them
directly yet.  Useful for El Torito bootable CDs, though.
1999-02-01 20:20:00 +00:00
christos
8e2da38978 Remove duplicate definitions caused by the merge. 1999-02-01 19:56:18 +00:00
christos
a2b1d050d6 Resolve corn-flakes. 1999-02-01 19:05:09 +00:00
christos
eab9b56195 Import am-utils-6.0.1s3 1999-02-01 18:45:36 +00:00
kim
45faaa01a0 Added z[ef]grep. 1999-02-01 17:14:41 +00:00
bouyer
938264f6ee If the client doesn't supply a filename, give it back the first one listed
for this station instead of an error. This is required for hp700 machines.
1999-02-01 17:00:44 +00:00
he
38e33af591 Enable DDB, but with DDB_ONPANIC=0. 1999-02-01 16:16:52 +00:00
he
2c5c44b893 Describe multi-floppy boot.
Describe possible PCMCIA workaround via DDB now that DDB is in INSTALL.
1999-02-01 16:16:09 +00:00
minoura
885f14413a Add /usr/share/examples/supfiles/sup.jp.netbsd.org. 1999-02-01 16:03:56 +00:00
minoura
88099aeaff Add example supfile for sup.jp.netbsd.org. 1999-02-01 16:02:38 +00:00
bouyer
c3d84360ae Check malloc's return value before using the pointer. 1999-02-01 15:20:14 +00:00
he
7cf58978a8 Fix clean target too. 1999-02-01 15:13:01 +00:00
mycroft
5e373d307f Clear mfchashtbl after it's deallocated, to kill a stray pointer. Fixes PR
5400.
1999-02-01 15:09:46 +00:00
he
135540da2a Rename boot disk set name from 'disk' to 'boot'. 1999-02-01 14:25:09 +00:00
he
ff15f486fc Move extern declaration of do_system() from run.c to defs.h, used by i386/md.c 1999-02-01 14:08:35 +00:00
dbj
f6955fc60b Fix return value in interrupt routine so that dma gets flushed correctly.
Turn on the esp_match since polling the scsi bus now works.
1999-02-01 12:53:48 +00:00
christos
b75634107c Call 1-800-IAMIDIOT... We are not using the local registers... 1999-02-01 12:19:36 +00:00
bouyer
751ea7cd70 tunefs lives in section 8, not 1. 1999-02-01 10:55:50 +00:00
mrg
2998626fe3 uh...make this build on the sparc again...or something. i've had
to pull a few #define's from the sparc64 include's into this file,
renamed so that they don't break the sparc64.  this is really hacky,
and should be fixed somehow.  if the sparc is going to know about
32bit sparc64 kernels, the information necessary to get this needs
to exist somewhere for it to grab, not for duplication :(
1999-02-01 09:15:35 +00:00
jonathan
9ec88780aa size_t and void*-arithmetic changes from sys/libsa/ufs.c. 1999-02-01 03:08:05 +00:00
jonathan
45f13be5cb use memcpy, not bcopy, for non-overlapping copies. 1999-02-01 02:46:59 +00:00
simonb
22cbe4abc1 Add a comment that the bcopy #define that uses the PROM's memset don't
handle overlapping copies.  From Jonathan Stone.
1999-02-01 02:18:46 +00:00
hubertf
e22dd1f460 Allow @exec to be the first (non-comment) thing in a PLIST file
IF there is no %d/%D/%f/%F in it.
1999-02-01 02:00:42 +00:00
cjs
a3793dc8e8 Add a missing tab for cosmetic purposes. 1999-02-01 01:36:21 +00:00
cjs
2335d45e3d Close PR 6919, submitted by Jaromir Dolecek <jdolecek@per4mance.cz>. 1999-02-01 01:25:25 +00:00
mrg
e4603ca8f7 oops, that's -n not -z. pointed out by hubert... 1999-02-01 00:34:25 +00:00
mrg
4471dfd72e oops, do not set a default securelevel. 1999-02-01 00:32:52 +00:00
nisimura
52bd8c333b - Nuke USPACE for now-defunct 'nullproc' pcb (8KB saving). 1999-02-01 00:32:18 +00:00
christos
afe4450a51 undefine the solaris builtin 64 bit div/rem functions; we don't have them. 1999-01-31 22:21:47 +00:00
christos
83d09787de Choose the elf template if DEFAULT_ELF is defined. 1999-01-31 21:45:40 +00:00
christos
c3cd75c8c9 Remove the i386 test for defining DEFAULT_ELF; the sparc uses is now too,
and it is harmless.
1999-01-31 21:45:08 +00:00
wrstuden
36c50aaa14 Add the patch I floated on tech-kern. Andreas Eltrich <elchy@dahoam.de>
says it got pppd working for him.
1999-01-31 21:41:00 +00:00
christos
cd9cbd137a correct cpp spec for elf. 1999-01-31 21:18:36 +00:00
christos
349701a92b Elf bits. 1999-01-31 21:17:27 +00:00
christos
6a495c0638 Default to elf if the object format says so. 1999-01-31 21:16:46 +00:00
christos
2dd07da4a9 Elf startup for sparc. 1999-01-31 21:15:31 +00:00
christos
b2a14ab2d3 xdrproc_t casts 1999-01-31 20:46:12 +00:00
christos
caaf1528bc xdrproc_t casts. 1999-01-31 20:45:31 +00:00
tsubai
fed24e89c8 Adapt disklabel_mbr.h change. 1999-01-31 19:56:56 +00:00
christos
d8bf9a851d Fully prototype the test service and put it between begin and end decls. 1999-01-31 19:45:25 +00:00
christos
e30bd461e3 Fix prototypes for iso_gethostbyname and iso_gethostbyaddr 1999-01-31 19:43:32 +00:00
christos
956c293b6d Mention cabsf, and explain struct complex usage. 1999-01-31 19:38:00 +00:00