]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
20 years agoNew errata: KUser can corrupt passwd file.
Bruce A. Mah [Tue, 13 Jan 2004 17:15:58 +0000 (17:15 +0000)]
New errata:  KUser can corrupt passwd file.

Requested by: scottl, "Eugenia Loli-Queru" <eugenia at osnews dot com>

20 years agoNew errata: NSS problems and workaround [1], GCC typo in release
Bruce A. Mah [Tue, 13 Jan 2004 16:46:35 +0000 (16:46 +0000)]
New errata:  NSS problems and workaround [1], GCC typo in release
notes [2].

Submitted by: nectar [1], gerald [2]

20 years agoAdd and document ffsl(), fls() and flsl().
Dag-Erling Smørgrav [Tue, 13 Jan 2004 16:05:47 +0000 (16:05 +0000)]
Add and document ffsl(), fls() and flsl().

20 years agoCast to unsigned to avoid sign-extension problems.
Dag-Erling Smørgrav [Tue, 13 Jan 2004 16:02:20 +0000 (16:02 +0000)]
Cast to unsigned to avoid sign-extension problems.

20 years agoAdd ffsl(), fls() flsl() to platforms that don't already have them.
Dag-Erling Smørgrav [Tue, 13 Jan 2004 15:37:23 +0000 (15:37 +0000)]
Add ffsl(), fls() flsl() to platforms that don't already have them.

20 years agoAdd C implementations of ffsl(), fls() and flsl().
Dag-Erling Smørgrav [Tue, 13 Jan 2004 15:36:34 +0000 (15:36 +0000)]
Add C implementations of ffsl(), fls() and flsl().

20 years agoANSIfy, de-register, replace VAX reference with actual description.
Dag-Erling Smørgrav [Tue, 13 Jan 2004 15:35:22 +0000 (15:35 +0000)]
ANSIfy, de-register, replace VAX reference with actual description.

20 years agoWhitespace nit.
Dag-Erling Smørgrav [Tue, 13 Jan 2004 15:30:36 +0000 (15:30 +0000)]
Whitespace nit.

20 years agoInclude "../Makefile.inc" to propagate the configuration to subdirectories.
Yoshihiro Takahashi [Tue, 13 Jan 2004 13:08:27 +0000 (13:08 +0000)]
Include "../Makefile.inc" to propagate the configuration to subdirectories.

20 years agoFix typo in a comment
Christian Brueffer [Tue, 13 Jan 2004 11:31:09 +0000 (11:31 +0000)]
Fix typo in a comment

20 years agoMODULE_DEPEND is a C macro, not a make(1).
Ruslan Ermilov [Tue, 13 Jan 2004 11:30:37 +0000 (11:30 +0000)]
MODULE_DEPEND is a C macro, not a make(1).

20 years agobsd.kmod.mk does not deal with manpages anymore.
Ruslan Ermilov [Tue, 13 Jan 2004 11:28:51 +0000 (11:28 +0000)]
bsd.kmod.mk does not deal with manpages anymore.

20 years agostyle(9): single tab after #define.
Matthew N. Dodd [Tue, 13 Jan 2004 11:28:21 +0000 (11:28 +0000)]
style(9): single tab after #define.

20 years agoUse a device identify entry point to attach to nexus, since the
Peter Grehan [Tue, 13 Jan 2004 11:25:40 +0000 (11:25 +0000)]
Use a device identify entry point to attach to nexus, since the
nexus code no longer searches for interrupt controllers.

20 years agoMake the OpenPic driver bus-independent, with attachments for
Peter Grehan [Tue, 13 Jan 2004 11:24:36 +0000 (11:24 +0000)]
Make the OpenPic driver bus-independent, with attachments for
the MacIO chip and PSIM's IOBus. Bus-specific drivers should
use the identify method to attach themselves to nexus so
interrupt can be allocated before the h/w is probed. The
'early attach' routine in openpic is used for this stage
of boot. When h/w is probed, the openpic can be attached
properly. It will enable interrupts allocated prior to
this.

20 years agoRemove hard-coded knowledge of specific OFW devices. Use bus_generic_probe
Peter Grehan [Tue, 13 Jan 2004 11:20:52 +0000 (11:20 +0000)]
Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probe
and add_child entry point to allow devices to use the identify
method to add themselves if need be (e.g. openpic, syscons).
Export interrupt-controller-add routine for extern int cntlr drivers.
Eliminate recursive OFW device-tree walk and only iterate the
top-level ala sparc64. Allow child devices to set the device
type with write_ivars.

