]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
23 years agoUpdate ports count to "over 4000"
jkh [Fri, 3 Nov 2000 10:05:26 +0000 (10:05 +0000)]
Update ports count to "over 4000"

23 years agoTry to catchup with my UPDATING backlog:
imp [Fri, 3 Nov 2000 07:04:43 +0000 (07:04 +0000)]
Try to catchup with my UPDATING backlog:
o cvs 1.11
o /dev/random
o sendmail
o password default change
Please look at these entries and let me know if I've forgotten anything,
or if my understanding doesn't match reality.

23 years agocheck whether the packet is tunnel mode. reported from <larse@ISI.EDU>
ume [Fri, 3 Nov 2000 06:10:56 +0000 (06:10 +0000)]
check whether the packet is tunnel mode.  reported from <larse@ISI.EDU>

Obtained from: KAME

23 years agoThis update gets it so 'lpr -r' ("remove the file after printing") will
gad [Fri, 3 Nov 2000 03:29:01 +0000 (03:29 +0000)]
This update gets it so 'lpr -r' ("remove the file after printing") will
try to move the file from the source to the destination (spool) directory.
If that succeeds, much time and disk-space will be saved by doing that
instead of copying the entire file only to remove the original.  This
could be a big win on machines doing samba-service or CAP-based printing.

Note that this is about the fourth or fifth iteration of the patch, after
trying to address all possible security implications of the change.

PR: 16124
Reviewed by: freebsd-current or freebsd-hackers (some time ago)

23 years agoStick the Xircom 10/100 Network PC Card adapter entry in the right sort
jhb [Fri, 3 Nov 2000 01:54:11 +0000 (01:54 +0000)]
Stick the Xircom 10/100 Network PC Card adapter entry in the right sort
order.

Requested by: sanpei

23 years agoFold the buildopts into the existing crunch.inc file.
joe [Fri, 3 Nov 2000 01:33:03 +0000 (01:33 +0000)]
Fold the buildopts into the existing crunch.inc file.

Deprecate the "global" crunch.inc file and the CRUNCHFLAGS global build
options.  Tools not policy.  Move these global settings out into each
picobsd distribution.

23 years agoFix an order of operations buglet. ! has higher precedence than &. This
jhb [Fri, 3 Nov 2000 00:51:41 +0000 (00:51 +0000)]
Fix an order of operations buglet.  ! has higher precedence than &.  This
should fix the warnings about bpf not calling make_dev().

23 years agoCreate a pcn_setfilt() routine that twiddles the promiscuous mode
wpaul [Fri, 3 Nov 2000 00:37:45 +0000 (00:37 +0000)]
Create a pcn_setfilt() routine that twiddles the promiscuous mode
and nobroadcast bits in the mode register and call it both from
pcn_init() and pcn_ioctl(). Sometimes we need to force the state
of the nobroadcast bit after switching out of promisc mode.

23 years agoGrrrr. Remember to bzero() the mediainfo structures after we allocate
wpaul [Fri, 3 Nov 2000 00:03:03 +0000 (00:03 +0000)]
Grrrr. Remember to bzero() the mediainfo structures after we allocate
them. If we leave garbage in them, the dc_apply_fixup() routine may
try to follow bogus pointers when applying the reset fixup.

Noticed by: Andrew Gallatin

23 years ago/etc/mail/sendmail.cw is /etc/mail/local-host-names, now.
dirk [Thu, 2 Nov 2000 23:40:40 +0000 (23:40 +0000)]
/etc/mail/sendmail.cw is /etc/mail/local-host-names, now.

PR: misc/22261
Submitted by: Michael Bryan <fbsd-security@ursine.com>

23 years ago/etc/mail/sendmail.cw is /etc/mail/local-host-names, now.
dirk [Thu, 2 Nov 2000 23:32:31 +0000 (23:32 +0000)]
/etc/mail/sendmail.cw is /etc/mail/local-host-names, now.

PR: misc/22262
Submitted by: Michael Bryan <fbsd-security@ursine.com>

