charnier
c4d26d7f83
Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.
1998-05-06 06:51:42 +00:00
charnier
32338c8e05
Correct use of .Nm, .An and other cosmetics. Add rcsid. Remove unused #inc.
1998-05-06 06:49:16 +00:00
msmith
d87cd7430c
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
msmith
c645da3999
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
gibbs
9fcbed6a43
Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.
1998-05-06 01:45:55 +00:00
gibbs
d4f3e52d2b
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
jb
d0233a4f17
Use the thread-aware errno definition all the time.
1998-05-05 22:07:02 +00:00
jb
87e29f1d78
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
jb
6efb933327
Remove extern int errno and #include <errno.h> to get the proper definition.
1998-05-05 22:04:13 +00:00
jb
f615de946e
Remove leading underscores from the FILE lock functions that POSIX
...
specifies.
1998-05-05 22:02:29 +00:00
jb
954e81147d
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
jb
7e3d598851
Remove leading underscores for the functions (weak symbols here) that
...
POSIX defines.
1998-05-05 21:56:42 +00:00
jb
ef2879f73e
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
jb
f0607ab21d
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
jb
0dd6c91639
Treat the lock value as volatile.
1998-05-05 21:47:58 +00:00
jb
39a9cfde14
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
b01afb1a08
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
des
d0c92c2cc8
Fix the search sequence for keymaps.
...
PR: bin/6522
Submitted by: Rudolf Cejka
1998-05-05 19:02:01 +00:00
sos
e57657ce89
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
9d55c8f6ae
Include pc98.h instead of isa.h when PC98 is defined.
1998-05-05 13:21:08 +00:00
kato
da46d40623
Deleted unused item.
1998-05-05 13:19:34 +00:00
bde
34c86699f0
Don't generate y.tab.h, since it is not used.
1998-05-05 13:19:13 +00:00
bde
9667ed0a16
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
bde
06d8ed4b9f
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
jb
f692a926a1
Fix the path.
1998-05-05 12:33:21 +00:00
jb
4f6564ed3b
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
jb
9ba533fa7b
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
jb
2e38ab65f6
The BINDIR definition is an extra directory level away, so include it
...
explicitly.
1998-05-05 08:57:11 +00:00
jb
774841113f
Oops, missed the common part of gas.
1998-05-05 08:53:27 +00:00
jb
bf0c81b887
Gas build for i386 requires env as a build tool.
1998-05-05 08:40:38 +00:00
bde
dba406f638
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
jb
d50e2c7213
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
bde
4360d3bb5d
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
charnier
64b58ad866
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
charnier
810a5d762e
Add usage() and rcsid. Remove unused #include. -Wall.
1998-05-05 06:13:47 +00:00
bde
cbedbdf5b1
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
bde
0500cc5c9f
Oops, the symlink from y.tab.h doesn't work until its target exists.
1998-05-05 03:59:27 +00:00
alex
25b5448723
Permit double digit year values to be used in the next millenium.
1998-05-05 01:53:15 +00:00
rnordier
9eefc374c7
Replace _exit() with exit()
...
Pointed out by: Nathan Torkington <gnat@prometheus.frii.com> PR 5585
1998-05-05 00:28:51 +00:00
rnordier
0539b2c31e
Fix typo.
...
Pointed out by: Junji SAKAI <sakai.jp.freebsd.org> PR 5621
1998-05-05 00:12:01 +00:00
rnordier
f35a3f07ec
Fix a few nits in quoted code fragments and elsewhere.
1998-05-04 23:16:50 +00:00
rnordier
bb6e1ba0c0
Make compatible with standard what command:
...
Implement -s option
Keep going if a file is not found
Append ':' to printed filenames
Include backslash in terminal characters
Make exit status dependent on a match having been found
Revise manpage accordingly
1998-05-04 22:26:56 +00:00
jb
9de382a93c
Support cross architectures by using specific directories instead of
...
the ones that match the host.
1998-05-04 22:09:10 +00:00
jb
f20e90aa53
i386 gas config files.
1998-05-04 22:05:54 +00:00
jb
b041393c3a
Alpha gas config files.
1998-05-04 22:04:55 +00:00
jb
4d69d5fc11
Support cross-architectures using sub-directories.
1998-05-04 22:03:00 +00:00
jb
6534f3e8d1
Add support for cross-architecture gases. Since the GNU code doesn't
...
support more than one architecture at a time, build as from the
default for the host and if CROSS_TOOLS defines other architectures,
build them as as_${arch}
1998-05-04 22:01:27 +00:00
jb
2f0e7b1aa7
BINDIR is now specified in a single place. There are no cross-architecture
...
issues with this utility.
1998-05-04 21:51:32 +00:00
jb
bbfea6ea50
Work out the list of emulations based on the cross-architectures
...
defined. The TARGET is now set from an included makefile.
1998-05-04 21:38:46 +00:00
jb
b589c58ec2
Add cross-architecture support.
1998-05-04 21:29:54 +00:00