]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
23 years agoReturn -10 from the PCI probe to allow room for an updated driver to
msmith [Sat, 28 Oct 2000 10:46:30 +0000 (10:46 +0000)]
Return -10 from the PCI probe to allow room for an updated driver to
override one built into the kernel.

23 years agoFix typo s/DE_DEVICEID_FE2500/DC_DEVICEID_FE2500/
peter [Sat, 28 Oct 2000 10:03:54 +0000 (10:03 +0000)]
Fix typo s/DE_DEVICEID_FE2500/DC_DEVICEID_FE2500/

23 years agoUse EX_USAGE in an example, as the SAME manual page describes a
alex [Sat, 28 Oct 2000 10:02:23 +0000 (10:02 +0000)]
Use EX_USAGE in an example, as the SAME manual page describes a
few lines higher.

PR: 22371
Submitted by: andrew@ugh.net.au

23 years agoAdd some more information to the AUTHORS section.
asmodai [Sat, 28 Oct 2000 09:56:34 +0000 (09:56 +0000)]
Add some more information to the AUTHORS section.

Remove unnecessary duplication of asr after the .Nm macro.

23 years agoAdd PCI IDs for some additional cardbus cards. Yes, there really is
wpaul [Sat, 28 Oct 2000 09:00:20 +0000 (09:00 +0000)]
Add PCI IDs for some additional cardbus cards. Yes, there really is
a RealTek 8139 cardbus device. Unfortunately it doesn't quite work yet
because the CIS parser barfs on it.

Submitted by msmith, with some small tweaks by me.

23 years agoWe should include <machine/stdarg.h> not <stdarg.h>
msmith [Sat, 28 Oct 2000 08:32:43 +0000 (08:32 +0000)]
We should include <machine/stdarg.h> not <stdarg.h>

Submitted by: phk

23 years agoQuick fix for namespace problems which broke many ports. Spell
bde [Sat, 28 Oct 2000 08:20:33 +0000 (08:20 +0000)]
Quick fix for namespace problems which broke many ports.  Spell
uint16_t as "unsigned short" like it used to be and uint32_t as
"unsigned int" not like it used to be (was: "unsigned long").

23 years agoMake the -d option actually work.
alex [Sat, 28 Oct 2000 07:37:57 +0000 (07:37 +0000)]
Make the -d option actually work.
Today fast terminals are usually the default.

PR: 21634
Submitted by: Eric S. Van Gyzen <eric@vangyzen.net>

23 years agoSome AML code assumes that a function without an explicit ReturnOp will
msmith [Sat, 28 Oct 2000 07:32:13 +0000 (07:32 +0000)]
Some AML code assumes that a function without an explicit ReturnOp will
return the last value returned by a nested method call.  This violates
the ACPI spec, but is implemented by the Microsoft interpreter, and thus
vendors can (and do) get away with it.

Intel's stance is that this is illegal and should not be supported.
As they put it, however, we have to live in the real world.  So go ahead
and implement it.

Submitted by: Mitsaru IWASAKI <iwasaki@jp.freebsd.org>

23 years agoFreeBSD-specific customisations:
msmith [Sat, 28 Oct 2000 07:29:08 +0000 (07:29 +0000)]
FreeBSD-specific customisations:

 - Set debugger options for kernel build
 - Define some missing functions
 - Bring in GCC defines
 - Disable the 'wbinvd' macro as it conflicts with our inline

23 years agoAdd some extra fuctions:
msmith [Sat, 28 Oct 2000 07:26:48 +0000 (07:26 +0000)]
Add some extra fuctions:

 - AcpiGetProcessorID (fetch the ACPI processor ID for a given ACPI_HANDLE)
 - AcpiSetSystemSleepState (set the Sx sleeping state, proposed by Intel
   but not actually implemented)

23 years agoAdd some verbiage about the new ACPICA code. Note that this probably
msmith [Sat, 28 Oct 2000 07:07:02 +0000 (07:07 +0000)]
Add some verbiage about the new ACPICA code.  Note that this probably
breaks building this config, as the old ACPI code will conflict.  The
old code will be going away shortly, so this should not be an issue.

23 years agoAllow PCI busses to be connected to host bridges detected by ACPI as well.
msmith [Sat, 28 Oct 2000 07:04:07 +0000 (07:04 +0000)]
Allow PCI busses to be connected to host bridges detected by ACPI as well.