Step 1 of many in removing the hard-dependency on OpenFirmware.

20 years agoDon't put .depend in CLEANFILES, it's cleaned by cleandepend.
Ruslan Ermilov [Tue, 13 Jan 2004 11:13:00 +0000 (11:13 +0000)]
Don't put .depend in CLEANFILES, it's cleaned by cleandepend.

20 years agoCatch up with ATA changes by including <sys/sema.h>
Peter Grehan [Tue, 13 Jan 2004 10:54:35 +0000 (10:54 +0000)]
Catch up with ATA changes by including <sys/sema.h>

20 years agocall ipsec_pcbconn()/ipsec_pcbdisconn() from in6_pcbconnect().
Hajimu UMEMOTO [Tue, 13 Jan 2004 10:45:02 +0000 (10:45 +0000)]
call ipsec_pcbconn()/ipsec_pcbdisconn() from in6_pcbconnect().

Obtained from: KAME

20 years agodo not deref freed pointer
Hajimu UMEMOTO [Tue, 13 Jan 2004 09:51:47 +0000 (09:51 +0000)]
do not deref freed pointer

Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net>
Reviewed by: itojun

20 years agoImplement some more unicode handling routines. This will hopefully bring
Bill Paul [Tue, 13 Jan 2004 09:12:47 +0000 (09:12 +0000)]
Implement some more unicode handling routines. This will hopefully bring
us closer to being able to run the Intel PRO/Wireless 5000 driver.

20 years agoAdded FreeBSD 5.2-RELEASE.
Maxim Konovalov [Tue, 13 Jan 2004 08:35:00 +0000 (08:35 +0000)]
Added FreeBSD 5.2-RELEASE.

MFC after: 3 days

20 years agotypo, duh!
Poul-Henning Kamp [Tue, 13 Jan 2004 08:00:55 +0000 (08:00 +0000)]
typo, duh!

20 years agoReplace calls to vm_page_alloc_contig() by calls to contigmalloc().
Alan Cox [Tue, 13 Jan 2004 07:45:10 +0000 (07:45 +0000)]
Replace calls to vm_page_alloc_contig() by calls to contigmalloc().
vm_page_alloc_contig() will be removed after the three remaining drivers
that use it are also converted to contigmalloc().

20 years agoThis is simply too true to not become a fortune.
Poul-Henning Kamp [Tue, 13 Jan 2004 07:36:17 +0000 (07:36 +0000)]
This is simply too true to not become a fortune.

Wisdom by: wes

20 years agoHandle SIOCSIFMTU ioctl directly so we can apply 802.11-specific bounds.
Sam Leffler [Tue, 13 Jan 2004 06:22:55 +0000 (06:22 +0000)]
Handle SIOCSIFMTU ioctl directly so we can apply 802.11-specific bounds.
Note that the min is actually constrained to IF_MINMTU by the if layer.

20 years agocorrect spelling
Hajimu UMEMOTO [Tue, 13 Jan 2004 05:39:07 +0000 (05:39 +0000)]
correct spelling

Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net>
Reviewed by: itojun

20 years agofix potential 'cannot-happen' memory leak
Hajimu UMEMOTO [Tue, 13 Jan 2004 05:32:12 +0000 (05:32 +0000)]
fix potential 'cannot-happen' memory leak

Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net>
Reviewed by: itojun

20 years agoLoosen up the range test in ndis_register_ioport(). Allow drivers to
Bill Paul [Tue, 13 Jan 2004 01:12:28 +0000 (01:12 +0000)]
Loosen up the range test in ndis_register_ioport(). Allow drivers to
map ranges that are smaller than what our resource manager code knows
is available, rather than requiring that they match exactly. This
fixes a problem with the Intel PRO/1000 gigE driver: it wants to map
a range of 32 I/O ports, even though some chips appear set up to
decode a range of 64. With this fix, it loads and runs correctly.

20 years agoPrevent a panic when mounting a v2/v3 only server with mount_nfs4.
Alfred Perlstein [Tue, 13 Jan 2004 01:04:36 +0000 (01:04 +0000)]
Prevent a panic when mounting a v2/v3 only server with mount_nfs4.

