summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | GCC uses .asm files on the Alpha for crt{begin,end}.o rather thanobrien2000-10-311-9/+30
| | | | | | | | | | | | crtstuff.c as they do for other platforms. Moral support from: jdp
* | Move 'tw*' after 'twe*' so that it's possible to create the control devicemsmith2000-10-311-5/+5
| | | | | | | | | | | | for the 'twe' driver. This is an expedient solution for an actually-manifesting symptom of a major problem with MAKEDEV. Roll on DEVFS.
* | Call dc_apply_fixup() in dc_setcfg() for the MII case.wpaul2000-10-312-0/+8
| |
* | Grrr. The 'reg' variable in dc_apply_fixup() needs to be a u_int32_t, notwpaul2000-10-302-2/+2
| | | | | | | | | | a u_int8_t. Pass the conical hat. This should fix certain cardbus 21143 cards that require SROM h0h0magic in order to enable their transceivers.
* | Changes have been made to support a concept of VAR_FIXIT_TTY beingjkh2000-10-306-78/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | standard or serial. This change needs to be done to the entire system that depends on this. This way we don't have some code using OnVTY checks and other doing strcmp(variable_get(VAR_FIXIT_TTY), "standard") == 0 checks. Also we need to set VAR_FIXIT_TTY to "serial" if we come up on a serial console. Also fixed a dialog problem in that dialog was used when dialog was disabled causing some troubles such as not letting the cursor keys work when exiting the fixit mode on media (ie. not the fixit shell but for example fixit on a floppy). Submitted by: Doug Ambrisko <ambrisko@whistle.com> PR: 22352
* | Add an entry for the Xircom 10/100 Network PC Card adapter.jhb2000-10-301-0/+6
| |
* | Update to reflect that the XPT device can accept path inquiry commands.scottl2000-10-301-0/+1
| | | | | | | | Reviewed by: gibbs
* | Allow XPT_PATH_INQ to be performed on the XPT device, as per the CAM spec.scottl2000-10-301-1/+7
| | | | | | | | | | | | | | Return ENOTSUP for XPT_ENG_INQ and XPT_ENG_EXEC when performed on the XPT device. Reviewed by: gibbs
* | Note ipfilter update to 3.4.12, cd(4) support for write operations,bmah2000-10-302-8/+28
| | | | | | | | | | MFC of OpenSSH-2.2.0, MFC of chio(1) enhancements, MFC of libisc import, mergemaster improvements.
* | Try a bit harder to test for ATA/ATAPI HW to probe, this is to avoidsos2000-10-301-3/+15
| | | | | | | | some of the false comrades some devices fakes...
* | Remove an evil conditional nested include of <sys/systm.h>phk2000-10-301-1/+0
| |
* | Add a missing <sys/systm.h>phk2000-10-301-0/+1
| |
* | Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>phk2000-10-3022-0/+22
| | | | | | | | | | | | doesn't mess us up. Noted by: Harti Brandt <brandt@fokus.gmd.de>
* | Comment out the (old) acpi stuff, it breaks LINT.phk2000-10-302-6/+6
| |
* | o Tighten up rules for which processes can't debug which other processesrwatson2000-10-301-2/+4
| | | | | | | | | | | | | | | | in the p_candebug() function. Synchronize with sef's CHECKIO() macro from the old procfs, which seems to be a good source of security checks. Obtained from: TrustedBSD Project
* | Whitespace only:sheldonh2000-10-301-13/+16
| | | | | | | | | | | | * Remove hard sentence breaks. * Remove trailing whitespace. * Separate macro arguments from trailing punctuation with whitespace.
* | Fix nits introduced in rev 1.9:sheldonh2000-10-301-2/+4
| | | | | | | | | | Remove single-space hard sentence break. Mark errno up as a Variable (Va).
* | MFC: Fix typo: Melco Inc. sells LUA-TX, not LU-ATX.bmah2000-10-303-3/+3
| | | | | | | | | | PR: misc/22383 Submitted by: WAKABAYASHI Susumu <susumu@wakabaya.net>
* | Note MFC to 4-STABLE of mly(4) driver.bmah2000-10-301-1/+1
| | | | | | | | Submitted by: msmith
* | Drop PKT_ALIAS_IGNORED packets if ``nat deny_incoming yes'' is in effect.brian2000-10-301-1/+5
| | | | | | | | Approved by: rwatson, ru
* | Added boolean argument to link searching functions, indicatingru2000-10-3014-214/+84
| | | | | | | | whether they should create a link if lookup has failed or not.
* | Update the Promise RAID code, there are differences between BIOSsos2000-10-301-6/+6
| | | | | | | | version unfortunately...
* | Remove unused #include statementshm2000-10-3044-84/+0
| | | | | | | | Submitted by: phk
* | Replace old sigaction struct declaration with the new one as presentasmodai2000-10-301-12/+8
| | | | | | | | | | | | | | | | | | | | in <sys/signal.h>. This might be a shortterm fix until the manpage is updated towards POSIX terminology. And maybe not... PR: 21542 Submitted by: Ronald F. Guilmette <rfg@monkeys.com>
* | MFS:sanpei2000-10-301-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | cosmetic changes use /etc/pccard_ether for Xircom CreditCard Netwave and 3Com Corporation" "3C562" (BUT NOT SUPPORTED). fix `card line' of RATOC REX-5572 (as SCSI only) use `config auto' for RATOC REX-5536AM, REX-9836A, ICM PSC-2401 SCSI
* | Correct incorrect information about the PATH used for exec*() calls.asmodai2000-10-301-4/+7
| | | | | | | | | | PR: 21990 Partially submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
* | Whitespace only change: trim trailing whitespace.asmodai2000-10-3054-186/+186
| |
* | A significant rewrite of PPTP aliasing code.ru2000-10-308-302/+530
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PPTP links are no longer dropped by simple (and inappropriate in this case) "inactivity timeout" procedure, only when requested through the control connection. It is now possible to have multiple PPTP servers running behind NAT. Just redirect the incoming TCP traffic to port 1723, everything else is done transparently. Problems were reported and the fix was tested by: Michael Adler <Michael.Adler@compaq.com>, David Andersen <dga@lcs.mit.edu>
* | Start using crt[in].o to adhear to the ELF ABIobrien2000-10-301-2/+2
| | | | | | | | (and crtstuff.c's requirements).
* | Remove unused #includes.non2000-10-302-16/+6
| | | | | | | | Submitted by: phk@FreeBSD.ORG
* | Now that the amount of (pseudo) interfaces is growing with IPv6,guido2000-10-301-22/+30
| | | | | | | | get rid of stupid upperbound on the amount of interfaces (was 8).
* | This commit was generated by cvs2svn to compensate for changes in r67957,kris2000-10-307-0/+2024
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Initial import of AES algorithm code (aka Rijndael) from KAME.kris2000-10-307-0/+2024
| | |
* | | remove an unused function (and a warning)n_hibma2000-10-301-6/+1
| | |
* | | Add entry for umodemn_hibma2000-10-301-0/+1
| | |
* | | Catch a left over reference to "/a".obrien2000-10-301-1/+1
| | |
* | | Add several new features, reorder some code, and continue with thedougb2000-10-302-97/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | process of making the script more cross platform friendly. * Add -i option to automatically install files that do not exist on the system already. * Add the ability to specify DESTDIR. * Allow the user to specify scripts to run right before the comparison starts, and when mm is done. This will allow the user to specify customized local behavior, and implement features such as automatically deleting files. * Document the above changes in the man page. * Switch to using 'ident' for the CVS Id comparison, which should help with portability, and makes it faster. * Reorder, and in one case fix some code by doing things in ways that make more sense. * Check to see if the file exists on the system before doing the comparisons. This saves CPU cycles, and streamlines the auto-install process. I used bits and pieces of suggestions and patches from various people, ultimately too numerous to name. Which is not to say that they were not both appreciated, and helpful in achieving the ultimate result.
* | | string.h has been repo copied to mystring.hobrien2000-10-302-72/+0
| | |
* | | IPFW does not discard *any* IP fragments with OFF=1, only TCP ones.ru2000-10-301-3/+6
| | |
* | | Fix the PCCARD ATA breakage..sos2000-10-302-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | This is due to a bug that has been in there since Warneer did the PCCARD stuff, the altioaddr is not offset 8 its offset 14 from the base address. Also only probe the master device, no known PCCARD ATA thingies has a slave AFAIK..
* | | Add pfil.9 manpage to build after a repository copy.ru2000-10-302-134/+2
| | |
* | | Revert previous commit after discussion with phk.kris2000-10-301-0/+1
| | |
* | | Remove unused #includesphk2000-10-304-7/+0
| | | | | | | | | | | | Reviewed by: ken
* | | Fix support for cardbus cards:wpaul2000-10-302-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add DRIVER_MODULE() declaration to make this driver a child of cardbus - Handle different width EEPROMs The CIS parser still barfs when scanning this card, but it seems to probe/attach correctly anyway. I can't do a traffic test just yet since I don't have a proper crossover cable handy.
* | | Remove more unused #includes.phk2000-10-3036-36/+0
| | |
* | | install rc.firewall6.ume2000-10-301-3/+3
| | |
* | | Write support for the cd(4) driver.ken2000-10-303-3/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows writing to DVD-RAM, PD and similar drives that probe as CD devices. Note that these are randomly writeable devices, not sequential-only devices like CD-R drives, which are supported by cdrecord. Add a new flag value for dsopen(), DSO_COMPATLABEL. The cd(4) driver now uses this flag instead of the DSO_NOLABELS flag. The DSO_NOLABELS always used a "fake" disklabel for the entire disk, provided by the caller. With the DSO_COMPATLABEL flag, dsopen() will first search the media for a label, and if it finds a label, it will use that label. Otherwise it will use the fake disklabel provided by the caller. This provides backwards compatibility, since we will still have labels for ISO9660 media. It also provides new functionality, since you can now have a regular BSD disklabel on read-only media, or on writeable media (e.g. DVD-RAM). Bruce and I both think that we should eventually (in a few years) get away from using disklabels for ISO9660 media, and just use the whole disk device (/dev/cd0). At that point disklabel handling in the cd(4) driver could follow the "normal" model, as used in the da(4) driver. Also, clean up the path in a couple of places in cdregister(). (Thanks to Nick Hibma for catching that bug.) Reviewed by: bde
* | | Add some additional message types for coming raylan driver from Duncanimp2000-10-301-0/+35
| | | | | | | | | | | | Barclay.
* | | Alpha verions of the crt initialization and finalization files requiredobrien2000-10-303-2/+96
| | | | | | | | | | | | by the ELF ABI.
* | | Change "PERL_THREADED=yes" to "PERL_THREADED=true".vanilla2000-10-301-4/+2
| | |
OpenPOWER on IntegriCloud