23 years agoConnect the new ACPICA code to the 'acpica' device.
msmith [Sat, 28 Oct 2000 07:03:39 +0000 (07:03 +0000)]
Connect the new ACPICA code to the 'acpica' device.

23 years agoInitial FreeBSD OSPM (operating system power management) modules for
msmith [Sat, 28 Oct 2000 06:59:48 +0000 (06:59 +0000)]
Initial FreeBSD OSPM (operating system power management) modules for
ACPICA.  Most of these are still works in progress.  Support exists for:

 - Fixed feature and control method power, lid and sleep buttons.
 - Detection of ISA PnP devices using ACPI namespace.
 - Detection of PCI root busses using ACPI namespace.
 - CPU throttling and sleep states (incomplete)
 - Thermal monitoring and cooling control (incomplete)
 - Interface to platform embedded controllers (mostly complete)
 - ACPI timer (incomplete)
 - Simple userland control of sleep states.
 - Shutdown and poweroff.

23 years agoFreeBSD-specific OSD (operating system dependant) modules for the Intel
msmith [Sat, 28 Oct 2000 06:56:15 +0000 (06:56 +0000)]
FreeBSD-specific OSD (operating system dependant) modules for the Intel
ACPICA code.

23 years agoRevert two experimental changes which escaped from my devel machine.
phk [Sat, 28 Oct 2000 06:55:12 +0000 (06:55 +0000)]
Revert two experimental changes which escaped from my devel machine.

23 years agoThis commit was generated by cvs2svn to compensate for changes in r67754,
msmith [Sat, 28 Oct 2000 05:01:06 +0000 (05:01 +0000)]
This commit was generated by cvs2svn to compensate for changes in r67754,
which included commits to RCS files with non-trunk default branches.

23 years agoInitial import of the Intel-maintained ACPI Component Architecture. This
msmith [Sat, 28 Oct 2000 05:01:06 +0000 (05:01 +0000)]
Initial import of the Intel-maintained ACPI Component Architecture.  This
is Intel's reference implementation of the core operating-system ACPI
support.  (This import is on the vendor branch.)

23 years agoHook ipfilter back up as it compiles now.
obrien [Sat, 28 Oct 2000 04:51:47 +0000 (04:51 +0000)]
Hook ipfilter back up as it compiles now.

23 years agoAdd a quirk entry for Nakamichi MJ-* changers. The changer in question is
ken [Sat, 28 Oct 2000 03:14:59 +0000 (03:14 +0000)]
Add a quirk entry for Nakamichi MJ-* changers.  The changer in question is
a <NAKAMICH MJ-5.16S 1.06>.

Submitted by: Kevin Van Maren <vanmaren@fast.cs.utah.edu>

23 years agoadd Xircom CreditCard adapters and workalikes(xe driver)
sanpei [Sat, 28 Oct 2000 01:35:21 +0000 (01:35 +0000)]
add Xircom CreditCard adapters and workalikes(xe driver)
to Default (GENERIC) Configuration

23 years agoThe x86 atomic operations are already locked, so they do not need an
jhb [Sat, 28 Oct 2000 00:28:15 +0000 (00:28 +0000)]
The x86 atomic operations are already locked, so they do not need an
additional locked instruction to guarantee a write barrier for the acquire
variants.

Approved by: dfr
Pointy hat to: jhb

23 years agoFix typo in the 4.x case.
msmith [Fri, 27 Oct 2000 23:40:45 +0000 (23:40 +0000)]
Fix typo in the 4.x case.

23 years agoimplement SNDCTL_DSP_POST
cg [Fri, 27 Oct 2000 22:20:45 +0000 (22:20 +0000)]
implement SNDCTL_DSP_POST

23 years agoFix a couple of whitespace nits.
jhb [Fri, 27 Oct 2000 21:45:50 +0000 (21:45 +0000)]
Fix a couple of whitespace nits.

23 years agoRemove 86 unneeded #includes
phk [Fri, 27 Oct 2000 21:32:10 +0000 (21:32 +0000)]
Remove 86 unneeded #includes

23 years agoRemove more unused #includes.
phk [Fri, 27 Oct 2000 21:14:25 +0000 (21:14 +0000)]
Remove more unused #includes.

