Martin Cracauer
25aa5b8459
Mixed updates:
...
- isa => nexus
- flags
- GPL_MATH_EMULATE
- document breakage of non-GPL emulator since we use new compiler.
- break lines in paragraohs I touched so that sentenses start on new
lines.
1999-12-16 08:05:09 +00:00
Matt Jacob
22e1dc858b
Add Dual LVD bus (1280) support
1999-12-16 05:42:02 +00:00
Bill Fumerola
652bd4068e
Add DOCSUPFILE, like PORTSSUPFILE. (ie 'make update' in /usr/doc)
...
PR: docs/15439
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Obtained from: ports/Makefile
1999-12-16 02:22:17 +00:00
Nik Clayton
ccbbb0fea5
"char *area" -> "char **area", to match the source code.
...
PR: docs/14738
Submitted by: Mori Kouji <moriko@yakumo.noe.mcu.or.jp>
1999-12-16 02:16:54 +00:00
Nik Clayton
ae11003873
Document that securelevel >= 2 clamps time changes to at most one second.
...
PR: docs/14449
Submitted by: James FitzGibbon <james@targetnet.com>
1999-12-16 02:15:53 +00:00
Jordan K. Hubbard
b99df5acb5
Correct slight stuff-up in previous patch.
1999-12-16 02:14:30 +00:00
Jordan K. Hubbard
bb0ea411a8
Update to use MD disk instead of MFS
1999-12-16 02:08:52 +00:00
David E. O'Brien
52ee5d1983
Fix my CPP_SPEC synatax screwup.
...
Totally pissed at self: obrien
1999-12-16 02:03:35 +00:00
Bill Fumerola
dfed87fcea
Spelling fix (manuall -> manual)
...
Submitted by: Jeroen C. van Gelderen <jeroen@vangelderen.org>
1999-12-16 01:25:17 +00:00
Bill Fumerola
f647fd1549
It is possible for someone to want to 'make update' wht SUPFILE not defined
...
while SUPFILE1 or PORTSSUPFILE are defined.
1999-12-16 01:21:48 +00:00
Bill Fumerola
f06590f690
Spelling correction (adress -> address)
1999-12-16 01:05:48 +00:00
Jordan K. Hubbard
fcc943bc7f
Copy the loader.help file to the boot floppy.
1999-12-16 00:58:58 +00:00
Jordan K. Hubbard
d0840ab627
don't mknod stuff without making sure it's not there first.
1999-12-16 00:51:38 +00:00
Jordan K. Hubbard
8b578ecb19
Correct comment about creating a boot floppy.
...
Submited by: Jack O'Neill <jack@germanium.xtalwind.net>
1999-12-16 00:36:05 +00:00
Warner Losh
c8162f8274
dev/pcic/i82365_isasubr.c was removed from tree when it was merged
...
into i82365_isa.c. Update conf/files to reflect that.
1999-12-16 00:19:47 +00:00
Eivind Eklund
762e6b856c
Introduce NDFREE (and remove VOP_ABORTOP)
1999-12-15 23:02:35 +00:00
Hellmuth Michaelis
0b994c2e87
update to isdn4bsd beta release 0.90: since the isic drivers are now
...
new-busified, remove all isic traces from compatibility mode wrapper
Noticed by: Warner Losh
1999-12-15 20:14:22 +00:00
Guido van Rooij
659c54f0bd
Add MAINTAINER tag.
...
The Makefiles in sbin/{ipfstat,ipmon,ipnat} were repository copied
from the respective directories in usr.sbin
1999-12-15 19:48:02 +00:00
Tor Egge
8a125ca8fd
Typo fix.
1999-12-15 19:17:08 +00:00
Jordan K. Hubbard
149c5b331b
Properly disable COMPAT_3X for alpha.
1999-12-15 18:55:27 +00:00
Marcel Moolenaar
bc16e96f49
Add -L${DESTDIR}${LIBDIR} to ld's command line so that the right
...
libstand is used.
1999-12-15 18:16:56 +00:00
Marcel Moolenaar
24066d3209
Don't use -C internally. Use -c. For some reason files are not copied
...
with -C, although they should.
1999-12-15 18:08:56 +00:00
Marcel Moolenaar
6c249bacea
Misuse MakeMaker's DEFINE parameter to add an include path to the cc
...
command line. The makefiles created can now be used for cross-building.
1999-12-15 18:06:49 +00:00
Marcel Moolenaar
9606eecff6
Allow elf2exe to be compiled on architectures other than Alpha. This
...
is trivially accomplished by including sys/elf64.h instead of elf.h.
1999-12-15 18:02:33 +00:00
David E. O'Brien
b506848ab8
This was a mixed bag of spaces and ^I's.
1999-12-15 17:58:29 +00:00
Martin Cracauer
48e364bf96
Document SA_SIGINFO
...
Reviewed by: Sheldon Hearn <sheldonh@uunet.co.za>
1999-12-15 16:51:35 +00:00
Martin Cracauer
3652a236fa
Document ulimit -b for RLIMIT_SBSIZE.
1999-12-15 16:12:32 +00:00
Andrew Gallatin
86298776d2
Add an enable_osf1 knob to the alpha startup code
1999-12-15 14:27:59 +00:00
Hellmuth Michaelis
b8fe6668ab
update to isdn4bsd beta release 0.90: make LINT compile again, at least
...
one "device isic0 ..." line has to be uncommented.
1999-12-15 13:29:05 +00:00
Hellmuth Michaelis
0d5539074f
update to isdn4bsd beta release 0.90: add ELSA PCC-16 isic support file
1999-12-15 13:27:12 +00:00
Andrew Gallatin
6c1029b1fe
Enable building of the OSF/1 compat module.
1999-12-15 13:14:23 +00:00
Sheldon Hearn
25a2013b80
Add missing trailing slash to URL.
1999-12-15 13:11:32 +00:00
Kazutaka YOKOTA
e3b009838a
- Improve the three button emulation by introdusing a small state
...
machine. The three-button emulation of moused has been somewhat
difficult to use for many people. I hope this update fixes it.
- Add a new option, -E, to set timeout value to detect two buttons
are pressed down simulteneously. The default value for this timeout
is 200msec.
1999-12-15 12:58:58 +00:00
Hellmuth Michaelis
c8bed05963
update to isdn4bsd beta release 0.90: since the isic drivers are now
...
new-busified, remove all isic traces from compatibility mode wrapper
1999-12-15 12:54:11 +00:00
Martin Cracauer
73f612b50d
First round of 8-bit fixes.
1999-12-15 11:46:32 +00:00
David E. O'Brien
f1195718dd
Remove the defining of __i486__ baesd on TARGET_CPU_DEFAULT and !m386 or m486.
1999-12-15 10:16:25 +00:00
Kazutaka YOKOTA
273157da59
- Add the device resume method. It supercedes the existing resume
...
routine which hooks the apm driver.
- Rename the PSM_HOOKAPM option to PSM_HOOKRESUME.
- Delete unnecessary #include.
1999-12-15 10:04:05 +00:00
Jordan K. Hubbard
63b7978d53
Catch up to the fact that block devices are toast.
...
Teach about the afd driver.
Teach new char dev for ad driver.
Make ownerships correct.
Submitted by: jhb
1999-12-15 08:33:56 +00:00
Warner Losh
d617612c2b
Add alloc/release resource. Need to connect functionality later.
1999-12-15 06:57:18 +00:00
Yoshinobu Inoue
57a40e9ee7
Enable INET6 by default.
...
This should be OK on non INET6 enabled kernel.
1999-12-15 05:13:22 +00:00
Seigo Tanimura
e3c439119a
Add the description and example of sbc for non-PnP cards.
...
Noticed by: Kentaro Inagaki <inagaki@tg.rim.or.jp>
1999-12-15 05:10:00 +00:00
Bill Fumerola
669d8a6fad
-Wall fixes.
1999-12-15 04:28:10 +00:00
Michael Haro
dd6d33e86e
add human readable output (-h and -H)
...
Obtained from: parts of human readable code from OpenBSD
Reviewed by: obrien
add POSIX, byte and megabyte block size ouput flags
PR: 13579 (POSIX flag)
Submitted by: Mike Meyer <mwm@phone.net>
1999-12-15 03:44:09 +00:00
Jordan K. Hubbard
bf74f9c166
Put up some more helpful dialog boxes.
...
Adjust some text to make more sense.
1999-12-15 01:30:52 +00:00
Tor Egge
787749e519
apic_irq() returns -1 when there is no match for (IOAPIC, intpin) pair.
...
Adjust some comments to better match the code.
1999-12-15 01:14:56 +00:00
Chris Timmons
b94e4b7331
Replace spaces with a tab to fix build breakage
1999-12-15 01:07:28 +00:00
Joerg Wunsch
7f047619e3
Step #2 of fixing the fixit floppy.
...
Kill duplicates for programs that have been in the boot crunched image
as well as on the fixit floppy (pwd, newfs, hostname, test). Our
space is really too valuable to have them around there twice. I doubt
pwd needs to be there at all since it's a builtin into sh(1) anyway
(oh, and the same applies to test(1) IIRC), but heck, leave them by
now.
Use the new `fixit' target in MAKEDEV to create the /dev nodes on
the floppy, instead of including the kitchensink...
Finally, tune the values used for creating the floppy. I currently
end up with
Filesystem 1K-blocks Used Avail Capacity iused ifree %iused
/dev/vnn0c 1363 1301 -47 104% 368 14 96%
...which is not quite ideal yet, but at least a working configuration
again.
1999-12-14 22:41:09 +00:00
Andrew Gallatin
a68a4bff2d
Add NetBSD's explanation of why it would be hard to emulate the Mach
...
system calls.
obtained from: NetBSD
1999-12-14 22:39:27 +00:00
Andrew Gallatin
5f7c968078
Add generated files
1999-12-14 22:37:09 +00:00
Joerg Wunsch
204a8f7283
The target `all' evoluted into a kitchen-sink these days... It's no
...
longer really suitable as a default to create the various /dev nodes
to be contained on the fixit floppy, since all our proud new devide
nodes finally made the fixit floppy run over...
So instead create a new target titled `fixit' which creates just the
dev nodes for a single unit per each default driver; whoever needs
more of them is free to create whatever he needs, perhaps after
killing unused nodes before. There were more than 700 /dev nodes on
the floppy before that action, and it's still around 350 now. I doubt
all the various /dev/ugen* entries are really useful on such a tool,
so people, please check, and if you feel like more could be eliminated
from that floppy, kill'em.
While i was at it, removed traces of ft(8) that still survived even
though the driver has long since been dead.
That's step #1 . #2 will follow...
1999-12-14 22:36:03 +00:00