]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
19 years agoMention the import of the OpenBSD dhclient, particularly the requirement
brooks [Tue, 7 Jun 2005 18:07:47 +0000 (18:07 +0000)]
Mention the import of the OpenBSD dhclient, particularly the requirement
of running devd and the loss of DNS update functionality.

Reminded by: sobomax

19 years agoChange the default for dumpdev to "AUTO". It should be reverted to "NO"
des [Tue, 7 Jun 2005 15:22:08 +0000 (15:22 +0000)]
Change the default for dumpdev to "AUTO".  It should be reverted to "NO"
on RELENG_* branches.

19 years agoHonor the "dumpdev" kenv variable if it is set and the "dumpdev" rc
des [Tue, 7 Jun 2005 15:20:10 +0000 (15:20 +0000)]
Honor the "dumpdev" kenv variable if it is set and the "dumpdev" rc
variable is set to "AUTO".

MFC after: 2 weeks

19 years agoFix build on 64-bit platforms where time_t is 64 bit. Since where
brooks [Tue, 7 Jun 2005 14:47:54 +0000 (14:47 +0000)]
Fix build on 64-bit platforms where time_t is 64 bit.  Since where
talking about time related to leases, it should be OK to cast these to
(int)s rather than using intmax_t.

Submitted by: ru
Pointy hat: brooks

19 years agoadd_proto() now fills proto for us so stop to 'guess' the protocol from the
mlaier [Tue, 7 Jun 2005 14:11:17 +0000 (14:11 +0000)]
add_proto() now fills proto for us so stop to 'guess' the protocol from the
command and rather trust the value add_proto filled in.  While here, fix an
oversight in the pretty printing of ip6/4 options.

19 years agoUpdate statistics only in case if delivery was successfull.
glebius [Tue, 7 Jun 2005 12:22:13 +0000 (12:22 +0000)]
Update statistics only in case if delivery was successfull.

19 years ago- Remove OpenBSD'ism (bsd.own.mk).
ru [Tue, 7 Jun 2005 09:32:23 +0000 (09:32 +0000)]
- Remove OpenBSD'ism (bsd.own.mk).
- Remove redundant and harmful -Wall from CFLAGS.

19 years agoRevert the commits that made libssh an INTERNALLIB; they caused too much
des [Tue, 7 Jun 2005 09:31:28 +0000 (09:31 +0000)]
Revert the commits that made libssh an INTERNALLIB; they caused too much
trouble, especially on amd64.

Requested by: ru

19 years agoSubstitute "kgdb" for "gdb -k".
jkoshy [Tue, 7 Jun 2005 06:21:43 +0000 (06:21 +0000)]
Substitute "kgdb" for "gdb -k".

19 years agoIn lio_listio(2) change jobref from an int to a long so that
alc [Tue, 7 Jun 2005 05:28:21 +0000 (05:28 +0000)]
In lio_listio(2) change jobref from an int to a long so that
lio_listio(LIO_WAIT, ...) works correctly on 64-bit architectures.

Reviewed by: tegge

19 years agoGratuitous renaming of four System V Semaphore MAC Framework entry
rwatson [Tue, 7 Jun 2005 05:03:28 +0000 (05:03 +0000)]
Gratuitous renaming of four System V Semaphore MAC Framework entry
points to convert _sema() to _sem() for consistency purposes with
respect to the other semaphore-related entry points:

mac_init_sysv_sema() -> mac_init_sysv_sem()
mac_destroy_sysv_sem() -> mac_destroy_sysv_sem()
mac_create_sysv_sema() -> mac_create_sysv_sem()
mac_cleanup_sysv_sema() -> mac_cleanup_sysv_sem()

Congruent changes are made to the policy interface to support this.

Obtained from: TrustedBSD Project
Sponsored by: SPAWAR, SPARTA

19 years agoFix path to dhclient-script and reconnect to build.
brooks [Tue, 7 Jun 2005 04:51:24 +0000 (04:51 +0000)]
Fix path to dhclient-script and reconnect to build.

19 years agoNow that dhclient builds and /etc/support has been committed, reconnect
brooks [Tue, 7 Jun 2005 04:49:37 +0000 (04:49 +0000)]
Now that dhclient builds and /etc/support has been committed, reconnect
dhclient to the build.