23 years agoTypo fix.
mpp [Fri, 27 Oct 2000 20:55:15 +0000 (20:55 +0000)]
Typo fix.

23 years agoInitialize rn_mklist in rn_newpair(). The undocumented assumption
wollman [Fri, 27 Oct 2000 20:50:14 +0000 (20:50 +0000)]
Initialize rn_mklist in rn_newpair().  The undocumented assumption
seems to be that the nodes are bzero'd beforehand, but the submitter
found that this was not always the case, and in any event defensive
programming here costs epsilon squared.

PR: 22244
Submitted by: Dave Gillam <daveg@chiaro.com>

23 years agoremove a stddef.h missed by phk
gallatin [Fri, 27 Oct 2000 18:57:31 +0000 (18:57 +0000)]
remove a stddef.h missed by phk

23 years agoExplicitly initialize _pw_passwd.
nectar [Fri, 27 Oct 2000 18:27:07 +0000 (18:27 +0000)]
Explicitly initialize _pw_passwd.

23 years agoAdd usage of M_ZERO to malloc calls where the result was just bzeroed.
mjacob [Fri, 27 Oct 2000 16:40:57 +0000 (16:40 +0000)]
Add usage of M_ZERO to malloc calls where the result was just bzeroed.

PR: 22186
Submitted (partially) by: josh@zipperup.org

23 years agoAdd M_ZERO to malloc calls where the result is just bzeroed.
mjacob [Fri, 27 Oct 2000 16:36:26 +0000 (16:36 +0000)]
Add M_ZERO to malloc calls where the result is just bzeroed.
PR: 22188
Submitted (partially) by: josh@zipperup.org

23 years agoupdate man page to reflect new support
mjacob [Fri, 27 Oct 2000 16:12:53 +0000 (16:12 +0000)]
update man page to reflect new support

23 years agoUse FreeBSD.org, not freebsd.org, as has been the precedent.
asmodai [Fri, 27 Oct 2000 16:05:39 +0000 (16:05 +0000)]
Use FreeBSD.org, not freebsd.org, as has been the precedent.

23 years agoPlease welcome the asr manpage [no, not alt.sysadmin.recovery], but
asmodai [Fri, 27 Oct 2000 15:54:34 +0000 (15:54 +0000)]
Please welcome the asr manpage [no, not alt.sysadmin.recovery], but
the Adaptec SCSI RAID cards.

Submitted by: msmith, scottl, Mark Salyzyn

23 years agoComment out the entry for Workbit Ninja SCSI series in PIO mode.
non [Fri, 27 Oct 2000 13:59:16 +0000 (13:59 +0000)]
Comment out the entry for Workbit Ninja SCSI series in PIO mode.
This confilcted with the entry of non PIO mode.

If you want to use them in PIO mode comment out entry of the non PIO mode
and uncommnet the PIO mode entry.

23 years agoInclude sys/param.h for `__FreeBSD_version' rather than the non-existent
obrien [Fri, 27 Oct 2000 12:53:31 +0000 (12:53 +0000)]
Include sys/param.h for `__FreeBSD_version' rather than the non-existent
osreldate.h.

Submitted by: dougb

23 years agoRemove ipfilter and mark it as broken until it will be fixed by maintainer.
ache [Fri, 27 Oct 2000 12:45:31 +0000 (12:45 +0000)]
Remove ipfilter and mark it as broken until it will be fixed by maintainer.
Not compiles under -current

23 years agoMake RES_OPTIONS=inet6 work.
ume [Fri, 27 Oct 2000 12:34:52 +0000 (12:34 +0000)]
Make RES_OPTIONS=inet6 work.
Basically PR22196, but slightly modified.

PR: bin/22196

23 years agoConvert all users of fldoff() to offsetof(). fldoff() is bad
phk [Fri, 27 Oct 2000 11:45:49 +0000 (11:45 +0000)]
Convert all users of fldoff() to offsetof().  fldoff() is bad
because it only takes a struct tag which makes it impossible to
use unions, typedefs etc.

Define __offsetof() in <machine/ansi.h>

Define offsetof() in terms of __offsetof() in <stddef.h> and <sys/types.h>

Remove myriad of local offsetof() definitions.

Remove includes of <stddef.h> in kernel code.

NB: Kernelcode should *never* include from /usr/include !

Make <sys/queue.h> include <machine/ansi.h> to avoid polluting the API.

