summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | printconfig:grog1999-05-021-16/+41
| | | | | | | | | | | | | | | | | | | | | | | | split into vinum_printconfig (interactive) and printconfig (called from vinum_printconfig and from vinum_create when starting an interactive update.
* | | | vinum_create:grog1999-05-021-57/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Maintain a log file, by default /var/log/vinum.history, showing whatgrog1999-05-021-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Get extern declarations right.grog1999-05-021-4/+4
| | | | | | | | | | | | | | | | Change DEBUG_EXITFREE to DEBUG_WARNINGS.
* | | | close_drive:grog1999-05-021-32/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 [].
* | | | vinum_mallocinfo:grog1999-05-021-1/+1
| | | | | | | | | | | | | | | | Set the entry number correctly.
* | | | set_sd_state:grog1999-05-021-6/+9
| | | | | | | | | | | | | | | | | | | | Don't change state from reborn to reborn. This caused a silly warning message.
* | | | sizespec:grog1999-05-021-1/+3
| | | | | | | | | | | | | | | | Implement scaling letter 's' to mean 'sectors' (of 512 bytes).
* | | | Remove some dead variables.grog1999-05-021-3/+1
| | | | | | | | | | | | | | | | Change DEBUG_EXITFREE to DEBUG_WARNINGS.
* | | | - Added PCI identification support for the TI1251 PCI/CardBus bridge.nate1999-05-024-4/+10
| | | | | | | | | | | | | | | | | | | | With this addition my ThinkPad 600E works with the stock FreeBSD PCMCIA code.
* | | | Add $Id$kris1999-05-022-0/+2
| | | |
* | | | Missed a ref to /usr/share/mk/bsd.port.mkhoek1999-05-021-2/+2
| | | |
* | | | - When the card is inserted, call pccard_insert_beep instead ofnate1999-05-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | pccard_remove_beep. Submitted by: PAO
* | | | Whoops, not all SMP systems have memory range attribute support. Don'tmsmith1999-05-022-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | try to set it up on an AP unless we do. Submitted by: dave adkins <adkin003@tc.umn.edu>
* | | | * Alpha's do crashdumps too. (move manpage to arch-neutral home)obrien1999-05-026-444/+12
| | | | | | | | | | | | | | | | | | | | * s/i386/alpha/g < man8.alpha/MAKEDEV.8 (someone that knows the Alpha platform please remove obivious i386 bogons)
* | | | Remove NOPERL. Seems to cause too many problems, as those that try don'tobrien1999-05-023-9/+3
| | | | | | | | | | | | | | | | | | | | understand the implications and don't think to undo it when they get experience trouble. (wonder about some of the people running -CURRENT sometimes)
* | | | Don't install i386 specific manpage on the Alpha -- install Alpha specficobrien1999-05-021-1/+5
| | | | | | | | | | | | | | | | ones instead.
* | | | Oops. Introduced a typo in one of previous commits.n_hibma1999-05-011-1/+1
| | | |
* | | | Clean up uhci_intr. Avoid acknowledging mutliple interrupts withn_hibma1999-05-011-26/+27
| | | | | | | | | | | | | | | | multiple writes.
* | | | Correct maximum error count in TD initialisation for transfer from 2 to 3.n_hibma1999-05-011-2/+2
| | | |
* | | | Clean up debugging output, rename printf to DPRINTF and set somen_hibma1999-05-011-38/+29
| | | | | | | | | | | | | | | | debugging levels to more sensible values.
* | | | Move the disabling of interrupts right before the allocation of then_hibma1999-05-013-2/+34
| | | | | | | | | | | | | | | | | | | | | | | | 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?).
* | | | Add more bits of libF77.obrien1999-05-011-3/+9
| | | | | | | | | | | | | | | | Submitted by: jmz
* | | | * Add MAIN.cobrien1999-05-011-3/+3
| | | | | | | | | | | | | | | | * be more selective what I add to CLEANFILES (what was I previously thinking??)
* | | | JMZ says:obrien1999-05-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | MFS: sort reference list and embelish history.obrien1999-05-011-5/+9
| | | |
* | | | Fixes for -t option:kris1999-05-011-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | Z direction was upside down.n_hibma1999-05-011-2/+6
| | | | | | | | | | | | | | | | Submitted By: MAEKAWA Masahide
* | | | Added vendor OmniVision and cameran_hibma1999-05-012-0/+16
| | | |
* | | | Make ports 80 & 81 ``interactive''.brian1999-05-011-2/+2
| | | |
* | | | Don't use STDOUT_TOP.des1999-05-011-3/+3
| | | | | | | | | | | | | | | | Submitted by: Christopher Masto <chris@netmonger.net>
* | | | Add dhclient to mfsroot floppy - changes to sysinstall to follow.jkh1999-05-015-5/+10
| | | |
* | | | Shuffle source selection menu items to make it a little easier to use.jkh1999-05-013-18/+18
| | | |
* | | | Update this file to no longer list the outdated information about gulf.netjkh1999-05-011-26/+3
| | | | | | | | | | | | | | | | Ignored-for-too-long-by: jmb
* | | | Add a hook that can be called to initialise a slave processor's memorymsmith1999-04-3012-45/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Turn DEFAULT_VTABLE_THUNKS back on. It caused problems with undefined symbolsobrien1999-04-301-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Change references from "passwordperiod" to "passwordtime", sincehoek1999-04-307-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | "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...
* | | | Close PR #10971: flush the database cache after forking in ypproc_all_2_svc()wpaul1999-04-301-0/+8
| | | | | | | | | | | | | | | | so that parent and child don't share DB handles.
* | | | Close PR #10970: exit at the end of ypproc_all_2_svc() instead of returning.wpaul1999-04-301-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Bunch of updates:wpaul1999-04-302-104/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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()).
* | | | Tcopy uses 32 bit unsigned to accumulate a count of bytes read/written.phk1999-04-302-15/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Minor punctuation/grammar nits.kris1999-04-301-3/+3
| | | |
* | | | Add a new "file" to procfs: "rlimit" which shows the resource limits forphk1999-04-3011-10/+408
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the process. PR: 11342 Submitted by: Adrian Chadd adrian@freebsd.org Reviewed by: phk
* | | | Implement fascist mode (do not open a datagram socket at all).des1999-04-302-7/+9
| | | |
* | | | My last commit accidentally undid the changes made in rev 1.68roger1999-04-302-2/+10
| | | | | | | | | | | | | | | | regarding COMPAT_PCI_DRIVER. Put them back.
* | | | Added $Id$.kato1999-04-301-0/+2
| | | |
* | | | Add beer-ware license and $Id$phk1999-04-301-0/+11
| | | | | | | | | | | | | | | | Noticed by: dillon
* | | | Fix a bunch typos, one fix of which is from docs/10794hoek1999-04-301-11/+11
| | | |
* | | | Make BOOTP to work again.phk1999-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | Submitted by: dillon Reviewed by: phk
* | | | Set curproc at the end of proc0_init().dt1999-04-291-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch also moves the bogus comment (the comment is still not quite right) and (as a side effect) removes some verbose initialisations (we depend on static initialisation to 0 for almost everything in proc0). The alpha kernels are bootable again. The change won't affect i386's until machdep.c is changed. Submitted by: bde
OpenPOWER on IntegriCloud