summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add skeleton firewall setup(s). Comments very welcome.phk1996-04-034-4/+146
|
* Add feature for tcp "established".phk1996-04-035-54/+43
| | | | | Change interface between netinet and ip_fw to be more general, and thus hopefully also support other ip filtering implementations.
* recognize "allow", "accept" and "pass"phk1996-04-031-6/+8
| | | | add new feature for "established"
* Pick up CWARNFLAGS from /etc/make.conf if defined.phk1996-04-032-6/+10
|
* Cast to unsigned char instead of unsignedache1996-04-031-2/+2
| | | | Cast ctype argument to unsigned char
* Populate this. :)joerg1996-04-032-1/+117
| | | | Add a man page for tsleep()/wakeup().
* Update paths to Taiwan sites.jkh1996-04-033-15/+15
|
* Fixed a problem that the UPAGES of a process were being run downdyson1996-04-034-20/+50
| | | | | | | in a suboptimal manner. I had also noticed some panics that appeared to be at least superficially caused by this problem. Also, included are some minor mods to support more general handling of page table page faulting. More details in a future commit.
* Remove outdated (and never quite correct anyway) reference to thepeter1996-04-031-4/+0
| | | | "fact" that pipes were implemented as calls to socketpair().
* yppush_main.c:wpaul1996-04-033-52/+22
| | | | | | | | | | | | | | | | | | | | - Remove unused 'pid' member from the jobs structure. (This was left over from an earlier incarnation of the program that used multiple processes.) - Remove #ifdef'ed longjmp() stuff. - Print warning message if the 'pushing' host is not the master for a map being pushed but don't bail out. (While yppush should only be used on an NIS master, using it elsewhere is not an unpardonable sin.) yppush.8: - Fix a couple of mind-os. Makefile - Change format to hopefully ease bootstrapping. (Suggested by wollman.) Other Makefiles should follow.
* Add the '8' flag to the smtp and esmtp mailers. This causes sendmail-8.7.5peter1996-04-031-2/+2
| | | | | | | | to behave like the older sendmails when talking to a peer that does not have esmtp or does not advertise 8BITMIME. The old sendmail "just sent it anyway", while the 8.7.x series mangle any extended character set mail by conferting it to quoted-printable or base64. Freefall has been running this for some time.
* Removed prototype for devfs_add_devsw() as it no longer existsscrappy1996-04-031-9/+1
|
* Merged devfs_add_devsw() into devfs_add_devswf()scrappy1996-04-031-34/+17
|
* Add NULLFS_DIAGNOSTIC, KERNFS_DIAGNOSTIC, UMAPFS_DIAGNOSTIC, UNION_DIAGNOSTICgpalmer1996-04-033-3/+33
| | | | | and SAFETY. Currently all commented out until I can verify that they don't cause LINT to fail to compile.
* Correct a comment which was hiding part of the declaration ofgpalmer1996-04-031-3/+3
| | | | devfs_link(), causing compiles to fail.
* Removed the definition of the make variable SHAREDIR. It was clashingjdp1996-04-021-3/+2
| | | | with the definition in bsd.own.mk, causing "make world" to fall over.
* Correct a bug which wrote the result of devfs_add_devswf() for twogpalmer1996-04-021-3/+3
| | | | | | separate devices to the same place Reviewed by: Julian Elischer <julian>, Marc G. Fournier <scrappy>
* Prototyped wrong the first time through for devfs_link()scrappy1996-04-021-5/+4
|
* Document PERFMON.wollman1996-04-023-18/+21
| | | | Delete obsolete PROBE_VERBOSE.
* Spell Bogota correctly.wollman1996-04-021-1/+1
|
* Align help screen.phk1996-04-021-2/+17
| | | | add gateway command.
* Fix two cases where ia->ia_ifp could be NULL.phk1996-04-021-2/+4
|
* A couple of bug-fixes.phk1996-04-021-4/+4
| | | | | Reviewed by: phk Submitted by: "Frank ten Wolde" <franky@pinewood.nl>
* take out prototype for dev_linkf()scrappy1996-04-021-9/+4
| | | | change prototype for dev_link() to devfs_link()
* Change dev_link() to devfs_link()scrappy1996-04-021-4/+4
|
* Made the src code match the man page.scrappy1996-04-021-28/+2
| | | | Removed dev_link() and dev_linkf(), replacing dev_linkf() with devfs_link()
* changed from using dev_link() to devfs_link()scrappy1996-04-024-12/+12
|
* Makefile: added devfs_add_devswf.9, removed devfs_add_devsw.9scrappy1996-04-023-17/+14
| | | | | | | | devfs_link.9: modified man page to reflect source code devfs_add_devsw.9: replaced by devfs_add_devswf.9 devfs_add_devswf.9: proper function for adding devices to DEVFS
* Move rpc.statd and rpc.lockd to usr.sbin via repository copy as perpeter1996-04-0214-2530/+0
| | | | | | discussionn when they were initially added some time ago. These programs are not needed before nfs is up and running to possibly mount /usr so they dont need to be static and on the root fs.
* Convert from using dev_link() to dev_linkf()scrappy1996-04-011-15/+21
|
* Convert from using devfs_add_devsw() to devfs_add_devswf()scrappy1996-04-012-36/+50
| | | | Fixed Permissions/Ownership in DEVFS to reflect /dev
* Add /usr/share/examples/perfmon and /usr/include/machine/perfmon.h towollman1996-04-011-2/+9
| | | | the FILES section.
* add MKDEPCMD?= and DEPENDFILE?=wosch1996-04-011-18/+29
| | | | replace sh(1) commands with make(1) builtins
* Thanks for the overwhelming response (which can be only summarized by theasami1996-04-012-4/+87
| | | | | | | | | | | | | | | | word: "zilch"). I guess the only way to get people try and comment on these kind of things is to shove it down their throat.... ;) Anyway, here's a set of changes required for auto-generation of READMEs in ports directories. Necessary changes and additions of templates to the ports tree will follow shortly. Eventually I'll commit all the generated READMEs to the tree, but that will be in the rather distant future. For now, I encourage anyone with a -current systam and a matching ports tree to do a "make readmes" at the top level and see what they get. Next step will be to add pkg/{COMMENT,DESCR} to all the categories.
* Copy /etc/localtime, unless it's already a symlink.joerg1996-04-011-7/+20
|
* Some minor tweaks for statdpeter1996-04-018-202/+50
| | | | | | - use rpcgen to generate unmodified code instead of havinf it in the repository - use "natural" function names to avoid conflicts with prototypes etc.
* Tweaks for the stub lockd.peter1996-04-0112-484/+92
| | | | | | | - Use rpcgen to generate the unmodified boilerplate code rather than having it in the repository. - Eliminate the conflicting function names by changing them to their "natural" rpcgen generated names
* Changed use of devfs_add_devsw() to devfs_add_devswf()scrappy1996-04-011-96/+39
| | | | | | | Changed DEVFS structure devfs_token so that adding the devices is a simple matter of a 4 line for loop versus 16 lines of code Reviewed by: julian@freebsd.org
* Add James FitzGibbon and Noritaka Ishizumi for their recent help inasami1996-03-311-1/+3
| | | | shaping up the ports tree.
* add SHAREDIR?=, SHAREOWN?=, SHAREGRP?=, SHAREMODE?=,wosch1996-03-311-24/+47
| | | | | | | | | | INFOOWN?=, INFOGRP?=, INFOMODE?= set variables recursive, eg. change KMODOWN?=bin to KMODOWN?=${BINOWN} from NetBSD: add NLSDIR?=, NLSGRP?=, NLSOWN?=, NLSMODE?=, BSDSRCDIR?=, BSDOBJDIR?=, NOBINMODE?=
* Change if/goto into a while loop.dg1996-03-312-8/+4
|
* Convert this to a real man page. Using one blurb of a .Bd -literaljoerg1996-03-311-169/+231
| | | | | | | | looks rather ugly. Also slightly adopt the contents to the results of a discussion that took place in -core some months ago. We couldn't agree on everything, but some of the previous sentiments were rather outdated.
* Add sysexits(3). It's horrible to always examine the include file forjoerg1996-03-312-1/+135
| | | | this.
* Xref sysexits(3).joerg1996-03-311-1/+7
|
* Don't build the special case lint libraries.paul1996-03-313-3/+3
|
* Add some info on setting quota limits for a range of uids.mpp1996-03-311-1/+13
|
* Allow the use of uid ranges when using the "-p" option to allowmpp1996-03-312-1/+30
| | | | | | | | | | | | easy setup of default quotas for a range of uids. Usage: edquota -p protouser startuid-enduid E.g. edquota -p mpp 10000-19999 Will duplicate the quota limints for user mpp for uids 10000 - 19999. The uids in question do not have to currently exist in /etc/passwd.
* Remove bogus architectures to allow make tags to work.jkh1996-03-311-1/+1
| | | | Submitted-by: Andreas Klemm <andreas@knobel.gun.de>
* Convert to use stdarg in bt_cmd. Use XS_SELTIMEOUT for selection timeouts.gibbs1996-03-311-29/+37
| | | | Obtained from: stdarg fixes adapted from cgd's work on the NetBSD BT driver
* Convert to use stdarg in aha_cmd. Use XS_SELTIMEOUT for selection timeouts.gibbs1996-03-311-28/+35
| | | | Obtained from: stdarg fixes adapted from cgd's work on the NetBSD BT driver
OpenPOWER on IntegriCloud