summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* svr4_enable shouldn't have been mentioned here, considering svr4 won't beMark Newton1999-05-111-2/+1
| | | | | | | | | | in any releases 'til 4.0 comes out. Submitted by: Greg Lehey <grog@lemis.com> Reviewed by: Jordan Hubbard <jkh@freebsd.org> Notes: svn path=/stable/3/; revision=47014
* MFC: catch up with /etc/mailJordan K. Hubbard1999-05-111-2/+2
| | | | Notes: svn path=/stable/3/; revision=47013
* MFC: PR 9367Jordan K. Hubbard1999-05-111-2/+4
| | | | Notes: svn path=/stable/3/; revision=47010
* Make the driver work on HP8100 and the newer Philips, etc drives.Jordan K. Hubbard1999-05-111-24/+3
| | | | | | | Submitted by: sos Notes: svn path=/stable/3/; revision=47007
* MFC: desktop ordering, preserve /root.Jordan K. Hubbard1999-05-112-5/+9
| | | | Notes: svn path=/stable/3/; revision=47005
* Make note of recent KKIS.05051999.003b exploit fix.Jordan K. Hubbard1999-05-111-0/+4
| | | | Notes: svn path=/stable/3/; revision=46995
* MFC: Changes to shared locking to elevate the priority over exclusive lockDavid Greenman1999-05-113-9/+38
| | | | | | | | when both have been requested and the P_DEADLKTREAT process flag is set. Believed to fix PR 8416. Notes: svn path=/stable/3/; revision=46992
* Don't make this sgid by default.Jordan K. Hubbard1999-05-111-2/+4
| | | | | | | Requested by: jkb Notes: svn path=/stable/3/; revision=46991
* MFC: catch more a.out libsJordan K. Hubbard1999-05-111-3/+3
| | | | Notes: svn path=/stable/3/; revision=46989
* MFC: add /usr/X11R6/bin to default path.Jordan K. Hubbard1999-05-111-2/+2
| | | | Notes: svn path=/stable/3/; revision=46988
* MFC: add in mention of 1080/1240 supportMatt Jacob1999-05-111-1/+2
| | | | Notes: svn path=/stable/3/; revision=46987
* MFC: changes to support dual bus host adapters.Matt Jacob1999-05-111-111/+390
| | | | Notes: svn path=/stable/3/; revision=46985
* MFC: revisions 1.10-1.16 and 1.18. A large set of changes to handle dualMatt Jacob1999-05-111-79/+503
| | | | | | | bus adapters and changes in how f/w is handled. Notes: svn path=/stable/3/; revision=46984
* MFC: cleanups and dual bus definitions.Matt Jacob1999-05-111-32/+119
| | | | Notes: svn path=/stable/3/; revision=46983
* MFC: support for dual bus adapters.Matt Jacob1999-05-111-18/+20
| | | | Notes: svn path=/stable/3/; revision=46982
* MFC: Do 3 level f/w versions. 1080/1240 support (for dual bus hbas).Matt Jacob1999-05-111-34/+88
| | | | | | | See revistions 1.9-1.14. Notes: svn path=/stable/3/; revision=46981
* MFC: Add in 1080/1240 support (new register layouts) and NVRAM for same.Matt Jacob1999-05-111-49/+198
| | | | | | | See revistions 1.5-1.9. Notes: svn path=/stable/3/; revision=46980
* MFC: use FAST POSTING codes. Add in 1080/1240 support which caused aMatt Jacob1999-05-111-109/+123
| | | | | | | | quite large set of changes. Correct bogus BIG_ENDIAN defines. See revisions 1.5-1.10. Notes: svn path=/stable/3/; revision=46979
* MFC: Add in dual bus support. Add in 1080 LVD support. Add in NVRAMMatt Jacob1999-05-111-731/+1632
| | | | | | | | decdoing. Go to a 3 level f/w usage. Handle PDB change events properly. See revisions 1.12-1.19. Notes: svn path=/stable/3/; revision=46978
* MFC 1.551 && 1.570 options pertinent for ISP host adapter.Matt Jacob1999-05-111-1/+35
| | | | Notes: svn path=/stable/3/; revision=46977
* MFC:Matt Jacob1999-05-111-455/+592
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a SA_FLAG_COMP_SUPP flag (to quirk compression as SUPPORTED). Add a SA_FLAG_TAPE_FROZEN for (see below). Add a queue_count field to softc. Add HP T20* Travan-5 like tape device as a FIXED/512 type device. Works for me. Add TANDBERG SLR5 as a variable SA_QUIRK_1FM device. Change VIPER 2525 to 1024 byte blocksize. It's possible other drives should change too, but see below.. Change argument to sagetparams to be pointer to a sa_comp_t union- this can be either a DATA COMPRESSION or a DEVICE CONFIGURATION page. In general compression now tries to use the DATA COMPRESSION page and if that fails tries the DEVICE CONFIGURATION page. Change close routine to not rewind tape if there's a failure in either writing filemarks or in backing over one of two filemarks for a 2FM at EOT tape- instead mark the tape as 'frozen' and print a message saying that either an OFFLINE or REWIND or an MTEOM command is needed to clear this state (all bring certainty back to tape position). Fix sastrategy to not allow I/O to a frozen tape. Add MTIOCGETEOTMODEL/MTIOCSETEOTMODEL ioctls that get and set the EOT model for a tape drive (you can now dynamically change whether it's a 2 FM @ EOT or 1FM at EOT tape device). This ought to give folks something to handle the QIC drives we don't know about. Correctly propagate record of compression algorithm back. Clear FROZEN flag for EOM, REWIND and OFFLINE (and RETENSION and ERASE) cases. Fix an egregious bug in sadone that had left the device queue frozen for deferred (for fixed mode case) errors. Add comment in samount about how useless the test unit ready is for invalidating a mount (this has to be fixed later). Fix residual calculation (per Eivind) in saerror so that negative values for tape records being too large for the supplied buffer get caught. Do some other saerrro cleanup. Per Ken && Justin, add my name to copyright comment. Notes: svn path=/stable/3/; revision=46976
* MFC 1.126 && 1.130 to bring ISP host adapter options back into stable branch.Matt Jacob1999-05-111-1/+11
| | | | Notes: svn path=/stable/3/; revision=46975
* MFC (1.143: fixed reset handling for motor off resets).Bruce Evans1999-05-111-2/+3
| | | | Notes: svn path=/stable/3/; revision=46974
* Note that support has been added for the Adaptec 2930U2 and 3950U2.Kenneth D. Merry1999-05-111-0/+2
| | | | Notes: svn path=/stable/3/; revision=46973
* MFC: Move the cleaner versions that Bruce had encouraged me to do back intoMatt Jacob1999-05-112-39/+31
| | | | | | | the mainstream. Notes: svn path=/stable/3/; revision=46963
* MFC: Fix a bogon which stopped Vinum from recognizing half its keywords.Greg Lehey1999-05-111-2/+2
| | | | | | | | It doesn't in fact bite here, but it's filth, and it could potentially jump out of the woodwork and do harm. Notes: svn path=/stable/3/; revision=46961
* update spam countermeasuresJonathan M. Bresler1999-05-114-205/+22
| | | | | | | | | add examples of using an access_db update .mc files to match recommendations on http://www.sendmail.org/m4/anti-spam.html Notes: svn path=/stable/3/; revision=46957
* MFC versions 1.5-1.10Matt Jacob1999-05-111-13459/+15487
| | | | Notes: svn path=/stable/3/; revision=46955
* MFC version 1.56. I think 1.53 ought to go too.Matt Jacob1999-05-111-1/+11
| | | | Notes: svn path=/stable/3/; revision=46953
* MFC version 1.5Matt Jacob1999-05-111-3/+38
| | | | Notes: svn path=/stable/3/; revision=46951
* MFC version 1.25Matt Jacob1999-05-111-12/+45
| | | | Notes: svn path=/stable/3/; revision=46949
* MFC version 1.15Matt Jacob1999-05-111-0/+16
| | | | Notes: svn path=/stable/3/; revision=46948
* MFC: version 1.18Matt Jacob1999-05-111-2/+9
| | | | Notes: svn path=/stable/3/; revision=46947
* MFC: 1.18 (Clear the undefined bits returned by a rdmsr on the performanceAlan Cox1999-05-111-3/+3
| | | | | | | counters.) Notes: svn path=/stable/3/; revision=46946
* MFC: s/safe_finger/finger/gDavid E. O'Brien1999-05-111-2/+2
| | | | Notes: svn path=/stable/3/; revision=46944
* MFC: Impliment elements of TCP Wrappers's `safe_finger'.David E. O'Brien1999-05-113-2/+46
| | | | Notes: svn path=/stable/3/; revision=46943
* MFC: s/it/if/Michael Haro1999-05-111-2/+2
| | | | Notes: svn path=/stable/3/; revision=46942
* MFC (1.142: fixed checking for maddr/msize conflicts).Bruce Evans1999-05-101-7/+6
| | | | Notes: svn path=/stable/3/; revision=46940
* MFC:Kenneth D. Merry1999-05-104-88/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new device specification syntax to camcontrol. It is now possible to do things like: camcontrol tur da5 or camcontrol tur 1:2:0 or camcontrol tur 1:2 These changes are fully backwards compatible with the original device specification syntax (-n dev -u unit), so it is possible to use either method to specify a device now. The device specification changes do not affect the rescan, reset or debug commands, since by design, those commands work on a bus or bus:target:lun basis only. Also, shorten the default usage statement so that it fits in a 24 column terminal. The full usage statement is still available by using the "help" "-h" or "-?" arguments to camcontrol. Submitted by: Joerg Wunsch <joerg_wunsch@interface-business.de> Notes: svn path=/stable/3/; revision=46939
* Revert previous commit, since it caused problems.Dmitrij Tejblum1999-05-101-1/+1
| | | | | | | OKed by: wosch Notes: svn path=/stable/3/; revision=46933
* MFC: Fix typo.Jun Kuriyama1999-05-101-3/+3
| | | | | | | Submitted by: Hiroki Sato <hrs@geocities.co.jp> Notes: svn path=/stable/3/; revision=46932
* MFC: small patch to ypxfr to allow it to run properly from cron.Bill Paul1999-05-101-4/+4
| | | | Notes: svn path=/stable/3/; revision=46930
* Document 'nlpt'->'lpt'David E. O'Brien1999-05-101-4/+15
| | | | | | | | devstat and friends API change NOAOUT->WANT_AOUT Notes: svn path=/stable/3/; revision=46927
* MFC: NOAOUT --> WANT_AOUTDavid E. O'Brien1999-05-102-7/+7
| | | | Notes: svn path=/stable/3/; revision=46926
* MFC: move sysctl/ to src/sbin/ due to its installation placeDavid E. O'Brien1999-05-107-1002/+4
| | | | Notes: svn path=/stable/3/; revision=46924
* MFC: Fix descriptor leak provoked by KKIS.05051999.003b exploit code.Don Lewis1999-05-101-1/+4
| | | | Notes: svn path=/stable/3/; revision=46923
* MFC: Don't ignore mmap() address hint below the text section.Luoqi Chen1999-05-101-2/+4
| | | | Notes: svn path=/stable/3/; revision=46914
* Make install target work properly.Doug Rabson1999-05-101-1/+3
| | | | Notes: svn path=/stable/3/; revision=46910
* MFC (with a little help from indent): style cleanup.Dag-Erling Smørgrav1999-05-101-69/+72
| | | | Notes: svn path=/stable/3/; revision=46898
* MFC: cvs-1.10 + FreeBSD mods preserved.Peter Wemm1999-05-1069-2399/+5557
| | | | Notes: svn path=/stable/3/; revision=46897