bde
95dda376ac
Default to udp if neither udp nor tcp is specified. The previous revision
...
was broken. It forced udp in all cases except the extremely unusual case
argc == 0.
1996-05-01 03:13:45 +00:00
bde
422674387f
Removed prototype for obsolete function sleep().
1996-05-01 02:52:05 +00:00
bde
f92cdcae99
Removed unnecessary #includes from <sys/imgact.h> so that it is
...
self-sufficient and added explicit #includes where required.
1996-05-01 02:43:13 +00:00
bde
82c1afdaa1
Removed bogus _BEGIN_DECLS/_END_DECLS.
...
Removed unused struct tag declarations in cloned code.
Added or cleaned up idempotency ifdefs.
1996-05-01 02:16:17 +00:00
bde
b3ded284a0
Made this self-sufficent (apart from <sys/types.h>) again. It included
...
<sys/stat.h> and <sys/filedesc.h> just to get struct tags and depended
on a previous #include for <sys/queue.h>
1996-05-01 01:53:59 +00:00
jkh
14cd777606
Alex Nash added for his contribution of the compat21 distribution.
1996-05-01 01:49:03 +00:00
bde
f8633871d3
Made this compile again. A comment delimiter got deleted in the Lite2
...
changes.
1996-05-01 01:46:00 +00:00
bde
0a13cbc5da
Fixed incomplete or wrong lists of prerequisite #includes related to
...
<sys/types.h>.
1996-05-01 01:45:23 +00:00
bde
8bc7ed820f
Fixed incomplete or wrong lists of prerequisite #includes related to
...
<sys/types.h>.
1996-05-01 01:40:04 +00:00
bde
62b0977186
Fixed a wrong prerequisite #include and a missing function-arg type.
1996-05-01 01:18:43 +00:00
bde
f1cd83342e
Fixed misformatted #include (.Ft -> .Fd).
1996-05-01 01:04:44 +00:00
bde
bfd7b52d5c
Made this work with the documented prerequisite #includes (none).
1996-05-01 00:57:57 +00:00
bde
8e1d546f3a
Oops, this should have been with the ctype changes.
...
Fixed longstanding namespace convolution involving rune_t vs wchar_t...
This change breaks similar (but more convoluted) convolutions in the
stddef.h in gcc distributions. Ports of gcc should avoid using the
gcc headers.
1996-05-01 00:47:05 +00:00
bde
7dbb860b71
Fixed longstanding namespace convolution involving rune_t vs wchar_t.
...
If _ANSI_SOURCE or _POSIX_SOURCE is defined, then <ctype.h> had to
be included before <stddef.h> or <stdlib.h> to get rune_t declared.
Now rune_t is declared perfectly bogusly in all cases when <ctype.h>
is included.
This change breaks similar (but more convoluted) convolutions in the
stddef.h in gcc distributions. Ports of gcc should avoid using the
gcc headers.
1996-05-01 00:40:10 +00:00
bde
5dcde3c31e
Fixed timeouts. I broke them in rev.1.17 for the FORCE_COMCONSOLE and
...
(interactively set RB_SERIAL) && BOOTWAIT (serial i/o) cases.
1996-04-30 23:43:25 +00:00
bde
c0563d1613
Removed gratuitous differences from Lite2.
...
Cleaned up vm typedefs.
1996-04-30 23:35:57 +00:00
bde
4284463ff9
#include <sys/filedesc.h> explicitly instead of depending on it being
...
bogusly included by <sys/socketvar.h>.
1996-04-30 23:26:52 +00:00
bde
6f2ee869e3
Fixed nfs sysctls. They missed out on the fs -> vfs name changes from
...
Lite2. This broke nfsstat.
1996-04-30 23:23:09 +00:00
se
df6f0d5e13
Make pcibus_check() ignore Device/Vendor IDs of all 0.
1996-04-30 21:37:21 +00:00
jkh
3e2b70bcea
Fix another couple of bogons with the package menu.
1996-04-30 21:22:29 +00:00
asami
6508c38459
Add ports-all and comment out individual ports-*. Add commented out
...
ports-distfiles to ports-supfile. Add explanations.
1996-04-30 21:05:07 +00:00
asami
0f201b0b9a
Change Masafumi Nakane's address (masafumi@pobox.com -> max@sfc.wide.ad.jp).
1996-04-30 20:39:51 +00:00
jkh
c24710a1ae
Document the /etc/fbtab fix for X.
...
Inspired-By: Nik Clayton <nik@blueberry.co.uk>
1996-04-30 19:07:58 +00:00
phk
13d970367d
Don't include <machine/ansi.h> twice.
...
Reviewed by: phk
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
1996-04-30 12:54:27 +00:00
phk
9502945d5b
pte.h: Add the VADDR(pdi,pti) macro to construct virtual address from
...
page dir+table index.
pmap.h: remove NUPDE, it was wrong and not used. Sanitize KSTKPTEOFF.
vmparam.h: Calculate virtual addr from PDI+PTI from pmap.h rather than
using magic math. Remove UPDT, not used.
1996-04-30 12:02:12 +00:00
phk
f7fbc2347d
Remove a spurious mapping that was introduced earlier.
1996-04-30 11:58:56 +00:00
jkh
a89646d1aa
Add a missing close that left ftpd's scattered around on pkg_installs
1996-04-30 06:13:50 +00:00
jkh
6135ae2274
properly reset SYSTEM_STATE after installCommit runs.
1996-04-30 06:02:51 +00:00
jkh
3b4b3363a4
Fix some bogons in the package installer menu and search function.
1996-04-30 06:00:06 +00:00
jkh
af08bbb203
Make sure package-installers refresh the screen properly.
1996-04-30 05:40:15 +00:00
jkh
6b2b708ddf
Clear the screen before putting up tcpip dialog.
1996-04-30 05:25:15 +00:00
jkh
9f5d8f5eb7
More cosmetic changes before tomorrow's snapshot.
1996-04-30 05:23:49 +00:00
joerg
2adcf98b06
Correct a typo.
...
Submitted by: mbarkah@hemi.com (Ade Barkah)
1996-04-30 05:20:32 +00:00
jkh
f690b2d58e
Highly cosmetic tweaks.
1996-04-30 04:59:57 +00:00
jkh
f871ede69c
Make the invocation of fortune conditional
1996-04-30 04:44:37 +00:00
jkh
6347c207dc
hash_search() has changed its calling semantics somewhat - bring
...
libforms back into sync.
1996-04-30 00:17:56 +00:00
dyson
4f2a49e711
Move the map entry allocations from the kmem_map to the kernel_map. As
...
a side effect, correct the associated object offset.
1996-04-29 22:04:57 +00:00
jkh
11cf91d4af
Fix more display weirdnesses that only show up during a real installation.
1996-04-29 21:15:44 +00:00
jkh
0236ef4976
Remove a bogus dialog_clear();
1996-04-29 21:07:44 +00:00
phk
4c9fab8cf7
Support for "-u" which sets the timestamp from the delta on the file.
...
Intended for sup mirrors etc. Not well tested yet.
Reviewed by: phk
Submitted by: Giles Lean <giles@nemeton.com.au>
Submitted by: John Hay <jhay@mikom.csir.co.za>
1996-04-29 21:02:42 +00:00
jkh
5c83d66490
Face the truth and bump the 2.2-960428-SNAP to 2.2-960430; that's the
...
last bump, I promise!
1996-04-29 20:29:29 +00:00
julian
6c04f7821c
slight re-ordering to allow the qcam to compile with devfs enabled.
1996-04-29 20:05:52 +00:00
jkh
457e99728a
Add ATAPI_STATIC so that the ATAPI cdroms work correctly again
...
under -current.
Submitted-By: Serge Vakulenko <vak@cronyx.ru>
1996-04-29 20:03:41 +00:00
jkh
4f4132f247
Add an extra line to the floppies target which will make it refresh
...
the distribution area's floppy images.
1996-04-29 19:38:36 +00:00
jkh
700702925d
Reshuffle the installation routines a little for greater clarify.
1996-04-29 19:34:25 +00:00
jkh
00aca5d789
Yikes - bogon crept into the NFS setup menu.
1996-04-29 18:06:08 +00:00
jkh
21b88d9549
Fix a small display bogon with the progress indicators.
1996-04-29 17:59:07 +00:00
smpatel
cc39b8d5e5
Fixed two typos in the comment.
...
Pointed out by: davidg
1996-04-29 15:07:59 +00:00
wpaul
eb2fc8df69
Very minor tweak:
...
In __initdb(), a failure to open the local password database is supposed
to result in a warning message being syslog()ed. This warning is only
supposed to be generated as long as the 'warned' flag hasn't been yet;
once the warning is generated, the flag should be set so that the message
is only syslog()ed once. However, while the state of the flag is checked
properly, the flag's state is never changed, so you always get multiple
warnings instead of just one.
Pointed out by: Peter Wemm
1996-04-29 14:48:47 +00:00
jkh
1a4cbf6251
Add some more debugging statements.
1996-04-29 06:47:10 +00:00