summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* When looking for "group daemon" (since that's what's in mtree), make surepeter1996-09-071-4/+7
| | | | | | | | | | we actually look for the *group* and not the user's gid. user daemon has traditionally been group 31 (guest). Also clear out the groups vector so that it doesn't inherit the groups of the invoking user (ever run rwhod by hand before?) Unfortunately, we can't empty the supplemental groups list because the !&@^#! egid is stored in there! :-(
* Add support for CVSROOT/INTCVSROOT as simple makefile variables.pst1996-09-071-3/+8
| | | | Reviewed by: jkh
* while here, also list the aliases "pass" and "allow".adam1996-09-071-2/+3
|
* removed older copy of duplicated paragraph.adam1996-09-071-12/+8
| | | | | | | | | | | | | | negated the descriptive sense of "frag" and "-N", which were clearly wrong. changed instructions (which were bogus in the extreme) for allowing/preventing outgoing rsh/rlogin, rewording the paragraph so it applies to incoming connections so it actually both makes sense and tells the truth. It can be deleted instead if not relevant. did not change the paragraph about loading multiple rules in one command, although this operation is now partially supported by loading from a command file. I hope I'm not treading on anyone's toes here.
* Add option SC_KBD_PROBE_WORKS to syscons driver.pst1996-09-066-15/+45
| | | | | | | | | If you define this, it means your keyboard is actually probable using the brain-dammaged probe routine in syscons, and if the keyboard is NOT found, then you don't want syscons to activate itself further. This makes life sane for those of us who use serial consoles most of the time and want "the right thing" to happen when we plug a keyboard in.
* Add ATAPI_STATIC, ATAPI, and SC_KBD_PROBE_WORKS options.pst1996-09-062-2/+12
|
* Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h.pst1996-09-067-17/+35
|
* Remove these three devconf files entirely.phk1996-09-063-246/+0
|
* Remove devconf, it never grew up to be of any use.phk1996-09-06125-4219/+187
|
* remove devconf tools from make tree.phk1996-09-062-4/+4
|
* Remove devmenu. Devconf never grew up.phk1996-09-066-717/+0
|
* Remove lsdev. Devconf never grew up.phk1996-09-065-567/+0
|
* Turn on SO_KEEPALIVE on network connections. Since we limit the numberpeter1996-09-061-0/+5
| | | | | | | | | of connections, we cannot afford to allow "disappeared" client to cause us to leave one of the 14 connections open and hanging in a read() forever. (SO_KEEPALIVE causes probe packets to be sent after a few hours of IDLE time where no data has been transferred. Sup should NEVER do this, so the only time it will have an effect is if it looses the remote machine)
* Rewrite part of the compression support so that it does not leavepeter1996-09-061-9/+52
| | | | | | | | | | | | | | | files in /var/tmp. Sup needs to send the file size, so that prevents running gzip in a pipeline (sigh). It now opens a temporary file, and immediately unlinks it. It sends gzip's output to the temp file, and when gzip is done, it rewinds the file and sends it. When the last fd is closed, the file storage is reclaimed. With luck, this will stop those 15MB gzip < emacs-19.30.tgz > /var/tmp/tmp.xxxx files from being left behind and blowing out /var on freefall. While I have the platform, let me quote a fortune entry which sup reminds me of: "It is a crock of sh!t, and it stinks!"
* Make button highlighting more visible on B/W displays.jkh1996-09-061-3/+1
|
* Partial merge of RELENG_2_1_0 -> HEAD (addition of Intel 82439HX chip text).rgrimes1996-09-061-1/+3
|
* PR#2724 in NetBSD notes that newsyslog save log files even if the numberjkh1996-09-061-6/+15
| | | | | | of copies to save is zero. Incorporate suggested fix with some stylistic cleanup to make the resulting code more readable. Submitted-By: Kenneth Stailey <kstailey@dol-esa.gov>
* Do the right thing even if the source tree is a bunch of symlinks, sayjkh1996-09-061-2/+2
| | | | | lndir'd to a CDROM. Submitted-By: Richard Wackerbarth <rkw@shrimp.dataplex.net>
* Make the noauto flag usable for swap devices too. Closes PR#1542jkh1996-09-062-1/+3
| | | | Submitted-By: David Leonard <d@scry.dstc.edu.au>
* Close a security hole in anonymous ftp setup.jkh1996-09-062-4/+4
| | | | Submitted-By: Jason Garman <garman@phs.k12.ar.us>
* Don't smash attributes when turning color values off. This was submittedjkh1996-09-061-2/+2
| | | | | | | as a PR to GNATs but it evidently went astray somehow since I can't find it in the database now, nor does an assigned PR# appear on the mail I got. Sorry about that, Danny! Submitted-By: Danny R. Johnston <danny@simn.com>
* Add bowrite.gibbs1996-09-061-2/+17
| | | | | | | Bowrite guarantees that buffers queued after a call to bowrite will be written after the specified buffer (on a particular device). Bowrite does this either by taking advantage of hardware ordering support (e.g. tagged queueing on SCSI devices) or resorting to a synchronous write.
* Use bowrite instead of VOP_BWRITE in a few cases. This can probably be takengibbs1996-09-061-5/+5
| | | | further.
* Add B_ORDERED buffer flag and prototype for the bowrite function.gibbs1996-09-062-8/+12
| | | | | | | Bowrite guarantees that buffers queued after a call to bowrite will be written after the specified buffer (to a particular device). Bowrite does this either by taking advantage of hardware ordering support (e.g. tagged queueing on SCSI devices) or by resorting to a synchronous write.
* Add a timeout flag so that failing operations can at least be caughtjkh1996-09-062-9/+33
| | | | | and flagged. Closes PR#1513 Submitted-By: David Muir Sharnoff <muir@idiom.com>
* make appletalk networks not show an un-needed hostjulian1996-09-051-2/+2
| | | | part in displaying the routes.
* Fix Orion specific code by moving config_orion() to a place where it doesse1996-09-051-42/+50
| | | | | | | | not depend on bootverbose being true. Include only register specifications for those chip sets that apply to a cpu that might boot this a particular kernel (ie. make the Saturn code depend on I486_CPU being defined, the Pentium chip sets on I586_CPU ...)
* Fix code that deals with multiple host to PCI bridges by making the nextse1996-09-052-2/+4
| | | | one use the highest seen bus number plus 1 as its starting point.
* Use a more robust check for ss_err.h existing. This header isn'tbde1996-09-051-2/+2
| | | | | | | | built early enough to always be installed by the `includes' target in /usr/src/Makefile. This is supposed to be handled by not installing it if it doesn't exist. However, a stale, uninstallable copy sometimes exists in the source directory, and the existence test sometimes found the wrong copy.
* Back out the previous changesjulian1996-09-052-86/+75
| | | | | | | I just couldn't get the code to be as small as it should have gotten.. atill a LITTLE bigger than before as I need to allow the default string to have options as well
* Document the existance of a configuration file for updatedb.guido1996-09-052-4/+13
| | | | | Fix a typo in the default rc file and add a comment about default values.
* /usr/share/sgml/ISO for ISO entity definitions.jfieber1996-09-051-1/+3
|
* ISO sgml entity definitions. Used by many DTDs including upcomingjfieber1996-09-0520-0/+1203
| | | | an upcoming linuxdoc revision and Docbook.
* Regeneratepeter1996-09-051-16/+194
|
* Oops, two tiny typos. Serves me right for making a "Just a tiny change!"peter1996-09-051-7/+7
| | | | | without testing right before committing... Also, get rid of some extra slashes in beforeinstall.
* Sigh. That darn tcl source tree is damn strange. I missed the fact thatpeter1996-09-051-3/+32
| | | | | the *.3 man pages are not installed with their distributed names, so all the links were messed up. :-(
* Recovered from -Wall cleanup in ss_internal.h. This depended onbde1996-09-051-2/+1
| | | | ss_internal.h bogusly declaring things in <stdlib.h>.
* Finished adjustments for cleaning up declaration of zopen(). Moving thebde1996-09-051-0/+2
| | | | declaration from <stdio.h> to "zopen.h" left it undeclared here.
* Moved definitions of library names from bsd.prog.mk to a new centralbde1996-09-054-58/+60
| | | | | file bsd.libnames.mk and include this file where necessary. This fixes null library names in ${DPADD}'s in library makefiles.
* Fixed `make objlink' (and `make obj' in the (non-default) OBJLINK case).bde1996-09-051-3/+5
| | | | | | | | | | | Running them twice usually destroyed the target binary. E.g., the second `make objlink' in `make objlink; make; make objlink' replaced the `cat' binary by a symlink cat@ -> /usr/obj/usr/src/bin/cat. `ln -fs' is unusable when the target might be a symlink that resolves to a directory. Then -f applies to a file in the directory and not to the symlink. This seems to be the standard (and sometimes useful) behaviour.
* Fixed DPADD.bde1996-09-0529-59/+80
|
* Reset password change time to zero. (This has no effect with standardwpaul1996-09-051-0/+2
| | | | | | | | RPC calls to rpc.yppasswdd, but when using the special superuser-only AF_UNIX socket access method, the server will properly handle all the additional fields, including pw_change.) I would also like to take this opportunity to say that Sprint sucks.
* Make "file foo.core" print the program name properly again.jdp1996-09-051-1/+1
|
* When updating a password via the standard RPC handler, reset the passwordwpaul1996-09-051-2/+3
| | | | change time (pw_change) to zero.
* Apply patch to fix +group YP overrides and prevent SEGV on badlywpaul1996-09-051-8/+47
| | | | formatted groups (foo:*).
* don't ask for confirmationadam1996-09-051-2/+2
|
* typoadam1996-09-051-1/+1
|
* forgot to reconnect easy-import to the Makefilepeter1996-09-051-3/+2
|
* Cast the partial result of an expression to an off_t to fix an overflowdg1996-09-051-1/+1
| | | | | | in the calculation of free disk space. Fixes PR#1569. Submitted by: Tor Egge <Tor.Egge@idt.ntnu.no>
* Release an unneeded reference to a vnode that was gained in a VFS_VGET().dg1996-09-052-2/+4
| | | | | | Fixes a readdirplus panic. Submitted by: Doug Rabson <dfr@render.com>
OpenPOWER on IntegriCloud