summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 :-/
* | | | Re-initialise our timer service after fork()ingbrian1998-06-203-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | to lose our terminal session. Is this a bug in setitimer() ? - it must be called again in the child !
* | | | Create & use fsm2initial(), a function to bring abrian1998-06-206-49/+35
| | | | | | | | | | | | | | | | | | | | state machine back to ST_INITIAL without going through any unnecessary TLS/TLF pairs.
* | | | Fix keypad on/off for ^Z suspends by replacing reset_*_mode()ache1998-06-193-25/+53
| | | | | | | | | | | | | | | | from libmytinfo
* | | | Add check for non-NULL cur_termache1998-06-191-0/+11
| | | | | | | | | | | | | | | | Add #pragma weak for reset_*_mode() they will be replaced in libncurses
* | | | Fixes per PR 2850:jkoshy1998-06-191-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (a) Note that the default securelevel value is -1, in -current and -stable. (b) Mention kernel sysctl variable that controls securelevel. (c) Add warning the `fsck' will fail if securelevel >= 2. (d) Suggest end of /etc/rc as the right place to raise securelevel. and one spelling fix. PR: 2850
* | | | Make sure our recvmsg() is a SCM_RIGHTS message whenbrian1998-06-181-11/+11
| | | | | | | | | | | | | | | | we receive a link from another ppp.
* | | | Don't assume that all ttys support carrier detect. If we'rebrian1998-06-181-3/+3
| | | | | | | | | | | | | | | | | | | | passing our controlling terminal, always record our pid so that the receiving ppp knows who to HUP.
* | | | ELF versions of __warn_references() and __weak_reference(). Note that thispeter1998-06-181-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doesn't work with libc/net/res_stubs.c since gas wants the weak reference to take place in the same context as the real definition, presumably so that it can get hold of the symbol typing etc. However, this doesn't matter for libc/elf since we don't have binaries that use the old symbol names.
* | | | Converted isa_strayintr() to take a `void *' arg.bde1998-06-184-40/+44
| | | |
* | | | Changed the type of an isa/general interrupt handler to take abde1998-06-1815-42/+55
| | | | | | | | | | | | | | | | | | | | | | | | `void *' arg. Fixed or hid most of the resulting type mismatches. Handlers can now be updated locally (except for reworking their global declarations in isa_device.h).
* | | | Create a save TMPDIR using `mktemp -d'.wosch1998-06-181-2/+7
| | | |
* | | | preserve errno across the readlink() calls. There is no value in trashingpeter1998-06-181-1/+4
| | | | | | | | | | | | | | | | errno during a successful malloc() call.
* | | | Mention the ``allow users'' command when describingbrian1998-06-182-4/+18
| | | | | | | | | | | | | | | | how to set things up for incoming connections.
* | | | Don't allow a SIGCHLD to wake up a thread if the process has the defaultjb1998-06-173-18/+27
| | | | | | | | | | | | | | | | | | | | signal handler installed for SIGCHLD. The ACE MT_SOCK_Test was hanging as the result of being interrupted when it didn't expect to be.
* | | | Renambed sbintr to sb_intr to avoid a conflict with the (nowbde1998-06-175-25/+25
| | | | | | | | | | | | | | | | | | | | unconditionally declared although it can't be configured together with snd) extern function sbintr.
* | | | Don't depend on <sys/conf.h> declaring isa device structs or isabde1998-06-172-2/+4
| | | | | | | | | | | | | | | | interrupt handlers. pcm is not in LINT, so it is hard to test.
* | | | Delete redundant declaration of lptintr.kato1998-06-171-7/+1
| | | |
* | | | Declare bsintr when PC98 is defined.kato1998-06-171-1/+4
| | | |
* | | | Sync with sys/i386/conf/Makefile.i386 revision 1.114.kato1998-06-172-4/+4
| | | |
* | | | Sync with sys/i386/i386/machdep.c revision 1.300.kato1998-06-172-2/+8
| | | |
* | | | Sync with sys/i386/isa/if_ed.c revision 1.142.kato1998-06-171-5/+5
| | | |
* | | | The isa device configuration hook was especially useless here.bde1998-06-171-11/+0
| | | |
* | | | Don't generate declarations for isa device structs in "ioconf.h".bde1998-06-175-26/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't generate declarations for isa interrupt handlers at all. Isa interrupt handlers are now declared in <i386/isa/isa_device.h> but should be converted take a `void *' arg and staticized as soon as possible. Updated CONFIGVERS. New configs are very incompatible with previous versions.
* | | | Don't declare isa device structs or isa interrupt handlers in <sys/conf>,bde1998-06-1710-27/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and don't depend on them being declared there. This will cause lots of warnings for a few minutes until config is updated. Interrupt handlers should never have been configured by config, and the machine generated declarations get in the way of changing the arg type from int to void *.
OpenPOWER on IntegriCloud