19 years agoSupport code for the OpenBSD dhclient. This significantly changes the
brooks [Tue, 7 Jun 2005 04:49:12 +0000 (04:49 +0000)]
Support code for the OpenBSD dhclient.  This significantly changes the
way interfaces are configured.  Some key points:

  - At startup, all interfaces are configured through /etc/rc.d/netif.
  - ifconfig_<if> variables my now mix real ifconfig commands the with
    DHCP and WPA directives.  For example, this allows media
    configuration prior to running dhclient.
  - /etc/rc.d/dhclient is not run at startup except by netif to start
    dhclient on specific interfaces.
  - /etc/pccard_ether calls "/etc/rc.d/netif start <if>" to do most of
    it's work.
  - /etc/pccard_ether no longer takes additional arguments to pass to
    ifconfig.  Instead, ifconfig_<if> variables are now honored in favor
    of pccard_ifconfig when available.
  - /etc/pccard_ether will only run on interfaces specified in
    removable_interfaces, even if pccard_ifconfig is set.

19 years agoUse SCRIPTS to install dhclient-script instead of rolling our own.
brooks [Tue, 7 Jun 2005 04:35:48 +0000 (04:35 +0000)]
Use SCRIPTS to install dhclient-script instead of rolling our own.

19 years agoFreeBSDize the dhclient-script.
brooks [Tue, 7 Jun 2005 04:32:29 +0000 (04:32 +0000)]
FreeBSDize the dhclient-script.

Submitted by: sam

19 years agoDefine _PATH_VAREMPTY.
brooks [Tue, 7 Jun 2005 04:26:14 +0000 (04:26 +0000)]
Define _PATH_VAREMPTY.

Add a -b option to background immediatly.

Add support for 802.11 routing messages to "instantly" renegotiate
at lease when we associate with a new network.

Submitted by: sam

19 years agoNote the sendmail 8.13.4 upgrade
gshapiro [Tue, 7 Jun 2005 04:22:21 +0000 (04:22 +0000)]
Note the sendmail 8.13.4 upgrade

MFC after: 4 days

19 years agoNote the sendmail 8.13.4 upgrade.
gshapiro [Tue, 7 Jun 2005 04:20:57 +0000 (04:20 +0000)]
Note the sendmail 8.13.4 upgrade.

19 years agoAdd a new source file in sendmail 8.13.4
gshapiro [Tue, 7 Jun 2005 04:18:25 +0000 (04:18 +0000)]
Add a new source file in sendmail 8.13.4

19 years agoResolve conflicts from sendmail 8.13.4 import
gshapiro [Tue, 7 Jun 2005 04:17:21 +0000 (04:17 +0000)]
Resolve conflicts from sendmail 8.13.4 import

19 years agoThis commit was generated by cvs2svn to compensate for changes in r147078,
gshapiro [Tue, 7 Jun 2005 04:14:59 +0000 (04:14 +0000)]
This commit was generated by cvs2svn to compensate for changes in r147078,
which included commits to RCS files with non-trunk default branches.

19 years agoImport sendmail 8.13.4
gshapiro [Tue, 7 Jun 2005 04:14:59 +0000 (04:14 +0000)]
Import sendmail 8.13.4

19 years agoNULL is not a valid time_t.
brooks [Tue, 7 Jun 2005 04:14:54 +0000 (04:14 +0000)]
NULL is not a valid time_t.

Submitted by: sam

19 years agoWe don't support BPF write filters at this time.
brooks [Tue, 7 Jun 2005 04:13:52 +0000 (04:13 +0000)]
We don't support BPF write filters at this time.

Submitted by: sam

19 years agoTake the OpenBSD version of the Makefile to resolve conflicts as the old
brooks [Tue, 7 Jun 2005 04:08:50 +0000 (04:08 +0000)]
Take the OpenBSD version of the Makefile to resolve conflicts as the old
one is irrelevent.  Add $FreeBSD.

19 years agoThis commit was generated by cvs2svn to compensate for changes in r147072,
brooks [Tue, 7 Jun 2005 04:05:09 +0000 (04:05 +0000)]
This commit was generated by cvs2svn to compensate for changes in r147072,
which included commits to RCS files with non-trunk default branches.

19 years agoImport the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tag
brooks [Tue, 7 Jun 2005 04:05:09 +0000 (04:05 +0000)]
Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tag
OPENBSD_3_7).

19 years agoRemove the bits to build the isc-dhclient.
brooks [Tue, 7 Jun 2005 04:02:10 +0000 (04:02 +0000)]
Remove the bits to build the isc-dhclient.