23 years agoThe Number of Fixed Disks at memory location 0x475 is only 1 byte, not a
jhb [Thu, 2 Nov 2000 23:28:12 +0000 (23:28 +0000)]
The Number of Fixed Disks at memory location 0x475 is only 1 byte, not a
2 byte word.  This fixes machines that probe 30-odd hard drives during boot
in the loader.

Submitted by: Helpful folks at Tyan via ps

23 years agoState that using optimization level above -O for kernel builds isn't smart.
obrien [Thu, 2 Nov 2000 22:14:59 +0000 (22:14 +0000)]
State that using optimization level above -O for kernel builds isn't smart.

23 years agoClear the VFREE flag when the vnode is removed from the free list in
tegge [Thu, 2 Nov 2000 21:42:54 +0000 (21:42 +0000)]
Clear the VFREE flag when the vnode is removed from the free list in
getnewvnode().  Otherwise routines called from VOP_INACTIVE() might
attempt to remove the vnode from a free list the vnode isn't on,
causing corruption.
PR: 18012

23 years agoClear the MAP_ENTRY_USER_WIRED flag from cloned vm_map entries.
tegge [Thu, 2 Nov 2000 21:38:18 +0000 (21:38 +0000)]
Clear the MAP_ENTRY_USER_WIRED flag from cloned vm_map entries.
PR: 2840

23 years agoTake VBLK devices further out of their missery.
phk [Thu, 2 Nov 2000 21:14:13 +0000 (21:14 +0000)]
Take VBLK devices further out of their missery.

This should fix the panic I introduced in my previous commit on this topic.

23 years agoAcerScan 320U's are braindead. Sometimes they do not return strings
n_hibma [Thu, 2 Nov 2000 20:42:34 +0000 (20:42 +0000)]
AcerScan 320U's are braindead. Sometimes they do not return strings
descriptors and if they do the strings are nonsense.

23 years agoImplement new printcap options of sr= (aka stat.recv) and sr= (aka stat.send)
gad [Thu, 2 Nov 2000 19:22:06 +0000 (19:22 +0000)]
Implement new printcap options of sr= (aka stat.recv) and sr= (aka stat.send)
in lpd.  Stat.recv is useful on a printserver, as something of a network
performance-monitoring tool.  Stat.send is a minimal accounting record of
sorts for jobs going to tcp/ip based printers.

Reviewed by: freebsd-print@bostonradio.org

23 years agozap a stray include that snuck in with rev 1.56
gallatin [Thu, 2 Nov 2000 18:51:32 +0000 (18:51 +0000)]
zap a stray include that snuck in with rev 1.56

Submitted by: Clive Lin <clive@CirX.ORG>