Deprecate <struct.h> with a warning.  The warning turns into an error on
01-12-2000 and the file gets removed entirely on 01-01-2001.

Paritials reviews by:   various.
Significant brucifications by:  bde

23 years agoMFS: don't expect result code until you close the data connection
des [Fri, 27 Oct 2000 11:37:21 +0000 (11:37 +0000)]
MFS: don't expect result code until you close the data connection

23 years agoExpand on the reasons for and against defining NO_F00F_HACK. This is one of
dougb [Fri, 27 Oct 2000 10:57:33 +0000 (10:57 +0000)]
Expand on the reasons for and against defining NO_F00F_HACK. This is one of
those options that is frequently misunderstood, and ends up on -questions.

PR: 21852

23 years agoBackout revision 1.7 which was a bad idea since it would force people
dfr [Fri, 27 Oct 2000 09:36:34 +0000 (09:36 +0000)]
Backout revision 1.7 which was a bad idea since it would force people
to reinstall boot1 after a 'make world'.

Unfortunately this means that people who have already installed a new
boot1 from a 'make world' after 2000/09/18 *must* reinstall it after
their next build using something like:

        # disklabel -B /dev/da0c

23 years agoRemove bogus undocumented macros used to control conditional assembly.
phk [Fri, 27 Oct 2000 08:39:41 +0000 (08:39 +0000)]
Remove bogus undocumented macros used to control conditional assembly.

23 years agoRemove #if DO_DEFLATE
phk [Fri, 27 Oct 2000 08:38:26 +0000 (08:38 +0000)]
Remove #if DO_DEFLATE
Remove #if DO_BSD_COMPRESS

They are the wrong way to enable/disable features and undocumented to boot.

23 years agoDeclare or #define per-cpu globals in <machine/globals.h> in all cases.
bde [Fri, 27 Oct 2000 08:30:59 +0000 (08:30 +0000)]
Declare or #define per-cpu globals in <machine/globals.h> in all cases.
The i386 UP case was messily different.

23 years agoFetch the protocol header (TCP, UDP, ICMP) only from the first fragment
ru [Fri, 27 Oct 2000 07:19:17 +0000 (07:19 +0000)]
Fetch the protocol header (TCP, UDP, ICMP) only from the first fragment
of IP datagram.  This fixes the problem when firewall denied fragmented
packets whose last fragment was less than minimum protocol header size.

Found by: Harti Brandt <brandt@fokus.gmd.de>
PR: kern/22309

23 years agoMerge from i386: Add MSP ioctl
roger [Fri, 27 Oct 2000 07:07:24 +0000 (07:07 +0000)]
Merge from i386: Add MSP ioctl

23 years agoAdd Melco LPC2-T/LPC3-TX PCMCIA Ethernet cards.
tanimura [Fri, 27 Oct 2000 06:22:40 +0000 (06:22 +0000)]
Add Melco LPC2-T/LPC3-TX PCMCIA Ethernet cards.

23 years agoAs the blocking model has seems to be troublesome for many, disable
markm [Fri, 27 Oct 2000 06:06:04 +0000 (06:06 +0000)]
As the blocking model has seems to be troublesome for many, disable
it for now with an option.

This option is already deprecated, and will be removed when the
entropy-harvesting code is fast enough to warrant it.

23 years agoAdd PCI device ID for an upcoming revision of the product.
msmith [Fri, 27 Oct 2000 05:58:45 +0000 (05:58 +0000)]
Add PCI device ID for an upcoming revision of the product.

23 years agoAdd a missing newline to a diagnostic.
msmith [Fri, 27 Oct 2000 05:58:16 +0000 (05:58 +0000)]
Add a missing newline to a diagnostic.

23 years agoDefining usage() "__dead" is just ridiculous. It also won't compile with
obrien [Fri, 27 Oct 2000 05:51:59 +0000 (05:51 +0000)]
Defining usage() "__dead" is just ridiculous.  It also won't compile with
a June 2000 GCC 2.96 snapshot.

Reviewed by: bde

23 years agoReport the type of mbuf that couldn't be allocated before
brian [Fri, 27 Oct 2000 05:34:40 +0000 (05:34 +0000)]
Report the type of mbuf that couldn't be allocated before
aborting ppp.

