Commit Graph

416 Commits

Author SHA1 Message Date
gclarkii
8fecc48000 Add Id tags to all FAQs. 1995-01-03 15:54:08 +00:00
gclarkii
9d08ce2450 Begin reorg of FAQ directory. 1995-01-03 15:48:52 +00:00
jkh
108f0cf6c7 Add describe target support. 1995-01-03 11:52:01 +00:00
bde
2a2e5beeb8 Install bsd.info.mk. 1995-01-03 06:32:10 +00:00
sos
1ca403fd3b Syscons keymap file for french keyborad layout.
Submitted by:	Ollivier Robert
1995-01-02 13:09:36 +00:00
bde
cc0851a3c2 A generalized version of revision 1.1 of gnu/libnexex/uucp/doc/Makefile.
Fixes bugs in the latter: the `all' target was never up to date; there
was no `depend' target.  Doesn't work for multiple info files because
it leverages bsd.doc.mk and that is broken.  Info should be installed
more like man pages...
1995-01-02 12:12:00 +00:00
joerg
53cf67c77f Heavily re-worked.
Updated to 2.0 .

Included sections about how to use DDB, post-mortem analysis of
a kernel crash where you didn't anticipate it and therefore
didn't config -g it.  Added a real-world example of a kgdb session.
1995-01-02 12:01:59 +00:00
bde
18c2ac4e33 Remove `MKDEP= -p'. Now I know why lkm compiled so fast after headers
are changed.
1995-01-01 21:11:55 +00:00
ache
2eed9c6520 Preset ac_cv_path_CC="${CC}" before running ./configure,
needed for Autoconf 2
1995-01-01 20:06:20 +00:00
bde
434e50f61d Change adduser to adding_user in Makefile too.
I hate cvs's (nonexistent) handling of name changes
`cvs log adding_user.8' fails to show any relation to adduser.8...
1995-01-01 17:31:01 +00:00
ache
85267e9808 Move BSD adduser manpage (procedure description) to adding_user.8
to not confuse with adduser.8 command
1994-12-31 22:53:41 +00:00
ache
fb318fe2da Remove direct keypad 5 to \E[E remapping, unnecessary now 1994-12-31 11:52:50 +00:00
ache
e66172f7fd Changes to allow keypad 5 produce \E[E like SCO/ANSI term does 1994-12-31 11:49:12 +00:00
jkh
885812eed9 Add seagate driver manpage from Serge Vakulenko (vak@cronyx.ru) .
Submitted by:	serge
1994-12-31 05:33:56 +00:00
jkh
abb729ad91 More changes to the FAQ, just to annoy Ollivier.. :-) 1994-12-29 16:42:10 +00:00
ache
839b5c0f12 Oops, forget "" for ${CC} and ${CFLAGS}... 1994-12-28 04:17:54 +00:00
ache
bdf37312f0 Set proper INSTALL* variables before running ./configure 1994-12-28 04:14:19 +00:00
ache
a8f4eebe0b Move INSTALL?=install line duplicated into each .mk to sys.mk
instead
1994-12-28 03:51:03 +00:00
ache
508821c6ca Use CFLAGS=${CFLAGS} ./configure to avoid picking dumb GNU -g default 1994-12-28 03:30:21 +00:00
ache
299e24aa99 Use "CC=${CC} ./configure" to avoid usage of debugging 'gcc' 1994-12-28 03:21:16 +00:00
jkh
e2f4e6ebca Sigh.. Finally add a 6.0 section on what you need to do to actually
configure a new kernel.
1994-12-28 02:39:29 +00:00
ache
864eaa1e18 Remove -T from ar, nm fixed now 1994-12-28 00:49:58 +00:00
ache
d9d741867e Add T option back to ar until nm will be fixed. Sorry, nate. 1994-12-24 10:07:51 +00:00
nate
e1002ce0fc 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
nate
ebc21c1850 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
bde
86c3132950 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
gpalmer
b9d9ca8690 Put dummy targets for make-md5 & check-md5 inside a
NO_EXTRACT ifdef so that tcpblast doesn't muck
things up
1994-12-17 21:29:38 +00:00
gpalmer
886c0baabf bsd.port.mk: missing semicolon added
bsd.port.subdir.mk: added check-md5 as target
1994-12-17 20:50:44 +00:00
ache
e72db810c3 Automatically add gmake to DEPENDS, if USE_GMAKE 1994-12-17 02:37:26 +00:00
ache
6721bde642 Don't use build: ... pre-build, move pre-build inside
BUILD_COOKIE instead
1994-12-17 01:58:11 +00:00
wollman
606f723da6 Document EAFNOSUPPORT error return for TCP bind and connect operations. 1994-12-15 20:54:28 +00:00
ache
47a9ced12a patch: pre-patch ... is wrong, move pre-patch
inside PATCH_COOKIE
1994-12-14 05:53:09 +00:00
gclarkii
74227ff2a4 Add slip_server FAQ from Guy Helmer
Submitted by: Guy Helmer
1994-12-13 17:48:46 +00:00
jmz
67fb69de3d Added '${GMAKE} install.man' when installing with Imake and gmake 1994-12-12 22:32:30 +00:00
ache
e5338b5a4e add mcd.4 1994-12-12 04:08:58 +00:00
ache
c236bbe965 Mitsumi manpage
Submitted by:  Keith E. Walker with small modifications from me
1994-12-12 04:06:17 +00:00
gpalmer
5463f7c036 Early md5-checksumming code. This seems to work fine on my machine
but needs more testing on more ports than I have on my box.
1994-12-11 20:36:12 +00:00
gpalmer
abbb1310f0 Last gremlin-killer of the day. Typo fixed and missing .endif replaced. 1994-12-11 15:31:22 +00:00
gpalmer
64e425969f <Sigh> Got the placing of a .if wrong. Fix it. 1994-12-11 14:50:40 +00:00
gpalmer
132467f64c Erk. Damn. A hash perfixing a comment was lost somewhere.
Fixed.
1994-12-11 14:12:30 +00:00
gpalmer
12f74c7804 1) Small tidyup
2) Change INSTALL_MANPAGES to NO_INSTALL_MANPAGES and document it

