ats
bc52f83749
Install also a gcc.1 manual page as a link from cc.1, as long as
...
we have the link cc to gcc.
1994-12-26 19:15:19 +00:00
ats
1b66916104
Add a patch that someone on the net has used to run on his IBM Thinkpad.
...
Sorry, lost the name and mail of the original author. The whole patch
is ifdefed, so it should not disturb someone else in the moment.
1994-12-26 17:50:18 +00:00
ats
2372cc8a21
Add examples for the sony and the panasonic drivers.
1994-12-26 17:33:52 +00:00
ats
bface82b87
The out_line doesn't need to be zero terminated, so print it not with %s
...
but with a %-8.8s instead. this prevents funny output, if the out_line
contains a long hostname that is larger than 8 chars.
1994-12-26 17:29:03 +00:00
bde
d82158a7e0
Obtained from: partly from 1.1.5
...
Convert "" to "." for "cd" and "cd ''". chdir("") is required to fail
on POSIX systems.
1994-12-26 13:02:05 +00:00
bde
c73adf1de8
Obtained from: partly from 386BSD-0.1.2.4
...
Fix several bugs involving the obsolescent -d and -t options:
-d 0 and -t 0 were ignored
-t -600 was a usage error
-d 'atoi is not suitable for parsing args' and -t duh were not usage errors
Change some error messages to say which call to settimeofday failed.
Restore casts of NULL in function calls.
Finish conversion to using err() instead of perror().
1994-12-26 12:59:28 +00:00
ache
6476aa24f1
Use timelocal() instead of mktime() hack
1994-12-26 10:43:48 +00:00
ache
5091693941
Declare useful functions (timelocal() and timegm())
1994-12-26 10:19:41 +00:00
ats
25ea9cb91d
Correct the devices.i386 for the major numbers. 8 was already used now
...
by the lkm driver, so put scd and pcd to the numbers they have now
in i386/conf.c.
Add the pcd.c file for the panasonic driver in files.i386.
1994-12-26 01:06:41 +00:00
ats
c4e744ae8c
Add entries for the sony and panasonic drives and drivers.
1994-12-25 23:25:54 +00:00
bde
65d125f2c2
Fix the bug reported by Torbjorn Granlund <tege@cygnus.com>:
...
The documentation for mrand48 and lrand48 is mixed up.
mrand48 returns a full 32 bit number, while lrand48 only returns
31 bits.
1994-12-25 15:33:39 +00:00
ats
4dcc6483b0
Add entries for the sony and panasonic drives. The not SCSI and not EIDE
...
drives :-).
1994-12-25 15:08:29 +00:00
ache
20972dda4e
Merge several probe diagnostics into one.
...
Adjust for newer model for all non-LUxxx too.
FLAGS status register names cleanup
1994-12-24 13:24:02 +00:00
bde
5c7e2d5f0e
Fix comments on dk_wds and dk_wpms to match code. Improve comment on
...
dk_time.
1994-12-24 10:11:18 +00:00
ache
b1afaf0aff
Add T option back to ar until nm will be fixed. Sorry, nate.
1994-12-24 10:07:51 +00:00
bde
7db9d9fae8
Fix the "wds" count stat.
1994-12-24 09:48:32 +00:00
bde
0b71a7ab6b
Fix the "wd" count stat. The seek and xfer stats are still very bogus
...
for wd (they both count the number of sectors). The wpms stat is still
moderately bogus for all drivers. Even the count stat could be handled
better (partial blocks should be counted as full blocks; should errors
and retries be counted?).
1994-12-24 09:43:12 +00:00
bde
26c5938190
Really fix the "byte" count stat. `wd's are actually blocks of 32 16-bit
...
words in dkstat-speak. `ms's are seconds in dkstat-speak...
1994-12-24 09:19:00 +00:00
bde
56c1610b71
Obtained from: 1.1.5
...
Fix single-stepping of emulated FPU instructions.
Don't panic if an FPU instruction is attempted but there is no FPU
and no FPU emulator is configured.
1994-12-24 07:22:58 +00:00
ache
9b98551f59
Merging.
...
v1.9.0 - December 22, 1994. The program won't exit from the interactive shell
if it's working from a tty. For example, it won't exit if you do an mget
on a pattern that won't match anything. Added padding around jmp_buf's
for SunOS. SunOS needs sigjmp_buf's, but plenty of OS's don't support
sigjmp_buf's yet. Fixed the tips to reflect the new archive site.
v1.8.9 - December 20, 1994. Can now set "passive" user variable, or use
passive command to toggle PASV/PORT ftp. Debug mode now prints remote
responses. Can now get around buggy FTP servers like boombox.micro.umn.edu,
that give back invalid port numbers to PASV.
v1.8.8 - December 19, 1994. Now falls back to port FTP if passive FTP fails.
1994-12-24 01:15:19 +00:00
ache
125adadea7
This commit was generated by cvs2svn to compensate for changes in r5216,
...
which included commits to RCS files with non-trunk default branches.
1994-12-24 01:01:48 +00:00
ache
962de1ff22
Update
1994-12-24 01:01:48 +00:00
dg
28977d3f32
Revert last patch - it's wrong.
1994-12-23 23:03:32 +00:00
nate
b2e597805f
New file from pk to aid new in developing the shlib code for new
...
architectures.
Obtained from: NetBSD
1994-12-23 22:56:08 +00:00
nate
15d87543df
Subject: ranlib fix for odd length long final file names (PR #82 )
...
Submitted by: Peter Dufault <dufault@hda.com>
1994-12-23 22:55:00 +00:00
nate
1daa60a210
Strip out unused local symbols from shared objects, and no longer
...
truncate archive members to 15 characters since it's no longer
necessary.
1994-12-23 22:50:45 +00:00
dg
5e6d82464a
Fixed byte count stat.
...
Submitted by: John Dyson
1994-12-23 22:44:55 +00:00
nate
f702f209f8
Added link.5 man page and updated a.out.5 manpage to reflect the new
...
code.
Obtained from: NetBSD
1994-12-23 22:41:46 +00:00
nate
dce6bfc115
Warning and weak reference macros which are used to generate link-time
...
messages.
Obtained from: NetBSD
1994-12-23 22:38:54 +00:00
nate
62967d2ab1
Updated version of gas which allows for link-time error reporting if
...
used in conjustion with the new shlib 'ld' source. Note, if you use
the new features both gas and ld must be updated.
Obtained from: NetBSD
1994-12-23 22:37:45 +00:00
nate
e6af618999
Document some of the fields used by the new shlib code.
...
Obtained from: NetBSD
1994-12-23 22:32:48 +00:00
nate
7f56eb7b93
Updated to recent version of Paul K.'s shlib code. This code has better
...
warning handling and allows for link-time warnings with a modified
version of gas.
Note: Not all of the newer bits were updated such as some of the non-x86
machine-dependant code is relevant to FreeBSD right now.
Obtained from: NetBSD
1994-12-23 22:31:35 +00:00
jkh
92495f8331
Miscellaneous fixes for the snapshot.
1994-12-23 05:11:18 +00:00
dg
5ded0ab8d2
Do vm_page_rename more conservatively in rcollapse and qcollapse, and
...
change list walk so that it doesn't get stuck in an infinite loop.
Submitted by: John Dyson
1994-12-23 05:00:19 +00:00
dg
e98518e769
Initialize b_vnbuf.le_next before returning a new buffer in getpbuf and
...
trypbuf. Move a couple of splbio's to be slightly less conservative.
1994-12-23 04:56:51 +00:00
dg
cf154a2134
Protect vnode buffer chain manipulation with splbio to prevent list
...
corruption..
1994-12-23 04:52:55 +00:00
jkh
cd866e52ae
Whoops! I buggered up the tape dialog. Fixed. These changes allow
...
you to specify your tape drive device for the cases when the user
has more than one.
1994-12-23 03:30:02 +00:00
jkh
4f36d2dc22
Fix a typo that crept in with the last update.
1994-12-23 02:55:07 +00:00
jkh
881feb8b53
Even more bogons eradicated. My, there are a lot of them in here! :-)
1994-12-23 02:25:32 +00:00
dg
a88d789288
Restore my changes in rev 1.11 that Garrett killed in his commit.
1994-12-22 23:42:25 +00:00
wollman
cb6f19622f
Make arp_rtrequest() static since nobody needs to referene it any more.
1994-12-22 22:00:30 +00:00
wollman
e6ec63204f
Move ARP interface initialization into if_ether.c:arp_ifinit().
1994-12-22 21:56:22 +00:00
jkh
aabe5bb0c9
Whoops, another lurking bogon!
1994-12-22 21:34:36 +00:00
se
c01314f53a
Add support for -v option passed to boot loader (bootverbose).
...
Reviewed by:
Submitted by:
Obtained from:
1994-12-22 21:20:39 +00:00
se
a23f1625b2
Added SCSI_DATA_OUT to flags passed to the device driver in sd_dump()
...
since device drivers may decide not to accept a data out phase without
this flag present.
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>
1994-12-22 21:18:48 +00:00
wollman
ad03fd1aa1
Added `ds', a black-hole network interface.
1994-12-22 21:00:05 +00:00
wollman
18f4f1ed44
Added much-needed new options -[lL], to suppress printing of either the
...
call-graph or the flat profile, since often you only want one of them.
1994-12-22 20:52:15 +00:00
jkh
b9b9ce83b8
Fix a slight bogon with a directory not being made before it was used.
1994-12-22 20:38:23 +00:00
bde
7284bc5e13
Don't use `MKDEP= -p' even for the case of a single source file since we
...
always make an intermediate object file.
1994-12-22 17:20:52 +00:00
dg
4022b9d7cd
Removed bogus semicolon at end of a #define line.
1994-12-22 07:20:03 +00:00