23 years agoAdd and document the WITNESS_SKIPSPIN and WITNESS_DDB kernel options.
jhb [Fri, 27 Oct 2000 03:00:28 +0000 (03:00 +0000)]
Add and document the WITNESS_SKIPSPIN and WITNESS_DDB kernel options.

23 years ago- Use MUTEX_DECLARE() and MTX_COLD for the WITNESS code's internal mutex so
jhb [Fri, 27 Oct 2000 02:59:30 +0000 (02:59 +0000)]
- Use MUTEX_DECLARE() and MTX_COLD for the WITNESS code's internal mutex so
  it can function before malloc(9) is up and running.
- Add two new options WITNESS_DDB and WITNESS_SKIPSPIN.  If WITNESS_SKIPSPIN
  is enabled, then spin mutexes are ignored by the WITNESS code.  If
  WITNESS_DDB is turned on and DDB is compiled into the kernel, then the
  kernel will drop into DDB when either a lock hierarchy violation occurs
  or mutexes are held when going to sleep.
- Add some new sysctls:
  debug.witness_ddb is a read-write sysctl that corresponds to WITNESS_DDB.
     The kernel option merely changes the default value to on at boot.
  debug.witness_skipspin is a read-only sysctl that one can use to determine
     if the kernel was compiled with WITNESS_SKIPSPIN.
- Wipe out the BSD/OS-specific lock order lists.  We get to build our own
  lists now as we add mutexes to the kernel.

23 years agoI don't know what "Toshiba Ethernet Cards" are.
hosokawa [Fri, 27 Oct 2000 01:24:36 +0000 (01:24 +0000)]
I don't know what "Toshiba Ethernet Cards" are.
I think this is very old entry and should be removed or
replaced with more accurate ones.

23 years agoFix problems people were having with large -O levels with GCC and
green [Fri, 27 Oct 2000 01:19:02 +0000 (01:19 +0000)]
Fix problems people were having with large -O levels with GCC and
getting libutil/libcrypt to work properly.  I've determined that GCC
thinks it can inline all functions, including weak-symboled ones, if
it feels like it.

Create a new stub.c and move any stubs there to prevent inlining.
Thanks to jdp and William S. Duncanson for helping me finally find the
problem.

23 years agoYet another bug fix/optimization for the Davicom DM9100/9102: increase
wpaul [Fri, 27 Oct 2000 00:15:04 +0000 (00:15 +0000)]
Yet another bug fix/optimization for the Davicom DM9100/9102: increase
the PCI latency timer value to 0x80. Davicom's Linux driver does this,
and it drastically reduces the number of TX underruns in my tests. (Note:
this is done only for the Davicom chips. I'm not sure it's a good idea to
do it for all of them.)

Again, still waiting on confirmation before merging to stable.

23 years agoAdd in MLINKS for all of the various mutex functions to mutex.9
jhb [Thu, 26 Oct 2000 23:54:10 +0000 (23:54 +0000)]
Add in MLINKS for all of the various mutex functions to mutex.9

23 years ago- Document MUTEX_DECLARE and MTX_COLD
jhb [Thu, 26 Oct 2000 23:53:12 +0000 (23:53 +0000)]
- Document MUTEX_DECLARE and MTX_COLD
- Clean up some minor nits

23 years agoAdd a note that the spl() API is deprecated in favor of mutexes.
jhb [Thu, 26 Oct 2000 23:30:01 +0000 (23:30 +0000)]
Add a note that the spl() API is deprecated in favor of mutexes.

23 years agoAdd a prototype mbuf.9 man page. Probably needs work, but it's a good
nik [Thu, 26 Oct 2000 23:15:47 +0000 (23:15 +0000)]
Add a prototype mbuf.9 man page.  Probably needs work, but it's a good
start.

PR:             docs/22053
Submitted by:   Yar Tikhiy <yar@comp.chem.msu.su>

23 years agoRemove a doubled "in the".
nik [Thu, 26 Oct 2000 23:13:10 +0000 (23:13 +0000)]
Remove a doubled "in the".

PR:             docs/22140
Submitted by:   Cyrille Lefevre <clefevre@citeweb.net>

23 years agoUpdate to include a link to the referenced papers when PRINTERDEVICE=html
nik [Thu, 26 Oct 2000 23:12:12 +0000 (23:12 +0000)]
Update to include a link to the referenced papers when PRINTERDEVICE=html

