Bruce Evans
95a7753b24
Declare mkstemps().
1999-04-09 15:06:56 +00:00
Bruce Evans
1dc547e7a9
Fixed missing include in synopsis.
...
Fixed some mdoc usage errors.
1999-04-09 14:31:59 +00:00
John Polstra
a18cde535d
The ELF specification says that the RPATH in the executable or
...
shared object takes precedence over LD_LIBRARY_PATH. Make the
dynamic linker do it that way.
1999-04-09 06:42:00 +00:00
Warner Losh
1f692d4094
Ooops. Forgot C++ ABI major version bump (aka breakage).
1999-04-09 06:34:00 +00:00
Warner Losh
ff5e1f793a
In reading -current, I noticed I had overlooked the NOAOUT -> WANT_AOUT
...
change, which deserves a mention here.
1999-04-09 06:31:00 +00:00
Warner Losh
8172568955
Added a whole lot of information on upgrading with egcs and the common
...
problems discussed in -current up through approx april 7th. Those
more in the know please read these changes and send me corrections.
I've only hit a few of the cases, not all of them, so my reporting is
second hand at best.
1999-04-09 06:17:37 +00:00
John Polstra
1306c069d2
Ugh. I didn't know this Makefile was reaching over into the dynamic
...
linker sources for some of its header files. Add a -I flag to pick
up a new directory over there.
1999-04-09 05:56:23 +00:00
Brian Somers
d746fb6643
If given host.domain:nn[.nn], trimdomain() now reduces it to
...
host:nn[.nn] (if the domain is the same as the local one).
1999-04-09 01:54:10 +00:00
Greg Lehey
d85bfa1067
update_plex_config: Eliminate a potential divide-by-zero.
...
Tripped-over-by: Karl Pielorz <kpielorz@tdx.co.uk>
1999-04-09 01:20:22 +00:00
Greg Lehey
4a10e91653
Modify parameter checking in LongJmp to match the reality of an
...
enlarged kernel memory space.
Paniced-over-by: Karl Pielorz <kpielorz@tdx.co.uk>
Michael Reifenberger <root@nihil.plaut.de>
1999-04-09 01:17:50 +00:00
Greg Lehey
033916740b
If the wrong version of vinum(8) has been started (i.e. non-RAID-5
...
when the kernel module is RAID-5, or the other way round), execve()
the correct one.
Add \n to an error message.
1999-04-09 01:14:36 +00:00
John Polstra
d5b537d01a
Eliminate all machine-dependent code from the main source body and
...
the Makefile, and move it down into the architecture-specific
subdirectories.
Eliminate an asm() statement for the i386.
Make the dynamic linker work if it is built as an executable instead
of as a shared library. See i386/Makefile.inc to find out how to
do it. Note, this change is not enabled and it might never be
enabled. But it might be useful in the future. Building the
dynamic linker as an executable should make it start up faster,
because it won't have any relocations. But in practice I suspect
the difference is negligible.
1999-04-09 00:28:43 +00:00
David E. O'Brien
c98a60baa7
Another fix for -jN building -- the last fix didn't fix it for everybody.
...
Submitted by: Luoqi Chen <luoqi@watermarkgroup.com>
1999-04-08 23:37:46 +00:00
Nick Hibma
948d2900b2
1) Add Lucent USS-720 eval kit
...
2) Rename Epson printer cable to proper name
1999-04-08 23:26:50 +00:00
Eivind Eklund
26b4eff640
Add a comment that natd is made for use with NICs, not PPP links - I'm
...
tired of the five people each day that ask me how to set up natd for
use with PPP.
1999-04-08 23:15:31 +00:00
Nick Hibma
95b1c9ac5d
1) Add AKS USB-HASP 0.6
...
2) Rename Lucent -> Epson
(Undoes previous commit, Mike agrees)
1999-04-08 23:13:17 +00:00
Jordan K. Hubbard
1b794373c5
MF22: Bring forward the far more explanatory motd we had in 2.2.8
...
Suggested by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-08 22:39:43 +00:00
Mike Smith
76dcbbc686
Add a skinny USB section. Note that the Zip mention preempts the actual
...
comitting of the umass driver by a little.
1999-04-08 21:42:11 +00:00
Brian Somers
4560ea546c
MF libexec/telnetd: Determine the host name using an array size of
...
MAXHOSTNAMELEN and call trimdomain() before implementing
the -u option.
1999-04-08 21:39:34 +00:00
Brian Somers
d5cf830ef1
Determine the host name using an array size of
...
MAXHOSTNAMELEN and call trimdomain() before implementing
the -u option.
This allows local hosts of a lan with a long domain name to
appear properly in utmp by base host name (w/o domain) rather
than by IP number.
1999-04-08 21:36:27 +00:00
Mike Smith
466cab62de
Make the USB devices by default, comment them.
1999-04-08 21:23:18 +00:00
Mike Smith
0858cc98d3
Add the Lucent USS-720 ISD Smart Cable.
1999-04-08 20:50:51 +00:00
Andrew Gallatin
61ddd9cc3c
A quick fix to get kernels building again under EGCS
1999-04-08 20:32:51 +00:00
Mark Murray
6a5f5da709
Use more politically correct examples, and expand the examples a bit.
1999-04-08 19:08:53 +00:00
Nick Hibma
5628cc3116
In preparation of the commit of the umass driver and to make life easier
...
for testers.
1999-04-08 17:58:07 +00:00
Bill Paul
4473c5ec86
Make ASIX driver work on FreeBSD/alpha, add to GENERIC.
1999-04-08 17:42:48 +00:00
Bill Paul
e31c685452
Add PCI IDs for the Compex RL100-TX, which uses the Macronix 98713 chip.
1999-04-08 17:38:05 +00:00
Peter Wemm
8961398416
Clean up some stuff that's no longer used.
1999-04-08 15:43:36 +00:00
Peter Wemm
982be68f85
Clean up the multilib stuff so that it actually works..
...
cc -aout now works again.
1999-04-08 15:11:44 +00:00
Guy Helmer
5e0abc7b6f
Change LKM/modload to KLD/kldload.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-08 14:02:56 +00:00
Guy Helmer
a7efcd4bab
modload -> kldload and add ref to kldload(8) in See Also section.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-08 13:59:42 +00:00
Bruce Evans
b3827ce345
Removed unconditional definitions of __ELF__. They were redundant for
...
elf and wrong for i386-aout.
1999-04-08 13:57:13 +00:00
Guy Helmer
e5a49961b1
Convert LKM/modload to KLD/kldload. Add ref to kldload(8).
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-08 13:56:25 +00:00
Guy Helmer
daec6ca7bd
Change LKM to KLD.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-08 13:51:54 +00:00
Andrey A. Chernov
81d770cf87
remove 'russian' duplicated in comment
1999-04-08 12:41:02 +00:00
David E. O'Brien
48dd62ca93
Remove some of the dependencies. This removes the cycles I was getting on
...
`make -j 8' builds.
1999-04-08 12:26:07 +00:00
Hidetoshi Shimokawa
e8193c8b26
Change default entry point from __start' to
_start' which is in crt1.o.
...
Cc doesn't need to pass `-e _start' to ld anymore.
Agreed by: gallatin and dfr
1999-04-08 11:33:05 +00:00
David E. O'Brien
3cda6d944a
Due to other explicit dependancies, don't treat tree-check.h as a SRCS.
1999-04-08 09:57:51 +00:00
David E. O'Brien
c7c0914a22
Fix a circular dependancy.
1999-04-08 09:21:52 +00:00
David E. O'Brien
bed346f6bd
Missed a "\" in a continuation line.
1999-04-08 09:13:39 +00:00
David E. O'Brien
61f6abe41d
alpha/freebsd-elf.h has been merged with alpha/freebsd.h
1999-04-08 08:39:16 +00:00
David E. O'Brien
339895b8a0
Don't require gcc/config/${MACHINE_ARCH}/xm-freebsd.h when we already know
...
the contents of it. Instead create it, so all arch's are consistent.
1999-04-08 08:19:28 +00:00
KATO Takenori
4ebe777123
o sys/i386/include/soundcard.h
...
Reduce synth_info.name lenght for binary compatibility.
o sys/i386/isa/sound/mpu401.c
Reduce mpu device number info to avoid overflow of mpu_synth_info.name.
Submitted by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
1999-04-08 08:09:34 +00:00
Satoshi Asami
e8b4c53d73
Remove ports-plan9, add ports-palm.
...
PR: 11019
Submitted by: mharo@area51.fremont.ca.us (ports-supfile only)
1999-04-08 08:06:30 +00:00
Brian Somers
c1df83d996
bcopy -> memmove
...
Suggested by: archie
1999-04-08 08:00:06 +00:00
David E. O'Brien
2f494cb24f
Merge shared LIB_SPEC into share config header.
1999-04-08 07:49:24 +00:00
David E. O'Brien
44109b462f
merge alpha/freebsd-elf.h into alpha/freebsd.h
...
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
1999-04-08 07:48:49 +00:00
David E. O'Brien
ec7feef657
alpha/freebsd-elf.h is being folded into alpha/freebsd.h
...
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
1999-04-08 07:38:51 +00:00
David E. O'Brien
de3f50824c
Get stdargs right on the Alpha.
...
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
1999-04-08 07:37:13 +00:00
David E. O'Brien
86ab96055c
Cometic cleanup.
...
Pre-bdelinted by: bde
1999-04-08 07:20:33 +00:00