phk
6954927bf8
Remove libgnumalloc.
1996-02-11 18:15:10 +00:00
phk
76962777f4
Add libfakegnumalloc.
1996-02-11 18:13:35 +00:00
phk
03d8d52a32
Make a scaffold libgnumalloc.so.#.# unless there is a packeage called
...
"gnumalloc*"
1996-02-11 18:12:42 +00:00
roberto
42398aab7c
Add a comment from John Reece <reece@ix.netcom.com> about toggling NumLock
...
in the BIOS for the PS/2 mouse.
Add <tt// around FIPS.
1996-02-11 14:02:52 +00:00
wosch
3bb2adf4fd
Reviewed by: mpp
...
a tiny man page
1996-02-11 13:47:00 +00:00
markm
9909841b8c
Remove the old DES library man pages from the make. This whole directory
...
actually needs to be deleted and the man pages moved to eBones/lib.
1996-02-11 11:46:37 +00:00
markm
b76bb93923
The new des library has its own man pages. Trash this old one.
1996-02-11 11:44:14 +00:00
markm
532cda9998
#include <kerberosIV/des.h> -> #include <des.h>
1996-02-11 09:18:18 +00:00
markm
668738c59b
Remove reference to old des library.
1996-02-11 08:58:01 +00:00
markm
d030c04d27
Push the old des library into the attic (finally!). Also update
...
headers to put des.h in <des.h> not <kerberosIV/des.h>.
1996-02-11 08:52:29 +00:00
markm
a329e20c69
Add the new libdes to the build
1996-02-11 08:46:59 +00:00
jkh
e4001e9370
Remove my previous bogus comment about the relationship between the
...
static_routes and defaultrouter variables. I'm glad I looked again, however,
as I realized that setting static_routes to NO in the case of a defaultrouter
would wind up with a bogus value for static_routes. It doesn't really
hurt anything, but it's still wrong so I fixed it. I think this whole routing
section of sysconfig needs a revisit - it's getting gross!
1996-02-11 04:07:27 +00:00
jkh
7d8fc2aa85
Add documentation for the -stable branch and reshuffle the sup/ctm chapters
...
since they're no longer appropriate under -current (you can use both for
synching with stable or CVS as well).
1996-02-11 00:16:20 +00:00
wosch
82b3c0ebdc
always warn if no processes matched
1996-02-11 00:12:15 +00:00
markm
463582428c
Rats. Forgot to `cvs add' this.
1996-02-10 23:49:27 +00:00
wosch
62448dde8e
Submitted by: Masafumi NAKANE <masafumi@tky007.tth.expo96.ad.jp>
...
bugfix: chown home directory if don't copy dotfiles
1996-02-10 17:15:47 +00:00
markm
1f82e254e3
iImport a FreeBSD Makefile, BSD-ise the header and correct a typo. As the
...
interface has changed a bit (there are more rentry points), the
shared library has been bumped to libdes.so.2.1.
1996-02-10 15:54:48 +00:00
markm
654d720840
This commit was generated by cvs2svn to compensate for changes in r14009,
...
which included commits to RCS files with non-trunk default branches.
1996-02-10 15:32:26 +00:00
markm
ac42567227
This is the long-awaited new DES library. Over the next couple of days
...
will be properly built into the system.
1996-02-10 15:32:26 +00:00
phk
61b9823c67
Remove netns and netiso, whatever it did here in the first place...
1996-02-10 09:33:52 +00:00
phk
e5ea66baaf
Don't install mdX.3, it's the template used to build the other pages.
1996-02-09 22:44:44 +00:00
jmz
aaab93e985
Spelling fixes.
...
This is the man page which has been obtained from NetBSD, not the program.
1996-02-09 21:14:26 +00:00
phk
da1c133b59
Bill was a little to fast here...
1996-02-09 20:57:53 +00:00
mpp
6f1e1c35e7
Another round of various man page cleanups.
1996-02-09 17:25:57 +00:00
mpp
279ebaafa0
Add some missing MLINKS, correct some cross references, correct some
...
file locations and some minor formatting/style problems.
1996-02-09 16:20:10 +00:00
wosch
763baf4d95
Submitted by: Slaven Rezic (Tomic) <eserte@cs.tu-berlin.de>
...
croatian calendar
1996-02-09 14:35:02 +00:00
wosch
9708eecc04
make share/calendar/hr_HR.ISO_8859-2
1996-02-09 13:40:27 +00:00
jkh
a4c758d85c
Close conf/1007 and take this opportunity to correct a few long-standing
...
bogons with the way static_routes was being handled. Also document
the fact that default_router overrides static_routes entirely.
1996-02-09 12:45:38 +00:00
jkh
bf2b0406b9
Remove pkg_manage from Makefile
1996-02-09 12:35:25 +00:00
jkh
0cd3350062
Fixed docs/521.
1996-02-09 12:25:08 +00:00
jkh
25d68fdce9
Add amd.map to BIN1 - having it here does no harm and makes activation
...
of the sample sysconfig entry (and amd) a snap.
1996-02-09 12:21:30 +00:00
jkh
50e472b749
Close PR conf/589 - amd should only evaluate ${amdflags}.
...
While I'm at it, add a commented-out sample amd flags line to sysconfig
and drop a sample amd.map file in this directory for easy copying.
I know that this file's contents are highly site-variable, but the one I've
chosen for an example is also the one I've seen on 99.9% of the amd-using
sites I've visited. I think it's a fair default.
1996-02-09 12:20:40 +00:00
jkh
d1aa1b0573
Nuke pkg_manage. No fault of the author, but it sort of died when we
...
went to the multi-directory package scheme since it wasn't designed with
that kind of layout in mind when first written, and the attempts to adapt
it haven't really resulted in an interface that's easy to use. I will make
a stand-alone version of the pkg installer in sysinstall at some point
and drop it into the existing pkg_install directory.
1996-02-09 12:09:19 +00:00
jkh
ab4e86359c
Fix to catch a stupid oversight on my part which allowed this thing
...
to remove the current directory under certain circumstances.
Submitted by: Richard J Kuhns <rjk@watson.grauel.com>
1996-02-09 12:05:26 +00:00
phk
91b7831a8f
Make tundebug sysctl writable.
1996-02-09 09:23:56 +00:00
dyson
8a8f7022a9
Add some missing requests for the read-side to wakeup the write-side. Also
...
add some missing wakeups by the write side to the read side.
1996-02-09 04:36:36 +00:00
mpp
ac4a4ca4d7
Add a couple more man page links and some minor formatting fixes.
1996-02-09 02:49:14 +00:00
mpp
7badd443f6
Correct a file location in the FILES section.
1996-02-09 02:31:23 +00:00
ache
eca0ed1879
LBA addition to new commands
1996-02-09 01:16:23 +00:00
mpp
a7ed5d12fe
Correct one small typo in previous commit.
1996-02-09 00:48:52 +00:00
mpp
ac7bc7dc91
Added some missing MLINKS for section 3 man pages.
...
Also corrected a few minor formatting errors, file location and cross
references in some of the section 3 man pages.
This shuts up a lot of the output from "manck" for section 3.
1996-02-09 00:45:45 +00:00
jkh
367a3d0e76
There are now 5 FTP mirrors sites in Brazil.
1996-02-09 00:24:08 +00:00
ache
346633f6e2
Integrate vak fixes, mostly command parsing & cosmetic
...
Submitted by: vak@cronyx.ru
1996-02-09 00:22:17 +00:00
joerg
50cca099c2
Add `cfinger'. This ain't an official service, but is in use by the
...
finger data collection service of GNU finger.
1996-02-09 00:20:26 +00:00
mpp
00e04d1005
Fix some minor formatting problems in the curs_termin.3 man page.
1996-02-08 22:25:44 +00:00
mpp
603f42db9d
Fix a typo in one of the function names.
1996-02-08 22:16:13 +00:00
wollman
d67de917b8
If a slow input queue was defined by the driver, initialize it.
1996-02-08 21:34:56 +00:00
pst
51e7e0af33
Whoops, do not reference myself.
1996-02-08 21:12:08 +00:00
pst
d1015afec3
Close docs/1002 - remove bogus cross references
1996-02-08 21:10:07 +00:00
pst
e68ac78c73
Close bin/937 - handle negative timestamps
1996-02-08 21:06:40 +00:00