summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add ifdefs for non-freebsd system usage. Add missing select wakeups,dyson1996-02-111-27/+63
| | | | and make the select wakup code a little neater.
* Fixed a really bogus problem with msync ripping pages away fromdyson1996-02-111-8/+9
| | | | | objects before they were written. Also, don't allow processes without write access to remove pages from vm_objects.
* Add gnatsd/prmsd.pst1996-02-111-1/+2
|
* Added a small man page for locate.updatedb(8).mpp1996-02-113-1/+62
|
* Added some info describing the script that updates the database,mpp1996-02-111-1/+14
| | | | | and the fact that it is usually run by /etc/weekly. Closes docs/127.
* gnumalloc is gone.phk1996-02-111-2/+2
|
* Remove libgnumalloc.phk1996-02-1123-3185/+0
|
* Add libfakegnumalloc.phk1996-02-111-1/+1
|
* Make a scaffold libgnumalloc.so.#.# unless there is a packeage calledphk1996-02-114-0/+34
| | | | "gnumalloc*"
* Add a comment from John Reece <reece@ix.netcom.com> about toggling NumLockroberto1996-02-111-4/+5
| | | | | | in the BIOS for the PS/2 mouse. Add <tt// around FIPS.
* Reviewed by: mppwosch1996-02-112-2/+126
| | | | a tiny man page
* Remove the old DES library man pages from the make. This whole directorymarkm1996-02-111-4/+1
| | | | actually needs to be deleted and the man pages moved to eBones/lib.
* The new des library has its own man pages. Trash this old one.markm1996-02-111-380/+0
|
* #include <kerberosIV/des.h> -> #include <des.h>markm1996-02-1113-15/+15
|
* Remove reference to old des library.markm1996-02-111-3/+1
|
* Push the old des library into the attic (finally!). Also updatemarkm1996-02-1139-5078/+11
| | | | headers to put des.h in <des.h> not <kerberosIV/des.h>.
* Add the new libdes to the buildmarkm1996-02-111-2/+2
|
* Remove my previous bogus comment about the relationship between thejkh1996-02-112-6/+7
| | | | | | | | 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!
* Add documentation for the -stable branch and reshuffle the sup/ctm chaptersjkh1996-02-117-19/+152
| | | | | since they're no longer appropriate under -current (you can use both for synching with stable or CVS as well).
* always warn if no processes matchedwosch1996-02-111-2/+2
|
* Rats. Forgot to `cvs add' this.markm1996-02-101-0/+40
|
* Submitted by: Masafumi NAKANE <masafumi@tky007.tth.expo96.ad.jp>wosch1996-02-101-2/+8
| | | | bugfix: chown home directory if don't copy dotfiles
* iImport a FreeBSD Makefile, BSD-ise the header and correct a typo. As themarkm1996-02-102-13/+7
| | | | | interface has changed a bit (there are more rentry points), the shared library has been bumped to libdes.so.2.1.
* This commit was generated by cvs2svn to compensate for changes in r14009,markm1996-02-1069-0/+11769
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * This is the long-awaited new DES library. Over the next couple of daysmarkm1996-02-1069-0/+11769
| | | | will be properly built into the system.
* Remove netns and netiso, whatever it did here in the first place...phk1996-02-103-33/+3
|
* Don't install mdX.3, it's the template used to build the other pages.phk1996-02-091-2/+2
|
* Spelling fixes.jmz1996-02-091-5/+5
| | | | This is the man page which has been obtained from NetBSD, not the program.
* Bill was a little to fast here...phk1996-02-091-3/+1
|
* Another round of various man page cleanups.mpp1996-02-0919-30/+15
|
* Add some missing MLINKS, correct some cross references, correct somempp1996-02-0914-35/+36
| | | | file locations and some minor formatting/style problems.
* Submitted by: Slaven Rezic (Tomic) <eserte@cs.tu-berlin.de>wosch1996-02-097-2/+109
| | | | croatian calendar
* make share/calendar/hr_HR.ISO_8859-2wosch1996-02-091-1/+3
|
* Close conf/1007 and take this opportunity to correct a few long-standingjkh1996-02-092-10/+15
| | | | | bogons with the way static_routes was being handled. Also document the fact that default_router overrides static_routes entirely.
* Remove pkg_manage from Makefilejkh1996-02-091-2/+2
|
* Fixed docs/521.jkh1996-02-091-3/+2
|
* Add amd.map to BIN1 - having it here does no harm and makes activationjkh1996-02-091-2/+2
| | | | of the sample sysconfig entry (and amd) a snap.
* Close PR conf/589 - amd should only evaluate ${amdflags}.jkh1996-02-093-4/+9
| | | | | | | | 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.
* Nuke pkg_manage. No fault of the author, but it sort of died when wejkh1996-02-0916-1659/+0
| | | | | | | | 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.
* Fix to catch a stupid oversight on my part which allowed this thingjkh1996-02-091-2/+2
| | | | | to remove the current directory under certain circumstances. Submitted by: Richard J Kuhns <rjk@watson.grauel.com>
* Make tundebug sysctl writable.phk1996-02-091-1/+1
|
* Add some missing requests for the read-side to wakeup the write-side. Alsodyson1996-02-091-2/+11
| | | | add some missing wakeups by the write side to the read side.
* Add a couple more man page links and some minor formatting fixes.mpp1996-02-092-5/+6
|
* Correct a file location in the FILES section.mpp1996-02-091-1/+1
|
* LBA addition to new commandsache1996-02-091-31/+77
|
* Correct one small typo in previous commit.mpp1996-02-091-2/+2
|
* Added some missing MLINKS for section 3 man pages.mpp1996-02-0913-33/+328
| | | | | | | 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.
* There are now 5 FTP mirrors sites in Brazil.jkh1996-02-091-3/+13
|
* Integrate vak fixes, mostly command parsing & cosmeticache1996-02-092-193/+459
| | | | Submitted by: vak@cronyx.ru
* Add `cfinger'. This ain't an official service, but is in use by thejoerg1996-02-091-1/+2
| | | | finger data collection service of GNU finger.
OpenPOWER on IntegriCloud