pk
ac01ce3a75
sprintf() now produces a return value, like the standard counterpart does.
...
Also, implement vsprintf(), snprintf() and vsnprintf().
1999-02-11 14:32:00 +00:00
tv
5d142d8578
Make sure a newline is added after the short usage message.
1999-02-11 13:31:26 +00:00
tv
4b894ef57b
Create <bsd.info.mk> for Info documentation, and avoid the nasty install
...
stuff duplication by expressing it in terms of <bsd.files.mk>. Allow for
multiple inclusion of <bsd.files.mk> by clearing ${FILES} at the end, and
using FILES+= rather than FILES= in <bsd.info.mk>.
1999-02-11 13:25:42 +00:00
mrg
26c0549e41
fix a comment pasto.
1999-02-11 13:18:35 +00:00
bouyer
8be15977ce
Correct both in my previous commit (#ifdef around by Matthew Jacob).
1999-02-11 09:49:46 +00:00
christos
18f4839c63
Gen
1999-02-11 09:43:53 +00:00
christos
5cc7b4c557
A.out compatibility mode; basically /emul/aout/ checking for syscalls
...
that use pathnames.
1999-02-11 09:41:34 +00:00
christos
be58edf2b6
Add compat_aout bit.
1999-02-11 09:35:21 +00:00
christos
7f718b612a
Print the line that caused the error message. Unfortunately the line
...
numbers reported by awk are not useful, because the \$ preprocessing
by sed...
1999-02-11 09:32:01 +00:00
pk
a24b899029
Pull libkern.h in.
1999-02-11 09:13:03 +00:00
pk
eee0165e87
Add missing prototypes.
1999-02-11 09:10:43 +00:00
pk
08f1cf6408
Add missing prototypes and KNF the lot.
1999-02-11 09:09:06 +00:00
abs
9e3a099478
How I managed to generate bizarre sap packets is one thing, but they did
...
show up a case where tcpdump tries to access pass the end of a packet.
1999-02-11 07:52:14 +00:00
ender
25e1f69c42
o Change various attach arg and softc datatypes to ints.
...
o Use explicit typecasts when interfacing with MRG data
Should fix port-mac68k/6839. Patch supplied by
Frederick Bruckman <fb@enteract.com>
1999-02-11 06:41:07 +00:00
simonb
36362e2a99
In hesiod_to_bind(), don't append lhs and an extra dot if lhs is empty.
...
Now works with Ultrix hesiod.conf files.
1999-02-11 06:16:38 +00:00
tv
fcfe270018
Do this fix for termcap.h better (sort of); pretend we don't have a
...
<termcap.h>.
1999-02-11 05:09:20 +00:00
tv
1d11758833
Remove `dirname: all-dirname' compatibility hack. It's been long supposed
...
to go away, and even commented as such....
1999-02-11 05:01:39 +00:00
tv
4b067ca34c
Integrate some patches from pkgsrc.
1999-02-11 04:13:16 +00:00
tv
30c84d0ec7
Import texinfo 3.12.
1999-02-11 03:57:13 +00:00
simonb
6372fa90cc
Remove unneeded "mips compiler bug" workaround from original code imported
...
in 1994.
1999-02-11 02:34:24 +00:00
simonb
0b604d4392
Remove generated Info documentation
1999-02-11 02:20:36 +00:00
oster
6d72c8f0e7
Minor cleanups that got missed last time through.
1999-02-11 01:23:32 +00:00
tv
88589d6373
These files are not needed for any toolchain build, native or otherwise.
1999-02-11 01:02:50 +00:00
hubertf
63d86770bc
Add -f option to allow case folding, as in sort(1).
...
Patch submitted by Andrew Brown <twofsonet@graffiti.com>
1999-02-11 00:53:24 +00:00
tv
cd1838a2bb
Re-enable gdb on i386.
1999-02-11 00:49:43 +00:00
tv
3a373acaff
Remove generated Info documentation.
1999-02-11 00:44:34 +00:00
tv
64fe338b56
Nuke files lost between gdb 4.16 and 4.17.
1999-02-11 00:42:47 +00:00
tv
24b857e942
Nothing uses this directly for native builds, but it will become available
...
as part of the CROSS_TOOLCHAIN branch.
1999-02-11 00:36:53 +00:00
ross
2f4fede2c2
Back out last rev. "Nice try".
1999-02-10 23:16:07 +00:00
tv
ee79871226
Lose: nuke RCS IDs from these files.
1999-02-10 22:21:16 +00:00
tv
8948ae5e2a
Conflict resolution, and update NetBSD changes to 4.17.
1999-02-10 22:17:38 +00:00
tv
3a12b755d9
Import gdb 4.17.
1999-02-10 22:06:10 +00:00
tv
ca264aa174
Update build to 4.17.
1999-02-10 22:04:51 +00:00
mjacob
99fb54992d
ifdef around merge botch
1999-02-10 21:56:23 +00:00
tv
1fd585e551
Remove GNU_ARCH.mips=mipsel, and produce an error if MACHINE_ARCH is only
...
"mips".
1999-02-10 21:11:47 +00:00
tv
bd8a69f172
libbfd_pic.a is no longer installed; remove ${LIBBFD} define.
1999-02-10 20:55:56 +00:00
tv
075f7ac863
Disable gdb everywhere in anticipation of gdb 4.17 import.
1999-02-10 20:23:42 +00:00
he
0f64b4b5b7
Add files that are now being installed: 3 new includes, two lkms and mkboot.
1999-02-10 19:57:36 +00:00
kleink
710170a1d2
Reflect the addition of socklen_t.
1999-02-10 18:20:02 +00:00
kleink
5dfcd3c125
Regen: socklen_t changes.
1999-02-10 18:05:24 +00:00
explorer
c3167035de
no need to set tailp twice.
1999-02-10 18:03:05 +00:00
kleink
dfffb2f357
* Due to addition and use of socklen_t, make the socket option and address
...
arguments passed to accept(), bind(), connect(), getpeername(), getsockname(),
getsockopt(), recvfrom(), sendto() and sendmsg() unsigned, which also elimiates
a few casts.
* Reflect the (now) signedness of msg_iovlen, which necessiates the addition
of a few casts.
1999-02-10 18:02:28 +00:00
kleink
b97c99a7d6
* Define socklen_t, an unsigned integral type used to hold the lengths of
...
socket options, addresses etc., and use it where specified by XNS5.
* Per XNS5, change data pointers types in struct msghdr from caddr_t to void *;
make msg_iovlen a signed int (apparently for consistency with the iovcnt
argument to readv()/writev()).
* Some name space protection.
1999-02-10 17:57:27 +00:00
tv
71cc33263d
Add "mipselnetbsd_vec" to mipse[bl].
1999-02-10 17:53:50 +00:00
tv
8cedd34522
Add support for a.out mipsel binary format (i.e. pmax scsiboot kernel).
...
Doesn't quite work yet on binaries created by "elf2aout", but does have
some functionality (objdump -[fhs]).
1999-02-10 17:52:38 +00:00
kleink
73991fa256
Add missing LIBRARY section.
1999-02-10 17:30:45 +00:00
hubertf
b0ed16a714
tgetent() handles const correctly in current
1999-02-10 17:08:06 +00:00
kleink
f69591d12d
Use of casts as lvalues is a GNU C extension; rearrange slightly.
1999-02-10 17:03:26 +00:00
christos
b7ff80b7fb
Fix reversed test in my changes to compat_freebsd (thanks charles!)
1999-02-10 16:52:02 +00:00
kleink
5f9772373e
Replace home-grown option handling with getopt(3); delint.
1999-02-10 16:16:43 +00:00