summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add CUSEEME support. This has *not* been tested, norbrian1998-06-248-4/+262
| | | | | could I find anyone to test it, so please report any problems to me.
* Clean the crunchgen targets after creating the crunch binary.brian1998-06-241-1/+3
| | | | | This *should* avoid the -DRELEASE_CRUNCH polution that's mis-building user-ppp.
* MF22: more explanatory message from config on version mismatch detection.jkh1998-06-241-2/+5
|
* Merge ppp 2.3.3 -> 2.3.5 changes (for what it's worth)peter1998-06-232-7/+13
|
* Forgot to resync the RELNOTES to 2.3.5peter1998-06-231-3/+56
|
* Minor grammar and punctuation cleanup.ghelmer1998-06-231-6/+10
| | | | Reference /etc/periodic/daily instead of /etc/crontab.
* lable -> labelhoek1998-06-231-2/+2
|
* Cross-ref login.conf(5).hoek1998-06-231-2/+4
|
* Grammar touch-up.hoek1998-06-231-2/+2
|
* Use a default blanktime (otherwise it shows up as "NO" in sysinstall's menus).jkh1998-06-231-2/+2
|
* Typo fix.phk1998-06-221-2/+2
| | | | | Reviewed by: phk Submitted by: John Hay <jhay@mikom.csir.co.za>
* Sync with sys/i386/isa/if_ed.c and npx.c revisions 1.143 and 1.61,kato1998-06-222-4/+2
| | | | respectively.
* Sync with sys/i386/i386/machdep.c revision 1.301.kato1998-06-222-4/+6
|
* Sync with sys/i386/isa/if_fe.c revision 1.42.kato1998-06-221-10/+6
|
* Add rc.conf option to set kernel security level and modify "/etc/rc" tojkoshy1998-06-222-2/+12
| | | | | | | | | | | use this. Requested by: max, andreas Note: This change just provides a convenient way to exercise existing functionality. Whether `kern.securelevel' is effective in increasing system security is another issue, and one that has been well thrashed out in the lists.
* Fixed (?) races in mark_buffer_dirty(). We abuse the buffer cachebde1998-06-212-6/+12
| | | | | | | | | | | | | | by hacking on locked buffers without getblk()ing them, and we didn't even use splbio() to prevent biodone() changing the buffer underneath use when a write completes. I think there was no problem in practice on i386's because the operations on b_flags and numdirtybufs happen to be atomic. We still depend on biodone()'s operations on b_flags not interfering with ours. I think there is only interference for B_ERROR, and this is harmless because errors for async writes are ignored anyway. Don't use mark_buffer_dirty() except for superblock-related metadata. It was used in just one case where ordinary BSD buffering is more natural.
* Removed unused function ll_w_block(). It has always had races duebde1998-06-214-38/+0
| | | | | | | | to not using splbio(), and has rotted a little. The races were probably harmless in practice because this function was only used for superblock updates, and separate superblock updates are probably prevented from running into each other by doing part of the update synchronously.
* Removed unused includes.bde1998-06-2125-59/+21
|
* Make value of SIZE accurate.dt1998-06-211-3/+3
| | | | Obtained from: ps(1)
* Removed unused includes.bde1998-06-212-4/+6
| | | | Ifdefed conditionally used includes.
* Removed unused includes.bde1998-06-211-2/+3
| | | | Ifdefed conditionally used includes.
* Removed unused includes.bde1998-06-212-20/+12
| | | | | Ifdefed conditionally used includes. Finished rev.1.39. (I only submitted the request.)
* Removed unused includes.bde1998-06-211-3/+2
| | | | Don't depend on "implicit int".
* Removed unused includes.bde1998-06-211-5/+3
| | | | | Don't depend on "implicit int". Don't bloat the data section with explicit initialization to 0.
* Removed unused includes.bde1998-06-2125-90/+22
|
* Ifdefed a conditionally used include.bde1998-06-211-1/+3
|
* Since I got no objections to this patch, and no one has offered anymckay1998-06-211-1/+70
| | | | | | | | | | | | alternative, I present .. ta! da! .. the __error() hack. This patch to the a.out dynamic loader provides old a.out binaries with __error() if they are linked with an older libc that lacks it, but are also linked against a library that needs it. There is a smaller, tricker hack that takes advantage of the fact that ld.so has __error() too, courtesy of the new libc, but this hack is the straightforward version.
* Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c.mckay1998-06-212-6/+2
|
* Moved P1003 options from the middle of the devices section to thebde1998-06-213-48/+45
| | | | | | | | | end of the main options section. Turned on documented option OVERRIDE_TUNER. LINT is primarily for turning on options, not for documenting them. Don't list IPFILTER twice (once as broken).
* Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore,bde1998-06-214-8/+8
| | | | code controlled by it did not even compile.)
* Added a missing options include.bde1998-06-212-0/+2
|
* Round tickadj up. This prevents tickadj from being 0 when HZ > 500,bde1998-06-212-4/+4
| | | | | | | | | which makes adjtime(2) useless and confuses xntpd(8) into refusing to start even when it would use the kernel PLL instead of adjtime(). The result is the same as recommended by tickadj(8), at least when HZ divides 10^6. Of course, you wouldn't want to actually use adjtime() when HZ is large. In the silly boundary case of HZ == 10^6, tickadj == tick == 1 so the clock stops while adjtime() is active.
* Converted add_interrupt_randomness() to take a `void *' arg. Rewrotebde1998-06-216-136/+152
| | | | | | | mmioctl() to fix hundreds of style bugs and a few error handling bugs (don't check for superuser privilege for inappropriate ioctls, don't check the input arg for the output-only MEM_RETURNIRQ ioctl, and don't return EPERM for null changes).
* Suggest the use of ``accept dns'', not ``enable dns'' inbrian1998-06-212-4/+4
| | | | server mode.
* remove old hack that's no longer needed and now breaks the compilepeter1998-06-211-5/+2
|
* Say goodbye to Airport 71jkh1998-06-211-2/+2
|
* Nuke this, it's bogus and out of date.jkh1998-06-211-148/+0
| | | | Pointed out by: An anonymous air traffic controller. :)
* Correct punctuation.mph1998-06-211-4/+4
|
* Merge 3.2.3 -> 3.2.7 changes into mainline.peter1998-06-207-39/+122
|
* Merge ipfilter 3.2.3 -> 3.2.7 changes onto mainline.peter1998-06-2016-174/+436
|
* This commit was generated by cvs2svn to compensate for changes in r37074,peter1998-06-2055-504/+1521
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import trimmed version of ipfilter 3.2.7.peter1998-06-2062-543/+1643
| | | | | | | | Obtained from: Darren Reed via http://cheops.anu.edu.au/~avalon/
| |
| \
*-. \ This commit was generated by cvs2svn to compensate for changes in r37071,peter1998-06-2010-28/+64
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * | Import ipfilter 3.2.7 kernel componentspeter1998-06-2014-102/+251
| | | |
| * | | Import ipfilter 3.2.7 kernel componentspeter1998-06-2013-101/+246
| | | |
* | | | Merge ppp 2.3.3 -> 2.3.5 changes onto mainline.peter1998-06-2014-355/+488
| | | |
* | | | Zap what appears to be a relic of the older version of zlib. The otherpeter1998-06-201-5/+2
| | | | | | | | | | | | | | | | maintained mbuf based ppp-deflate.c's have removed this.
* | | | Missing splx().peter1998-06-201-2/+4
| | | |
* | | | Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some morepeter1998-06-205-27/+17
| | | | | | | | | | | | | | | | problems, which I'll have a go at shortly.
* | | | Do an InitRestartCounter when we get a TerminateReqbrian1998-06-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | in Opened state..... I have no idea why this never caused problems in the past - maybe the restart counter was bogusly initialised somewhere else :-/
OpenPOWER on IntegriCloud