23 years agoHave tuninit() return an error if an interface address is NULL.
jlemon [Thu, 2 Nov 2000 16:30:26 +0000 (16:30 +0000)]
Have tuninit() return an error if an interface address is NULL.
SIOCGIFSTATUS was returning at splimp(); fix this.  (to be MFC'd)

Submitted by:  Marius Bendiksen

23 years agoBetter way to ensure vn.ko is loaded.
hosokawa [Thu, 2 Nov 2000 15:14:27 +0000 (15:14 +0000)]
Better way to ensure vn.ko is loaded.
This does not affect the kernel that vn is linked statically.

23 years agofix a comment that was inadvertantly changed by a cvs merge
gallatin [Thu, 2 Nov 2000 15:04:19 +0000 (15:04 +0000)]
fix a comment that was inadvertantly changed by a cvs merge
pointed out by: obrien

23 years agoUpdate the SYNOPSIS to reflect that the driver can be loaded as a module.
sheldonh [Thu, 2 Nov 2000 14:23:53 +0000 (14:23 +0000)]
Update the SYNOPSIS to reflect that the driver can be loaded as a module.

While here, I also updated the kernel config style, although I wouldn't
recommend doing this for the whole of section 4 yet, since our kernel
config style is still in a state of flux.

23 years agoRetire the joy(8) script. Using shell scripts to load kernel loadable
sheldonh [Thu, 2 Nov 2000 14:15:30 +0000 (14:15 +0000)]
Retire the joy(8) script.  Using shell scripts to load kernel loadable
modules is out of fashion.

There is still a joy(4) manual page to clue people into the existence of
the joy of FreeBSD.

23 years agoRetire linux(8). Using shell scripts to load kernel loadable modules is
sheldonh [Thu, 2 Nov 2000 13:48:53 +0000 (13:48 +0000)]
Retire linux(8).  Using shell scripts to load kernel loadable modules is
out of fashion.  This particular case, unlike joy(8) and friends which
are just plain silly, did more than just load a kernel loadable module.
However, /etc/rc and the linux_base port were adjusted a while back to
cope with the absence of this script.

The only outstanding reason to hang on to it would have been for the
linux(8) manual page, which clued folks into the existence of the
Linuxulator.  A new linux(4) was introduced a while back.  It does
a much better job.

This script just isn't useful any more.

23 years agoBuild picobsd object files in /usr/obj/picobsd/${TYPE}.
joe [Thu, 2 Nov 2000 13:38:10 +0000 (13:38 +0000)]
Build picobsd object files in /usr/obj/picobsd/${TYPE}.

23 years agoRevert 1.574 (maybe dummy vnconfig is better)
hosokawa [Thu, 2 Nov 2000 13:22:25 +0000 (13:22 +0000)]
Revert 1.574 (maybe dummy vnconfig is better)
Requested by: jkh@FreeBSD.org

23 years agoPost process the crunch1.mk file to allow make arguments to passed on
joe [Thu, 2 Nov 2000 13:16:43 +0000 (13:16 +0000)]
Post process the crunch1.mk file to allow make arguments to passed on
a per program basis allowing a greater control on what is built.

The buildopts file contains Makefile lines of form:

# Anything added to OPTS is added to every build rule.
OPTS= -DNOPAM

# These should only be added to the build of user-ppp.
ppp_OPTS= -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM -DNOSUID \
-DHAVE_DES -DNORADIUS -DNOI4B -DNONETGRAPH

Really these should be added to crunch.inc, but that file is currently
optional, and if defined masks the global one.  Next step will be to move
these global settings back out into the individual builds as OPTS, and
then migrate OPTS and prog_OPTS back into the local crunch.inc file.

23 years agoRemove an unneeded declaration for OBJ.
joe [Thu, 2 Nov 2000 12:46:02 +0000 (12:46 +0000)]
Remove an unneeded declaration for OBJ.

23 years agoMerge from RELENG_4 (1.536.2.24 to 1.536.2.25).
hosokawa [Thu, 2 Nov 2000 12:29:22 +0000 (12:29 +0000)]
Merge from RELENG_4 (1.536.2.24 to 1.536.2.25).
Ensure vn.ko is loaded.

Submitted by: obrien@FreeBSD.org

23 years agoMore secure temporary filename. This needs to be revisited to use
kris [Thu, 2 Nov 2000 10:14:09 +0000 (10:14 +0000)]
More secure temporary filename. This needs to be revisited to use
mkstemp().

23 years agoGood-bye cruel world.
sheldonh [Thu, 2 Nov 2000 10:04:02 +0000 (10:04 +0000)]
Good-bye cruel world.

This software is obsolete, and its successor has interested parties
looking at it.  Even if nobody was looking at kgzip, this utility
still wouldn't be useful in an environment where aout kernels
are a thing of the past.

PR: 20643
Submitted by: Peter Pentchev <roam@orbitel.bg>

23 years agoDisconnect kzip from the build, as it's about to enter late retirement.
sheldonh [Thu, 2 Nov 2000 10:00:34 +0000 (10:00 +0000)]
Disconnect kzip from the build, as it's about to enter late retirement.

PR: 20643
Submitted by: Peter Pentchev <roam@orbitel.bg>

23 years agoFixed the bug I have introduced in icmp_error() in revision 1.44.
ru [Thu, 2 Nov 2000 09:46:23 +0000 (09:46 +0000)]
Fixed the bug I have introduced in icmp_error() in revision 1.44.
The amount of data we copy from the original IP datagram into the
ICMP message was computed incorrectly for IP packets with payload
less than 8 bytes.

23 years agoFix cross-references which referred to xntp* instead of ntp*.
sheldonh [Thu, 2 Nov 2000 09:32:24 +0000 (09:32 +0000)]
Fix cross-references which referred to xntp* instead of ntp*.

PR: 22483
Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>

23 years agouse ``config auto'' for COREGA Ether PCC-T
sanpei [Thu, 2 Nov 2000 06:52:37 +0000 (06:52 +0000)]
use ``config auto'' for COREGA Ether PCC-T

23 years agoadd support for 3Com 3c575TX Fast Etherlink XL.
sanpei [Thu, 2 Nov 2000 06:49:38 +0000 (06:49 +0000)]
add support for 3Com 3c575TX Fast Etherlink XL.

Device information for 3C575-TX is from NetBSD,
sys/dev/cardbus/if_ex_cardbus.c file.

Reviewed by: wpaul, imp

23 years agoDon't use a trivially predictable temporary filename and keep recreating
kris [Thu, 2 Nov 2000 06:33:57 +0000 (06:33 +0000)]
Don't use a trivially predictable temporary filename and keep recreating
it again and again, practically begging the Bad Man to insert his symlink
underneath it and send us down the path to oblivion.

Noticed by: David Lary <dlary@secureworks.net>

23 years agoFix linux_ustat syscall. We only have cdevs now, so looking
marcel [Thu, 2 Nov 2000 06:08:26 +0000 (06:08 +0000)]
Fix linux_ustat syscall. We only have cdevs now, so looking
for a block device isn't that useful anymore.

Reported by: Wesley Morgan <morganw@chemicals.tacorp.com>
Submitted by: gallatin
Acknowledged by: phk

23 years agoSort.
obrien [Thu, 2 Nov 2000 04:13:51 +0000 (04:13 +0000)]
Sort.

23 years agoCopy the built kernel from the right place. (Forgotten in the last
joe [Thu, 2 Nov 2000 01:57:23 +0000 (01:57 +0000)]
Copy the built kernel from the right place.  (Forgotten in the last
commit.)

23 years agoImprove the PCI interrupt routing code. Now the process is as follows:
msmith [Thu, 2 Nov 2000 00:37:45 +0000 (00:37 +0000)]
Improve the PCI interrupt routing code.  Now the process is as follows:

 - Look for a hardwired interrupt in the routing table for this
   bus/device/pin (we already did this).
 - Look for another device with the same link byte which has a hardwired
   interrupt.
 - Look for a PCI device matching an entry with the same link byte
   which has already been assigned an interrupt, and use that.
 - Look for a routable interrupt listed in the "PCI only" interrupts
   field and use that.
 - Pick the first interrupt that's marked as routable and use that.

23 years agoFix a couple of cases where I tried to release the I/O space resource twice
wpaul [Thu, 2 Nov 2000 00:00:30 +0000 (00:00 +0000)]
Fix a couple of cases where I tried to release the I/O space resource twice
(once as as an I/O space resource and once as an IRQ resource). There was
a problem with this in if_rl too, which is how I found it.

23 years agoFix 8-bit EEPROM breakage: compare against 0x8129, not 8129.
wpaul [Wed, 1 Nov 2000 23:56:46 +0000 (23:56 +0000)]
Fix 8-bit EEPROM breakage: compare against 0x8129, not 8129.

23 years agoSupport for the linux ipc syscalls on the alpha, where each one has
gallatin [Wed, 1 Nov 2000 23:17:31 +0000 (23:17 +0000)]
Support for the linux ipc syscalls on the alpha, where each one has
its own syscall rather than going through a demux function like
linux_ipc() on i386

23 years agouse DUMMY macro and support from linux_util.h
gallatin [Wed, 1 Nov 2000 23:13:49 +0000 (23:13 +0000)]
use DUMMY macro and support from linux_util.h

23 years agoMove the linux abi's alpha md files over to using David's build-time
gallatin [Wed, 1 Nov 2000 23:07:25 +0000 (23:07 +0000)]
Move the linux abi's alpha md files over to using David's build-time
syscall generation method

23 years agoFixup some wrong statements in the new mbuf(9) man page.
bmilekic [Wed, 1 Nov 2000 23:02:19 +0000 (23:02 +0000)]
Fixup some wrong statements in the new mbuf(9) man page.
Also introduce a bunch of (missed?) macros and functions.
This man page still needs a lot of work, most likely a re-ordering
of the macros/functions, and a more complete, more accurate, listing of
available routines.
A good and worthy start nonetheless.

23 years agofix linux_termio and linux_termios structs on alpha. alpha differences
gallatin [Wed, 1 Nov 2000 22:36:41 +0000 (22:36 +0000)]
fix linux_termio and linux_termios structs on alpha.  alpha differences
are in the termios struct (probably because linux wants to be compatible
with the osf/1 termios struct), not the termio struct.

23 years agoMake internal clock sourcing work right by tying the NCO to the
phk [Wed, 1 Nov 2000 22:04:15 +0000 (22:04 +0000)]
Make internal clock sourcing work right by tying the NCO to the
Xtal reference instead of the CLADI input.

In unframed E1 mode, tie SIGFRZ low so that the mysycc doesn't
get confused.

Don't mask errors with OOF.  Don't ignore OOF errors.

Stop the channel before freeing mbufs in disconnect.

I still have no T1 devices to test with, so the T1 code is non-existent.

23 years agoAt the beginning of pthread_mutex_lock(), call _thread_init() if
jdp [Wed, 1 Nov 2000 20:19:07 +0000 (20:19 +0000)]
At the beginning of pthread_mutex_lock(), call _thread_init() if
necessary.  This works around a bug in old versions of libgcc_r.a
which are statically linked into old executables.

23 years agoThe MI/MD split wasn't perfect and the MI files need hacks for the
obrien [Wed, 1 Nov 2000 19:48:35 +0000 (19:48 +0000)]
The MI/MD split wasn't perfect and the MI files need hacks for the
AlphaLinux compat bits.  This will be better cleaned up soon.

Agreed to what ever was necessary by: marcel

23 years agoFix overflow from jail hostname.
eivind [Wed, 1 Nov 2000 19:38:08 +0000 (19:38 +0000)]
Fix overflow from jail hostname.

Bug found by: Esa Etelavuori <eetelavu@cc.hut.fi>

23 years agoPass in the new-bus flags to alpha_setup_intr().
jhb [Wed, 1 Nov 2000 18:40:42 +0000 (18:40 +0000)]
Pass in the new-bus flags to alpha_setup_intr().

23 years ago- Modify alpha_setup_intr() to take interrupt handler flags as an additional
jhb [Wed, 1 Nov 2000 18:40:02 +0000 (18:40 +0000)]
- Modify alpha_setup_intr() to take interrupt handler flags as an additional
  argument.  These flags include INTR_FAST, INTR_MPSAFE, etc.
- Properly handle INTR_EXCL when it is passed in to allow an interrupt
  handler to claim exclusive ownership of an interrupt thread.
- Add support for psuedo-fast interrupts on the alpha.  For fast interrupts,
  we don't allocate an interrupt thread; instead, during dispatching of an
  interrupt, we run the handler directly instead of scheduling the thread
  to run.  Note that the handler is currently run without Giant and must be
  MP safe.  The only fast handler currently is for the sio driver.

Requested by: dfr

23 years agoClose PR #21078: the aue driver was not correctly programming the
wpaul [Wed, 1 Nov 2000 18:26:36 +0000 (18:26 +0000)]
Close PR #21078: the aue driver was not correctly programming the
multicast filter on the Pegasus chip. Since IPv6 depends a lot
on multicasting, this caused several failures for people trying to
use IPv6 with Pegasus USB ethernet devices.

Submitted by: Jun Kuriyama <kuriyama@FreeBSD.org>

23 years agoMetricom Ricochet GS wireless USB modems are now supported.
n_hibma [Wed, 1 Nov 2000 18:03:14 +0000 (18:03 +0000)]
Metricom Ricochet GS wireless USB modems are now supported.

23 years agoGive vop_mmap an untimely death. The opportunity to give it a timely
eivind [Wed, 1 Nov 2000 17:57:24 +0000 (17:57 +0000)]
Give vop_mmap an untimely death.  The opportunity to give it a timely
death timed out in 1996.

23 years agoMake the Ricochet modems work through the USB interface.
n_hibma [Wed, 1 Nov 2000 17:35:57 +0000 (17:35 +0000)]
Make the Ricochet modems work through the USB interface.

Tested by: jim
Obtained from: NetBSD

23 years agoUpdate the config gathering code for both Promise & HPT
sos [Wed, 1 Nov 2000 17:35:44 +0000 (17:35 +0000)]
Update the config gathering code for both Promise & HPT

23 years agoIPv6 was not work on FDDI.
ume [Wed, 1 Nov 2000 16:57:01 +0000 (16:57 +0000)]
IPv6 was not work on FDDI.

Reported by: Akihiro IIJIMA <aki@noc.titech.ac.jp>
Submitted by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp>
Reviewed by: Akihiro IIJIMA <aki@noc.titech.ac.jp>

23 years agoWrong checksum may have been computed for certain UDP packets.
ru [Wed, 1 Nov 2000 16:56:33 +0000 (16:56 +0000)]
Wrong checksum may have been computed for certain UDP packets.

Reviewed by: jlemon

23 years agoApply style(9).
obrien [Wed, 1 Nov 2000 16:38:40 +0000 (16:38 +0000)]
Apply style(9).

23 years agoMinimal set of diffs from the i386 bits to the AlphaLinux.
obrien [Wed, 1 Nov 2000 16:34:16 +0000 (16:34 +0000)]
Minimal set of diffs from the i386 bits to the AlphaLinux.
(based on a patch to sys/i386/linux/linux_dummy.c by gallatin)

23 years ago- correct the trace file date/time format to match reality
hm [Wed, 1 Nov 2000 14:55:02 +0000 (14:55 +0000)]
- correct the trace file date/time format to match reality
- add mail address of Gary Jennejohn and change mine to @freebsd.org

23 years agoOoops, forgot to add the originator for the last FAQ entry
hm [Wed, 1 Nov 2000 14:08:58 +0000 (14:08 +0000)]
Ooops, forgot to add the originator for the last FAQ entry

23 years agoAdd entry to the FAQ
hm [Wed, 1 Nov 2000 14:06:46 +0000 (14:06 +0000)]
Add entry to the FAQ

23 years agofixes:
andreas [Wed, 1 Nov 2000 13:30:24 +0000 (13:30 +0000)]
fixes:
a) the configured default printer entry might turn out to become a security hole
   Although lpd isn't enabled by default in FreeBSD 4 and later versions
   bad things might happen because of a simple copy and paste failure:
- fill up root-fs, if /dev/lpt0 doesn't exist
- fill up the spool dir (either root-fs or var-fs) if machine hadn't been
  designed as print server
   Therefore best decision: if people want printing, then configure both
1. /etc/rc.conf
2. /etc/printcap
   the default entry wouldn't have served well all tastes and needs anyway...
   design of most of our config files is, to have commented out suggestions
   if a service is not active.
b) [Garance]
   fix old and wrong documentation:
