pst
69295b18ed
Major cleanup up SunOS/VAT driver emulation code, added a BSD style copyright
...
notice, performed all of the structural changes necessary to get this thing
to work with the unidirectional-DMA version of voxware.
This work is -not- complete, but it's in far better shape than it was, and
I may not touch it again for another few months.
1995-05-07 06:38:49 +00:00
dyson
02299bb821
Another error in the correction for trimming swap allocation for
...
small objects. (This code needs to be revisited.)
1995-05-07 06:36:59 +00:00
bde
562a666ce0
Test the correct nonblocking flag in ttylclose(). IO_NDELAY is only valid
...
in read() and write(). FNONBLOCK is valid in ioctl() and close().
The bug caused hung ptys when a process talked to itself using nonblocking
i/o and exited while the slave pty had output to flush. ttywait() was
called and hung. Signals didn't work because the process was exiting.
`comcontrol /dev/ttyp0 drainwait 1' worked to terminate the wait. This
shows that comcontrol is not limited to hardware control. It has no i386
or driver dependencies and doesn't belong in src/sbin/i386.
Bruce
1995-05-07 06:32:28 +00:00
jkh
618d4ca72b
Make this compile again. Poul and I need to sync up again.
1995-05-07 05:58:57 +00:00
bde
a13f92b4f0
Silence `make -s' (echo -> ${ECHO}).
1995-05-07 05:56:00 +00:00
dyson
f90d96a223
Fixed a calculation that would once-in-a-while cause the swap_pager
...
to emit spurious page outside of object type messages. It is not
a fatal condition anyway, so the message will be omitted for
release. Also, the code that "clips" the allocation size, associated
with the above problem, was fixed.
1995-05-07 03:48:54 +00:00
jkh
c1b5993cf8
Correct a few ordering errors in how the partitions were being displayed.
1995-05-07 03:38:03 +00:00
jkh
c4a6192603
Print sizes of partitions now.
1995-05-07 02:04:29 +00:00
jkh
044b192e69
Whoops! An extra paren somehow got in there. Fixed.
1995-05-07 01:28:16 +00:00
jkh
97b64700b1
Always zero new chunks - keeps things like the private structures from having
...
bogus data in them.
1995-05-07 01:25:22 +00:00
joerg
09a74d468d
Restructured the floppy tape probe.
...
The ``flags 1'' in the fdc line is now only needed for owners of an
Insight tape (perhaps there aren't any? Mine is disfunctional). All
other probes are safe wrt. to the motor-control line of floppy disk
drives. Document the flag in LINT finally.
1995-05-06 19:34:28 +00:00
joerg
9369e97838
From Wolfram: Fix: typos, old links
...
Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider)
1995-05-06 19:04:07 +00:00
ache
a682acd0f3
Describe -m option
1995-05-06 13:52:29 +00:00
jkh
370e7434c7
Some fairly serious cleanup. The proper offset should now be used in
...
creating partitions. Still need to get the mount points displaying carefully,
but I need to get this into my tree on time so that I can work on that.
1995-05-06 09:34:24 +00:00
asami
db62fdd348
Change of hostname and contact address for TUT's mirror site. Is this
...
list automatically pulled into the install docs?
Submitted by: Ashida Hiroyuki <ashida@ftp.tut.ac.jp>
1995-05-06 09:10:49 +00:00
joerg
4ace0eba95
Forcibly add -O2 to the vgaio CFLAGS, to work around a gcc bug.
1995-05-06 07:07:52 +00:00
rgrimes
819f195d03
Add usr.sbin/pcvt/keycap to libraries: target.
1995-05-06 03:59:58 +00:00
phk
3f92c42b37
General sanitation and cleanup. Killed the "reserved" type, it wasn't.
1995-05-06 03:28:32 +00:00
jkh
5d77b2037b
All the editors are finished. Now if I can just get a problem with libdisk
...
fixed, we should be able to fully set up the user's disk. Still to come
with next commit: filesystem setup, distribution extraction, final
configuration.
1995-05-05 23:47:47 +00:00
jkh
4577466eb8
Document VTYs
...
Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
1995-05-05 23:15:03 +00:00
jkh
6b504b5caf
Addendum documenting VTYs.
...
Submitted by: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
1995-05-05 23:14:05 +00:00
dufault
17c56e0ef0
New modes file needed for mode editor. "b" can not stand for bit fields.
1995-05-05 20:43:46 +00:00
dufault
3f2591aedf
Add support for editing mode pages.
1995-05-05 20:42:00 +00:00
dufault
e667a82b93
Make it so that the command formats are the same for both -i and -o.
...
This means "t" has to stand for bit fields, since b is a valid hex number.
1995-05-05 20:40:03 +00:00
dg
00d59a71a5
Fixed mbuf leak and panic that occurred when packets got too memory
...
fragmented.
Added support for Cogent em100 boards.
Fixed bug that caused BPF to toggle the card to UTP.
Various other improvements.
Submitted by: Matt Thomas and David Greenman
1995-05-05 20:09:51 +00:00
rgrimes
169e1173ca
In target libraries: make and install libcompat before all other
...
libraries. This fixes the make -DCLOBBER world problem.
Check that gnu exists before attempting to build the libraries in
that branch of the tree.
1995-05-05 18:00:30 +00:00
adam
495fdcd35d
typo there --> their
1995-05-05 16:49:15 +00:00
ache
d9ea51f5f0
Add IPTOS_MINCOST according to RFC 1349
...
Change IPTOS_PREC_ROUTINE to 0 (was conflict with IPTOS_LOWDELAY) according
to RFC 791 (unchanged since it) and BSDI 2.0 style
Submitted by: Igor Sviridov <siac@ua.net>
1995-05-05 14:36:38 +00:00
asami
7946064660
ttyq[0-9a-f] -> ttyp[g-v]
1995-05-05 10:06:34 +00:00
dg
fa72d1206b
Fix spelling error. Commented out ISO and ISO related things until I
...
either fix it or we decide to remove it. It requires implementing PCB
hashing to get it to compile and likely a lot more to get it to work..
1995-05-05 07:47:44 +00:00
phk
2ef08387ec
If in Create_Chunk we (type==freebsd && (flags&CHUNK_ALIGN)), then we will
...
align this chunk properly. Have at it Jordan...
1995-05-05 07:07:45 +00:00
dg
0011fb1aae
From "Philippe Charnier" <charnier@lirmm.fr>:
...
There is a bug in sh: the built in command "fc -l" generates
a core dump (*NULL in not_fcnumber).
According to the sh manual page (fc -l [-nr] [first [last]]), fc -l
is a correct sequence (in that case, values are defaulted to -16 and -1)
but fails when first is not given.
1995-05-05 06:34:13 +00:00
dg
8af384fe4a
Check for 0 before dividing by it. Patch from Paul Traina, modified
...
slightly by me.
1995-05-05 06:15:11 +00:00
jkh
dc68656289
Add changes to document VTYs.
...
Submitted by: Serge A. Babkin <babkin@hq.icb.chel.su>
1995-05-05 05:17:26 +00:00
jkh
cd577d5f9b
3 VTYs by default, not 4. My fault.
1995-05-05 00:00:12 +00:00
jkh
be00b69dd8
Not 4 VTYs by default, 3. Whoops.
1995-05-04 23:59:32 +00:00
jkh
cbee309b37
Addendum concerning virtual console usage in JIS.
...
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
1995-05-04 23:58:21 +00:00
jkh
5c5956ad1e
Add extra paragraph documenting virtual consoles in Japanese.
...
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
1995-05-04 23:57:23 +00:00
jkh
cec67c5897
Argh! Not 4 consoles, 3! Thanks, Satoshi Niimi!
...
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
1995-05-04 23:56:51 +00:00
jkh
f087fb199f
Everything but the partition editor is done. This commit is for MBR testing.
1995-05-04 23:36:23 +00:00
jkh
6e0554da35
The swedish usage.hlp file, in the proper locale.
...
Submitted-by: Olof Johansson <offe@dc.luth.se>
1995-05-04 21:09:28 +00:00
jkh
eeae7fe7dc
Add the Norwegian version of usage.hlp
...
Submitted by: Lars Fredriksen <fredriks@mcs.com>
1995-05-04 21:07:30 +00:00
jkh
1c3e871d62
This will now write MBR entries - should be enough for testing.
1995-05-04 19:48:19 +00:00
joerg
35947edfc2
Jordan's addendum. Jetzt auch in deutsch. :)
1995-05-04 18:55:08 +00:00
adam
1651c4b8e3
added support for distribution patches in a subdir of ${DISTFILES}
1995-05-04 18:53:26 +00:00
jmz
5ca65f1a54
Document the virtual consoles
1995-05-04 17:50:42 +00:00
jkh
708eeeaa1b
Add Israel to list of mirrors. Is there an SGML version of this planned?
...
Submitted by: Serge S. Maleyev <serg@klara.weizmann.ac.il>
1995-05-04 15:32:25 +00:00
jkh
db1c744bfe
Add some notes about the virtual-consoles. Whoops! I completely forgot
...
about those! Now I have to send the paragraph off for translation. Ack ack!
1995-05-04 13:34:18 +00:00
jkh
1ba77cefbb
Put an `@' in front of the mtree command. I don't want to see it.
1995-05-04 13:14:16 +00:00
jkh
6a514d5c9e
ROMANJI -> ROMAJI. My face is red.
...
Submitted by: asami
1995-05-04 12:59:22 +00:00