Submitted by: Jim Rees <rees@umich.edu>
Reported/testing: Florian C. Smeets <flo@kasimir.com>

20 years agoYet another inf file handling tweak: when checking for Ndi\Params\foo
Bill Paul [Tue, 13 Jan 2004 00:29:17 +0000 (00:29 +0000)]
Yet another inf file handling tweak: when checking for Ndi\Params\foo
keys, don't just do a substring match on "Ndi\Params". Instead, check
explicitly for strings that begin with "Ndi\Params". Why? Because it's
possible to create your own keys with different paths, like
"PROSetNdi\NdiExt\Params" which is what Intel does in their PRO/1000
driver's .INF file.

20 years agoLast revision also added duplicate SRCS. Fixed this so that
Ruslan Ermilov [Mon, 12 Jan 2004 22:02:31 +0000 (22:02 +0000)]
Last revision also added duplicate SRCS.  Fixed this so that
the resulting .a library has only unique .o files.

Noticed by: bde

20 years agoUgh. I am not having a good day. Remove debugging #ifdef that accidentally
Bill Paul [Mon, 12 Jan 2004 21:40:05 +0000 (21:40 +0000)]
Ugh. I am not having a good day. Remove debugging #ifdef that accidentally
crept into the last commit.

20 years agoHandle "Bad Command List" errors.
Matthew N. Dodd [Mon, 12 Jan 2004 21:05:06 +0000 (21:05 +0000)]
Handle "Bad Command List" errors.

No error status is returned by the adapter so set CMD_REJECTED so that
ida_done() will DTRT.

20 years agoUgh. Last commit went horribly wrong. Back out changes to subr_ntoskrnl.c,
Bill Paul [Mon, 12 Jan 2004 21:04:43 +0000 (21:04 +0000)]
Ugh. Last commit went horribly wrong. Back out changes to subr_ntoskrnl.c,
make sure if_ndis.c really gets checked in this time.

20 years agoRemove comments that no longer apply.
Matthew N. Dodd [Mon, 12 Jan 2004 21:01:18 +0000 (21:01 +0000)]
Remove comments that no longer apply.

20 years agoIn if_ndis.c:ndis_intr(), be a bit more intelligent about squelching
Bill Paul [Mon, 12 Jan 2004 21:00:48 +0000 (21:00 +0000)]
In if_ndis.c:ndis_intr(), be a bit more intelligent about squelching
unexpected interrupts. If an interrupt is triggered and we're not
finished initializing yet, bail. If we have finished initializing,
but IFF_UP isn't set yet, drain the interrupt with ndis_intr() or
ndis_disable_intr() as appropriate, then return _without_ scheduling
ndis_intrtask().

In kern_ndis.c:ndis_load_driver() only relocate/dynalink a given driver
image once. Trying to relocate an image that's already been relocated
will trash the image. We poison a part of the image header that we
don't otherwise need with a magic value to indicate it's already been
fixed up. This fixes the case where there are multiple units of the
same kind of device.

20 years ago- Use constant for shift when converting file length in bytes to a sector
John Baldwin [Mon, 12 Jan 2004 20:34:42 +0000 (20:34 +0000)]
- Use constant for shift when converting file length in bytes to a sector
  count.
- Fix the twiddle output so that it actually spins.
- Save %cx around BIOS calls to read in sectors from the disc as at least
  one BIOS trashes %cx when called to read off of a USB CD-ROM drive.

Submitted by: Martin Nilsson <martin@gneto.com>
MFC after: 1 week

20 years agoDiscuss the 'MAILTO' option.
Tom Rhodes [Mon, 12 Jan 2004 20:20:29 +0000 (20:20 +0000)]
Discuss the 'MAILTO' option.

PR: 58783
Submitted by: Marc Silver <marcs@draenor.org>

20 years agoDon't put objects in SRCS -- this creates all sort of havoc like
Ruslan Ermilov [Mon, 12 Jan 2004 20:08:20 +0000 (20:08 +0000)]
Don't put objects in SRCS -- this creates all sort of havoc like
causing objects to be built during "make depend", missed sources
in .depend, etc.

20 years agoOnly remove the handler if we installed it.
Nate Lawson [Mon, 12 Jan 2004 19:35:31 +0000 (19:35 +0000)]
Only remove the handler if we installed it.

