summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Convert QUOTA to new-style option.wollman1996-01-0519-42/+46
|
* Delete a couple of unnecessary dependencies on Makefile.wollman1996-01-053-9/+9
|
* Increased default SOMAXCONN from 32 to 128. 128 is the largest value Idg1996-01-051-2/+2
| | | | | | | consider "safe" for most systems. Note that this is (has been for some time) also tunable with sysctl (via kern.somaxconn) should the operator wish to increase this value even higher. Also note that 128 is what the Netscape WWW server reportedly asks for.
* convert FDESC, KERNFS, NULLFS, PORTAL, UMAPFS, and UNION to the newwollman1996-01-053-3/+27
| | | | style of options.
* Fixed initialization of $local_startup. sysconfig attempted to runbde1996-01-051-2/+2
| | | | /usr/X11R6/etc/rc.d every time it was sourced.
* Somehow managed to miss these four files when converting the SYSV IPCwollman1996-01-054-4/+12
| | | | options over to the new style.
* The sequencer sets Intstat to REJECT_MSG, not MSG_REJECT.gibbs1996-01-051-2/+2
| | | | Submitted by: "Daniel M. Eischen" <deischen@iworks.InterWorks.org>
* Bring back the more heavy-weight version of the mesgin inb routines. Davidg'sgibbs1996-01-051-4/+12
| | | | | testing made me think that some of the checks were superfluous, but wcarchive (and Amancio) know better.
* added the file /etc/newsyslog.conf (config file forgraichen1996-01-051-0/+11
| | | | | /usr/sbin/newsyslog - see the man-page for it for details) - i put all the "rotations" which were in /etc/[daily,weekly,monthly] in here
* changed /etc/[daily,weekly,monthly] to not rotate the logfiles bygraichen1996-01-055-70/+4
| | | | | | | "hand", changed /etc/crontab to call /usr/sbin/newsyslog every hour (the entry was there before - but we haven't had any newsyslog until today :-) and changed /etc/inetd.conf to also contain (commentet out) entries for rpc.rquotad and rpc.sprayd (taken from NetBSD)
* added newsyslog and spraygraichen1996-01-051-3/+3
|
* added rpc.rquotad and rpc.spraydgraichen1996-01-051-2/+2
|
* Add sup and IPXrouted to makefilepeter1996-01-051-2/+8
| | | | (IPXrouted is far more likely to be used than XNSrouted)
* This commit was generated by cvs2svn to compensate for changes in r13244,graichen1996-01-053-0/+751
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Obtained from: NetBSDgraichen1996-01-053-0/+751
| | | | | | | | | | | | | | | | imported the newsyslog command from NetBSD - it make the "rotation" of the logfiles much simpler (it is currently done by "hand" in the /etc/[daily,weekly,monthly] scripts) - now it will be done by invoking newsyslog every hour which is very customizable via a /etc/newsyslog.conf file
* | This commit was generated by cvs2svn to compensate for changes in r13242,graichen1996-01-053-0/+307
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Obtained from: NetBSDgraichen1996-01-053-0/+307
| | | | | | | | | | imported the spray command from NetBSD - it can be used for network analysis (see the man-page)
* | This commit was generated by cvs2svn to compensate for changes in r13240,graichen1996-01-053-0/+234
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Obtained from: NetBSDgraichen1996-01-053-0/+234
| | | | | | | | | | imported the rpc.sprayd from NetBSD - it is used by the new spray command for network analysis
* | Argh! Typo.jkh1996-01-051-3/+3
| |
* | This commit was generated by cvs2svn to compensate for changes in r13237,graichen1996-01-053-0/+399
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Obtained from: NetBSDgraichen1996-01-053-0/+399
| | | | | | | | | | Imported rpc.rquotad from NetBSD - currently only used by the quota-command to display quota's over nfs
| * recording cvs-1.6 file deathpeter1995-12-3046-10384/+0
| |
* | Obtained from: NetBSDgraichen1996-01-053-89/+291
| | | | | | | | | | | | replaced our quota with the NetBSD one, then added all changes we made to our - this is done to support the displaying of quota's over nfs using the rpc.rquotad
* | DTRT for @.jkh1996-01-051-3/+3
| |
* | Refresh before calling selection hook.jkh1996-01-052-2/+6
| |
* | Null terminate execl's argument list.gibbs1996-01-053-6/+6
| | | | | | | | Submitted by: Ron Lenk <rlenk@widget.xmission.com>
* | Reverse the modification which caused the annoying m_copydata crash: setolah1996-01-041-1/+5
| | | | | | | | | | | | the TF_ACKNOW flag when the REXMT timer goes off to force a retransmission. In certain situations pulling snd_nxt back to snd_una is not sufficient.
* | Convert DDB to new-style option.wollman1996-01-0433-294/+75
| |
* | Automatically create an empty opt_sysvipc.h to mimic old optionwollman1996-01-042-4/+12
| | | | | | | | environment.
* | Convert SYSV IPC to new-style options. (I hope I got everything...)wollman1996-01-0421-23/+48
| | | | | | | | The LKMs will need an extra file, to come later.
* | convert the math emulation to use the new-style options.wollman1996-01-045-3/+13
| |
* | Put Terry's `wish list' into the `nice to have' section of the submitter'sjkh1996-01-041-4/+90
| | | | | | | | guide.
* | Increased vm_object_cache_max by about 50% to yield better utilization ofdg1996-01-041-2/+2
| | | | | | | | | | | | memory when lots of small files are cached. Reviewed by: dyson
* | Restore the changes I made after my last brain hiccup...peter1996-01-042-4/+8
| | | | | | | | | | | | | | | | Document /var/log/sup.rename instead of the old name Couple of lib build cleanups (like, not installing the library, and clean all files) It should be safe now.. :-)
* | Fixed minor struct cred leak. Discovered while looking for the oppositedg1996-01-041-5/+8
| | | | | | | | | | | | condition - too many frees, which has yet to be found. Reviewed by: dyson
* | One more pass through this. Looking pretty reasonable now!jkh1996-01-041-35/+57
| |
* | Work around optimizer strength reduction bug.jkh1996-01-041-0/+5
| | | | | | | | | | Submitted by: Richard Henderson <richard@atheist.tamu.edu> Obtained from: bug-gcc@prep.ai.mit.edu
* | Fix the spelling of 'partition'.jmz1996-01-042-8/+8
| |
* | Sheesh. I've added -lipx to the wrong crunch config file.joerg1996-01-038-16/+16
| | | | | | | | While i've been here, added the ``-s labels'' flag to vnconfig.
* | Convert PROCFS to the new style of options by the simple expedient ofwollman1996-01-031-0/+1
| | | | | | | | adding it to this file.
* | Canon:jkh1996-01-031-11/+3
| | | | | | | | | | | | | | | | | | | | | | <domain> <first site> <contact info [should actually be hostmaster@domain]> <second site> <third site> .. <nth site>
* | Canonicalise and correct the ZA mirror site names and maintainers.markm1996-01-031-3/+11
| |
* | Converted two options over to the new scheme: USER_LDT and KTRACE.wollman1996-01-0324-44/+54
| |
* | Add the South African mirror sites (ftp{2}.za.free...) and correctmarkm1996-01-031-2/+10
| | | | | | | | | | the name of the "other" master crypto site from storm.sea.<blah> to ftp2.internat.freebsd.org.
* | Now that we have a Korean mirror, adjust entries.jkh1996-01-031-9/+5
| |
* | Try to make multicast routing work correctly over point-to-pointwollman1996-01-031-1/+8
| | | | | | | | | | | | links (which was broken previously by the support for half-routers). Submitted by: Bill Fenner <fenner@parc.xerox.com>
* | Add second Korean site.jkh1996-01-031-1/+6
| |
* | Changed JT's e-mail address to something currentpst1996-01-031-3/+3
| |
* | Fix typo.roberto1996-01-031-2/+2
| | | | | | | | Submitted by: Tim VanderHoek <hoek@io.org>
OpenPOWER on IntegriCloud