PR:             docs/22140
Submitted by:   Cyrille Lefevre <clefevre@citeweb.net>

23 years agoAdd a MAINTAINER= line so people know who to blame
gshapiro [Thu, 26 Oct 2000 23:02:36 +0000 (23:02 +0000)]
Add a MAINTAINER= line so people know who to blame

23 years agoFor %c replace reference to asctime(3) with ctime(3) from which %c genetically
ache [Thu, 26 Oct 2000 22:11:11 +0000 (22:11 +0000)]
For %c replace reference to asctime(3) with ctime(3) from which %c genetically
originates

23 years agoAdd copyright to skeleton.
julian [Thu, 26 Oct 2000 21:53:37 +0000 (21:53 +0000)]
Add copyright to skeleton.

23 years agoSigh. It'd be nice to completely commit a bugfix. Once again:
bmah [Thu, 26 Oct 2000 21:50:41 +0000 (21:50 +0000)]
Sigh.  It'd be nice to completely commit a bugfix.  Once again:

Fix a bug in which pkg_version(1) was ignoring $PORTREVISION
or $PORTEPOCH from ports' Makefile definitions.

23 years agoInstall the loader manpages.
obrien [Thu, 26 Oct 2000 21:47:59 +0000 (21:47 +0000)]
Install the loader manpages.

23 years agoFix a bug in which pkg_version(1) was ignoring $PORTREVISION
bmah [Thu, 26 Oct 2000 21:38:44 +0000 (21:38 +0000)]
Fix a bug in which pkg_version(1) was ignoring $PORTREVISION
or $PORTEPOCH from ports' Makefile definitions.

23 years agosome more cleanups
julian [Thu, 26 Oct 2000 21:37:38 +0000 (21:37 +0000)]
some more cleanups
still need to handle non-PNP devices properly.

23 years agoadd reinit functions to mixers
cg [Thu, 26 Oct 2000 20:46:58 +0000 (20:46 +0000)]
add reinit functions to mixers
unstaticize chn_start()
add reset/resetdone functions to channels

23 years agodo not attach to soundblaster 1.x - they are unsupported
cg [Thu, 26 Oct 2000 20:31:16 +0000 (20:31 +0000)]
do not attach to soundblaster 1.x - they are unsupported

23 years agoChange comment from sprintf to snprintf
imp [Thu, 26 Oct 2000 19:46:20 +0000 (19:46 +0000)]
Change comment from sprintf to snprintf

23 years agoChange snprintf to strncpy.
imp [Thu, 26 Oct 2000 19:45:42 +0000 (19:45 +0000)]
Change snprintf to strncpy.
Also add a comment about a bogus assumption in the current code found at
bsdcon by jhb.

23 years agoImprove some slightly confused formatting.
dwmalone [Thu, 26 Oct 2000 19:24:29 +0000 (19:24 +0000)]
Improve some slightly confused formatting.

Reviewed by: sheldonh

23 years agoNote update of bktr(4) to 2.17 (+MFC) and fix up some problems with
bmah [Thu, 26 Oct 2000 18:32:19 +0000 (18:32 +0000)]
Note update of bktr(4) to 2.17 (+MFC) and fix up some problems with
a prior note about this driver.  Note addition of uscanner(4).

23 years agofix unaligned access errors caused by bad scanf/printf format strings
gallatin [Thu, 26 Oct 2000 17:40:14 +0000 (17:40 +0000)]
fix unaligned access errors caused by bad scanf/printf format strings
PR: alpha/21247
tested by: Marcin Gryszkalis <dagoon@rs.math.uni.lodz.pl>

23 years agofix unaligned access errors by copying untyped data to properly aligned
gallatin [Thu, 26 Oct 2000 17:35:46 +0000 (17:35 +0000)]
fix unaligned access errors by copying untyped data to properly aligned
locals
PR: alpha/13912
obtained from: NetBSD
tested by: Marcin Gryszkalis <dagoon@rs.math.uni.lodz.pl>

23 years agoAdd new ioctls for userland access to the MSP device
roger [Thu, 26 Oct 2000 16:41:48 +0000 (16:41 +0000)]
Add new ioctls for userland access to the MSP device

23 years agoadd a version tag for the alpha linulator to depend on
gallatin [Thu, 26 Oct 2000 16:31:29 +0000 (16:31 +0000)]
add a version tag for the alpha linulator to depend on

