]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoMount DEVFS with no options.
phk [Sat, 26 Aug 2000 11:53:53 +0000 (11:53 +0000)]
Mount DEVFS with no options.

24 years agoMake if_xe eepend on both xe and card.
imp [Sat, 26 Aug 2000 08:52:58 +0000 (08:52 +0000)]
Make if_xe eepend on both xe and card.

24 years agoEnabled pcic, card and xe devices.
nyan [Sat, 26 Aug 2000 07:38:43 +0000 (07:38 +0000)]
Enabled pcic, card and xe devices.

24 years agoPass two pointer parameters to the r_debug_state() hook
jwd [Sat, 26 Aug 2000 05:13:29 +0000 (05:13 +0000)]
Pass two pointer parameters to the r_debug_state() hook
function, thus allowing a debugger or other trace tool
to easily grab the addresses of the needed structures
off the stack.

This change is transparent to gdb, which locates the
link_map list and transfers it to debugger memory
for comparison purposes.

A sample program will be committed showing how this can
be used.

Reviewed by:    John Polstra <jdp@FreeBSD.org>

24 years agoWhitespace change: (near) KNF
marcel [Sat, 26 Aug 2000 05:12:16 +0000 (05:12 +0000)]
Whitespace change: (near) KNF

24 years agoRegen.
gehenna [Sat, 26 Aug 2000 05:08:11 +0000 (05:08 +0000)]
Regen.

24 years agoFix bug in previous commit. We need to trim the limits to fit
marcel [Sat, 26 Aug 2000 05:08:10 +0000 (05:08 +0000)]
Fix bug in previous commit. We need to trim the limits to fit
the datatype (= long). Use ULONG_MAX and LONG_MAX to avoid
creating MD code.

24 years agoAdd vendor IBM product USB CD-ROM Drive
gehenna [Sat, 26 Aug 2000 05:06:40 +0000 (05:06 +0000)]
Add vendor IBM product USB CD-ROM Drive

24 years agoMake the arguments match the functionality of the functions.
obrien [Sat, 26 Aug 2000 04:51:39 +0000 (04:51 +0000)]
Make the arguments match the functionality of the functions.

24 years agoFix a premature freeing bug found with malloc debugging courtesy John Hay.
green [Sat, 26 Aug 2000 03:42:51 +0000 (03:42 +0000)]
Fix a premature freeing bug found with malloc debugging courtesy John Hay.

Submitted by: jhay

24 years agoMake this file compile again when COMPAT_43 has not been
marcel [Sat, 26 Aug 2000 02:27:01 +0000 (02:27 +0000)]
Make this file compile again when COMPAT_43 has not been
defined. This boils down to conditionally compile the
old signal syscalls.

We might want to extend the types in syscalls.master to
make these syscalls conditionally on something more
appropriate than COMPAT_43.

24 years agoRe-implement linux_{g|s}etrlimit in terms of {g|s}etrlimit
marcel [Sat, 26 Aug 2000 02:18:41 +0000 (02:18 +0000)]
Re-implement linux_{g|s}etrlimit in terms of {g|s}etrlimit
instead of the o{g|s}etrlimit so that the dependency on
COMPAT_43 is removed.

24 years agoMinor tweaks to have the card be properly enabled via the CCR.
imp [Sat, 26 Aug 2000 00:07:40 +0000 (00:07 +0000)]
Minor tweaks to have the card be properly enabled via the CCR.
Minor debug changes
Minor power management pessimizations

24 years agom_mballoc_wait() had a spl/tsleep race. mbufs can be freed in interrupt
peter [Fri, 25 Aug 2000 22:28:08 +0000 (22:28 +0000)]
m_mballoc_wait() had a spl/tsleep race.  mbufs can be freed in interrupt
context, which can cause a wakeup.. which can race with this.

