| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \
| | | |
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
"use" and replaces it with equivalent inline code. The reason is that
Perl has some very nasty circular dependancies, and I am trying to
get the System Perl upgraded by one maintenance level.
The basic rule, until I can find a way to solve this, is that
the build tools MAY NOT use any library code; it must all be inline.
|
| | | |
| | | |
| | | |
| | | | |
Describe ACFComp correctly.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Describe new scale letter for sizes: 's' (sector) instead of 'b'
(block). Both mean 512 bytes, but 'b' is deprecated because it's
confusing.
Document log file and environment variables.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
split into vinum_printconfig (interactive) and printconfig (called
from vinum_printconfig and from vinum_create when starting an
interactive update.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
If no file name is specified, create one and edit it with the editor
specified in the EDITOR environment variable, by default vi.
vinum_help:
Update.
Fix typos in messages.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
has been done. This name can be overridden by the value of the
VINUM_HISTORY environment variable.
Print dates in log file according to the variable VINUM_DATEFORMAT, by
default %e %b %Y %H:%M:%S.
|
| | | |
| | | |
| | | |
| | | | |
Change DEBUG_EXITFREE to DEBUG_WARNINGS.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
If a drive has gone down and has dirty buffers associated with it,
we'll get a panic when we try to vn_close it. Check for this
situation and discard any buffers; they're toast anyway.
Only complain about usage count if DEBUG_WARNINGS is set.
check_drive:
Change parameter name from drivename to devicename.
Get the check for a referenced drive right.
If the partition isn't a vinum drive, set the last error to ENODEV.
vinum_scandisk:
Change parameter name from drivename [] to devicename [].
|
| | | |
| | | |
| | | |
| | | | |
Set the entry number correctly.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Don't change state from reborn to reborn. This caused a silly
warning message.
|
| | | |
| | | |
| | | |
| | | | |
Implement scaling letter 's' to mean 'sectors' (of 512 bytes).
|
| | | |
| | | |
| | | |
| | | | |
Change DEBUG_EXITFREE to DEBUG_WARNINGS.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
With this addition my ThinkPad 600E works with the stock FreeBSD
PCMCIA code.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
pccard_remove_beep.
Submitted by: PAO
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
try to set it up on an AP unless we do.
Submitted by: dave adkins <adkin003@tc.umn.edu>
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* s/i386/alpha/g < man8.alpha/MAKEDEV.8 (someone that knows the Alpha
platform please remove obivious i386 bogons)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
understand the implications and don't think to undo it when they get experience
trouble. (wonder about some of the people running -CURRENT sometimes)
|
| | | |
| | | |
| | | |
| | | | |
ones instead.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
multiple writes.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
debugging levels to more sensible values.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
resource. Avoids useless interrupts occurring between the allocation
of the interrupt resource and the final initialisation of the
kernel. Cause of these interrupts is unknown (a resuming device?).
|
| | | |
| | | |
| | | |
| | | | |
Submitted by: jmz
|
| | | |
| | | |
| | | |
| | | | |
* be more selective what I add to CLEANFILES (what was I previously thinking??)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add an emply MAIN__() function. This avoid an unresolved reference error
during link phase when using fortran subroutines with non-fortran 'main()'.
Obtained from: src/lib/libF77/MAIN.c rev 1.1 by jmz
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Don't buffer "Digesting..." output - flush it immediately.
* Increase the number of repetitions by a factor of 100, and the block size by
a factor of 10 so as to give meaningful results on modern machines (108
seconds on my P120, and ~26 seconds on a P-II 350).
PR: bin/10604
Submitted by: Stanislav Shalunov <shalunov@lynxhub.lz.att.com>
|
| | | |
| | | |
| | | |
| | | | |
Submitted By: MAEKAWA Masahide
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Submitted by: Christopher Masto <chris@netmonger.net>
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Ignored-for-too-long-by: jmb
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
range attributes after they have been extracted from the master.
Hook up the i686 MP code to do this for each AP.
Be more careful about printing the default memory type for the i686.
Suggestions from: luoqi
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
in libstdc++.
Until I have a chance to look at what that problem is and to carefully consider
the upgrade issues of turning it back on at a later date if we leave it turned
off for any extended peroid of time.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
"passwordtime" is what passwd(1) has actually been using. I suspect
passwordperiod was the original intent. I can't figure-out which,
if either, BSDi uses. If anyone knows...
|
| | | |
| | | |
| | | |
| | | | |
so that parent and child don't share DB handles.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This really fixes the condition where a child creates children of its own.
I'm leaving the previous sanity tests in though, since they shouldn't hurt,
and will give an indication if this ever happens again.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Try to unbreak what I broke by screwing with the tx queuing again.
I'm waiting for a few more people to test out this code and report back
before I move it into current. Hopefully it will be soon. Basically I
reverted to the old TX queuing strategy.
- Add experimental support for the 3c900B-FL (10mbps ST fiber). The card
should be detected properly and the 10baseFL mode supported, but again
I'm still waiting for word from a tester to see if this actually works.
It shouldn't affect the other cards though; all the differences are in
media selection.
- Set the TX start threshold register to get better performance.
- Increase the size of the RX and TX rings. UDP performance was pretty
bad because the TX ring was too small. Should be substantially better
now (I can saturate the link with either TCP or UDP now).
- Change some of the #defines to reflect proper 3Com ASIC names (boomerang,
cyclone, krakatoa, hurricane).
- Simplify and reorganize interrupt handler; ack all interrupts right
away and then process them. This avoids a potential race condition.
(Noted by Matt Dillon.)
- Reorganize the bridging code to eliminate using a goto to jump into
the middle of an if() {} clause. Sorry, that just made my brain itch.
- Use m_adj() in xl_rxeof().
- Make the payload alignment in xl_newbuf() the default (instead of
just conditionally defined for the alpha) to improve NFS performance
(avoids need for nfs_realign()).
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
That doesn't work well for tapes over 4G.
I use tcopy a lot to write images of a tape to tape as tape to tape
copying is terribly slow. Slower than it should be. Quickly found out
tcopy can not rewind a file when doing copy/verify.
PR: 11386
Submitted by: David Kelly dkelly@hiwaay.net
Reviewed by: phk
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
the process.
PR: 11342
Submitted by: Adrian Chadd adrian@freebsd.org
Reviewed by: phk
|
| | | | |
|