input filters are possible even if you print to a remote printer
   this makes FreeBSDs implementation of lpd currently the best without
   having to switch to port monster LPRng ...
c) fix pointer to wrong handbook section for a longer time .. so I doesn't fix the number
   I'm only referring to the printing section, otherwise this would have to be fixed several
   times, if the chapters should be reordered again ...
d) typo: chose -> choose

Submitted by: me and some suggestions by Garance
Approved by: Eivind and Garance A Drosihn <drosih@rpi.edu> in private e-mail

23 years agoWrong checksum used for certain reassembled IP packets before diverting.
ru [Wed, 1 Nov 2000 11:21:45 +0000 (11:21 +0000)]
Wrong checksum used for certain reassembled IP packets before diverting.

23 years agoMdoc style fixes.
mpp [Wed, 1 Nov 2000 11:17:33 +0000 (11:17 +0000)]
Mdoc style fixes.

PR: docs/22445

23 years agoAdd BUFFALO LPC3-CLX
toshi [Wed, 1 Nov 2000 10:30:53 +0000 (10:30 +0000)]
Add BUFFALO LPC3-CLX
Submitted by:   Takashi Ikeda <ccikeda@moon.aichi-u.ac.jp>

Add TOSHIBA Ethernet Card LABCTA00A.
Submitted by:   "minoru kurata" <minoru.kurata@toshiba.co.jp>
Obtained from: PAO3

