summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added Johann Tonsing <jtonsing@mikom.csir.co.za> for his PCCARDnate1996-07-111-1/+2
| | | | submission.
* In num_tok, allow the user to specify '0' as plain '0' instead ofnate1996-07-111-2/+3
| | | | | | forcing them to use '00', and/or '0x0'. Submitted by: Johann Tonsing <jtonsing@mikom.csir.co.za>
* Merge.jkh1996-07-112-2/+6
|
* Fix a couple of whoopers which somehow went undetected until now.jkh1996-07-113-56/+66
|
* Added my name as a co-ordinator for the APM/PCCARD stuff, and updatednate1996-07-111-11/+13
| | | | the entrys to reflect more current reality.
* Another man page with a messed up .Dd line.mpp1996-07-111-1/+1
|
* Use the correct format for the ".Dd" (man page date) line.mpp1996-07-111-1/+1
|
* A *QUICK* pass through this man page to make it conform to mdocmpp1996-07-111-43/+44
| | | | | | | | | | standards and to clean up some of the English. The job is nowhere complete. This man page would be a good project for someone who knows something about the firewall software, and would like to contribute to the documentation effort. Many of the things in this man page are out of date and do not reflect reality.
* Fix some spelling errors.mpp1996-07-113-6/+6
|
* Add divert.4 to the list of man pages that are installed.mpp1996-07-111-1/+1
|
* Fix a spelling error.mpp1996-07-111-1/+1
|
* Add a man page for the "aic" deive (Adaptec AIC 6260/6360 SCSI controllermpp1996-07-112-2/+50
| | | | | | chips). Obtained from: NetBSD
* Add a man page for the "wt" device (Archive/Wangtec QIC-02 & QIC-36mpp1996-07-112-2/+47
| | | | | | interface boards). Submitted by: NetBSD
* Minor style fixup.mpp1996-07-111-2/+2
|
* Add a man page for the "ncr" device (NCR 53C810 & 5C825 SCSI controllers).mpp1996-07-113-2/+89
| | | | Obtained from: NetBSD
* Add a man page for the "ep" device (3com 3c5x9 ethernet card).mpp1996-07-112-2/+126
| | | | Obtained from: NetBSD
* Add a man page for the "el" device (3com 3c501 ethernet card).mpp1996-07-112-2/+47
| | | | Obtained from: NetBSD
* Add a man page for the "eg" device (3com 3c505).mpp1996-07-112-2/+47
| | | | Obtained from: NetBSD
* Fix a minor formatting problem.mpp1996-07-102-2/+2
|
* Teach the mdoc .Os and .Fx macros about the FreeBSD 2.1.5 release.mpp1996-07-102-0/+3
|
* This commit was generated by cvs2svn to compensate for changes in r17073,wosch1996-07-104-0/+563
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * import removeuser from Guy Helmerwosch1996-07-104-0/+563
| | | | see file TODO for known problems
* Adding changes to ipfw and the kernel to support ip packet diversion..julian1996-07-1017-93/+829
| | | | | | This stuff should not be too destructive if the IPDIVERT is not compiled in.. be aware that this changes the size of the ip_fw struct so ipfw needs to be recompiled to use it.. more changes coming to clean this up.
* Now that we have a manpage, don't have the 'clean' target be a NO-OP.nate1996-07-102-2/+2
|
* Added an entry for ``mail loops back to myself''.jraynard1996-07-101-1/+24
| | | | Suggested by: Gary Palmer
* Added dave edmondson <davided@sco.com> for his work on the APM stuff.nate1996-07-101-1/+2
|
* Whee. Fix two bugs which ended up cancelling each other out.nate1996-07-104-12/+12
| | | | | | | | | | apm_setup.s was storing apm_cs16_base and apm_cs32_base addresses in each others slots, and apm.c was reversing the result so the bugs cancelled out, but the code looked wrong. No functional differences unfortunately. Submitted by: dave edmondson <davided@sco.com>
* Better error checking in helpfile expander.jkh1996-07-1010-29/+17
| | | | Tart up some of the output a little.
* Add Andrey Zakhvatov (andy@cgu.chel.su&gt) for cal port, andasami1996-07-101-1/+3
| | | | Dave Bodenstab (imdave@synet.net) for xpl port.
* Document new GENERICjkh1996-07-104-12/+7
|
* libgcc.so.261.0 is moving to the compat20 dist.markm1996-07-102-597/+1
| | | | OKed by: jkh
* Put samba configuration in the right place.jkh1996-07-101-2/+4
|
* Clean out some historical cruft.jkh1996-07-102-12/+2
|
* Disallow host routes that point to themselves. These routes serve nofenner1996-07-102-6/+35
| | | | | | | | | | | purpose, other than to get in the way of the ARP table and cause "can't allocate llinfo" errors. This change may cause gated or routed to start complaining when adding such routes. If so, these programs will need to be fixed to not try to add these routes. Reviewed by: wollman
* Add sm_inter.h to DPSRCS so that make depend is not required to buildnate1996-07-091-1/+2
| | | | this.
* * Move questions re mounting CDROMs togetherjraynard1996-07-091-101/+112
| | | | | | | | | | | | | | | | | | (suggested by Darryl Okahata). * Add explanation of what virtual consoles are (suggested by Francisco Reyes) * Minor formatting change to fix docs/1378 (could some kind person close this for me? Thanks!) * Removed references to obsolete /usr/share/FAQ/Text directory. * Added details of UK supplier of FreeBSD CDs. * Made the consequences of running ``make world'' more explicit. * More cleaning and tidying up.
* Functionality for IPFIREWALL_VERBOSE logging:nate1996-07-091-1/+7
| | | | | | | | | | | - State when we've reached the limit on a particular rule in the kernel logfile - State when a rule or all rules have been zero'd. This gives a log of all actions that occur w/regard to the firewall occurances, and can explain why a particular break-in attempt might not get logged due to the limit being reached. Reviewed by: alex
* This is a proposal-in-code for a substantial modification of the waywollman1996-07-094-5/+500
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the high kernel calls into a protocol stack to perform requests on the user's behalf. We replace the pr_usrreq() entry in struct protosw with a pointer to a structure containing pointers to functions which implement the various reuqests; each function is declared with the correct type and number of arguments. (This is unlike the current scheme in which a quarter of the requests take arguments of type other than (struct mbuf *) and the difference is papered over with casts.) There are a few benefits to this new scheme: 1) Arguments are passed with their correct types, and null-pointer dummies are no longer necessary. 2) There should be slightly better caching effects from eliminating the prximity to extraneous code and th switch in pr_usrreq(). 3) It becomes much easier to change the types of the arguments to something other than `struct mbuf *' (e.g.,pushing the work of sosend() into the protocol as advocated by Van Jacobson). There is one principal drawback: existing protocol stacks need to be modified. This is alleviated by compatibility code in uipc_socket2.c and uipc_domain.c which emulates the new interface in terms of the old and vice versa. This idea is not original to me. I read about what Jacobson did in one of his papers and have tried to implement the first steps towards something like that here. Much work remains to be done.
* changes to allow route to manipulate appletalk routes.julian1996-07-093-3/+61
|
* Log not exited signal only, but the fact that core dumped (or not) tooache1996-07-091-5/+6
|
* Dump core on SIGSEGV instead of silent exiting. I saw SIGSEGV few times,ache1996-07-091-1/+6
| | | | | but they are VERY rare to tracking down this bug. I hope core helps to track it down.
* Try to prevent the status line from jumping around quite so much.jkh1996-07-092-4/+4
|
* Some release changes I've had to make in dealing with the floppy spacejkh1996-07-093-67/+74
| | | | crisis.
* Quiet a couple of -Wunused warnings.wollman1996-07-094-6/+15
|
* Take compat dists out of the canned set - they seem to do more harmjkh1996-07-094-6/+6
| | | | than good, actually, and those who actually need them can select them.
* Add netatalk symlink, ifconfig not compiled in other caseache1996-07-091-2/+2
|
* Restore my backed out changes (writting cats) because they wasache1996-07-092-45/+132
| | | | | not reviewed by pst in claimed period (1 week) and over 3 weeks passed. CONSTRUCTIVE complaints welcome!
* Update docs to match.jkh1996-07-092-0/+28
|
* A number of improvements in the way statistics are printed, add a "chroot"jkh1996-07-0916-73/+127
| | | | | | | option for installing distributions and/or packages to somewhere other than /, say for a case where you're installing to an external disk on some other machine's behalf. More miscellaneous fixes to various problems I stumbled across while adding this stuff.
* Cast lseek arguments appropriately.jkh1996-07-092-8/+8
| | | | Submitted-By: "Frank ten Wolde" <franky@pinewood.nl>
OpenPOWER on IntegriCloud