19 years agoTemporarily disconnect dhclient from the build while I import the
brooks [Tue, 7 Jun 2005 03:59:26 +0000 (03:59 +0000)]
Temporarily disconnect dhclient from the build while I import the
OpenBSD version.

19 years agoFinish adding _dhcp user.
maxim [Tue, 7 Jun 2005 03:41:20 +0000 (03:41 +0000)]
Finish adding _dhcp user.

19 years ago - Fix the case where we're not preempting but there is already a newtd
jeff [Tue, 7 Jun 2005 02:59:16 +0000 (02:59 +0000)]
 - Fix the case where we're not preempting but there is already a newtd
   as this happens via thread_switchout().  I don't particularly like the
   structure of the code here.  We twice call out to thread code when
   a thread is voluntarily switching.  Once to thread_switchout() and once
   to slot_fill(), while sched_4BSD does even more work which is redundant
   to select another thread to use our remaining slice.  This should be
   simplified in the future, but for now I'm only going to fix the bug not
   the bad design.

19 years agoSet the correct IFS parameters for the beacon tx queue
sam [Tue, 7 Jun 2005 00:12:40 +0000 (00:12 +0000)]
Set the correct IFS parameters for the beacon tx queue
when operating in ap and adhoc modes.

19 years agoWPA/802.11i interoperability fixes:
sam [Tue, 7 Jun 2005 00:08:48 +0000 (00:08 +0000)]
WPA/802.11i interoperability fixes:
o only include capabilities word in the WPA ie when non-zero and
  not preauth
o always include the capabilities in the RSN ie

Obtained from: Atheros

19 years agoChange the maximum bpf program instruction limitation from being hard-
csjp [Mon, 6 Jun 2005 22:19:59 +0000 (22:19 +0000)]
Change the maximum bpf program instruction limitation from being hard-
coded at 512 (BPF_MAXINSNS) to being tunable. This is useful for users
who wish to use complex or large bpf programs when filtering traffic.
For now we will default it to BPF_MAXINSNS. I have tested bpf programs
with well over 21,000 instructions without any problems.

Discussed with: phk

19 years agoMake "show msgbuf" use the pager instead of blasting the whole thing out.
dwhite [Mon, 6 Jun 2005 22:18:32 +0000 (22:18 +0000)]
Make "show msgbuf" use the pager instead of blasting the whole thing out.

MFC after: 3 days

19 years agoOpen devices RDONLY for ioctls. That makes it work on open devices to which
sos [Mon, 6 Jun 2005 20:46:51 +0000 (20:46 +0000)]
Open devices RDONLY for ioctls. That makes it work on open devices to which
GEOM doesn't allow WR access.

19 years agoAdd _dhcp user/group as required by the OpenBSD dhclient.
brooks [Mon, 6 Jun 2005 20:19:56 +0000 (20:19 +0000)]
Add _dhcp user/group as required by the OpenBSD dhclient.

19 years agoFix for a bug in the change that walks the scoreboard backwards from
ps [Mon, 6 Jun 2005 19:46:53 +0000 (19:46 +0000)]
Fix for a bug in the change that walks the scoreboard backwards from
the tail (in tcp_sack_option()). The bug was caused by incorrect
accounting of the retransmitted bytes in the sackhint.

Reported by:    Kris Kennaway.
Submitted by:   Noritoshi Demizu.

19 years agoNote read-only support for NVIDIA MediaShield.
brueffer [Mon, 6 Jun 2005 19:08:12 +0000 (19:08 +0000)]
Note read-only support for NVIDIA MediaShield.

19 years agoSend link state change notifications to /dev/devctl. This is needed to
brooks [Mon, 6 Jun 2005 19:08:11 +0000 (19:08 +0000)]
Send link state change notifications to /dev/devctl.  This is needed to
start the OpenBSD dhclient when links come up.

19 years agoFix libssh dependency.
des [Mon, 6 Jun 2005 19:01:01 +0000 (19:01 +0000)]
Fix libssh dependency.

19 years agoMisc keycache changes:
sam [Mon, 6 Jun 2005 16:39:21 +0000 (16:39 +0000)]
Misc keycache changes:
o purge ath_initkeytable; it's not needed
o add multicast key search support for supporting multiple group keys
  (disabled for now; requires updated hal)
o create keycache entry for stations using open auth so they get h/w
  antenna management support
o add keycache -> node mapping table; eliminates mac-based lookup in
  the net80211 layer

