summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r1.4: add missing prototypes and includeKris Kennaway2001-03-051-0/+4
| | | | Notes: svn path=/stable/4/; revision=73579
* MFC: r1.7: fix C error in manpageKris Kennaway2001-03-051-1/+1
| | | | Notes: svn path=/stable/4/; revision=73578
* MFC: r1.5: fix typoKris Kennaway2001-03-051-1/+2
| | | | Notes: svn path=/stable/4/; revision=73577
* MFC: r1.4: sprinkle some consts aroundKris Kennaway2001-03-051-7/+9
| | | | Notes: svn path=/stable/4/; revision=73576
* MFC: r1.6: Ignore leading witespace in the string given to ↵Kris Kennaway2001-03-051-0/+1
| | | | | | | PacketAliasProxyRule(). Notes: svn path=/stable/4/; revision=73575
* MFC package signing tools. Not built by default.Wes Peters2001-03-050-0/+0
| | | | Notes: svn path=/stable/4/; revision=73574
* MFC: (turn dkcksum() into an __inline function)David E. O'Brien2001-03-053-4/+19
| | | | Notes: svn path=/stable/4/; revision=73572
* MFC: Call rtfree() not only if initial two conditions fail, butBosko Milekic2001-03-051-13/+7
| | | | | | | | | also if the ref count is > 1 and the two conditions pass. (Revision 1.81 of HEAD) Notes: svn path=/stable/4/; revision=73568
* MFC: rev 1.38; Add USB_PRODUCT_MELCO_LUATX5 device ID.Peter Wemm2001-03-051-0/+1
| | | | Notes: svn path=/stable/4/; revision=73567
* MFC: 1.16: respect user's choice to quit the pagerDavid E. O'Brien2001-03-051-4/+7
| | | | Notes: svn path=/stable/4/; revision=73565
* MFC: -k option, sparse dumpsDag-Erling Smørgrav2001-03-052-113/+165
| | | | Notes: svn path=/stable/4/; revision=73560
* MFC: Fix buffer overflow in $HOMEKris Kennaway2001-03-052-16/+35
| | | | Notes: svn path=/stable/4/; revision=73556
* MFC: mark pthread_exit() as a non-returning functionAlfred Perlstein2001-03-041-1/+1
| | | | Notes: svn path=/stable/4/; revision=73552
* MFC: Update copyright. Handles are 16, not 32 bits. Remove usage ofMatt Jacob2001-03-041-70/+81
| | | | | | | | | | isp_unit/isp_name (just use device_t). Get isp_portwwn or isp_nodewwn environment variables instead of a plain isp_wwn variable. Update target mode to handle the new handle passthru for parallel SCSI. Use all device_printf's or isp_prt's instead of plain printf. Notes: svn path=/stable/4/; revision=73550
* MFC: Role core minor. Handles are 16, not 32 bits. Add the ISPCTL_RUN_MBOXCMDMatt Jacob2001-03-041-3/+11
| | | | | | | | isp_control functio. Add the ISPASYNC_UNHANDLED_RESPONSE response async event code. Notes: svn path=/stable/4/; revision=73549
* MFC: The flag ICBOPT_BOTH_WWNS is more descriptive than ICBOPT_USE_PORTNAME.Matt Jacob2001-03-041-1/+1
| | | | Notes: svn path=/stable/4/; revision=73547
* MFC: Update copyright. Accomodate changes to Qlogic parallel SCSI targetMatt Jacob2001-03-041-9/+13
| | | | | | | | | | | mode spec (half of what had been a 32 bit 'driver reserved' value is now a 16 bit handle that is used to correllate CTIOs with a specific ATIO- we have to make sure we pass it on thru. Propagate back proper at2_entry format (instead of one derived from an at_entry). Handles are 16, not 32 bits. Notes: svn path=/stable/4/; revision=73546
* MFC: rev copyright. propage Asmodai's spelling correction. HandlesMatt Jacob2001-03-041-3/+4
| | | | | | | are 16 not 32 bits now. Notes: svn path=/stable/4/; revision=73545
* MFC: handles are 16 not 32 bits now.Matt Jacob2001-03-041-14/+14
| | | | Notes: svn path=/stable/4/; revision=73544
* Roll platform minor.Matt Jacob2001-03-041-9/+9
| | | | | | | | MFC: Remove name/unit from softc- replace with device_t from probe. Store default WWWs for both port && node. Notes: svn path=/stable/4/; revision=73543
* MFC: Remove usage of isp->isp_name/isp->isp_unit (use isp->isp_dev). RemoveMatt Jacob2001-03-041-55/+81
| | | | | | | | | | | stray newline in foormat string. Note the we don't support 2nd channel on 12160/1280 cards in target mode yet. Clean up target mode so that it more or less works again. Remove nearly all printfs and use device_printf or isp_prt. Handles are 16- not 32 bits now. We can now cope with at least the latest Qlogic 1040 Target Mode f/w (12160/1X80 not working yet). Notes: svn path=/stable/4/; revision=73542
* MFC: Update Copyright. Change handles from 32 to 16 bits. Catch aMatt Jacob2001-03-041-28/+70
| | | | | | | | longstanding bug about making sure that we're using both WWNs (port and node). Add ISPCTL_RUN_MBOXCMD isp_control function. Notes: svn path=/stable/4/; revision=73541
* MFC: 1.63: Hold a vnode reference corresponding to `rootvnode'.Ian Dowse2001-03-041-1/+2
| | | | | | | | | This is a cut-down version of the associated -current changes; it just fixes the `vrele: negative ref cnt' panics that occur on reboot if a filesystem was mounted directly over /. Notes: svn path=/stable/4/; revision=73539
* MFC: 1.23: change the spelling of `.' to `.' from .OBJDIRDavid E. O'Brien2001-03-041-7/+17
| | | | | | | | | 1.22: remove ${DESTDIR} from _PATH_TCSHELL, it is call path add gethost to build-tools to help cross-building 1.21: 6.10 changes Notes: svn path=/stable/4/; revision=73538
* MFC: 6.10 needed bits.David E. O'Brien2001-03-040-0/+0
| | | | Notes: svn path=/stable/4/; revision=73537
* MFC: Keep stats on interface address traffic for ipv4 and ipv6 packets.Josef Karthauser2001-03-046-14/+86
| | | | | | | | | | | | usr.bin/netstat/if.c: revision 1.34 sys/net/if_var.h: revision 1.27 sys/netinet6/ip6_input.c: revision 1.17 sys/netinet6/ip6_output.c: revisions 1.19, 1.20 sys/netinet/ip_input.c: revision 1.144 sys/netinet/ip_output.c: revisions 1.112, 1.114, 1.116 Notes: svn path=/stable/4/; revision=73536
* Yet another repair to "make world".Mark Murray2001-03-041-1/+1
| | | | | | | MFC: file removed when sbin/disklabel was MFC'd (.path: problem). Notes: svn path=/stable/4/; revision=73533
* MFC: merge sym_hipd.c -j1.23 -j1.24Gerard Roudier2001-03-041-10/+32
| | | | Notes: svn path=/stable/4/; revision=73532
* MFC: rwatson moved jails to struct ucred in -current, but not in -stable,Poul-Henning Kamp2001-03-041-1/+1
| | | | | | | | | consequently the same patch shouldn't be used verbatim. Submitted by: iedowse Notes: svn path=/stable/4/; revision=73528
* MFC: Limit threads clock resolution to no less than 1000usec (1000Hz).Daniel Eischen2001-03-042-1/+3
| | | | | | | PR: 25300 Notes: svn path=/stable/4/; revision=73527
* Fix make world. bin/csh has no build-tools target.Mark Murray2001-03-041-1/+1
| | | | Notes: svn path=/stable/4/; revision=73526
* MFC: Minor diff-reduction.Mark Murray2001-03-041-1/+1
| | | | Notes: svn path=/stable/4/; revision=73523
* MFC: Decent Kerberos(5) compatability (with MIT and SSH.COM)Mark Murray2001-03-0413-180/+167
| | | | Notes: svn path=/stable/4/; revision=73522
* MFC: don't build kerberos stuff that can't be built.Mark Murray2001-03-041-2/+1
| | | | Notes: svn path=/stable/4/; revision=73521
* MFC: Heimdal 0.3e build stuff.Mark Murray2001-03-0426-758/+1213
| | | | Notes: svn path=/stable/4/; revision=73520
* MFC: Heimdal 0.3e (MIT mucho-compatible) upgrade.Mark Murray2001-03-04455-32157/+49051
| | | | Notes: svn path=/stable/4/; revision=73518
* MFC: disklabel.8 rev 1.25, disklabel.c rev 1.3{3,5}David E. O'Brien2001-03-044-220/+561
| | | | | | | | | * Allow for easier configuration when using disklabel. (ie, allow use of meg and gig to specify size) * Turn dkcksum() into an __inline function. Notes: svn path=/stable/4/; revision=73517
* MFC 1.20:Chris D. Faulhaber2001-03-041-70/+90
| | | | | | | limit commands when not logged in Notes: svn path=/stable/4/; revision=73515
* MFC: Take into account the newer code.Mark Murray2001-03-042-4/+6
| | | | Notes: svn path=/stable/4/; revision=73514
* MFC: Bring KerberosIV up to the latest-and-greatest bugfix level.Mark Murray2001-03-04106-1626/+3861
| | | | Notes: svn path=/stable/4/; revision=73513
* MFC: 1.19[12]: document MACHINE_ARCHDavid E. O'Brien2001-03-041-6/+18
| | | | | | | | | | | | 1.187(partial): sleep as in -current 1.179: fix cross-building once again 1.177(partial): new distribworld target 1.176(partial): bootstrap-tools and cross-tools targets avoid building profiled and shared libraries; and build static binaries instead of shared binaries Notes: svn path=/stable/4/; revision=73512
* Sync RELENG4 version with HEAD. Only relevant change: DEFPA FDDI support.Wilko Bulte2001-03-041-2/+4
| | | | Notes: svn path=/stable/4/; revision=73508
* AS2100A support has been added.Wilko Bulte2001-03-041-0/+1
| | | | Notes: svn path=/stable/4/; revision=73507
* MFC: 1.32: support inheritance of the "nodump" flag down a hierarchyDavid E. O'Brien2001-03-041-0/+16
| | | | Notes: svn path=/stable/4/; revision=73506
* MFC: 1.12: support inheritance of the "nodump" flag down a hierarchyDavid E. O'Brien2001-03-041-26/+66
| | | | Notes: svn path=/stable/4/; revision=73505
* MFC: OpenSSL ASM supportKris Kennaway2001-03-042-10/+79
| | | | Notes: svn path=/stable/4/; revision=73503
* MFC: CPUTYPE infrastructure, modulo IA64 supportKris Kennaway2001-03-045-8/+35
| | | | Notes: svn path=/stable/4/; revision=73502
* MFC: bc 1.06Kris Kennaway2001-03-0455-1552/+2796
| | | | Notes: svn path=/stable/4/; revision=73501
* MFC: r1.2: typo fixKris Kennaway2001-03-041-1/+3
| | | | Notes: svn path=/stable/4/; revision=73500
* MFC: r1.40: Use the correct timestamp for the -C -p case when the comparison ↵Kris Kennaway2001-03-041-2/+2
| | | | | | | fails. Notes: svn path=/stable/4/; revision=73499