23 years agoDon't use the old URL to the GNU ftp location any more:
rse [Wed, 1 Nov 2000 10:24:08 +0000 (10:24 +0000)]
Don't use the old URL to the GNU ftp location any more:
ftp://prep.ai.mit.edu/pub/gnu/ -> ftp://ftp.gnu.org/gnu/

23 years agoAllow the building of the syscall bits at compile time.
obrien [Wed, 1 Nov 2000 09:23:12 +0000 (09:23 +0000)]
Allow the building of the syscall bits at compile time.

23 years agoNeed to dummy-out rt_sigreturn.
obrien [Wed, 1 Nov 2000 08:52:24 +0000 (08:52 +0000)]
Need to dummy-out rt_sigreturn.

submitted by: gallatin

23 years agoNeed to include sys/proc.h.
obrien [Wed, 1 Nov 2000 08:49:48 +0000 (08:49 +0000)]
Need to include sys/proc.h.

23 years agoI don't know why this used to compile for me, but now struct
obrien [Wed, 1 Nov 2000 08:48:53 +0000 (08:48 +0000)]
I don't know why this used to compile for me, but now struct
linux_sigcontext seems to have changed and some members are gone.

23 years agoMake the target a little bit more generic.
obrien [Wed, 1 Nov 2000 08:47:34 +0000 (08:47 +0000)]
Make the target a little bit more generic.

