summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge in strtoul.3 rev 1.11 mdoc(7) police changes:obrien2001-02-281-2/+3
| | | | | .Nd line broken in rev 1.10 use .Bx for ``BSD''
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-2828-103/+103
|
* Use EV_SET() macro to initialize kevent structure.jlemon2001-02-281-7/+5
|
* Add missing prefix for nano, I presume this was missing 'cos of thedwmalone2001-02-281-10/+16
| | | | | | | prefix recusrion bug. Remove units which can be derived using prefixes and other units. Add new prefixes for 2^10, 2^20, etc...
* Give units a bit of a cleanup:dwmalone2001-02-281-32/+26
| | | | | | | | | | | | | | 1) Fix a bug where the recursion on prefixes where if recusrion failed then the next attempt started too far along the string. 2) Up some internal limits that we were about to hit off. 3) Change the constness and signedness of some things and complete missing prototypes. 4) Remove the readerror function 'cos it could print out the wrong wrong file name. Replace it with more useful error messages. 5) Use sizeof when passing buffers to fgets. 6) Warn about empty prefix definitions. Reviewed by: iedowse
* Use the new EV_SET macro to insure that all fields in struct keventjlemon2001-02-281-5/+3
| | | | | | | are correctly initialized before use. This should fix the problem with DNS. Pointy hat to: me
* Prepare for mdocNG.ru2001-02-284-9/+15
|
* mdoc(7) police: prepare for mdocNG.ru2001-02-281-1/+1
|
* mdoc(7) police: fix the .Nd line broken in previous revision.ru2001-02-281-2/+3
| | | | | | Noticed by: bde Use .Bx for ``BSD''.
* Fix style bug I introduced with rev 1.13 (rcsid after includes).obrien2001-02-281-5/+7
| | | | | | Along with CSRG id lossage in rev 1.11. Submitted by: bde
* Allow "NOSHARED" to be overridden.obrien2001-02-286-6/+6
| | | | Submitted by: bde
* Fix jails.phk2001-02-281-0/+3
|
* ip6fw doesn't support -q if reading from a file so don't use ${fw6cmd} whichgshapiro2001-02-281-1/+2
| | | | | | may have a -q if ${ipv6_firewall_quiet} is set. Reviewed by: kris
* It is now safe to go back into the water.imp2001-02-281-0/+4
|
* Linux does not filesystem-sync file-backed writable mmap pages ondillon2001-02-281-0/+2
| | | | | | | | | | | | a regular basis. Adjust our linux emulation to conform. This will cause more dirty pages to be left for the pagedaemon to deal with, but our new low-memory handling code can deal with it. The linux way appears to be a trend, and we may very well make MAP_NOSYNC the default for FreeBSD as well (once we have reasonable sequential write-behind heuristics for random faults). (will be MFC'd prior to 4.3 freeze) Suggested by: Andrew Gallatin
* If we intend to make the page writable without requiring another fault,dillon2001-02-281-6/+6
| | | | | | make sure that PG_NOSYNC is properly set. Previously we only set it for a write-fault, but this can occur on a read-fault too. (will be MFCd prior to 4.3 freeze)
* Fix lockup for loopback NFS mounts. The pipelined I/O limitations could bedillon2001-02-284-9/+23
| | | | | | | | | hit on the client side and prevent the server side from retiring writes. Pipeline operations turned off for all READs (no big loss since reads are usually synchronous) and for NFS writes, and left on for the default bwrite(). (MFC expected prior to 4.3 freeze) Testing by: mjacob, dillon
* Fix dependencies and cleanup spacing in the filegshapiro2001-02-281-26/+20
|
* Fix dependencies and use a better variable namegshapiro2001-02-281-6/+4
|
* Update HISTORY.obrien2001-02-281-1/+5
|
* newbus_ioconf() is long gonepeter2001-02-281-1/+0
|
* Sigh. Try to get priorities sorted out. Don't bother trying tojake2001-02-286-8/+2
| | | | | | | | | | | update native priority, it is diffcult to get right and likely to end up horribly wrong. Use an honestly wrong fixed value that seems to work; PUSER for user threads, and the interrupt priority for ithreads. Set it once when the process is created and forget about it. Suggested by: bde Pointy hat: me
* Some more tidying up. we dont use config-dependent anyware. Eliminatepeter2001-02-282-22/+8
| | | | some duplicate code (cut/paste bug?). tidy up some other minor stuff.
* Add a pointer to the ORBS web site for more DNS black hole lists.gshapiro2001-02-281-0/+3
|
* s/special/compilewith/ (so I stop confusing myself) and GC an unusedpeter2001-02-282-27/+12
| | | | function I missed before.
* Untangle some special magic that happened for conflicting defintions forpeter2001-02-282-24/+0
| | | | local files.* and options.* files on the third pass.
* Fixup some of the commented out examples:gshapiro2001-02-281-5/+7
| | | | | | | | | | | | | | | | | | 1) blackholes.mail-abuse.org is the same as FEATURE(dnsbl), so specifying it in the "Other DNS based black hole lists" section leads to confusion of specifying it twice. 2) Formatting issues. If error diagnostic not enclosed in double quotes, varius visual artefacts appearse like 1) no space after ; and 2) redundant space after ? (in CGI request), so I add quotes where needed. 3) FEATURE(dnsbl) directly use error code 550 by default, so I made other dnsbl variants use the same error code too. 4) Comment relays.* list as "open relays" list, just "other" word is not explain enough. Submitted by: ache
* The HEAD now has sendmail 8.11.3gshapiro2001-02-282-2/+2
|
* Add release notes for the sendmail-related build infrastructure changes.gshapiro2001-02-282-0/+16
|
* Remove some more dead code. :-/peter2001-02-281-10/+4
|
* GC some leftover stuff (device-driver suffix)peter2001-02-281-7/+0
|
* Repair 8.11.3 merge conflictsgshapiro2001-02-2810-259/+308
|
* This commit was generated by cvs2svn to compensate for changes in r73188,gshapiro2001-02-2839-253/+772
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import sendmail 8.11.3gshapiro2001-02-2849-513/+1080
| |
* | update man page wrt hints usagemjacob2001-02-271-4/+4
| |
* | Remove the `r' devices.obrien2001-02-271-5/+2
| |
* | Slightly reimplement some recently added helper functions as methods, sopeter2001-02-273-35/+113
| | | | | | | | | | that drivers are not reaching into the internals of the pci bus. There are no driver changes, the public interface is the same.
* | Update NOTES wrt hint for fxp.mjacob2001-02-272-0/+4
| |
* | A better mousetrap: use device hints, as in:mjacob2001-02-272-14/+12
| | | | | | | | | | | | hint.fxp.0.prefer_iomap="1" to set IO vs. Memory space mapping.
* | Fix indent endless on garbage input (i.e., if it encountered EOF whileobrien2001-02-271-1/+1
| | | | | | | | | | | | waiting for a '}' nesting terminator) Obtained from: OpenBSD rev 1.8
* | When iterating over our list of interface addresses in order to determinejlemon2001-02-271-14/+18
| | | | | | | | | | | | if an arriving packet belongs to us, also check that the packet arrived through the correct interface. Skip this check if the packet was locally generated.
* | Fix typo: s/TAR_SSH/TAR_RSH/bmah2001-02-272-5/+5
| | | | | | | | | | | | Update: ICMP resetting TCP sysctl is now net.inet.tcp.icmp_may_rst. Submitted by: knu, jesper
* | Don't re-init the mixer on resume. This keeps the channel volumes fromscottl2001-02-271-2/+0
| | | | | | | | | | being trashed when you suspend, though this may need to be revisited if we ever get suspend-to-disk implememted.
* | Add an entry for the nmdm devicesjulian2001-02-271-0/+13
| |
* | Remove warnings.. seems to compile as a module now too.julian2001-02-271-4/+3
| |
* | Catch up with rwatsons ucred changes.julian2001-02-271-1/+1
| |
* | - An array of 4 32-bit ints for avenrun doesn't work on the alpha becausegallatin2001-02-271-15/+7
| | | | | | | | | | | | | | | | | | | | fscale is a (64-bit) long. So just use a struct loadavg. This fixes the recent failure of top on alphas: top: sysctl(vm.loadavg...) failed: Cannot allocate memory - use size_t for sizeof() so as to fix a few int/long warnings on alpha Reviewed by: Thomas Moestl <tmoestl@gmx.net>
* | Not quite working makefile to make the nmdm device as a module.julian2001-02-271-0/+12
| |
* | put the null modem driver (nmdm) in the right place with the right name.julian2001-02-271-1/+1
| |
* | Do it right this time. Give it a better name and placejulian2001-02-271-0/+644
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVSrepo deletion of the previous attempt will be requested: --original message-- Add the 'virtual nulmodem driver' Particularly useful for debuging kernels using vmware. If your name is Bruce evans and you are a WIZ at tty interfaces, then you should probably rip this to shreds and offer lots of suggestions and patches. I've been using this since 4.0-CURRENT and it's never caused problems but I'm sure I got something wrong. This is similar to the pty/cty device driver except that both sides are ttys. Even minor numbers are side A and odd minor numbers are side B. Work needs to be done regarding what happens to the other side when you close a node. to use with vmware, configure vmware to redirect COM2 out to side A of one of these and boot a kernel with teh gdb remote port set to sio1. AFTER dropping into the gdb kernel debugger in your test kernel, fire up gdb with it's remote port pointing at the appropriate side B. To catch all console output, you can boot the vmware kernel with a serial console, (COM1) similarly redirected to a nulmodem, and use 'tip' to observe it. This is practically unaltered since pre 4.0 days except for changes made along the way needed to make it compile, so any suggestions or offers of total rewrites will be listenned to :-)
OpenPOWER on IntegriCloud