Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert QUOTA to new-style option. | wollman | 1996-01-05 | 19 | -42/+46 |
| | |||||
* | Delete a couple of unnecessary dependencies on Makefile. | wollman | 1996-01-05 | 3 | -9/+9 |
| | |||||
* | Increased default SOMAXCONN from 32 to 128. 128 is the largest value I | dg | 1996-01-05 | 1 | -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 new | wollman | 1996-01-05 | 3 | -3/+27 |
| | | | | style of options. | ||||
* | Fixed initialization of $local_startup. sysconfig attempted to run | bde | 1996-01-05 | 1 | -2/+2 |
| | | | | /usr/X11R6/etc/rc.d every time it was sourced. | ||||
* | Somehow managed to miss these four files when converting the SYSV IPC | wollman | 1996-01-05 | 4 | -4/+12 |
| | | | | options over to the new style. | ||||
* | The sequencer sets Intstat to REJECT_MSG, not MSG_REJECT. | gibbs | 1996-01-05 | 1 | -2/+2 |
| | | | | Submitted by: "Daniel M. Eischen" <deischen@iworks.InterWorks.org> | ||||
* | Bring back the more heavy-weight version of the mesgin inb routines. Davidg's | gibbs | 1996-01-05 | 1 | -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 for | graichen | 1996-01-05 | 1 | -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 by | graichen | 1996-01-05 | 5 | -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 spray | graichen | 1996-01-05 | 1 | -3/+3 |
| | |||||
* | added rpc.rquotad and rpc.sprayd | graichen | 1996-01-05 | 1 | -2/+2 |
| | |||||
* | Add sup and IPXrouted to makefile | peter | 1996-01-05 | 1 | -2/+8 |
| | | | | (IPXrouted is far more likely to be used than XNSrouted) | ||||
* | This commit was generated by cvs2svn to compensate for changes in r13244, | graichen | 1996-01-05 | 3 | -0/+751 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Obtained from: NetBSD | graichen | 1996-01-05 | 3 | -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, | graichen | 1996-01-05 | 3 | -0/+307 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Obtained from: NetBSD | graichen | 1996-01-05 | 3 | -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, | graichen | 1996-01-05 | 3 | -0/+234 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Obtained from: NetBSD | graichen | 1996-01-05 | 3 | -0/+234 |
| | | | | | | | | | | imported the rpc.sprayd from NetBSD - it is used by the new spray command for network analysis | ||||
* | | Argh! Typo. | jkh | 1996-01-05 | 1 | -3/+3 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r13237, | graichen | 1996-01-05 | 3 | -0/+399 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Obtained from: NetBSD | graichen | 1996-01-05 | 3 | -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 death | peter | 1995-12-30 | 46 | -10384/+0 |
| | | |||||
* | | Obtained from: NetBSD | graichen | 1996-01-05 | 3 | -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 @. | jkh | 1996-01-05 | 1 | -3/+3 |
| | | |||||
* | | Refresh before calling selection hook. | jkh | 1996-01-05 | 2 | -2/+6 |
| | | |||||
* | | Null terminate execl's argument list. | gibbs | 1996-01-05 | 3 | -6/+6 |
| | | | | | | | | Submitted by: Ron Lenk <rlenk@widget.xmission.com> | ||||
* | | Reverse the modification which caused the annoying m_copydata crash: set | olah | 1996-01-04 | 1 | -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. | wollman | 1996-01-04 | 33 | -294/+75 |
| | | |||||
* | | Automatically create an empty opt_sysvipc.h to mimic old option | wollman | 1996-01-04 | 2 | -4/+12 |
| | | | | | | | | environment. | ||||
* | | Convert SYSV IPC to new-style options. (I hope I got everything...) | wollman | 1996-01-04 | 21 | -23/+48 |
| | | | | | | | | The LKMs will need an extra file, to come later. | ||||
* | | convert the math emulation to use the new-style options. | wollman | 1996-01-04 | 5 | -3/+13 |
| | | |||||
* | | Put Terry's `wish list' into the `nice to have' section of the submitter's | jkh | 1996-01-04 | 1 | -4/+90 |
| | | | | | | | | guide. | ||||
* | | Increased vm_object_cache_max by about 50% to yield better utilization of | dg | 1996-01-04 | 1 | -2/+2 |
| | | | | | | | | | | | | memory when lots of small files are cached. Reviewed by: dyson | ||||
* | | Restore the changes I made after my last brain hiccup... | peter | 1996-01-04 | 2 | -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 opposite | dg | 1996-01-04 | 1 | -5/+8 |
| | | | | | | | | | | | | condition - too many frees, which has yet to be found. Reviewed by: dyson | ||||
* | | One more pass through this. Looking pretty reasonable now! | jkh | 1996-01-04 | 1 | -35/+57 |
| | | |||||
* | | Work around optimizer strength reduction bug. | jkh | 1996-01-04 | 1 | -0/+5 |
| | | | | | | | | | | Submitted by: Richard Henderson <richard@atheist.tamu.edu> Obtained from: bug-gcc@prep.ai.mit.edu | ||||
* | | Fix the spelling of 'partition'. | jmz | 1996-01-04 | 2 | -8/+8 |
| | | |||||
* | | Sheesh. I've added -lipx to the wrong crunch config file. | joerg | 1996-01-03 | 8 | -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 of | wollman | 1996-01-03 | 1 | -0/+1 |
| | | | | | | | | adding it to this file. | ||||
* | | Canon: | jkh | 1996-01-03 | 1 | -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. | markm | 1996-01-03 | 1 | -3/+11 |
| | | |||||
* | | Converted two options over to the new scheme: USER_LDT and KTRACE. | wollman | 1996-01-03 | 24 | -44/+54 |
| | | |||||
* | | Add the South African mirror sites (ftp{2}.za.free...) and correct | markm | 1996-01-03 | 1 | -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. | jkh | 1996-01-03 | 1 | -9/+5 |
| | | |||||
* | | Try to make multicast routing work correctly over point-to-point | wollman | 1996-01-03 | 1 | -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. | jkh | 1996-01-03 | 1 | -1/+6 |
| | | |||||
* | | Changed JT's e-mail address to something current | pst | 1996-01-03 | 1 | -3/+3 |
| | | |||||
* | | Fix typo. | roberto | 1996-01-03 | 1 | -2/+2 |
| | | | | | | | | Submitted by: Tim VanderHoek <hoek@io.org> |