23 years agoWhitespace only: Correct poor line-breaking introduced in rev 1.17,
sheldonh [Wed, 1 Nov 2000 07:51:14 +0000 (07:51 +0000)]
Whitespace only:  Correct poor line-breaking introduced in rev 1.17,
which was limited to correcting mark-up.

23 years agoCorrect mark-up used in rev 1.16, as discussed with its contributor:
sheldonh [Wed, 1 Nov 2000 07:49:29 +0000 (07:49 +0000)]
Correct mark-up used in rev 1.16, as discussed with its contributor:

* Use a sub-section (Ss) instead of a section (Sh) for
  "Sysctl MIB Entries".

* Use a tagged list (Bl, El and It) instead of sub-sections (Ss) for
  the actual MIB entries.

* Mark paths up as such (Pa).

* Mark defined values up as such (Dv).

23 years agoReorder one of the new features based on experience. Since the number
dougb [Wed, 1 Nov 2000 07:21:56 +0000 (07:21 +0000)]
Reorder one of the new features based on experience. Since the number
of files auto-installed during an upgrade from a really old system
can get quite long, and it's piped to the PAGER already, print
that first, then print any of the 4 two-line messages that might
apply.

23 years agoUse test -z rather than -n.
obrien [Wed, 1 Nov 2000 07:09:38 +0000 (07:09 +0000)]
Use test -z rather than -n.