23 years agoFix typo
roger [Thu, 26 Oct 2000 16:27:51 +0000 (16:27 +0000)]
Fix typo

23 years agoMinor build fixes.
dfr [Thu, 26 Oct 2000 16:23:18 +0000 (16:23 +0000)]
Minor build fixes.

23 years agoTreat c_fmt field as compatibility placeholder
ache [Thu, 26 Oct 2000 16:20:57 +0000 (16:20 +0000)]
Treat c_fmt field as compatibility placeholder

23 years agoForce "%c" to be ctime-compatible
ache [Thu, 26 Oct 2000 16:07:04 +0000 (16:07 +0000)]
Force "%c" to be ctime-compatible

Submitted by: ru

23 years agoAdded "minimum3": spare room for multilingual installer and driver floppy.
hosokawa [Thu, 26 Oct 2000 16:00:27 +0000 (16:00 +0000)]
Added "minimum3": spare room for multilingual installer and driver floppy.
The size is 3 x 1.44MB.

23 years agoUpdate osf1_setuid() and osf1_setgid() to use the new change_euid() and
gallatin [Thu, 26 Oct 2000 15:53:00 +0000 (15:53 +0000)]
Update osf1_setuid() and osf1_setgid() to use the new change_euid() and
change_ruid() in kern_prot.c.  This fixes an incorrect use
of chgproccnt().

Update both osf1_setuid() and osf1_setgid() to use setsugid() instead
of just frobbing the flag.

(mostly) submitted by: truckman

23 years agounstaticize change_ruid() because it is needed by osf1_setuid()
gallatin [Thu, 26 Oct 2000 15:49:35 +0000 (15:49 +0000)]
unstaticize change_ruid() because it is needed by osf1_setuid()

23 years agoAdd and install the uscanner manpage.
asmodai [Thu, 26 Oct 2000 15:36:36 +0000 (15:36 +0000)]
Add and install the uscanner manpage.

Reviewed by: n_hibma
Prodded by: grog

23 years agoUpdate @freebsd.org email addresses to @FreeBSD.org as is the
asmodai [Thu, 26 Oct 2000 15:30:44 +0000 (15:30 +0000)]
Update @freebsd.org email addresses to @FreeBSD.org as is the
precedent.

23 years agoAlways need to 'load /kernel', it's the 'read' that needs to
jwd [Thu, 26 Oct 2000 15:22:47 +0000 (15:22 +0000)]
Always need to 'load /kernel', it's the 'read' that needs to
be isolated out for the 2 floppy install.

5.0-20001026-SNAP cdrom now boots correctly.

Reviewed by: Mike Smith <msmith@FreeBSD.org>

23 years agoForce %c to be "%a %Ef %T %Y" to eliminate problems with bad c_fmt
ache [Thu, 26 Oct 2000 14:22:41 +0000 (14:22 +0000)]
Force %c to be "%a %Ef %T %Y" to eliminate problems with bad c_fmt

Submitted by: ru

23 years agoMore explicitly set crypto bits.
jkh [Thu, 26 Oct 2000 13:19:02 +0000 (13:19 +0000)]
More explicitly set crypto bits.

Partially submitted by: Jeff Kletsky <jeff@spotlife.com>

23 years agoRFC 791 says that IP_RF bit should always be zero, but nothing
ru [Thu, 26 Oct 2000 13:14:48 +0000 (13:14 +0000)]
RFC 791 says that IP_RF bit should always be zero, but nothing
in the code enforces this.  So, do not check for and attempt a
false reassembly if only IP_RF is set.

Also, removed the dead code, since we no longer use dtom() on
return from ip_reass().

23 years agofix conflicts from rcsids
darrenr [Thu, 26 Oct 2000 12:47:40 +0000 (12:47 +0000)]
fix conflicts from rcsids

23 years agoThis commit was generated by cvs2svn to compensate for changes in r67615,
darrenr [Thu, 26 Oct 2000 12:45:54 +0000 (12:45 +0000)]
This commit was generated by cvs2svn to compensate for changes in r67615,
which included commits to RCS files with non-trunk default branches.

23 years agoImport IP Filter 3.4.12
darrenr [Thu, 26 Oct 2000 12:45:54 +0000 (12:45 +0000)]
Import IP Filter 3.4.12