24 years agoFinger.conf first appeared in 4.2 (now that it's been MFCd)
brian [Fri, 25 Aug 2000 22:22:04 +0000 (22:22 +0000)]
Finger.conf first appeared in 4.2 (now that it's been MFCd)

24 years agoIf the config program found a hints file and included it as a fallback,
peter [Fri, 25 Aug 2000 19:48:10 +0000 (19:48 +0000)]
If the config program found a hints file and included it as a fallback,
then treat it as such.  This isn't perfect, but should do for things
like GENERIC.  When in fallback mode, they will be used if there are NO
other hints.

24 years agoIf a ${KERNEL}.hints file exists, and no hints are specified explicitly,
peter [Fri, 25 Aug 2000 19:30:03 +0000 (19:30 +0000)]
If a ${KERNEL}.hints file exists, and no hints are specified explicitly,
then include the hints with a marker indicating that it is a fallback.
The kernel side of this is to come shortly.

24 years agoAdd some anti-foot-shooting protection to the kernel install target.
peter [Fri, 25 Aug 2000 19:16:43 +0000 (19:16 +0000)]
Add some anti-foot-shooting protection to the kernel install target.
Do not install a kernel unless a device.hints exists.  Yes, you can
create an empty hints file if you refuse to use them.

24 years agoMove acpi_softc into acpi.h to be shared from additional files.
iwasaki [Fri, 25 Aug 2000 19:04:16 +0000 (19:04 +0000)]
Move acpi_softc into acpi.h to be shared from additional files.
Add PowerResource manipulation code; acpi_powerres.c.  (more files to
be created something like acpi_battery, acpi_thermal.c...)

24 years agoCorrect variable spelling
brian [Fri, 25 Aug 2000 18:50:54 +0000 (18:50 +0000)]
Correct variable spelling

PR: 20841

24 years agoFix the -m option - broken by the last commit.
brian [Fri, 25 Aug 2000 18:28:43 +0000 (18:28 +0000)]
Fix the -m option - broken by the last commit.

Submitted by: Mark Knight <markk@knigma.org>

24 years agoUpdate BSD.x11-4.dist to XFree86-4 after repo copy. I believe this is
asami [Fri, 25 Aug 2000 10:07:21 +0000 (10:07 +0000)]
Update BSD.x11-4.dist to XFree86-4 after repo copy.  I believe this is
correct but I won't know for sure until bento's cluster comes back up.

24 years agoQuick fix for msdsofs_write() on alphas and other machines with either
bde [Fri, 25 Aug 2000 09:03:58 +0000 (09:03 +0000)]
Quick fix for msdsofs_write() on alphas and other machines with either
longs larger than 32 bits or strict alignment requirements.

pm_fatmask had type u_long, but it must have a type that has precisely
32 bits and this type must be no smaller than int, so that ~pmp->pm_fatmask
has no bits above the 31st set.  Otherwise, comparisons between (cn
| ~pmp->pm_fatmask) and magic 32-bit "cluster" numbers always fail.
The correct fix is to use the C99 type uint_least32_t and mask with
0xffffffff.  The quick fix is to use u_int32_t and assume that ints
have

msdosfs metadata is riddled with unaligned fields, and on alphas,
unaligned_fixup() apparently has problems fixing up the unaligned
accesses caused by this.  The quick fix is to not comment out the
NetBSD code that sort of handles this, and define UNALIGNED_ACCESS on
i386's so that the code doesn't change on i386's.  The correct fix
would define UNALIGNED_ACCESS in a central machine-dependent header
and maybe add some extra cases to unaligned_fixup().  UNALIGNED_ACCESS
is also tested in isofs.

Submitted by: parts by Mark Abene <phiber@radicalmedia.com>
PR: 19086

24 years agoSync with main
ache [Fri, 25 Aug 2000 08:56:28 +0000 (08:56 +0000)]
Sync with main

24 years agocons25r: minimize differences with cons25
ache [Fri, 25 Aug 2000 08:36:43 +0000 (08:36 +0000)]
cons25r: minimize differences with cons25

24 years agoCorrect messages for VIA Apollo Pro133A.
kuriyama [Fri, 25 Aug 2000 08:30:51 +0000 (08:30 +0000)]
Correct messages for VIA Apollo Pro133A.

24 years agoAdd a missing comma.
sheldonh [Fri, 25 Aug 2000 08:29:28 +0000 (08:29 +0000)]
Add a missing comma.

24 years agoReplace the thumb-suck phrase "system call vector translation" with
sheldonh [Fri, 25 Aug 2000 08:18:50 +0000 (08:18 +0000)]
Replace the thumb-suck phrase "system call vector translation" with
something that people who like tomato juice prefer.

24 years agoFix typo in license.
marcel [Fri, 25 Aug 2000 07:32:24 +0000 (07:32 +0000)]
Fix typo in license.

24 years agoAnother file needed for ACPI,I forgot to commit.
takawata [Fri, 25 Aug 2000 02:13:25 +0000 (02:13 +0000)]
Another file needed for ACPI,I forgot to commit.

Noticed by:iwasaki

24 years agoAllow finger.conf to contain aliases for files that will be displayed
brian [Fri, 25 Aug 2000 01:01:07 +0000 (01:01 +0000)]
Allow finger.conf to contain aliases for files that will be displayed
when fingered.

Submitted by: Mark Knight <markk@knigma.org>

24 years agoAdd a new compile-time tweak to BTX. If you set the make(1) variable
jhb [Thu, 24 Aug 2000 20:57:44 +0000 (20:57 +0000)]
Add a new compile-time tweak to BTX.  If you set the make(1) variable
BOOT_BTX_NOHANG, then BTX will be compiled with the appropriate flags so
that it reboots after a fault instead of hanging forever.

Requested by: ps
Approved by: rnordier

24 years agoQuick Fix: swap.c doesn't appear to actually need <sys/conf.h>, so remove
peter [Thu, 24 Aug 2000 20:22:44 +0000 (20:22 +0000)]
Quick Fix: swap.c doesn't appear to actually need <sys/conf.h>, so remove
it to try and get world building again.  (sys/conf.h now depends on
sys/types.h)

24 years agoQuick fix. <sys/conf.h> now depends on <sys/time.h>, which is not present
peter [Thu, 24 Aug 2000 19:23:09 +0000 (19:23 +0000)]
Quick fix. <sys/conf.h> now depends on <sys/time.h>, which is not present
when libcam is building this in userland.

24 years agoMake the temporary file _evp.h instead of evp.h to not conflict with
green [Thu, 24 Aug 2000 19:06:55 +0000 (19:06 +0000)]
Make the temporary file _evp.h instead of evp.h to not conflict with
the real evp.h.

Reported by: markm

24 years agoComment out the static wiring of hints for GENERIC - the release process
peter [Thu, 24 Aug 2000 18:56:54 +0000 (18:56 +0000)]
Comment out the static wiring of hints for GENERIC - the release process
now installs the hints file into /boot.

24 years agoI should know better than to touch this without testing a 'make release'
peter [Thu, 24 Aug 2000 18:53:09 +0000 (18:53 +0000)]
I should know better than to touch this without testing a 'make release'
but ${MACHINE_ARCH} should be ${MACHINE} here.  pc98 has its own
GENERIC.hints file and should not be used with the i386 version.

24 years ago- When adjusting the end of a partition to lie on a cylinder boundary, don't
jhb [Thu, 24 Aug 2000 17:54:45 +0000 (17:54 +0000)]
- When adjusting the end of a partition to lie on a cylinder boundary, don't
  adjust the size, but the actual end.
- Break out some of the sanity checks on partitions into a sanitize_partition
  function.
- When adjusting partitions, always adjust the start "up", and the end "down"
  so that we stay within the boundaries of the original request.
- Various small nits found by bde.

Reported by: bde, imp, rgrimes

24 years agoStill have to support libscrypt for now :( Add #defines to take DES
green [Thu, 24 Aug 2000 17:51:16 +0000 (17:51 +0000)]
Still have to support libscrypt for now :(  Add #defines to take DES
out for it.

24 years agoDang, a _clone routine escaped #ifdef DEVFS containment.
phk [Thu, 24 Aug 2000 15:59:44 +0000 (15:59 +0000)]
Dang, a _clone routine escaped #ifdef DEVFS containment.

24 years ago Fix panic when removing open device (found by bp@)
phk [Thu, 24 Aug 2000 15:36:55 +0000 (15:36 +0000)]
 Fix panic when removing open device (found by bp@)
 Implement subdirs.
 Build the full "devicename" for cloning functions.
 Fix panic when deleted device goes away.
 Collaps devfs_dir and devfs_dirent structures.
 Add proper cloning to the /dev/fd* "device-"driver.
 Fix a bug in make_dev_alias() handling which made aliases appear
  multiple times.
 Use devfs_clone to implement getdiskbyname()
 Make specfs maintain the stat(2) timestamps per dev_t

24 years agoFix newbus resource allocations
roger [Thu, 24 Aug 2000 14:17:06 +0000 (14:17 +0000)]
Fix newbus resource allocations

PR: kern/18744
Submitted by: Alexander Langer <alex@cichlids.com>

24 years agoWhitepace-only: normalize line-breaking.
sheldonh [Thu, 24 Aug 2000 09:33:44 +0000 (09:33 +0000)]
Whitepace-only: normalize line-breaking.

24 years agoAdd orthogonal part of ACPI support code.
takawata [Thu, 24 Aug 2000 09:33:30 +0000 (09:33 +0000)]
Add orthogonal part of ACPI support code.
This does not come effect until non-orthogonal part is commited.

Approved by: jkh
Obtained from: ACPI for FreeBSD CVS repository.

24 years agoAdd spltty()/splx() in the watchdog timer routine.
yokota [Thu, 24 Aug 2000 08:49:44 +0000 (08:49 +0000)]
Add spltty()/splx() in the watchdog timer routine.

24 years agoFixed freeing wrong address.
kato [Thu, 24 Aug 2000 08:01:49 +0000 (08:01 +0000)]
Fixed freeing wrong address.

Submitted by: Nobuyuki Koganemaru <kogane@koganemaru.co.jp>

24 years agoList loader.conf and friends in the FILES section.
sheldonh [Thu, 24 Aug 2000 08:00:29 +0000 (08:00 +0000)]
List loader.conf and friends in the FILES section.

Requested by: obrien

24 years agoImport the new linux(4) manual page, which will be useful when the
sheldonh [Thu, 24 Aug 2000 07:29:04 +0000 (07:29 +0000)]
Import the new linux(4) manual page, which will be useful when the
linux(8) utility and manual page go away.

24 years agoSync to pccarddevs 1.5
imp [Thu, 24 Aug 2000 07:01:49 +0000 (07:01 +0000)]
Sync to pccarddevs 1.5

24 years agoo Fix unterminated comment
imp [Thu, 24 Aug 2000 07:01:12 +0000 (07:01 +0000)]
o Fix unterminated comment
o Sync to NetBSD (rev NetBSD-user edited-log):
1.97 onoe add Samsung MagicLAN SWL-2000N
1.96 gmcgarry Add entries for all Xircom ethernet models.
1.95 onoe Add Farallon SkyLINE 11mb card as Intersil Prism2 [...]
1.94 joda add 3Com 3CRWE737A (AirConnect)
1.93 soren Include vendor name for IBM products.
1.92 onoe Add Farallon SkyLINE Wireless LAN Card for awi(4) [...]
1.91 soren Add Olicom GoCard.
1.90 gmcgarry Clean up XIRCOM entries
- Add entry for Xircom CreditCard Ethernet + Modem 28
- Add entry for Intel EtherExpress PRO/100
- Add entry for Compaq Netelligent 10/100 Ethernet
1.89 is RATOC REX-R280 (another if_mbe_pcmcia card) support by [...]
1.88 joda Panasonic KXLC003
1.87 scw [...] SOHOware PCMCIA Ethernet card, model ND5100-E [...]
1.86 itojun add CIS for Corega Wireless LAN PCC-11 [...]
o Minor diffs between the two files corrected to aid future sync.

24 years agoRevert the suser -> suser_xxx change made previously. It was right
green [Thu, 24 Aug 2000 04:54:31 +0000 (04:54 +0000)]
Revert the suser -> suser_xxx change made previously.  It was right
before.

24 years agothe code assumes that getgroups() always returns NGROUPS groups, however
alfred [Wed, 23 Aug 2000 23:36:32 +0000 (23:36 +0000)]
the code assumes that getgroups() always returns NGROUPS groups, however
that is not true.  Instead of looping NGROUPS times, get the return value
from getgroups() and loop over the return that many times.

Noticed by: David A. Holland <dholland@eecs.harvard.edu>

24 years agoAdd a sysctl which hides all process except those that belong to
ps [Wed, 23 Aug 2000 21:41:25 +0000 (21:41 +0000)]
Add a sysctl which hides all process except those that belong to
the user asking for the process list.

Reviewed by: peter

24 years agoAdd entry for the Farallon Skyline 11Mbps wireless NIC (WaveLAN/IEEE
wpaul [Wed, 23 Aug 2000 20:10:44 +0000 (20:10 +0000)]
Add entry for the Farallon Skyline 11Mbps wireless NIC (WaveLAN/IEEE
compatible)

24 years agoVarious cleanups all around. Document serial/graphics console
wilko [Wed, 23 Aug 2000 19:27:07 +0000 (19:27 +0000)]
Various cleanups all around. Document serial/graphics console
selection for AS1000[A]/800

24 years agoAdd missing quotes around xauth path
ache [Wed, 23 Aug 2000 19:14:48 +0000 (19:14 +0000)]
Add missing quotes around xauth path

24 years agoUpdate my email address in various places in pkg_version.
bmah [Wed, 23 Aug 2000 17:10:34 +0000 (17:10 +0000)]
Update my email address in various places in pkg_version.

24 years agoMake the following additional entries to RELNOTES.TXT files:
bmah [Wed, 23 Aug 2000 16:40:34 +0000 (16:40 +0000)]
Make the following additional entries to RELNOTES.TXT files:

alpha:  tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, logger(1) support for
remote syslogs.

i386:  tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, boot98cfg(8),
logger(1) support for remote syslogs.

PR: 20628
Submitted by: bmah@cisco.com (Bruce A. Mah)
Reviewed by: nik

24 years agoAdd weak symbol pragma for crypt_set_format().
asmodai [Wed, 23 Aug 2000 11:54:10 +0000 (11:54 +0000)]
Add weak symbol pragma for crypt_set_format().

Approved by: green

24 years agoGenerate a new evp.h at build-time instead of install-time to properly
green [Wed, 23 Aug 2000 11:41:01 +0000 (11:41 +0000)]
Generate a new evp.h at build-time instead of install-time to properly
support NFS(ro) installworlds.

24 years agoOnly print information about reads and writes when the -v flag (for
sheldonh [Wed, 23 Aug 2000 09:59:25 +0000 (09:59 +0000)]
Only print information about reads and writes when the -v flag (for
verbose mode) is specified.  This should really have been the case
when this extra cruft was first introduced in rev 1.23.

PR: 20710
Reported by: Mike Meyer <mwm@mired.org>

24 years agoIncrease the default value of LoginGraceTime from 60 seconds to 120
kris [Wed, 23 Aug 2000 09:47:25 +0000 (09:47 +0000)]
Increase the default value of LoginGraceTime from 60 seconds to 120
seconds.

PR: 20488
Submitted by: rwatson

24 years agoRespect X11BASE to derive the location of xauth(1)
kris [Wed, 23 Aug 2000 09:39:20 +0000 (09:39 +0000)]
Respect X11BASE to derive the location of xauth(1)

PR: 17818
Submitted by: Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE>

24 years agoFix the matcd driver for the new world order. This basically just
sheldonh [Wed, 23 Aug 2000 09:29:05 +0000 (09:29 +0000)]
Fix the matcd driver for the new world order.  This basically just
renames matcdc to matcd.

This change is reported to work by two independent PR originators.
In the absence of further feedback on the freebsd-bugs list, we
may as well get this working for its two users.

PR: 20296
Submitted by: George Russell <george.russell@clara.net>,
Remi Guyomarch <rguyom@mail.dotcom.fr>

24 years agoThis commit was generated by cvs2svn to compensate for changes in r65016,
kris [Wed, 23 Aug 2000 09:25:05 +0000 (09:25 +0000)]
This commit was generated by cvs2svn to compensate for changes in r65016,
which included commits to RCS files with non-trunk default branches.

24 years agoFix for buffer overflow in command-line arguments to dnsquery(1) which
kris [Wed, 23 Aug 2000 09:25:05 +0000 (09:25 +0000)]
Fix for buffer overflow in command-line arguments to dnsquery(1) which
will be appearing in 8.2.3

Approved by: Paul A Vixie <vixie@mibh.net>

24 years agoMiscellaneous fixes:
sheldonh [Wed, 23 Aug 2000 09:17:53 +0000 (09:17 +0000)]
Miscellaneous fixes:

amr -> Nm
Cross-reference the AUTHORS section properly.

24 years agoNormalize the diagnostics list.
sheldonh [Wed, 23 Aug 2000 09:13:56 +0000 (09:13 +0000)]
Normalize the diagnostics list.

24 years agoMiscellaneous fixes:
sheldonh [Wed, 23 Aug 2000 09:05:19 +0000 (09:05 +0000)]
Miscellaneous fixes:

  * Clear extraneous argument to the Os macro.
  * Place the name description on the Nd line.
  * Mark sub-sections up with Ss, not Sh.
  * Don't double-quote "Login" when "login prompt" is perfectly
    good English.

24 years agoWhitespace-only change: normalize line-breaking.
sheldonh [Wed, 23 Aug 2000 08:57:59 +0000 (08:57 +0000)]
Whitespace-only change: normalize line-breaking.

24 years agoMisc: mlx -> Nm
sheldonh [Wed, 23 Aug 2000 08:52:43 +0000 (08:52 +0000)]
Misc: mlx -> Nm

24 years agoWhitespace-only changes: split over-long lines.
sheldonh [Wed, 23 Aug 2000 08:50:34 +0000 (08:50 +0000)]
Whitespace-only changes: split over-long lines.

24 years agoNormalize diagnostics list.
sheldonh [Wed, 23 Aug 2000 08:47:26 +0000 (08:47 +0000)]
Normalize diagnostics list.

24 years agoWhitespace-only change: apply normal line breaking style.
sheldonh [Wed, 23 Aug 2000 08:42:42 +0000 (08:42 +0000)]
Whitespace-only change: apply normal line breaking style.

24 years agoMiscellaneous fixes: mly -> Nm and eg. -> e.g. .
sheldonh [Wed, 23 Aug 2000 08:35:07 +0000 (08:35 +0000)]
Miscellaneous fixes: mly -> Nm and eg. -> e.g. .

24 years agoNormalize the diagnostics list.
sheldonh [Wed, 23 Aug 2000 08:33:21 +0000 (08:33 +0000)]
Normalize the diagnostics list.

24 years agoWhitespace-only change: apply normal line-breaking style.
sheldonh [Wed, 23 Aug 2000 08:22:22 +0000 (08:22 +0000)]
Whitespace-only change:  apply normal line-breaking style.

24 years agoThe second call to _thread_kern_sig_defer() in sem_post() should be a call
jasone [Wed, 23 Aug 2000 07:59:50 +0000 (07:59 +0000)]
The second call to _thread_kern_sig_defer() in sem_post() should be a call
to _thread_kern_sig_undefer().

24 years agoStick login_setcryptfmt() in its own file to make pulling in of
green [Wed, 23 Aug 2000 03:45:57 +0000 (03:45 +0000)]
Stick login_setcryptfmt() in its own file to make pulling in of
-lcrypt only happen if truly necessary.

24 years agoAdd entries for the 'mly' driver. Re-group 'mly' and 'dpt' into a new
msmith [Wed, 23 Aug 2000 03:29:49 +0000 (03:29 +0000)]
Add entries for the 'mly' driver.  Re-group 'mly' and 'dpt' into a new
classification for RAID controllers that have CAM interfaces.

24 years agoAdd a manpage for the new 'mly' driver.
msmith [Wed, 23 Aug 2000 03:24:32 +0000 (03:24 +0000)]
Add a manpage for the new 'mly' driver.

24 years agoThis is the initial import of a new driver for the current family of
msmith [Wed, 23 Aug 2000 03:22:41 +0000 (03:22 +0000)]
This is the initial import of a new driver for the current family of
PCI:SCSI RAID controllers from Mylex.

24 years agoMention that the LinkSys LNE100TX v4.0/4.1 is supported.
wpaul [Wed, 23 Aug 2000 00:44:23 +0000 (00:44 +0000)]
Mention that the LinkSys LNE100TX v4.0/4.1 is supported.

24 years agoMention the LinkSys LNE100TX v4.0/4.1 and a bunch of other cards.
wpaul [Wed, 23 Aug 2000 00:42:24 +0000 (00:42 +0000)]
Mention the LinkSys LNE100TX v4.0/4.1 and a bunch of other cards.
Fix a typo.

24 years agoMention that the Netgear FA311 is supported as well as the FA312.
wpaul [Wed, 23 Aug 2000 00:41:44 +0000 (00:41 +0000)]
Mention that the Netgear FA311 is supported as well as the FA312.

24 years agoFix up the sis driver, largely to improve the NatSemi DP83815 support:
wpaul [Tue, 22 Aug 2000 23:26:51 +0000 (23:26 +0000)]
Fix up the sis driver, largely to improve the NatSemi DP83815 support:

- Modify the driver to poll the link state and positively set the
  MAC to full or half duplex as needed. Previously, it was possible
  for the MAC to remain in half duplex even though the PHY had negotiated
  full duplex with its link partner, which would result in bursty
  performance.

- Program some of the NatSemi's registers as specified by the datasheet.
  The manual says these are necessary for "optimum perofrmance," though
  a couple of them are marked as reserved in the register map. *shrug*

- Select the TX DMA burst size correctly for 10 and 100mbps modes.
  Previously I was using 64 bytes in both modes, which worked in
  100mbps mode, but resulting in spotty performance in 10mbps.
  32 bytes works much better; without this change, the natsemi
  chip yields piss poor performance at 10mbps.

With these fixes, the NatSemi chip finally performs to my satisfaction.
I should be merging the support for this controller into -stable shortly.

Phew.

24 years agoInstall Ukrainian message catalog.
phantom [Tue, 22 Aug 2000 22:00:57 +0000 (22:00 +0000)]
Install Ukrainian message catalog.

24 years agoUkrainian message catalogs for vi.
phantom [Tue, 22 Aug 2000 21:59:42 +0000 (21:59 +0000)]
Ukrainian message catalogs for vi.

Submitted by: Kunytsa Oleksander <kunia@snark.ukma.kiev.ua>

24 years agoThe API change mentioned in the previous revision has been backed out, so
jhb [Tue, 22 Aug 2000 21:50:03 +0000 (21:50 +0000)]
The API change mentioned in the previous revision has been backed out, so
back out the corresponding documentation.

Noticed by: brian, ume

24 years agoNow that Bruce Mah is a committer, retire my co-maintainership
billf [Tue, 22 Aug 2000 18:42:27 +0000 (18:42 +0000)]
Now that Bruce Mah is a committer, retire my co-maintainership
of pkg_version.

24 years agoThe Internet isn't by a long shot just DARPA anymore. Reflect reality.
asmodai [Tue, 22 Aug 2000 15:29:04 +0000 (15:29 +0000)]
The Internet isn't by a long shot just DARPA anymore.  Reflect reality.

Inspired by: -current mailinglist

24 years agoCorrect the naming. The default server is ftp.fr and #1 is the same.
roberto [Tue, 22 Aug 2000 14:28:16 +0000 (14:28 +0000)]
Correct the naming. The default server is ftp.fr and #1 is the same.
Add back ftp6.

24 years agoReflect the name changes in fr.freebsd.org.
roberto [Tue, 22 Aug 2000 13:07:59 +0000 (13:07 +0000)]
Reflect the name changes in fr.freebsd.org.

24 years agoMention that GDB now supports hardware watchpoints.
joerg [Tue, 22 Aug 2000 12:39:52 +0000 (12:39 +0000)]
Mention that GDB now supports hardware watchpoints.

While i was at it, also corrected that the next 4.x release will be 4.2.

24 years agoUse consistent timezone so date information can be meaningfully compared.
jkh [Tue, 22 Aug 2000 09:43:12 +0000 (09:43 +0000)]
Use consistent timezone so date information can be meaningfully compared.

24 years agoFinish the Linuxulator MD/MI split.
marcel [Tue, 22 Aug 2000 07:08:33 +0000 (07:08 +0000)]
Finish the Linuxulator MD/MI split.

In summary:
o  This file has been moved to sys/compat/linux,
o  Any MD syscalls in this file are moved to
   linux_machdep.c in sys/i386/linux,
o  Include directives, makefiles and config files
   have been updated.

24 years agoConnect the new sources in /sys/compat/linux and the new file
marcel [Tue, 22 Aug 2000 06:02:01 +0000 (06:02 +0000)]
Connect the new sources in /sys/compat/linux and the new file
in /sys/i386/linux.

24 years agoUpdate include directives for Linuxulator headers after the
marcel [Tue, 22 Aug 2000 05:57:55 +0000 (05:57 +0000)]
Update include directives for Linuxulator headers after the
MD/MI split.

24 years agoStyle fixes:
marcel [Tue, 22 Aug 2000 05:01:08 +0000 (05:01 +0000)]
Style fixes:
o  Put the backslash in a fixed column by preference,
o  Sort the list of files.

24 years agoSave a pointer to the dev, if any, that each function attach.
imp [Tue, 22 Aug 2000 04:25:57 +0000 (04:25 +0000)]
Save a pointer to the dev, if any, that each function attach.
Remove some bogus printfs.