summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Mrege conflicts etc.markm1996-07-283-61/+42
|
* This commit was generated by cvs2svn to compensate for changes in r17315,markm1996-07-2844-399/+655
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Latest libdes from Eric Young. Mainly code beautification.markm1996-07-2846-412/+689
| |
* | bzero reserved field into directory entry, junk here causeache1996-07-282-2/+4
| | | | | | | | scandisk error under Win95
* | Slight performance tweak for previous commit.dg1996-07-281-2/+3
| |
* | Undo part of the scalability commit. Many of the changesdyson1996-07-281-29/+15
| | | | | | | | | | in vm_fault had some performance enhancements not ready for prime time. This commit backs out some of the changes.
* | Fix bogon with freebsd-stable mailing list entity.jkh1996-07-273-36/+40
| | | | | | | | | | Make the sup documentation a little more lively. Fix bogon in current docs.
* | The clean rule in here was bogus.jkh1996-07-271-4/+1
| |
* | Add necessary item to CLEANFILESjkh1996-07-271-1/+2
| |
* | General tidy-up of Makefile. The objective was to make it clear andpeter1996-07-271-143/+271
| | | | | | | | | | | | | | | | readable, as well as fix up some of the warts along the way. Among the things fixed is the infamous "cd foo && make depend all install" bogon, which is particularly important for users of the -DNOCLEAN option. Also, a few typo and DESTDIR fixes and a -DNOGAMES hack from Gary Jennejohn.
* | Added Tim Kientzle <kientzle@netcom.com> for the audio/nas patch.asami1996-07-271-1/+2
| |
* | Modify slightly the output from the map file in /proc. Now thedyson1996-07-272-4/+8
| | | | | | | | executable bit is shown.
* | Move a couple of the initialization commands to the right place. Multidyson1996-07-271-28/+24
| | | | | | | | sector mode was not getting re-initialized when needed.
* | Modification to vfs_cluster to allow clustering of NFS delayed writes.dyson1996-07-271-3/+14
| | | | | | | | Submitted by: Doug Rabson <dfr@render.com>
* | Under certain circumstances, reading the /proc/*/map file candyson1996-07-272-4/+10
| | | | | | | | crash the system. Nonexistant objects were not handled correctly.
* | Finally use strtoul() to convert the major an minor numbers, sojoerg1996-07-272-2/+23
| | | | | | | | | | proper error-checking can be done, and octal and hexadecimal numbers are allowed.
* | Allow sequentially created mmap'ed anonymous regions to coalesce. Theredyson1996-07-271-23/+33
| | | | | | | | | | | | is little or no reason to create a swap pager for small mmap's. The vm_map_insert code will automatically create a swap pager if the object becomes too large. This fix, per a request from phk.
* | Under the heavy load for transmiting condition, it will be write erroramurai1996-07-272-4/+4
| | | | | | | | | | | | | | and then never accept for sending packet from upper layer anymore (i.e. ping -f ) Reviewed by: David Greenman <dg@root.com> Submitted by: amurai@spec.co.jp
* | Fixed bug, that CONFIGURE_SCRIPT in a port's Makefile doesn't haveandreas1996-07-271-3/+3
| | | | | | | | | | | | any effect. The target do-configure used ${SCRIPTDIR}/configure instead of ${SCRIPTDIR}/${CONFIGURE_SCRIPT}. -andreas
* | Clean up some lint.dyson1996-07-271-3/+3
| |
* | Remove experimental header file. My test-build must have picked itdyson1996-07-271-1/+3
| | | | | | | | | | up in an unexpected place. Submitted by: jkh
* | Remove a totally unneeded (and as of the last VM commit, incorrect) calldyson1996-07-272-4/+2
| | | | | | | | to pmap_clear_modify.
* | Missing (prototype) change from the previous commit.dyson1996-07-271-2/+2
| |
* | This commit is meant to solve a couple of VM system problems ordyson1996-07-2716-1256/+1259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | performance issues. 1) The pmap module has had too many inlines, and so the object file is simply bigger than it needs to be. Some common code is also merged into subroutines. 2) Removal of some *evil* PHYS_TO_VM_PAGE macro calls. Unfortunately, a few have needed to be added also. The removal caused the need for more vm_page_lookups. I added lookup hints to minimize the need for the page table lookup operations. 3) Removal of some bogus performance improvements, that mostly made the code more complex (tracking individual page table page updates unnecessarily). Those improvements actually hurt 386 processors perf (not that people who worry about perf use 386 processors anymore :-)). 4) Changed pv queue manipulations/structures to be TAILQ's. 5) The pv queue code has had some performance problems since day one. Some significant scalability issues are resolved by threading the pv entries from the pmap AND the physical address instead of just the physical address. This makes certain pmap operations run much faster. This does not affect most micro-benchmarks, but should help loaded system performance *significantly*. DG helped and came up with most of the solution for this one. 6) Most if not all pmap bit operations follow the pattern: pmap_test_bit(); pmap_clear_bit(); That made for twice the necessary pv list traversal. The pmap interface now supports only pmap_tc_bit type operations: pmap_[test/clear]_modified, pmap_[test/clear]_referenced. Additionally, the modified routine now takes a vm_page_t arg instead of a phys address. This eliminates a PHYS_TO_VM_PAGE operation. 7) Several rewrites of routines that contain redundant code to use common routines, so that there is a greater likelihood of keeping the cache footprint smaller.
* | "appeared in 4.2BSD.." changed to "appeared in 4.2BSD."alex1996-07-272-2/+2
| |
* | Add newline, closes bin/1433pst1996-07-261-1/+1
| |
* | ttysleep() can return EWOULDBLOCK, not ETIMEDOUT as the comment in tty.cpeter1996-07-262-4/+4
| | | | | | | | | | | | suggests. Pointed out by: bde
* | Apply a bandaid to a problem elsewhere in the driver, when the process ispeter1996-07-262-4/+10
| | | | | | | | | | | | | | | | blocked in a write() while waiting for the output to drain, sleep only for tp->t_timeout, not forever. This only seems to happen when there is either a modem lockup holding the hardware flow control down, or due to some problem in the driver with processes attempting to write after the modem has hung up (eg: elm, tf).
* | Update samba install to agree with new port.jkh1996-07-261-3/+3
| |
* | Fix the services.byname target so that it creates search keys for thepeter1996-07-251-4/+6
| | | | | | | | | | | | | | aliases of the "official" names as well, because now that getportbyname() does a yp match, it no longer found the entries under the alias. This broke rsh(1), because it looks up "shell/tcp" while the official name in /etc/services is "cmd/tcp".
* | Added Matthew Stein <matt@bdd.net> for the xtacy port.asami1996-07-251-1/+2
| |
* | Refer to the ASCII character 000 by its proper name, `NUL', and notwollman1996-07-251-11/+12
| | | | | | | | | | `NULL' (which should only be used in reference to null pointers). Also fix a cross-reference.
* | Add Bruce's improvement to security patchpst1996-07-251-1/+6
| |
* | Fix an itinerant cross-reference.wollman1996-07-251-1/+1
| |
* | Finish rename of KERN_DOMAINNAME to KERN_NISDOMAINNAME.wollman1996-07-252-4/+4
| | | | | | | | Suggested by: Keith Bostic
* | Rename KERN_DOMAINNAME to KERN_NISDOMAINNAME so that it can't be confusedwollman1996-07-252-5/+5
| | | | | | | | | | | | with a real Domain Name. Suggested by: Keith Bostic
* | Add the BSD4.4 book.jfieber1996-07-251-1/+7
| |
* | s/Choise/Choose/gwosch1996-07-252-4/+4
| | | | | | | | | | | | close PR misc/1426 Submitted by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
* | Add Masachika ISHIZUKA <ishizuka@isis.min.ntt.jp> for the pidentd update.peter1996-07-251-1/+2
| |
* | The install docs pointed to th 2.1.0 distribution, not 2.1.5. OOPS!jfieber1996-07-251-3/+3
| | | | | | | | Submitted by: Brett Glass <brett@lariat.org>
* | Add Matt White <mwhite+@CMU.EDU> for various ccd patches.asami1996-07-241-1/+2
| |
* | Fail when odd number of disks are specified with mirror flag. Memoryasami1996-07-242-56/+72
| | | | | | | | | | | | leak fixes. Miscellaneous cleanup. Partially submitted by: Matt White <mwhite+@CMU.EDU>
* | Add some explanation on TMPDIR.phk1996-07-241-1/+11
| | | | | | | | Submitted by: Chuck Robey <chuckr@Glue.umd.edu>
* | DEVFS needs a special bdevvp().phk1996-07-241-1/+37
| | | | | | | | I just noticed some junk in my patch. I'll remove that in a sec.
* | DEVFS needs a special bdevvp().phk1996-07-242-2/+6
| |
* | Fix a memory leak in MD[245]End()phk1996-07-241-9/+8
| | | | | | | | | | Submitted by: Ikuo Nakagawa <ikuo@isl.intec.co.jp> PR: misc/1424
* | Fix a bug in ifa_ifwithnet() which caused a page fault in bcmp()wollman1996-07-241-2/+3
| | | | | | | | | | | | | | | | when attepmting to add certain types of routes. This problem only manifested itself in the presence of unconfigured point-to-point interfaces. Noticed by: Chuck Cranor <chuck@maria.wustl.edu>
* | Eliminate some more references to separate ip_v and ip_hl fields.wollman1996-07-245-16/+28
| |
* | Fix typo in last commit, it seems that a hash comments out a \ at the endpeter1996-07-241-4/+4
| | | | | | | | | | | | | | | | of line. Also, fix existing bug in ethers.byname, it was passing an unknown option to yppush. This appears to have been a cut/paste slip intended for a $(DBLOAD) command above it.
* | Revert my bdevsw change for wcd.c, Bruce pointed out thatphk1996-07-241-2/+12
| | | | | | | | this driver has bogus open/close entries.
OpenPOWER on IntegriCloud