3) Add a PKGNAME variable to allow the package name
   not to be dictated by stupid DISTNAMEs

4) Add a PATCH_DEBUG option and a slight change to the default
   patch system - add --forward to help ensure correct patching
1994-12-10 18:07:38 +00:00
bde
c9df67757b Don't refer to "hardwired" ports. 1994-12-06 20:14:30 +00:00
gpalmer
5a79a84806 Add kryten.atinc.com 1994-12-06 19:48:07 +00:00
smace
ca2ab7f1c0 Add ftp.neosoft.com mirror. 1994-12-06 16:07:16 +00:00
gclarkii
23971a49ad Added entry to Systems.FAQ
Added note about lp TCP/IP driver
Added notes about b004, cx, ctx and pcaudio
Updated perl entry to point to ftp site that has it

NOTE:  If you have a system running 2.0 please email me (FAQ@freebsd.org)
       tell what you have so I can include it!
1994-12-05 08:02:15 +00:00
ache
17b09ed8de Reflect lastest serial names change 1994-12-05 00:02:38 +00:00
gpalmer
57b2ee1443 Add ftp://ftp.demon.co.uk/pub/BSD/FreeBSD/2.0-RELEASE 1994-12-04 21:15:59 +00:00
ache
e4a64194ac Add quick description of rules how to build locale name,
f.e. iso_8859_1 name is completely incorrect
1994-12-04 20:12:10 +00:00
bde
3be4ea381d Add cx.4 to MLINKS.
Someone should fix `man' so that man pages in machine-dependent
subdirectories are handled automagically at least for the
current machine.
1994-12-04 08:07:47 +00:00
gpalmer
064bc9a380 Add two sites in the UK - src.doc.ic.ac.uk and unix.hensa.ac.uk 1994-12-04 01:10:47 +00:00