20 years agoHook up acpi_toshiba
Nate Lawson [Mon, 12 Jan 2004 19:30:57 +0000 (19:30 +0000)]
Hook up acpi_toshiba

20 years agoAdd emu10k1-alsa%diked.h dependancies.
David E. O'Brien [Mon, 12 Jan 2004 19:02:37 +0000 (19:02 +0000)]
Add emu10k1-alsa%diked.h dependancies.

20 years agoBite the bullet and uncomment the shutdown() in case we hit the _CRT or
Nate Lawson [Mon, 12 Jan 2004 17:59:10 +0000 (17:59 +0000)]
Bite the bullet and uncomment the shutdown() in case we hit the _CRT or
_HOT temperatures.  We have to do this at some point to keep from getting
imp(tm) melted hardware.

20 years agoXref the proper manual pages.
Tom Rhodes [Mon, 12 Jan 2004 16:10:38 +0000 (16:10 +0000)]
Xref the proper manual pages.

PR: 60999
Submitted by: Marc Silver <marcs@draenor.org>

20 years agoDisable the minmssoverload connection drop by default until the detection
Andre Oppermann [Mon, 12 Jan 2004 15:46:04 +0000 (15:46 +0000)]
Disable the minmssoverload connection drop by default until the detection
logic is refined.

20 years agoFix a typo.
Hiroki Sato [Mon, 12 Jan 2004 15:39:46 +0000 (15:39 +0000)]
Fix a typo.

Spotted by: rushani

20 years ago- Replaced several := ops with their += equivalents; the old
Ruslan Ermilov [Mon, 12 Jan 2004 15:29:47 +0000 (15:29 +0000)]
- Replaced several := ops with their += equivalents; the old
  form became unnecessary with the bsd.prog.mk,v 1.69 change.

- Eliminated duplicate y.tab.h in SRCS.

Reviewed by: bde

- Complementary to the said bsd.prog.mk change, use the fact
  that inner .for loops are not real loops but a tricky form
  of a local macro for the outer loop's variable, and switch
  to using faster variable modifiers to replace extensions.

20 years agoFix an inverted test for NOPEN in the unused function smb_smb_flush().
Tim J. Robbins [Mon, 12 Jan 2004 14:43:49 +0000 (14:43 +0000)]
Fix an inverted test for NOPEN in the unused function smb_smb_flush().

20 years agoFix a suspend/resume issue. My Compaq N400c works fine.
Takeshi Shibagaki [Mon, 12 Jan 2004 14:18:55 +0000 (14:18 +0000)]
Fix a suspend/resume issue. My Compaq N400c works fine.

20 years agoKill whitespace at end of lines.
Jacques Vidrine [Mon, 12 Jan 2004 13:33:24 +0000 (13:33 +0000)]
Kill whitespace at end of lines.

