Bruce Evans
3ef22d496d
Backed out previous backout. Put y.tab.h back in SRCS.
1998-05-06 15:33:59 +00:00
Bruce Evans
34a4b6b422
Backed out previous backout. Put y.tab.h back in SRCS.
1998-05-06 15:27:57 +00:00
Bruce Evans
0a79d73835
Backed out previous backout.
...
Added y.tab.h to SRCS. Dependencies on it were missing until recently.
1998-05-06 15:23:53 +00:00
Bruce Evans
cf1b9c0a35
Regress to generating foo.c from foo.y via y.tab.c for crufty applications
...
that want a y.tab.h file. This want must be specified by putting y.tab.h
in SRCS (and defaulting to or putting -d in YFLAGS). This only works if
there is only one yacc parser, of course. One improvement: copy y.tab.c
to foo.c instead of renaming it, so that `#line...y.tab.c' statements in
it refer to an existing file.
Regress to not generating explicit rules for .l and .y sources containing
slashes. This case is unusual and hard to handle properly.
Don't generate an unused dependency when -d is not in YFLAGS.
1998-05-06 15:01:18 +00:00
Bruce Evans
d15d315c11
Use foo/bar.a' instead of
-Lfoo -lbar' for linking to static internal
...
libraries, so that `ld -f' in can create correct dependencies for
yet-to-be-built libraries.
Use `DIR!= cd ...libbind; make -V .OBJDIR' to find libbind's object dir
if it doesn't seem to be in its usual place relative to ${.OBJDIR}.
This fixes `cd /usr/src/usr.sbin/nslookup; mkdir obj; make'.
1998-05-06 13:23:39 +00:00
Jordan K. Hubbard
ddb437cf93
XFree86 3.3.1 -> 3.3.2
1998-05-06 12:01:20 +00:00
Poul-Henning Kamp
782932bb44
devfs_add_devswf(9) and devfs_link(9) don't tell you how to
...
remove the device once it's added or linked.
PR: 6524
Reviewed by: phk
Submitted by: Brian Cully <shmit@kublai.com>
1998-05-06 09:13:53 +00:00
Poul-Henning Kamp
f64fbf5477
The CHIOGSTATUS ioctl of the SCSI media changer driver (sys/scsi/ch.c)
...
is broken. It omits the SCSI_DATA_IN flag in the SCSI READ ELEMENT
STATUS command, which makes the 'chio status' command fail.
PR: 6528
Reviewed by: phk
Submitted by: Hans Huebner <hans@artcom.de>
1998-05-06 09:11:20 +00:00
KATO Takenori
9a84338c84
Sync with sys/i386/isa/wd.c revision 1.164.
1998-05-06 08:25:58 +00:00
Philippe Charnier
cbf6f7d358
Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.
1998-05-06 06:51:42 +00:00
Philippe Charnier
4c95995fe0
Correct use of .Nm, .An and other cosmetics. Add rcsid. Remove unused #inc.
1998-05-06 06:49:16 +00:00
Mike Smith
6009c5c36a
Updates to support adding driver files outside the i386 area.
...
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
1998-05-06 05:45:17 +00:00
Mike Smith
79cc756d8b
As described by the submitter:
...
Reverse the VFS_VRELE patch. Reference counting of vnodes does not need
to be done per-fs. I noticed this while fixing vfs layering violations.
Doing reference counting in generic code is also the preference cited by
John Heidemann in recent discussions with him.
The implementation of alternative vnode management per-fs is still a valid
requirement for some filesystems but will be revisited sometime later,
most likely using a different framework.
Submitted by: Michael Hancock <michaelh@cet.co.jp>
1998-05-06 05:29:41 +00:00
Justin T. Gibbs
8fddb21ee2
Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.
1998-05-06 01:45:55 +00:00
Justin T. Gibbs
bd7b49d9bd
Now that we have a TAILQ_PREV() that returns the previous object, simplify
...
some of the buf_queue inline functions.
1998-05-06 01:44:12 +00:00
John Birrell
b2dd537249
Use the thread-aware errno definition all the time.
1998-05-05 22:07:02 +00:00
John Birrell
75831c5b8f
Build the syscalls (in libc, not libc_r) with weak symbols so that
...
libpthread can override them as required.
1998-05-05 22:06:16 +00:00
John Birrell
e659da100d
Remove extern int errno and #include <errno.h> to get the proper definition.
1998-05-05 22:04:13 +00:00
John Birrell
e095485cdb
Remove leading underscores from the FILE lock functions that POSIX
...
specifies.
1998-05-05 22:02:29 +00:00
John Birrell
351c800a5e
I have a long list of issues to address here, mostly related to
...
namespace and revision levels of ANSI and POSIX. This change only
removes the leading underscrore from the FILE locking functions
that POSIX defines.
1998-05-05 21:59:19 +00:00
John Birrell
4c717fd74d
Remove leading underscores for the functions (weak symbols here) that
...
POSIX defines.
1998-05-05 21:56:42 +00:00
John Birrell
ffa54cc6bb
The __set_ospeed() function is coded against the speed_t type declared
...
in termios.h, but it's prototype in termcap.h and the main file use
the underlying definition (which is now an int, not a long for
compatibility with NetBSD). Really termcap.h should use speed_t too,
but I guess that this might break sources that don't include termios.h
first.
1998-05-05 21:54:26 +00:00
John Birrell
bd7f824ea4
Change a couple of long types to int to match NetBSD so that termios
...
works on alpha without any modifications.
1998-05-05 21:49:37 +00:00
John Birrell
9839f9695a
Treat the lock value as volatile.
1998-05-05 21:47:58 +00:00
John Birrell
f1daac6f22
In a threaded library, expect the lock field to be declared volatile,
...
so provide function prototypes that respect that, avoiding a gcc
warning that `volatile' is being thrown away.
1998-05-05 21:46:30 +00:00
Andreas Klemm
a8f00855a1
Add variables for the ntpdate and xntpd program, you might want
...
to run the binaries from the new ntp v4 port.
1998-05-05 21:14:27 +00:00
Dag-Erling Smørgrav
7e5ee0f5eb
Fix the search sequence for keymaps.
...
PR: bin/6522
Submitted by: Rudolf Cejka
1998-05-05 19:02:01 +00:00
Søren Schmidt
eb011aea8d
Fix the 4-8G LBA geometry it was wrong.
...
Support >8G drives in CHS mode. This is done by guesstimating the
cylinder count from the LBA size reported. It works on my shiny
new Maxtor 11.5G drive, YMMV.
Reports from users of other big drives (read Quantum bigfoot's)
are welcome...
1998-05-05 14:27:26 +00:00
KATO Takenori
a6ed0310a9
Include pc98.h instead of isa.h when PC98 is defined.
1998-05-05 13:21:08 +00:00
KATO Takenori
68b675d4af
Deleted unused item.
1998-05-05 13:19:34 +00:00
Bruce Evans
a9e1ae4a62
Don't generate y.tab.h, since it is not used.
1998-05-05 13:19:13 +00:00
Bruce Evans
de1d4a81ee
Added y.tab.h to SRCS. This should have been used to get dependencies
...
on y.tab.h generated. It will soon be used to tell bsd.dep.mk that
y.tab.h itself needs to be generated.
1998-05-05 13:16:35 +00:00
Bruce Evans
8d4a858381
Put y.tab.h back in SRCS. This used to be the best way to get
...
dependencies on y.tab.h generated. It will soon be used to tell
bsd.dep.mk that y.tab.h itself needs to be generated.
1998-05-05 13:00:26 +00:00
John Birrell
4d725788f7
Fix the path.
1998-05-05 12:33:21 +00:00
John Birrell
402d0191b4
Specify an absolute include path.
...
Backout the previous commit in favour of the Makefile.inc added to
the parent directory.
1998-05-05 10:32:47 +00:00
John Birrell
9976c5ebe2
One of those silently included files that just about guarantee that
...
nobody has any idea how something like BINDIR gets defined.
1998-05-05 10:27:39 +00:00
John Birrell
b09740d425
The BINDIR definition is an extra directory level away, so include it
...
explicitly.
1998-05-05 08:57:11 +00:00
John Birrell
9b87ba9b0f
Oops, missed the common part of gas.
1998-05-05 08:53:27 +00:00
John Birrell
a33371d938
Gas build for i386 requires env as a build tool.
1998-05-05 08:40:38 +00:00
Bruce Evans
e43e36af7d
Backed out previous commit. It was tested, but not for the case where
...
a separate object tree doesn't exist. Crufty makefiles will have to
put y.tab.h in SRCS so that we know not to create foo.h from foo.y.
1998-05-05 07:36:55 +00:00
John Birrell
00a032f666
Add a message about editing /etc/group to the beginning of the build.
...
FreeBSD needs a few groups that NetBSD doesn't provide by default. This
is annoying because it is the only thing that you need to do to a
NetBSD/Alpha system to bootstrap build FreeBSD/Alpha. Oh well, it
wouldn't be Unix without gratuitous differences, would it?
1998-05-05 07:01:40 +00:00
Bruce Evans
b076686781
Backed out previous change. Generating vgaio.h from vgaio.y clobbered
...
the source file vgaio.h, and y.tab.h is used so we can't simply avoid
generating the yacc header.
1998-05-05 06:52:09 +00:00
Philippe Charnier
59edad7a5c
Add usage() and rcsid. Getopt() returns -1 not EOF. Remove unused #includes.
...
Use .An/.Aq in man page.
1998-05-05 06:24:15 +00:00
Philippe Charnier
d4eaae7abd
Add usage() and rcsid. Remove unused #include. -Wall.
1998-05-05 06:13:47 +00:00
Bruce Evans
14a28dc644
Don't generate a2p.h or y.tab.h from a2p.y. Neither is actually used,
...
and building a2p.h clobbered the unrelated source file a2p.h if
${.OBJDIR} == ${.CURDIR}.
1998-05-05 05:25:21 +00:00
Bruce Evans
91023e7c67
Oops, the symlink from y.tab.h doesn't work until its target exists.
1998-05-05 03:59:27 +00:00
Alexander Langer
1dbfc421b6
Permit double digit year values to be used in the next millenium.
1998-05-05 01:53:15 +00:00
Robert Nordier
c898c25b02
Replace _exit() with exit()
...
Pointed out by: Nathan Torkington <gnat@prometheus.frii.com> PR 5585
1998-05-05 00:28:51 +00:00
Robert Nordier
871f7745a1
Fix typo.
...
Pointed out by: Junji SAKAI <sakai.jp.freebsd.org> PR 5621
1998-05-05 00:12:01 +00:00
Robert Nordier
a55fccb456
Fix a few nits in quoted code fragments and elsewhere.
1998-05-04 23:16:50 +00:00