19 years agoMake libssh an INTERNALLIB like it is in {Net,Open}BSD.
des [Mon, 6 Jun 2005 16:13:07 +0000 (16:13 +0000)]
Make libssh an INTERNALLIB like it is in {Net,Open}BSD.

19 years agoo Typo.
maxim [Mon, 6 Jun 2005 16:10:58 +0000 (16:10 +0000)]
o Typo.

Submitted by: Jung-uk Kim

19 years agoApply the usual woodoo for 64bitness.
sos [Mon, 6 Jun 2005 15:49:09 +0000 (15:49 +0000)]
Apply the usual woodoo for 64bitness.

19 years agoWhen operating the diopter adjustment knob with your eye to the view-
wilko [Mon, 6 Jun 2005 15:43:00 +0000 (15:43 +0000)]
When operating the diopter adjustment knob with your eye to the view-
finder, be careful not to put your fingers or fingernails in your eye.
                -- found in the users manual of the Nikon D2x camera,
                   a camera for professional photographers
%

19 years agoAdd support for nVidia's software RAID "MediaShield".
sos [Mon, 6 Jun 2005 13:35:24 +0000 (13:35 +0000)]
Add support for nVidia's software RAID "MediaShield".

HW Sponsored by: Yahoo!

19 years agoo Fix the release dates of FreeBSD 1.1, 1.1.5.1, 2.0, add the release
maxim [Mon, 6 Jun 2005 13:08:22 +0000 (13:08 +0000)]
o Fix the release dates of FreeBSD 1.1, 1.1.5.1, 2.0, add the release
date of FreeBSD 1.1.5.

o URL to "Unix at 25" is reachable now.

PR: misc/81931
Submitted by: Gavin Atkinson
MFC after: 3 days

19 years agoUntil someone who owns the various TGA-based cards has time to fix the
wilko [Mon, 6 Jun 2005 10:53:10 +0000 (10:53 +0000)]
Until someone who owns the various TGA-based cards has time to fix the
driver it is better to not include the driver in GENERIC as it panics
the system on probing a TGA.

19 years agoAllow to override the compiler, linker, and assembler used to build 32-bit
ru [Mon, 6 Jun 2005 09:39:46 +0000 (09:39 +0000)]
Allow to override the compiler, linker, and assembler used to build 32-bit
shim libraries on amd64.

19 years agoFix a silly little typo I just spotted.
philip [Mon, 6 Jun 2005 06:47:33 +0000 (06:47 +0000)]
Fix a silly little typo I just spotted.

19 years agoNot yet ready to burn this, so unmark power stuff.... non-type 0 busses still need...
imp [Mon, 6 Jun 2005 06:05:32 +0000 (06:05 +0000)]
Not yet ready to burn this, so unmark power stuff.... non-type 0 busses still need to do this

19 years agoFix a bug relavant to debugging, a masked signal unexpectedly interrupts
davidxu [Mon, 6 Jun 2005 05:13:10 +0000 (05:13 +0000)]
Fix a bug relavant to debugging, a masked signal unexpectedly interrupts
a sleeping thread when process is being debugged.

PR: GNU/77818
Tested by: Sean C. Farley <sean-freebsd at farley org>

19 years agoadd force flag to enmic/demic crypto api for use in xmit fragmentation
sam [Mon, 6 Jun 2005 04:04:38 +0000 (04:04 +0000)]
add force flag to enmic/demic crypto api for use in xmit fragmentation
and h/w mic verification

Reviewed by: avatar

19 years agohookup wpa tools to the build
sam [Mon, 6 Jun 2005 03:58:02 +0000 (03:58 +0000)]
hookup wpa tools to the build

19 years agoAdd -R modifier for the mode when pkg_create(8) creates package file
sobomax [Mon, 6 Jun 2005 03:24:14 +0000 (03:24 +0000)]
Add -R modifier for the mode when pkg_create(8) creates package file
from the locally installed package. When this modifier is specified
pkg_create(8) will also create package files for all packages on
which that locally installed package depends.

MFC after: 5 days

19 years agoCorrect comment
imp [Mon, 6 Jun 2005 03:22:51 +0000 (03:22 +0000)]
Correct comment

19 years agoRemove RCng files that were brought in from NetBSD, but we ended up not
obrien [Mon, 6 Jun 2005 02:51:26 +0000 (02:51 +0000)]
Remove RCng files that were brought in from NetBSD, but we ended up not
using them (or did and no longer do).

