summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix a performance bug in all of the various implementations ofalc2003-06-184-4/+4
| | | | | uma_small_alloc(): They always zeroed the page regardless of what the caller requested.
* Handle recursion on the vm_page_queue_mtx manually in pmap_qenter andjake2003-06-171-4/+10
| | | | | | pmap_qremove, in order to avoid making the mutex recursable. Discussed with: alc
* Remove another reference to ffsinfo.8brueffer2003-06-171-3/+1
|
* More correctly spell "-static" as "NOSHARED?=YES"dougb2003-06-171-1/+3
|
* Whitespace around last commit. Translators kindly ignore.bmah2003-06-172-0/+2
|
* Bring the matcd(4) driver back to the hardware notes.bmah2003-06-172-0/+12
|
* New release notes: matcd(4), BIND 8.3.6, lukemftp 20030615.bmah2003-06-172-2/+22
| | | | | Modified release notes: Mention the old OpenPAM version when noting the update.
* Bump WARNS to 6. Add usage(). Use provided xmalloc() instead of malloc().charnier2003-06-173-57/+45
| | | | Use err().
* Add MLINK for busdma(9) to bus_dma(9).hmp2003-06-171-0/+1
| | | | | | | This resolves confusion for at least 10 people. Suggested by: Bruce M. Simpson <bms@spc.org> Approved by: des (mentor)
* - Use a more robust mechanism for determining whether or not a kse is on ajeff2003-06-171-2/+1
| | | | kseq.
* Remove references to ffsinfo(8) for now. It was disconnected frombrueffer2003-06-172-2/+0
| | | | the build almost a year ago.
* Drop the proc lock around SYSCTL_OUT in the no-threads case.scottl2003-06-171-0/+2
| | | | Submitted by: truckman
* Reference the hatm(4) driver man page.harti2003-06-172-0/+2
|
* The man page for the Fore/Marconi HE155/622 driver.harti2003-06-172-0/+226
|
* This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is fullharti2003-06-1712-0/+6049
| | | | busdma and has extensively been tested on i386 and sparc64.
* Fix bge at 10Mbit. The defines for 10-Half and 10-Full were swapped.ps2003-06-171-2/+2
| | | | Shamed into fixing by: John Cagle <john.cagle@hp.com>
* Send the close request to the SMB server in smbfs_inactive(), instead oftjr2003-06-174-66/+34
| | | | | | | | smbfs_close(). This fixes paging to and from mmap()'d regions of smbfs files after the descriptor has been closed, and makes thttpd, GNU ld, and perhaps more things work that depend on being able to do this. PR: 48291
* Add FREECOM PCCARD-IDE to the mix. It doesn't have a manufacturer orimp2003-06-171-0/+1
| | | | | | product ID, so we have to use the CIS strings to ID it. dmesg by: Christian Laursen
* Sync to 1.53imp2003-06-171-1/+5
|
* Improve the manpage language a bit.yar2003-06-171-1/+1
| | | | | | | | A PPP login program is started _automatically_ (i.e., without human intervention) even with the "pl" capability unset, as soon as a PPP frame is detected. But with "pl" set, a PPP login program is started independently of the result of PPP detection (which is rendered unnecessary then,) i.e. _unconditionally_.
* Add FREECOM PCCARD-IDEimp2003-06-171-0/+2
|
* Add definitions for the ioctls that are used by netgraph and harp to openharti2003-06-171-0/+18
| | | | and close VCCs.
* - Temporarily patch a problem where the interact score could be negativejeff2003-06-171-1/+2
| | | | | | | because the run time exceeds the largest value a signed int can hold. The real solution involves calculating how far we are over the limit. To quickly solve this problem we loop removing 1/5th of the current value until it falls below the limit. The common case requires no passes.
* Xref police: chmod(8) -> chmod(1).sobomax2003-06-171-1/+1
|
* Xref police: ntp.conf(8) -> ntp.conf(5).sobomax2003-06-171-1/+1
|
* Xref policy: exit(2) -> _exit(2).sobomax2003-06-171-1/+1
|
* Give an example of the more efficient conflict resolution commanddougb2003-06-171-0/+2
| | | | | | suggested by the version of the commit message that's mailed out as opposed to the more error prone version that will be suggested when doing the actual import.
* String the timecounter paper into the build.phk2003-06-171-1/+1
|
* Compile sunlabel on all archs.phk2003-06-171-4/+1
|
* Set f_mntfromname[] to "fdescfs" instead of "fdesc" for consistencytjr2003-06-171-1/+1
| | | | | with other synthetic filesystems, which have f_mntfromname the same as f_fstypename. Noticed by Sean Kelly on -current.
* Fix the execle(3) synopsis to include the environment pointer.phk2003-06-171-1/+1
| | | | Confused: anordby
* Link named-xfer -static. This is the only binary that needs to bedougb2003-06-171-1/+1
| | | | | | statically compiled for named to work chroot'ed, and we'd like to be able to do that from /etc/rc.d without additional user intervention.
* MFp4: Fix two bugs causing possible deadlocks or panics, and one nit:tjr2003-06-173-13/+95
| | | | | | | | | | | | | | | | | | - Emulate lock draining (LK_DRAIN) in null_lock() to avoid deadlocks when the vnode is being recycled. - Don't allow null_nodeget() to return a nullfs vnode from the wrong mount when multiple nullfs's are mounted. It's unclear why these checks were removed in null_subr.c 1.35, but they are definitely necessary. Without the checks, trying to unmount a nullfs mount will erroneously return EBUSY, and forcibly unmounting with -f will cause a panic. - Bump LOG2_SIZEVNODE up to 8, since vnodes are >256 bytes now. The old value (7) didn't cause any problems, but made the hash algorithm suboptimal. These changes fix nullfs enough that a parallel buildworld succeeds. Submitted by: tegge (partially; LK_DRAIN) Tested by: kris
* Fix the #include part of the SYNOPSIS for heap.3dougb2003-06-171-0/+1
| | | | | PR: bin/45269 Submitted by: Slaven Rezic <slaven.rezic@berlin.de>
* Resolve conflicts in 8.3.6, generally in favor of the vendor codedougb2003-06-175-72/+84
|
* This commit was generated by cvs2svn to compensate for changes in r116464,dougb2003-06-1790-1761/+2140
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of ISC BIND version 8.3.6.dougb2003-06-1795-1825/+2221
| | | | | | | | Version 8.3.5 was skipped due to bugs fixed in this version.
* | - Add a new function "sched_interact_update()" that scales back the sleepjeff2003-06-171-23/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and run time. - Scale the sleep and run time back via sched_interact_update() in more places. This is to keep the statistic more accurate. - Charge a parent one tick for forking a child. - Add only the run time and not the sleep time to the parents kg when a thread exits. This allows us to give a penalty for having an expensive thread exit but does not give a bonus for having an interactive thread exit. - Change the SLP_RUN_THROTTLE to limit us to 4/5th and not 1/2. - Change the SLP_RUN_MAX to two seconds. This keeps bursty interactive applications like mozilla and openoffice in the interactive range even through expensive tasks. - Recalculate the slice after every sleep. This ensures that once a task has been marked interactive it only has a slice of 1 at the risk of giving tasks that sleep for a very brief period a longer time slice.
* | Map icmp time exceeded responses to EHOSTUNREACH rather than 0 (no error);silby2003-06-171-1/+1
| | | | | | | | | | | | | | | | | | this makes connect act more sensibly in these cases. PR: 50839 Submitted by: Barney Wolff <barney@pit.databus.com> Patch delayed by laziness of: silby MFC after: 1 week
* | Lock the vm object when freeing a page.alc2003-06-171-1/+9
| |
* | Re-introduction of the matcd Compact Disc drive driver documentation.uhclem2003-06-171-0/+454
| | | | | | | | | | | | | | | | | | | | | | The matcd.4 man page has been upgraded to reflect current 5.1.x functionality, and efforts were made to match the style and layout found in similar-single purpose block drivers man pages found in the 5.1 tree man4 area while not losing useful information. However, the documentation folks should still take a look, since the man pages used as guides were somewhat inconsistent on a variety of points. Approved by: markm(mentor)
* | Add a script to automatically attach gbde devices found in fstabwollman2003-06-171-0/+92
| | | | | | | | | | | | (or rc.conf) at boot time, and detach them when shutting down. Not added to the Makefile to give the rcng gurus an opportunity to improve it.
* | Hide the m_defrag* statistics under MBUF_STRESS_TEST, there seemssilby2003-06-171-2/+8
| | | | | | | | | | | | | | | | to be no need to see them in the general case (and they aren't smp-safe anyway.) Suggested by: hmp MFC after: 1 week
* | Re-introduction of the matcd CD driver.uhclem2003-06-176-0/+4127
| | | | | | | | | | | | | | | | | | | | This version of the driver code is compatible with near-release FreeBSD 5.1 kernel/driver interfaces. modules/Makefile, man page and other bindings to follow shortly, once I get this part of the check-in right. Approved by: markm(mentor)
* | Do not attempt to access to inp_socket fields if the socket is in the TIME_WAITcognet2003-06-171-13/+38
| | | | | | | | | | | | state, as inp_socket will then be NULL. This fixes a panic that occurs when one tries to bind a port that was previously binded with remaining TIME_WAIT sockets.
* | Forgot to commit code to disable creating a bound thread in samedavidxu2003-06-162-0/+4
| | | | | | | | | | | | group again except first kse_create syscall. Noticed by: julian
* | When looking for the ':' separator in the root path, don't go pastiedowse2003-06-161-2/+2
| | | | | | | | | | | | | | | | | | | | the terminating '\0'. Since the initialisation of rootpath in libstand/bootp.c may copy junk into the rest of the buffer, it was possible for the code to find a ':' after the '\0' and do the wrong thing. Reviewed by: ps MFC after: 1 week
* | Not particularly pretty hack to generate rules to make .ln filesmarkm2003-06-161-2/+10
| | | | | | | | | | | | | | from .c files. Actually, this is overkill, as the .ln file targets are assumed from .? (any) files. This is not a problem in practice, merely a bit untidy, as the linting rules DTRT. See the sys/conf/* and sys/mk/* files for usage.
* | free type too if we can't add the child.jmg2003-06-161-1/+3
| |
* | fix misspelling of ORIR_NOTFOUNDjmg2003-06-161-1/+1
| |
OpenPOWER on IntegriCloud