imp
ca4d2961cf
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
jdp
4f46e3a475
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
040921481a
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
grog
2dbfcc3870
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
grog
b08fc2420a
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
grog
b8d0fb1938
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
jdp
e595dd9e79
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
obrien
2034f40c32
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
n_hibma
feebb94411
1) Add Lucent USS-720 eval kit
...
2) Rename Epson printer cable to proper name
1999-04-08 23:26:50 +00:00
eivind
51b9d2ad97
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
n_hibma
ec9894f656
1) Add AKS USB-HASP 0.6
...
2) Rename Lucent -> Epson
(Undoes previous commit, Mike agrees)
1999-04-08 23:13:17 +00:00
jkh
4723af978b
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
msmith
17d47cad52
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
7670f1eab4
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
ee8f7b8bf0
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
msmith
bb46603662
Make the USB devices by default, comment them.
1999-04-08 21:23:18 +00:00
msmith
2a8759eebd
Add the Lucent USS-720 ISD Smart Cable.
1999-04-08 20:50:51 +00:00
gallatin
30a8822221
A quick fix to get kernels building again under EGCS
1999-04-08 20:32:51 +00:00
markm
dbf9f08c56
Use more politically correct examples, and expand the examples a bit.
1999-04-08 19:08:53 +00:00
n_hibma
f50a876b16
In preparation of the commit of the umass driver and to make life easier
...
for testers.
1999-04-08 17:58:07 +00:00
wpaul
79f5a5d674
Make ASIX driver work on FreeBSD/alpha, add to GENERIC.
1999-04-08 17:42:48 +00:00
wpaul
d161ddcb5a
Add PCI IDs for the Compex RL100-TX, which uses the Macronix 98713 chip.
1999-04-08 17:38:05 +00:00
peter
217c68f1e1
Clean up some stuff that's no longer used.
1999-04-08 15:43:36 +00:00
peter
272c0ffe18
Clean up the multilib stuff so that it actually works..
...
cc -aout now works again.
1999-04-08 15:11:44 +00:00
ghelmer
f76b42a366
Change LKM/modload to KLD/kldload.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-08 14:02:56 +00:00
ghelmer
cce136a288
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
bde
fa2c69b869
Removed unconditional definitions of __ELF__. They were redundant for
...
elf and wrong for i386-aout.
1999-04-08 13:57:13 +00:00
ghelmer
12f0f111e6
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
ghelmer
82d608b117
Change LKM to KLD.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-08 13:51:54 +00:00
ache
9324f84405
remove 'russian' duplicated in comment
1999-04-08 12:41:02 +00:00
obrien
5810f4ab82
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
simokawa
837bd85709
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
obrien
7b5f3ba39b
Due to other explicit dependancies, don't treat tree-check.h as a SRCS.
1999-04-08 09:57:51 +00:00
obrien
36332ab857
Fix a circular dependancy.
1999-04-08 09:21:52 +00:00
obrien
86f93f2461
Missed a "\" in a continuation line.
1999-04-08 09:13:39 +00:00
obrien
5a2edaf715
alpha/freebsd-elf.h has been merged with alpha/freebsd.h
1999-04-08 08:39:16 +00:00
obrien
2abaf8ce10
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
c6830aafcd
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
asami
51fc707de4
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
603fdffe33
bcopy -> memmove
...
Suggested by: archie
1999-04-08 08:00:06 +00:00
obrien
33869a012a
Merge shared LIB_SPEC into share config header.
1999-04-08 07:49:24 +00:00
obrien
7b0c099985
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
obrien
760f9d518d
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
obrien
b270fa44ff
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
obrien
0a64c9e421
Cometic cleanup.
...
Pre-bdelinted by: bde
1999-04-08 07:20:33 +00:00
jkh
05f20120e9
State the need to read errata more, um, strongly.
1999-04-08 06:00:01 +00:00
wpaul
3832a25f93
Add missing SYSCTL_DECL(_net_link); required by newer sysctl implementation.
...
Noticed by: Matthew Dodd <winter@jurai.net>
1999-04-07 23:26:43 +00:00
gibbs
40777a5c6f
Correct an invalid (and unused) #define in 93cx6.c
...
Freeze the transaction queue for any type of scsi status other than "okay".
1999-04-07 23:02:45 +00:00
gibbs
bc169999cf
Improve bt_cmd() so that it has a better chance of working when there
...
are pending I/O transactions. It is not clear that is works 100% of
the time under SMP, but since the bt_cmds() that are sent after other
CPUs are started are not critical, the driver will function until I
can figure out why this is the case.
1999-04-07 23:01:43 +00:00
gibbs
0c39daf09d
Beef up the error handling routine to handle more errors.
...
Compensate for a bug in the AdvanSys firmware where a valid queue
full condition can be reported via a different error code.
1999-04-07 22:59:12 +00:00