19 years agoChange ipv6 packet filtering to match ipv4. It now checks pfil_member and
thompsa [Mon, 6 Jun 2005 02:41:29 +0000 (02:41 +0000)]
Change ipv6 packet filtering to match ipv4. It now checks pfil_member and
pfil_bridge to determine which interfaces to filter on.

Approved by: mlaier (mentor)

19 years agofreebsd pieces of hostapd support
sam [Mon, 6 Jun 2005 02:13:42 +0000 (02:13 +0000)]
freebsd pieces of hostapd support

19 years agoRemove some variables the last commit stopped using so the code compiles.
brooks [Mon, 6 Jun 2005 02:12:12 +0000 (02:12 +0000)]
Remove some variables the last commit stopped using so the code compiles.

19 years agoAdd missing Va in ifi_epoch entry.
brooks [Mon, 6 Jun 2005 00:21:28 +0000 (00:21 +0000)]
Add missing Va in ifi_epoch entry.

19 years agoAdd entry for recoverdisk.
sobomax [Mon, 6 Jun 2005 00:18:17 +0000 (00:18 +0000)]
Add entry for recoverdisk.

19 years agoAppend a newline character to the usage string.
csjp [Sun, 5 Jun 2005 23:49:35 +0000 (23:49 +0000)]
Append a newline character to the usage string.

MFC after: 3 days

19 years agoAs threatened by BURN_BRIDGES, restire PCIR_MAPS and PCIR_HEADERTYPE
imp [Sun, 5 Jun 2005 23:08:59 +0000 (23:08 +0000)]
As threatened by BURN_BRIDGES, restire PCIR_MAPS and PCIR_HEADERTYPE

19 years agoUse same RID we allocated the resource with to free it
imp [Sun, 5 Jun 2005 23:05:26 +0000 (23:05 +0000)]
Use same RID we allocated the resource with to free it

19 years agoThese registers are saved by pci bus code. Remove from #if 0'd code anyway
imp [Sun, 5 Jun 2005 22:57:32 +0000 (22:57 +0000)]
These registers are saved by pci bus code.  Remove from #if 0'd code anyway

19 years agoPower state management now done in PCI bus code
imp [Sun, 5 Jun 2005 22:53:09 +0000 (22:53 +0000)]
Power state management now done in PCI bus code

19 years agoThe PCI bus code saves/restores these config registers now.
imp [Sun, 5 Jun 2005 22:50:55 +0000 (22:50 +0000)]
The PCI bus code saves/restores these config registers now.

19 years agoPowerstate stuff now done in PCI bus driver
imp [Sun, 5 Jun 2005 22:48:15 +0000 (22:48 +0000)]
Powerstate stuff now done in PCI bus driver

19 years agoThe PCI bus code saves/restores these config registers now.
imp [Sun, 5 Jun 2005 22:45:19 +0000 (22:45 +0000)]
The PCI bus code saves/restores these config registers now.

19 years agoapply important fixes from development branch
sam [Sun, 5 Jun 2005 22:41:14 +0000 (22:41 +0000)]
apply important fixes from development branch

19 years agoimport/upgrade instructions
sam [Sun, 5 Jun 2005 22:36:46 +0000 (22:36 +0000)]
import/upgrade instructions

19 years agoThis commit was generated by cvs2svn to compensate for changes in r147021,
sam [Sun, 5 Jun 2005 22:35:03 +0000 (22:35 +0000)]
This commit was generated by cvs2svn to compensate for changes in r147021,
which included commits to RCS files with non-trunk default branches.

19 years agoStripped down import of hostapd v0.3.7
sam [Sun, 5 Jun 2005 22:35:03 +0000 (22:35 +0000)]
Stripped down import of hostapd v0.3.7

19 years agofreebsd pieces of wpa supplicant support
sam [Sun, 5 Jun 2005 21:18:53 +0000 (21:18 +0000)]
freebsd pieces of wpa supplicant support

Reviewed by: brooks

19 years agoMake nVidia SATA hotplug support DTRT.
sos [Sun, 5 Jun 2005 21:18:26 +0000 (21:18 +0000)]
Make nVidia SATA hotplug support DTRT.

HW sponsored by: Yahoo!

19 years agofix for ctrl interface socket setup
sam [Sun, 5 Jun 2005 21:13:08 +0000 (21:13 +0000)]
fix for ctrl interface socket setup

Submitted by: brooks

