jkh
ae5033f4db
2 new concepts that just occurred to me:
...
MASTER_SITE_OVERRIDE - If set in the environment, will override everyone's
MASTER_SITES settings. Useful if you'd prefer to point to a
distfiles repository somewhere closer.
MASTER_SITE_FREEBSD - Sets OVERRIDE to be FreeBSD's own master repository.
1994-11-17 00:18:28 +00:00
jmz
f0796c1813
If USE_GMAKE is defined, use ${GMAKE} in ${XMKMF} && ${MAKE} Makefiles
1994-11-16 23:14:22 +00:00
martin
30ae84dcac
Instructions for setting up diskless clients
1994-11-16 15:33:42 +00:00
ache
cbfb51dece
Update with new autosizing code, use -1 -1 now
1994-11-16 14:47:17 +00:00
ache
41021bcb13
Remove str{width,height} functions, they are in libdialog now.
...
It is only first hook for new autosizing changes, more changes
will follow.
1994-11-16 14:42:22 +00:00
ache
e26dcdfe6d
Full autosizing support, now you can pass -1, -1 for any
...
string
1994-11-16 14:37:37 +00:00
ljo
0cbabcf40f
Added NO_IMPLICIT_C as our header files in standard locations are either
...
already C++ safe, or C++ header files.
This fixes the problem with parse errors in header files when compiling C++
files.
Recompiling libg++ also solves the undefined synbols problem.
1994-11-16 14:02:42 +00:00
ache
9ff5ea124c
Change rules to not generate term.h on second make depend
1994-11-16 11:54:09 +00:00
jkh
a8e45e5f34
Latest from Ugen J.S.Antsilevich" <ugen@NetVision.net.il>. Poul, please
...
take this into BETA.
Submitted by: ugen
1994-11-16 10:18:18 +00:00
jkh
e8b4c66232
Ugen J.S.Antsilevich's latest, happiest, IP firewall code.
...
Poul: Please take this into BETA. It's non-intrusive, and a rather
substantial improvement over what was there before.
1994-11-16 10:17:11 +00:00
jkh
6f2263602c
1. Split these scripts into smaller distinct functional units that will
...
be callable _after_ installation in 2.1's system admin tools. This is
almost totally revamped now.
2. Support installation from DOS partition or floppy.
3. Many stray bogons eliminated. Perhaps a few introduced. One more
rev should fix this up, once I've spammed my test machine a couple of
times.
4. Installation from CD now *really* possible.
5. Allow user to specify arbitary subdirectories for NFS mountpoints -
UFS, NFS and CD distributions now share many common elements.
1994-11-16 07:51:45 +00:00
phk
3e67e7f9c3
Fix a panic I might have seen, or at least could see some day if I havn't
...
already.
1994-11-16 06:09:29 +00:00
bde
6d4cb0cef2
The previous revision forgot to define fatal_if_no_DDB() when there is DDB.
1994-11-16 02:45:36 +00:00
phk
53e66dfa73
#include <socket.h> -> <sys/socket.h>
1994-11-16 02:16:18 +00:00
dg
ae452e5d2e
Allow MAXMEM to be larger than the detected physical memory. This change
...
was supposed to have already been made, but got botched somewhere.
Don't clobber the last page of memory (where the message buffer is). Some
BIOS don't gratuitously wipe it out on reboot.
1994-11-16 00:41:06 +00:00
jkh
d7fefcee59
From: Michael Reifenberger <root@rz-wb.fh-sw.de>
...
I added a bootfile entry to /kern so every program could examine the
Path and name of the kernel.
Submitted by: mr
1994-11-15 20:30:56 +00:00
ache
3affdfe7d7
Make shadow more 'real': now shadowed letters appearse as dim ones.
1994-11-15 17:32:05 +00:00
bde
558b1f4747
Add prototype for Debugger().
1994-11-15 14:55:25 +00:00
bde
f9fa8b10f4
Fix it to compile without a leftover ddb.h.
...
Remove bogus declaration of Debugger(). Call Debugger() even if DDB is
not defined, but still call panic() after Debugger() returns, although
most other SCSI drivers just call Debugger().
1994-11-15 14:54:13 +00:00
bde
b8a97a385a
Remove bogus declaration of Debugger(). Call Debugger() even if DDB is
...
not defined, but still call panic() after Debugger() returns, although
most other SCSI drivers just call Debugger().
1994-11-15 14:53:09 +00:00
bde
e4106fb3ad
Remove bogus and unused declaration and definition of Debugger().
1994-11-15 14:49:56 +00:00
bde
9fb49107aa
Remove unused definition of Debugger().
1994-11-15 14:49:12 +00:00
bde
558e14bfc6
Remove bogus declaration of Debugger(). Change the macro for Debugger()
...
to call the function instead of doing nothing.
1994-11-15 14:47:49 +00:00
bde
38ef2158dd
Don't define KERNEL for compiling genassym. The prototype for the system
...
printf() is inconsistent with the prototype for the library printf() and
gets declared if DIAGNOSTIC is defined because <vm/vm_page.h> includes
<sys/systm.h>.
1994-11-15 14:43:45 +00:00
bde
480097ce44
Include <sys/socket.h> for declaration of struct sockaddr. This helps
...
genassym compile when KERNEL is not defined.
Uniformize idempotency ifdef.
1994-11-15 14:41:38 +00:00
bde
0f7f4eaa5a
Include <sys/time.h> so that we compile again provided <sys/param.h> is
...
included first (rtprio stuff broke this).
Add missing __dead2's.
1994-11-15 14:37:39 +00:00
bde
0f46fe14ed
Include <sys/disklabel.h> to prepare for slices. Don't include the
...
unused <sys/dkbad.h>.
1994-11-15 14:34:42 +00:00
bde
e8bd9bf0b4
The SYMTAB_SPACE bloatometer was 40% out of date.
1994-11-15 14:28:46 +00:00
bde
2ce33c5de0
Include <sys/systm.h> to get inlines for spl*() so that LINT kernel links.
1994-11-15 14:26:31 +00:00
bde
ad7219752c
Disable prototypes that conflict with ones in <netinet/in_pcb.h>. The
...
conflicts stopped the LINT kernel from being buildable.
1994-11-15 14:23:06 +00:00
bde
a7e2537b02
Make gdt_segs[] public again for APM.
...
Make ldt[] public again and restore currentldt and _default_ldt for
USER_LDT.
1994-11-15 14:12:55 +00:00
bde
847c2f9738
Fix type mismatches exposed by a recently added prototype.
1994-11-15 14:09:18 +00:00
ache
aa56ad7f1e
Add malloc.h for better SYSV/Linux compatibility like most
...
providers (like SUN f.e.) does.
malloc.h have comment about its SYSVism
1994-11-15 13:42:20 +00:00
jkh
cd1ac97941
Change CD devices to the correct ones.
1994-11-15 13:40:00 +00:00
ache
055d9a45b5
Add comment about SYSV-ism
1994-11-15 13:32:35 +00:00
ache
62c5bc791b
Fix bug: only one second-level shadow drawed
1994-11-15 12:42:14 +00:00
ache
b268748ec9
Use autodetected dimensions in Sorry! window
1994-11-15 12:17:42 +00:00
ache
a7080ca0ef
Use TellEm instead of dialog_msgbox
1994-11-15 12:15:51 +00:00
jkh
8cdad68b06
Make depends a separate target. Now you can select when the dependency
...
list is traversed.
1994-11-15 10:16:56 +00:00
jkh
32a984123c
Add back tar - I'm not sure where it went again! I know that
...
cpio reads tar files, but this gives you "tar" in its old familar
way, which is important for those trying to read the old extract.sh'd
bindist.
1994-11-15 08:10:35 +00:00
phk
0a7f3ebca3
Integrated GCC-2.6.1 -> GCC-2.6.2 changes.
...
Notice that the libgcc DOESN'T change number, because there are no
changes.
Also now the gnu2bmake stuff is synchronized again.
I commit this so that others can test too.
You might want to postpone any "make worlds" until tomorrow, to
avoid any problems I didn't see in the first pass.
Thanks to Bruce for rounding up our changes to gcc.
1994-11-15 04:52:19 +00:00
jkh
e6a9926ecf
sendbug -> send_pr
1994-11-14 23:52:42 +00:00
ats
d21ec166f3
scsiconf.h:
...
Change the sc_link structure from 8 targets with 8 lun's to
16 targets with 8 lun's. Wide scsi and the ncr 825 does support 16 targets.
scsiconf.c:
move the addition of the trailing NUL's out of a then clause, they are also
needed in the else clause for an unknown device.
1994-11-14 23:39:33 +00:00
phk
1900b3c4de
A little fix for "make distribute".
1994-11-14 21:28:46 +00:00
phk
09e37dc3e3
Final changes. Now "make distribute" should work as advertised.
1994-11-14 20:56:17 +00:00
phk
691e3da728
More changes for the "distribute" target.
1994-11-14 20:52:54 +00:00
phk
277a5cfc85
Make the "distribute" target build the "des" distribution. Make des'ed
...
init and ed, by pointing to real sources.
1994-11-14 20:45:35 +00:00
ache
48765f90e3
strncmp use wrong utmp name size
...
Submitted by: rlz@zeus.id.net
1994-11-14 20:26:52 +00:00
ache
75b7af8528
Check exit code of the dialer, from asa@gw.cronyx.msk.su
...
Set HUPCL as default modem flag, idea from asa@gw.cronyx.msk.su
but different implementation.
1994-11-14 20:17:36 +00:00
phk
12e7d94646
"distribute" games into their own distribution.
...
Reviewed by:
Submitted by:
Obtained from:
1994-11-14 20:10:49 +00:00