20 years agoFix a bug that could result in a null pointer dereference in
Jacques Vidrine [Mon, 12 Jan 2004 13:29:54 +0000 (13:29 +0000)]
Fix a bug that could result in a null pointer dereference in
getpwent(3) or getpwuid(3) when using NIS adjunct maps.  The bug was
present in the internal `nis_passwd' function.  The lookup in the
adjunct map used the name passed into `nis_passwd', however no name
was of course supplied by getpwent or getpwuid.  Correctly use the
name from the `struct pwd' that was found instead.

PR: bin/59962
Submitted by: Gabriel Gomez <ggomez@fing.edu.uy>

20 years agoI added unwanted character. I cleaned
MIHIRA Sanpei Yoshiro [Mon, 12 Jan 2004 12:47:36 +0000 (12:47 +0000)]
I added unwanted character.  I cleaned

20 years ago- Initialize qcb flags in ida_construct_qcb() with respect to DMA direction.
Matthew N. Dodd [Mon, 12 Jan 2004 12:31:03 +0000 (12:31 +0000)]
- Initialize qcb flags in ida_construct_qcb() with respect to DMA direction.
- Print operation type, if known in hard/soft error message in ida_done().
- NULL qcb struct bio pointer in ida_done().

20 years agoNote that geometry can also be specified on vnode backed deviecs.
Poul-Henning Kamp [Mon, 12 Jan 2004 10:54:09 +0000 (10:54 +0000)]
Note that geometry can also be specified on vnode backed deviecs.

20 years agoAllow specification of a geometry for vnode backed devices as well as
Poul-Henning Kamp [Mon, 12 Jan 2004 10:52:00 +0000 (10:52 +0000)]
Allow specification of a geometry for vnode backed devices as well as
for malloc backed devices.

20 years agoAllow variable substitutions in SYSV variable substitutions like
Hartmut Brandt [Mon, 12 Jan 2004 10:35:46 +0000 (10:35 +0000)]
Allow variable substitutions in SYSV variable substitutions like
$(SRC:.c=$O). This brings us closer to other makes.

Reviewed by: ru
Obtained from: NetBSD

20 years agoAlways return ENOMEM if ata_request_alloc fails so GEOM can dtrt.
Søren Schmidt [Mon, 12 Jan 2004 09:33:10 +0000 (09:33 +0000)]
Always return ENOMEM if ata_request_alloc fails so GEOM can dtrt.

20 years agoUse /etc/rc.d/ldconfig script rather than the ldconfig command directly.
Yoshihiro Takahashi [Mon, 12 Jan 2004 08:37:32 +0000 (08:37 +0000)]
Use /etc/rc.d/ldconfig script rather than the ldconfig command directly.

Submitted by: matusita

20 years agoRemoved duplicate SRCS.
Ruslan Ermilov [Mon, 12 Jan 2004 07:46:20 +0000 (07:46 +0000)]
Removed duplicate SRCS.

20 years ago#include sema.h is now required.
Søren Schmidt [Mon, 12 Jan 2004 07:16:07 +0000 (07:16 +0000)]
#include sema.h is now required.

20 years agoClean up the probe message and sort the function table according to
Nate Lawson [Mon, 12 Jan 2004 06:55:50 +0000 (06:55 +0000)]
Clean up the probe message and sort the function table according to
the function order in the file.

20 years agoMerge the following from the English version:
Hiroki Sato [Mon, 12 Jan 2004 06:21:23 +0000 (06:21 +0000)]
Merge the following from the English version:

1.2   -> 1.3   hardware/amd64/proc-amd64.sgml
1.188 -> 1.210 hardware/common/dev.sgml
1.12  -> 1.13  hardware/i386/proc-i386.sgml

20 years agoMerge the following from the English version:
Hiroki Sato [Mon, 12 Jan 2004 05:08:47 +0000 (05:08 +0000)]
Merge the following from the English version:

1.54  -> 1.57  errata/article.sgml

20 years agoOpera is i386-only.
David E. O'Brien [Mon, 12 Jan 2004 04:43:41 +0000 (04:43 +0000)]
Opera is i386-only.

20 years agoRemove (another) now redundant and now conflicting declaration of
Jacques Vidrine [Mon, 12 Jan 2004 04:05:23 +0000 (04:05 +0000)]
Remove (another) now redundant and now conflicting declaration of
sysarch(2).  Remove now unnecessary casts.

grep(1) says this is the last sysarch declaration in the src tree.

Reported by: alpha tinderbox

20 years agoMerge the following from the English version:
Hiroki Sato [Mon, 12 Jan 2004 03:54:23 +0000 (03:54 +0000)]
Merge the following from the English version:

1.53  -> 1.54  errata/article.sgml
1.644 -> 1.663.2.5 relnotes/common/new.sgml

20 years agoMerge in some changes submitted by Brian Feldman. Among other things,
Bill Paul [Mon, 12 Jan 2004 03:49:20 +0000 (03:49 +0000)]
Merge in some changes submitted by Brian Feldman. Among other things,
these add support for listing BSSIDs via wicontrol -l. I added code
to call OID_802_11_BSSID_LIST_SCAN to allow scanning for any nearby
wirelsss nets.

Convert from using individual mutexes to a mutex pool, created in
subr_ndis.c. This deals with the problem of drivers creating locks
in their DriverEntry() routines which might get trashed later.

Put some messages under IFF_DEBUG.

20 years agoMFi386: revision 1.1114.
Yoshihiro Takahashi [Mon, 12 Jan 2004 03:43:05 +0000 (03:43 +0000)]
MFi386: revision 1.1114.

20 years agoCorrect for proper vn_fullpath() failure mode: "== -1" -> "!= 0"
Robert Watson [Mon, 12 Jan 2004 03:14:37 +0000 (03:14 +0000)]
Correct for proper vn_fullpath() failure mode: "== -1" -> "!= 0"

Discussed with: des

20 years agoSpecify the right location of the generated header.
David E. O'Brien [Mon, 12 Jan 2004 00:06:30 +0000 (00:06 +0000)]
Specify the right location of the generated header.

20 years agoDon't try to unlock the directory vnode in null_lookup() if the lock is
Don Lewis [Sun, 11 Jan 2004 23:44:32 +0000 (23:44 +0000)]
Don't try to unlock the directory vnode in null_lookup() if the lock is
shared with the underlying file system and the lookup in the underlying
file system did the unlock for us.

20 years agoOverhaul of the timeout/reinit framework. This should clear up most
Søren Schmidt [Sun, 11 Jan 2004 22:08:34 +0000 (22:08 +0000)]
Overhaul of the timeout/reinit framework. This should clear up most
of the leftovers from the old version that really doesn't work anymore.

Add a reset function for host-end of the ATA channel. This is needed
for the SiI3112 in order to whack it back to reality if a device
locks up the SATA interface (thereby preventing that we can reset the
device). The result is that ATA now recovers from the timeouts that
happens with the SiI3112A and more or less all disks based on old
PATA electronics with a Marvell PATA->SATA converter. This includes
lots of the popular SATA dongles and the WDC Raptor disks..

20 years agoUpdate list of device drivers that support polling.
Alex Dupre [Sun, 11 Jan 2004 22:07:19 +0000 (22:07 +0000)]
Update list of device drivers that support polling.
Remove redundancy in NOTES.

PR: docs/61195
Submitted by: Xin LI <delphij@frontfree.net>
Approved by: blackend (mentor)
MFC after: 1 week

20 years ago- Handle doubled double quotes:
Matthew N. Dodd [Sun, 11 Jan 2004 21:10:35 +0000 (21:10 +0000)]
- Handle doubled double quotes:
`"""foo"" bar"' -> `"foo" bar'
- Handle C++ style comments.

Requested by:  wpaul

20 years agoEnsure that generated headers are here before we build .depend
Ruslan Ermilov [Sun, 11 Jan 2004 20:45:46 +0000 (20:45 +0000)]
Ensure that generated headers are here before we build .depend
and object files in a less hackish way compatible with further
planned changes to bsd.dep.mk.

20 years agoBack out 1.160, which was committed by mistake.
Dag-Erling Smørgrav [Sun, 11 Jan 2004 20:08:57 +0000 (20:08 +0000)]
Back out 1.160, which was committed by mistake.

20 years agoBack out 1.166, which was committed by mistake.
Dag-Erling Smørgrav [Sun, 11 Jan 2004 20:07:15 +0000 (20:07 +0000)]
Back out 1.166, which was committed by mistake.

20 years agoMinor typo: no line break after .Fn.
Robert Watson [Sun, 11 Jan 2004 19:57:42 +0000 (19:57 +0000)]
Minor typo: no line break after .Fn.

20 years agoMechanical whitespace cleanup + other minor style nits.
Dag-Erling Smørgrav [Sun, 11 Jan 2004 19:56:42 +0000 (19:56 +0000)]
Mechanical whitespace cleanup + other minor style nits.

20 years agoAdd a basic manpage for vn_fullpath().
Robert Watson [Sun, 11 Jan 2004 19:54:48 +0000 (19:54 +0000)]
Add a basic manpage for vn_fullpath().

Sponsored by: DARPA, McAfee Research

20 years agoMechanical whitespace cleanup.
Dag-Erling Smørgrav [Sun, 11 Jan 2004 19:54:45 +0000 (19:54 +0000)]
Mechanical whitespace cleanup.

20 years agoMechanical whitespace cleanup; parenthesize return values; other minor
Dag-Erling Smørgrav [Sun, 11 Jan 2004 19:52:10 +0000 (19:52 +0000)]
Mechanical whitespace cleanup; parenthesize return values; other minor
style nits.  The #ifdefs in this file give me a headache...

20 years agoMechanical whitespace cleanup; parenthesize return values; other minor
Dag-Erling Smørgrav [Sun, 11 Jan 2004 19:48:19 +0000 (19:48 +0000)]
Mechanical whitespace cleanup; parenthesize return values; other minor
style nits.

20 years agoMechanical whitespace cleanup + minor style nits.
Dag-Erling Smørgrav [Sun, 11 Jan 2004 19:43:14 +0000 (19:43 +0000)]
Mechanical whitespace cleanup + minor style nits.

20 years agoMechanical whitespace cleanup.
Dag-Erling Smørgrav [Sun, 11 Jan 2004 19:39:14 +0000 (19:39 +0000)]
Mechanical whitespace cleanup.

20 years agoGet rid of "lineno: 0" in error messages from create mode.
Poul-Henning Kamp [Sun, 11 Jan 2004 19:38:48 +0000 (19:38 +0000)]
Get rid of "lineno: 0" in error messages from create mode.

Add -w(arning) flag which makes failure to look up uid/gid
a nonfatal warning instead of an error.

20 years agoUse my newly acquired magic stick and put aslcompiler.y.h into
Ruslan Ermilov [Sun, 11 Jan 2004 19:26:33 +0000 (19:26 +0000)]
Use my newly acquired magic stick and put aslcompiler.y.h into
SRCS to teach make(1) that many .c sources are dependent on it.
This fixes parallel (-j) builds and makes it possible to build
individual .o files separately.

While here, removed PROG from CLEANFILES -- it's taken care of
already by bsd.prog.mk.

20 years agocollect all "extern bla" stuff in extern.h in order to get cross-file
Poul-Henning Kamp [Sun, 11 Jan 2004 19:25:56 +0000 (19:25 +0000)]
collect all "extern bla" stuff in extern.h in order to get cross-file
type checking.  No bugs found.

20 years agoAdd the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,
Nate Lawson [Sun, 11 Jan 2004 19:18:39 +0000 (19:18 +0000)]
Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,
forced fan control, and CPU throttling).

PR:
Submitted by: Hiroyuki Aizu <aizu@navi.org>
Reviewed by:
Approved by:
Obtained from:
MFC after:

20 years agoAdd the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,
Nate Lawson [Sun, 11 Jan 2004 19:18:38 +0000 (19:18 +0000)]
Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,
forced fan control, and CPU throttling).

Submitted by: Hiroyuki Aizu <aizu@navi.org>

20 years agoAdd ${IMAGES} to CLEANFILES.
Dag-Erling Smørgrav [Sun, 11 Jan 2004 19:05:48 +0000 (19:05 +0000)]
Add ${IMAGES} to CLEANFILES.

20 years agoStore binary files in uuencoded form.
Dag-Erling Smørgrav [Sun, 11 Jan 2004 19:00:04 +0000 (19:00 +0000)]
Store binary files in uuencoded form.

20 years agoAdd a `-H <fd>' option that is like `-h <fd>', but accepts an already
Ian Dowse [Sun, 11 Jan 2004 18:28:08 +0000 (18:28 +0000)]
Add a `-H <fd>' option that is like `-h <fd>', but accepts an already
encrypted password on the specified file descriptor.

PR: bin/22033
MFC after: 2 weeks

20 years agoRemoved duplicate SRCS.
Ruslan Ermilov [Sun, 11 Jan 2004 17:23:31 +0000 (17:23 +0000)]
Removed duplicate SRCS.

20 years agoXDR sources are handled by ../xdr/Makefile.inc.
Ruslan Ermilov [Sun, 11 Jan 2004 17:14:54 +0000 (17:14 +0000)]
XDR sources are handled by ../xdr/Makefile.inc.

20 years agoSync type of linkspeed with firewire.c.
Hidetoshi Shimokawa [Sun, 11 Jan 2004 15:40:42 +0000 (15:40 +0000)]
Sync type of linkspeed with firewire.c.

20 years agoStay in sync with src/COPYRIGHT and src/sys/sys/copyright.h,
Ruslan Ermilov [Sun, 11 Jan 2004 14:13:29 +0000 (14:13 +0000)]
Stay in sync with src/COPYRIGHT and src/sys/sys/copyright.h,
and put the starting year of the project into the copyright.

20 years agoRun ldconfig in the chroot environment to find shared libraries in
Yoshihiro Takahashi [Sun, 11 Jan 2004 12:45:41 +0000 (12:45 +0000)]
Run ldconfig in the chroot environment to find shared libraries in
/usr/local/lib.

20 years agoFix MINIMALDOCPORTS lists.
Yoshihiro Takahashi [Sun, 11 Jan 2004 11:55:37 +0000 (11:55 +0000)]
Fix MINIMALDOCPORTS lists.