19 years agoimport/ugprade instructions
sam [Sun, 5 Jun 2005 20:55:01 +0000 (20:55 +0000)]
import/ugprade instructions

19 years agoThis commit was generated by cvs2svn to compensate for changes in r147013,
sam [Sun, 5 Jun 2005 20:52:14 +0000 (20:52 +0000)]
This commit was generated by cvs2svn to compensate for changes in r147013,
which included commits to RCS files with non-trunk default branches.

19 years agoStripped down import of wpa_supplicant v0.3.8
sam [Sun, 5 Jun 2005 20:52:14 +0000 (20:52 +0000)]
Stripped down import of wpa_supplicant v0.3.8

19 years agoUnbreak the ICH6 AHCI support in !48Bit mode.
sos [Sun, 5 Jun 2005 18:37:56 +0000 (18:37 +0000)]
Unbreak the ICH6 AHCI support in !48Bit mode.

19 years agoInstall ports defined in PORTS_MODULES at make reinstall time too.
mux [Sun, 5 Jun 2005 18:34:16 +0000 (18:34 +0000)]
Install ports defined in PORTS_MODULES at make reinstall time too.

Reviewed by: imp

19 years agoForgot to bump the version addendum.
des [Sun, 5 Jun 2005 18:30:53 +0000 (18:30 +0000)]
Forgot to bump the version addendum.

19 years agoAllow sends sent from non page-aligned userspace addresses to be
gallatin [Sun, 5 Jun 2005 17:13:23 +0000 (17:13 +0000)]
Allow sends sent from non page-aligned userspace addresses to be
considered for zero-copy sends.

Reviewed by: alc
Submitted by: Romer Gil at Rice University

19 years agoNew release notes: if_bridge(4).
bmah [Sun, 5 Jun 2005 16:16:31 +0000 (16:16 +0000)]
New release notes:  if_bridge(4).

Updated release notes:  OpenSSH 4.1p1.

19 years agoUpdate for OpenSSH 4.1p1.
des [Sun, 5 Jun 2005 15:47:07 +0000 (15:47 +0000)]
Update for OpenSSH 4.1p1.

19 years agoRegenerate.
des [Sun, 5 Jun 2005 15:46:27 +0000 (15:46 +0000)]
Regenerate.

19 years agoResolve conflicts.
des [Sun, 5 Jun 2005 15:46:09 +0000 (15:46 +0000)]
Resolve conflicts.

19 years agoUpdate for 4.1p1.
des [Sun, 5 Jun 2005 15:43:57 +0000 (15:43 +0000)]
Update for 4.1p1.

19 years agoThis commit was generated by cvs2svn to compensate for changes in r147001,
des [Sun, 5 Jun 2005 15:41:57 +0000 (15:41 +0000)]
This commit was generated by cvs2svn to compensate for changes in r147001,
which included commits to RCS files with non-trunk default branches.

19 years agoVendor import of OpenSSH 4.1p1.
des [Sun, 5 Jun 2005 15:41:57 +0000 (15:41 +0000)]
Vendor import of OpenSSH 4.1p1.

19 years agoThis commit was generated by cvs2svn to compensate for changes in r146998,
des [Sun, 5 Jun 2005 15:40:50 +0000 (15:40 +0000)]
This commit was generated by cvs2svn to compensate for changes in r146998,
which included commits to RCS files with non-trunk default branches.

19 years agoVendor import of OpenSSH 4.0p1.
des [Sun, 5 Jun 2005 15:40:50 +0000 (15:40 +0000)]
Vendor import of OpenSSH 4.0p1.

19 years agoHook ichsmb to build.
takawata [Sun, 5 Jun 2005 12:00:03 +0000 (12:00 +0000)]
Hook ichsmb to build.

19 years agoMake ichsmb loadable.
takawata [Sun, 5 Jun 2005 11:55:29 +0000 (11:55 +0000)]
Make ichsmb loadable.

PR: kern/81912
Submitted by:  nork

19 years agoRemove superfluous breaks.
marius [Sun, 5 Jun 2005 10:16:27 +0000 (10:16 +0000)]
Remove superfluous breaks.

19 years agoEliminate an unused field from struct aio_liojob.
alc [Sun, 5 Jun 2005 05:41:48 +0000 (05:41 +0000)]
Eliminate an unused field from struct aio_liojob.

19 years agoLet kmod.mk create an empty .h file.
ru [Sun, 5 Jun 2005 05:30:37 +0000 (05:30 +0000)]
Let kmod.mk create an empty .h file.