Submitted by: bde

23 years agoIt's no longer true that "nobody uses ia beyond here"; it's now
joe [Wed, 1 Nov 2000 01:59:28 +0000 (01:59 +0000)]
It's no longer true that "nobody uses ia beyond here"; it's now
used to keep address based if_data statistics in.

Submitted by: ru

23 years agoChange 'lpr' so -C (class) information is included in the control file
gad [Wed, 1 Nov 2000 01:48:06 +0000 (01:48 +0000)]
Change 'lpr' so -C (class) information is included in the control file
even for jobs or queues which will not print header (separator) pages.

Submitted by: "Steve O'Hara-Smith" <steveo@eircom.net>

23 years agoUpdate the entry for uscanner (only list devices that we know that work)
n_hibma [Wed, 1 Nov 2000 01:27:09 +0000 (01:27 +0000)]
Update the entry for uscanner (only list devices that we know that work)
Also add an entry for umodem (3Com 5605)

23 years agoTell libgcc_r how to initialize a mutex before it uses it. This
jdp [Wed, 1 Nov 2000 01:18:27 +0000 (01:18 +0000)]
Tell libgcc_r how to initialize a mutex before it uses it.  This
fixes the immediate segmentation violations from some multithreaded
programs built on very up-to-date systems.

23 years ago(null commit)
n_hibma [Wed, 1 Nov 2000 01:10:03 +0000 (01:10 +0000)]
(null commit)

