jkh
a4480ef9ca
1. Add verbose flag to ftp_login()
...
2. Remove pkg_* support - tcl7.5's channel interface has rendered this
almost entirely unsupportable (at least in the way it currently stands).
Submitted-By: jmz & jkh
1996-08-03 11:58:54 +00:00
jkh
ff8fc6b664
Try to make screen update more efficient (less flickering) by more
...
judicious use of dialog_clear_norefresh().
1996-08-03 10:11:56 +00:00
jraynard
42aec86a1d
Combine the four Mach ATI64 questions and answers into one.
...
(Suggested by Charles Green).
1996-08-03 09:48:15 +00:00
jkh
3b70da563f
Don't stick CD distributions under dists/ directory.
1996-08-03 06:49:00 +00:00
jkh
db3d225db6
Add tsort to bootstrap targets.
1996-08-03 06:44:46 +00:00
jkh
fe934263a5
Use tsort -q
1996-08-03 06:43:05 +00:00
nate
355654deb0
Changes to the SLIP support files to show how to do proxy ARP.
1996-08-03 05:43:40 +00:00
jkh
c13a841e41
Make the same fix to the disk partition editor screen.
1996-08-03 05:29:24 +00:00
jkh
05e454700f
Fix an embarassing bogon in the key input code. I'll roll another snap
...
boot floppy for this one..
1996-08-03 05:25:56 +00:00
peter
b74a92de4e
make si.c compile in kernels without COMPAT_43.
1996-08-03 00:21:44 +00:00
bde
6a63ec68e3
Eliminated i586_ctr_rate. Use i586_ctr_freq instead.
1996-08-02 21:16:27 +00:00
bde
1cfe857c9e
Eliminated i586_ctr_rate. Use i586_ctr_freq instead.
...
Changed i586_ctr_bias from long long to u_int. Only the low 32 bits
are used now that microtime uses a multiplication to do the scaling.
Previously the high 32 bits had to match those of rdtsc() to prevent
overflow traps and invalid timeval adjustments.
1996-08-02 21:16:13 +00:00
bde
efc595aadd
Reduced division by i586_ctr_rate to multiplication by i586_ctr_multiplier.
1996-08-02 20:17:50 +00:00
pst
94e1c478c3
Add optional support for separate international CVS repository
1996-08-02 18:19:47 +00:00
peter
7f1eb9333d
dscheck() was returning without setting bp->b_error when given a negative
...
block number.. (assuming Debugger() returned). The disk drivers assume
that dscheck() sets both error markers (bp->b_error and set B_ERROR in
bp->b_flags) if it fails.
1996-08-02 06:14:25 +00:00
peter
29c65f94fc
The sd and od drivers didn't check for negative block numbers (like wd.c
...
does) before calling dscheck(). dscheck() doesn't appreciate this and
calls Debugger() and returns without setting bp->b_error.
This can happen when there is a casting error and offsets > 2G are
converted to negative off_t's in the disk tools. (dumpfs used to do this).
1996-08-02 06:10:49 +00:00
jkh
6d6a5bd8e1
Close PR#1455. In a couple of weeks, I'll change bsd.lib.mk to use
...
tsort -q as well - I don't feel like adding tsort as Yet Another Item to the
bootstrap target.
1996-08-02 04:50:44 +00:00
nate
ed8692f377
When I hit [Ctrl]+8, appeared 9 instead of 8. It may not be critical but
...
surprised me. ;-)
Submitted by: tacha@tera.fukui-med.ac.jp <Tatoku Ogaito>
Obtained from: NetBSD/GNATS
1996-08-01 22:38:30 +00:00
phk
c7ac1411d0
Write protect the text segment of gzip'ed programs.
...
Various other cleanups by phk.
Reviewed by: phk
Submitted by: Igor Khasilev <igor@jabber.paco.odessa.ua>
1996-08-01 22:00:14 +00:00
wollman
4bb22fb225
Declare fls() for the non-inline case. Defer writing the generic version
...
until it actually matters.
1996-08-01 20:31:45 +00:00
wollman
6480d29561
Add an fls() inline function which does the opposite operation to
...
ffs(). (That is to say, it searches in the opposite direction.)
1996-08-01 20:29:28 +00:00
nate
253c83930a
Use the defines and macros defined in /sys/pccard/cis.h to make the code
...
easier to understand. LOTS more work needed in this area.
Inspired by: The Nomad code
1996-08-01 15:45:46 +00:00
jkh
c8828e74f3
Whoops! VTYs return zero values for TIOCGSIZE! Work around this.
1996-08-01 13:47:03 +00:00
jkh
6b1c559b52
Don't query DNS if we haven't got it configured.
1996-08-01 12:59:54 +00:00
jkh
0d5105c09c
Handle SIGPIPE in a couple of crucial places.
1996-08-01 12:35:51 +00:00
jkh
8e3eb39d32
Put verbosity in the right place.
1996-08-01 12:13:20 +00:00
jkh
b92ac389f9
Purely cosmetic tweaks.
1996-08-01 12:02:26 +00:00
jkh
6b01d10031
Clean up the results from getch().
1996-08-01 11:39:49 +00:00
jkh
af06a2d9e6
Close PR#1542. Don't just assume 24 lines, get the tty size.
...
Some things may still display text on the 24th line, but that's because
they've always been screens designed to fit into a minimal real-estate
and have hardwired assumptions about the dimensions. They'll be a little
harder to make dynamic.
1996-08-01 10:58:54 +00:00
asami
8ff2c20061
Change ${NCFTP} to ${FETCH}. Fix bogon that describes the do-* targets
...
(it wasn't even English!).
Fixes PR docs/1448.
1996-08-01 00:12:11 +00:00
jkh
4ae389eee6
Make -force work for pkg_add.
1996-07-31 21:52:33 +00:00
jkh
1ebf76b0c3
Add a required save/restore
1996-07-31 14:49:20 +00:00
bde
09d9898dd8
Eliminated pcb_inl. It was always 0 because context switches don't occur
...
in interrupt handlers.
1996-07-31 12:36:11 +00:00
jkh
244a31b11c
Try again.
1996-07-31 10:55:19 +00:00
dg
2fb389656a
Changed wakeup_one() to continue looping, possibly waking up additional
...
processes, until it finds one that is not swapped out.
Submitted by: dyson
1996-07-31 10:35:47 +00:00
jkh
2a50131bb0
Don't munge keystrokes.
1996-07-31 09:29:35 +00:00
dg
7f56d763c5
Updated to match kernel changes for timer/run queue.
1996-07-31 09:27:23 +00:00
dg
d0fa775b6a
Converted timer/run queues to 4.4BSD queue style. Removed old and unused
...
sleep(). Implemented wakeup_one() which may be used in the future to combat
the "thundering herd" problem for some special cases.
Reviewed by: dyson
1996-07-31 09:26:54 +00:00
jkh
77aca7788a
Prevent Geometry warning messages when the disk is already "dedicated"
1996-07-31 09:10:39 +00:00
pst
68b5118d7c
Move intermediary file generation to /var partition
1996-07-31 06:47:05 +00:00
jkh
8148aa6d91
More minor tweaks (that I'm trying to get into the SNAP).
1996-07-31 06:41:29 +00:00
jkh
7bb847443d
Detect which partitions have already been created with `auto' so as not to create them
...
twice.
Various cosmetic tweaks.
1996-07-31 06:20:59 +00:00
jkh
ebd61ccfa4
link chgrp to chown, don't list it as a binary
1996-07-31 05:21:20 +00:00
chuckr
637f05bd19
Add New porter Andreas Kohout <shanee@rabbit.augusta.de>
...
Thanks for the new ports, Andreas!
1996-07-30 23:56:45 +00:00
wosch
fa8f9a91ce
add br275.iso.kbd - Brazilian 275 keyboard ISO-8859-1
...
add br275.cp850.kbd - Brazilian 275 keyboard Codepage 850
Makefile: sort keymaps entries
submitted by: Daniel C. Sobral <dcs@gns.com.br>
1996-07-30 22:30:11 +00:00
asami
2ecf9ca3f7
Add links to the sample Makefile from two other sections that talk
...
about Makefiles.
1996-07-30 22:19:42 +00:00
markm
d1a966219f
Ensure that each Kerberised applet has CFLAGS containing -DKERBEROS.
1996-07-30 21:16:34 +00:00
markm
ef4c4e0df7
Some breakeages sneaked in. This fixes them.
...
(this relates to a name change in a library that was not properly backed
up by the author)
Reported by: too mant :-(
1996-07-30 21:09:48 +00:00
bde
7aa24eec62
Fixed longstanding bug of not checking dumpdev' or setting
dumplo'
...
early enough when the dump device is specified in the config file.
Removed stale comment about configuration root and swap devices.
Don't bother clearing dumplo when dumpdev is set to NODEV. Everything
is controlled by dumpdev.
Fixed the kern.dumpdev sysctl. Writes were handle bogusly.
1996-07-30 20:30:49 +00:00
bde
7886abfb1f
Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplified
...
timestamp code.
1996-07-30 19:50:37 +00:00