Patch for previous commit submitted by Daniel O'Connor
<doconnor@gsoft.com.au>

23 years agokill old sb driver
cg [Wed, 1 Nov 2000 00:56:52 +0000 (00:56 +0000)]
kill old sb driver

23 years agoswitch over to new sb8/sb16 code
cg [Wed, 1 Nov 2000 00:53:16 +0000 (00:53 +0000)]
switch over to new sb8/sb16 code

23 years agoCatch up to mutexes becoming MI: machine/mutex.h -> sys/mutex.h
jhb [Wed, 1 Nov 2000 00:39:27 +0000 (00:39 +0000)]
Catch up to mutexes becoming MI: machine/mutex.h -> sys/mutex.h

23 years agofix type check in pccard_beep_select
sanpei [Wed, 1 Nov 2000 00:37:34 +0000 (00:37 +0000)]
fix type check in pccard_beep_select

23 years ago"it's" --> "its" (possessive).
mph [Wed, 1 Nov 2000 00:36:12 +0000 (00:36 +0000)]
"it's" --> "its" (possessive).

Correct a malformed sentence.

23 years agoCut&paste bug: Set USBD_SHORT_XFER_OK unconditionally
n_hibma [Wed, 1 Nov 2000 00:28:40 +0000 (00:28 +0000)]
Cut&paste bug: Set USBD_SHORT_XFER_OK unconditionally

23 years agoNote MFC of uscanner(4).
bmah [Wed, 1 Nov 2000 00:01:49 +0000 (00:01 +0000)]
Note MFC of uscanner(4).

23 years agoDon't ignore the return from tcsetattr() - moan about it instead.
brian [Tue, 31 Oct 2000 23:27:35 +0000 (23:27 +0000)]
Don't ignore the return from tcsetattr() - moan about it instead.

Suggested by: Andre Albsmeier <andre@akademie3000.de>

23 years ago1. Oops on last commit: note a few SCSI-3 items for data compression page.
mjacob [Tue, 31 Oct 2000 22:36:33 +0000 (22:36 +0000)]
1. Oops on last commit: note a few SCSI-3 items for data compression page.
2. Change copyright to me- per practive of scsi_sa.c that Justin had
me do a while back.

23 years agoscsi_sa.h
mjacob [Tue, 31 Oct 2000 22:34:51 +0000 (22:34 +0000)]
scsi_sa.h

23 years agoBuild with -DUSE_INET6 so that we can actually use the IPv6 support in
nectar [Tue, 31 Oct 2000 22:29:27 +0000 (22:29 +0000)]
Build with -DUSE_INET6 so that we can actually use the IPv6 support in
IPFilter 3.4.x.

Approved by: darrenr, guido

23 years agoTreat engine inquiry the same as path inquiry in xptioctl().
gibbs [Tue, 31 Oct 2000 22:07:02 +0000 (22:07 +0000)]
Treat engine inquiry the same as path inquiry in xptioctl().
Return ENOTSUP for any opcode that is not supported by the XPT
device.

Add back a missing local declaration that seems to have been deleted
by my last commit.

23 years agoNote bktr(4) update to 2.18, cvs(1) update MFC-ed, new C/C++
bmah [Tue, 31 Oct 2000 22:01:32 +0000 (22:01 +0000)]
Note bktr(4) update to 2.18, cvs(1) update MFC-ed, new C/C++
runtime initialization code, BIND update to 8.2.3-T6B.

23 years agoDon't needlessly indirect the APM softstate. It does nothing but
nsayer [Tue, 31 Oct 2000 21:00:15 +0000 (21:00 +0000)]
Don't needlessly indirect the APM softstate. It does nothing but
obfuscate the code.