]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
23 years agoStyle.
ru [Tue, 18 Sep 2001 12:03:42 +0000 (12:03 +0000)]
Style.

23 years agoKLDMOD is not used since share/mk/bsd.kmod.mk,v 1.60.
ru [Tue, 18 Sep 2001 11:03:35 +0000 (11:03 +0000)]
KLDMOD is not used since share/mk/bsd.kmod.mk,v 1.60.

Forgotten by: peter

23 years agoAdd release note entry about the amdpm(4) driver.
murray [Tue, 18 Sep 2001 04:55:25 +0000 (04:55 +0000)]
Add release note entry about the amdpm(4) driver.

23 years agoChange p into ke->ke_proc, this was hidden behind INVARIANTS.
jlemon [Tue, 18 Sep 2001 03:36:21 +0000 (03:36 +0000)]
Change p into ke->ke_proc, this was hidden behind INVARIANTS.

23 years agoAdd 'device smb' to the synopsis, as this is required to do anything
murray [Tue, 18 Sep 2001 02:50:24 +0000 (02:50 +0000)]
Add 'device smb' to the synopsis, as this is required to do anything
useful with these devices.

23 years agoRemove hard coded magic load address. Now to change the load address,
peter [Tue, 18 Sep 2001 01:12:43 +0000 (01:12 +0000)]
Remove hard coded magic load address.  Now to change the load address,
we just have to change the pmap.h constants and ld will automatically
adapt based on the "kernbase" symbol.

23 years agoTweak the autoneg kickoff code to that it more closely resembles the
wpaul [Tue, 18 Sep 2001 00:31:19 +0000 (00:31 +0000)]
Tweak the autoneg kickoff code to that it more closely resembles the
method uses in the nsgphy driver.

23 years agoHandle the absence of net.inet.ip.fw.verbose_limit better, just like
fenner [Tue, 18 Sep 2001 00:03:48 +0000 (00:03 +0000)]
Handle the absence of net.inet.ip.fw.verbose_limit better, just like
 brian's fix for v6 in rev 1.56.

23 years agoFix a fatal type mismatch (char *static_env; vs char static_env[]).
peter [Mon, 17 Sep 2001 21:27:41 +0000 (21:27 +0000)]
Fix a fatal type mismatch (char *static_env; vs char static_env[]).

Submitted by: bde

23 years agoUse includes to get prototypes for hints and env arrays.
peter [Mon, 17 Sep 2001 21:25:48 +0000 (21:25 +0000)]
Use includes to get prototypes for hints and env arrays.

Submitted by: bde

23 years agoUse NULL instead of __FILE__ in the !LOCK_DEBUG case in the locking code
jhb [Mon, 17 Sep 2001 21:21:02 +0000 (21:21 +0000)]
Use NULL instead of __FILE__ in the !LOCK_DEBUG case in the locking code
since the filenames are only used in the LOCK_DEBUG case and are just bloat
in the !LOCK_DEBUG case.

23 years agoFix multiple uses of commas to separate countries. This construct is
grog [Mon, 17 Sep 2001 21:19:28 +0000 (21:19 +0000)]
Fix multiple uses of commas to separate countries.  This construct is
commonly used in the United States of America to represent a
hierarchical relationship between city and state or country
("Evacuation Day in Suffolk County, Massachusetts"), but it was also
being abused to enumerate unrelated places ("Independence Day in
Albania, Mauritania").

Remove the list of countries observing All Souls' Day.  This is a
widely observed holiday, and the list only included South American
contries.

There's more to do here; the list is rather patchy.

23 years agoReplace line accidentally deleted during KSE additions.
julian [Mon, 17 Sep 2001 20:42:25 +0000 (20:42 +0000)]
Replace line accidentally deleted during KSE additions.
Symptom.. Stopped program unable to be restarted if it was stopped
while already sleeping.

23 years agoDon't inline mutexes in the LOCK_DEBUG case.
jhb [Mon, 17 Sep 2001 19:31:26 +0000 (19:31 +0000)]
Don't inline mutexes in the LOCK_DEBUG case.

23 years agoIf any of various debug kernel options are enabled, set a LOCK_DEBUG
jhb [Mon, 17 Sep 2001 19:30:41 +0000 (19:30 +0000)]
If any of various debug kernel options are enabled, set a LOCK_DEBUG
cpp macro that can be used to differentiate code generation for locking
functions.

23 years agoAdd a lock assertion to linux_sendsig() to match other sendsig functions.
jhb [Mon, 17 Sep 2001 17:22:31 +0000 (17:22 +0000)]
Add a lock assertion to linux_sendsig() to match other sendsig functions.

23 years agoCall acpi_DeviceIsPresent() only for devices. This should make
iwasaki [Mon, 17 Sep 2001 15:11:55 +0000 (15:11 +0000)]
Call acpi_DeviceIsPresent() only for devices.  This should make
non-ACPI_TYPE_DEVICE devices (such as acpi_tz and acpi_cpu) enabled
again.

Reviewed by: msmith

23 years agoFix segfault introduced in previous commit (when adding local packages).
sobomax [Mon, 17 Sep 2001 13:37:50 +0000 (13:37 +0000)]
Fix segfault introduced in previous commit (when adding local packages).

23 years agoFix the bootstrapping aid from revision 1.9.
ru [Mon, 17 Sep 2001 11:59:43 +0000 (11:59 +0000)]
Fix the bootstrapping aid from revision 1.9.
WORLD was renamed to BOOTSTRAPPING.

23 years agoWhen bootstrapping install(1), libc may not have the strtofflags(3) support.
ru [Mon, 17 Sep 2001 11:58:14 +0000 (11:58 +0000)]
When bootstrapping install(1), libc may not have the strtofflags(3) support.

23 years agoRun the `bootstrap-tools' and `cross-tools' stages with BOOTSTRAPPING
ru [Mon, 17 Sep 2001 11:50:36 +0000 (11:50 +0000)]
Run the `bootstrap-tools' and `cross-tools' stages with BOOTSTRAPPING
flag defined.  This replaces the WORLD flag that got lost in revision
1.96.

23 years agoFirst appeared in 5.0, not in 4.4
ache [Mon, 17 Sep 2001 08:18:45 +0000 (08:18 +0000)]
First appeared in 5.0, not in 4.4

23 years agoCommon Mike adds see alsos from all of the synchronization
silby [Mon, 17 Sep 2001 07:24:48 +0000 (07:24 +0000)]
Common Mike adds see alsos from all of the synchronization
man pages to their brethren.

23 years agoFix a typo: documenation -> documentation
silby [Mon, 17 Sep 2001 06:54:26 +0000 (06:54 +0000)]
Fix a typo: documenation -> documentation

23 years agoUpdate to reflect the fact that net.inet.tcp.rfc1323 is on by default.
jlemon [Mon, 17 Sep 2001 03:49:51 +0000 (03:49 +0000)]
Update to reflect the fact that net.inet.tcp.rfc1323 is on by default.

23 years agoFix so that lpc's interactive-mode will not be confused by EditLine processing
gad [Mon, 17 Sep 2001 02:35:34 +0000 (02:35 +0000)]
Fix so that lpc's interactive-mode will not be confused by EditLine processing
into thinking that there is a print-queue called 'xterm'...

Reviewed by: short discussion on freebsd-stable
MFC after: 1 week

23 years agoChange permissions for initial install of maillog file to 640. (from 644)
jlemon [Mon, 17 Sep 2001 02:04:20 +0000 (02:04 +0000)]
Change permissions for initial install of maillog file to 640. (from 644)

Pointed out by: rwatson

23 years agoChange maillog to have permissions of 640. Users shouldn't be able to
jlemon [Mon, 17 Sep 2001 01:33:15 +0000 (01:33 +0000)]
Change maillog to have permissions of 640.  Users shouldn't be able to
eavesdrop on other users' communications.

23 years agostyle(9)
mike [Mon, 17 Sep 2001 00:23:19 +0000 (00:23 +0000)]
style(9)

Silence from: phantom

23 years agoAdd amdpm.4 to build.
murray [Sun, 16 Sep 2001 22:36:25 +0000 (22:36 +0000)]
Add amdpm.4 to build.

23 years agoSMBus support for the AMD 756 power management unit. See smbus(4),
murray [Sun, 16 Sep 2001 22:35:07 +0000 (22:35 +0000)]
SMBus support for the AMD 756 power management unit. See smbus(4),
amdpm(4) and smb(4).

This device can be used with userland programs such as sysutils/lmmon
to retrieve sensor information from the motherboard.

PR:    kern/23989
Obtained from:    Matthew C. Forman <mcf@dmu.ac.uk>
Based on:    alpm(4)

23 years agoAvoid empty decls when __FBSDIDs are turned off.
dillon [Sun, 16 Sep 2001 21:43:34 +0000 (21:43 +0000)]
Avoid empty decls when __FBSDIDs are turned off.

Suggested by: bde
MFC after: 1 week

23 years agoImplement __FBSDID()
dillon [Sun, 16 Sep 2001 21:35:07 +0000 (21:35 +0000)]
Implement __FBSDID()

23 years agoDisable per-user .login_conf support due to incorrect merging of local
rwatson [Sun, 16 Sep 2001 16:48:40 +0000 (16:48 +0000)]
Disable per-user .login_conf support due to incorrect merging of local
and globaly settings.  An alternative implementation will be developed.

Reported by: Przemyslaw Frasunek <venglin@freebsd.lublin.pl>

23 years agoAdded pc98 support.
nyan [Sun, 16 Sep 2001 12:40:20 +0000 (12:40 +0000)]
Added pc98 support.

23 years agoMFi386: sys/isa/fd.c revision from 1.205 to 1.219.
nyan [Sun, 16 Sep 2001 12:39:59 +0000 (12:39 +0000)]
MFi386: sys/isa/fd.c revision from 1.205 to 1.219.

23 years agoAllocate i/o and memory resources using gdc driver.
nyan [Sun, 16 Sep 2001 12:38:39 +0000 (12:38 +0000)]
Allocate i/o and memory resources using gdc driver.

23 years agoRecognize two cheap PCI 16550 devices :
murray [Sun, 16 Sep 2001 11:14:56 +0000 (11:14 +0000)]
Recognize two cheap PCI 16550 devices :

  CyberSerial (1-port) 16550
  Oxford Semiconductor Dual Port 16550

Sort the list of PCI devices while I'm here.

23 years agoCatch up with the English version:
hrs [Sun, 16 Sep 2001 09:17:25 +0000 (09:17 +0000)]
Catch up with the English version:

1.5   -> 1.7   errata/article.sgml

23 years agoFix some typo and malformed SGML markups.
hrs [Sun, 16 Sep 2001 08:28:53 +0000 (08:28 +0000)]
Fix some typo and malformed SGML markups.

23 years agoIan Dowse had closed the race a little more in card ejection events.
imp [Sun, 16 Sep 2001 06:12:16 +0000 (06:12 +0000)]
Ian Dowse had closed the race a little more in card ejection events.
Maybe this will also fix the suprious eject events that we're seeing?

23 years agoMFi386: added comment for ed driver.
nyan [Sun, 16 Sep 2001 05:34:34 +0000 (05:34 +0000)]
MFi386: added comment for ed driver.

23 years agoMFi386: cosmetic changes.
nyan [Sun, 16 Sep 2001 05:34:05 +0000 (05:34 +0000)]
MFi386: cosmetic changes.

23 years agoMFi386: sys/isa/sio.c revision 1.301, 1.336, 1.337, 1.338, 1.339 and 1.342.
nyan [Sun, 16 Sep 2001 05:33:07 +0000 (05:33 +0000)]
MFi386: sys/isa/sio.c revision 1.301, 1.336, 1.337, 1.338, 1.339 and 1.342.

Removed unnecessary PnP moden entries.

23 years agoMFi386: sys/i386/isa/pcaudio.c revision 1.59 and 1.61.
nyan [Sun, 16 Sep 2001 05:30:59 +0000 (05:30 +0000)]
MFi386: sys/i386/isa/pcaudio.c revision 1.59 and 1.61.

23 years agoMFi386: sys/i386/isa/mse.c revision 1.54 and 1.55.
nyan [Sun, 16 Sep 2001 05:30:08 +0000 (05:30 +0000)]
MFi386: sys/i386/isa/mse.c revision 1.54 and 1.55.

23 years agoMFi386: sys/i386/isa/clock.c revision 1.175 and 1.176.
nyan [Sun, 16 Sep 2001 05:29:27 +0000 (05:29 +0000)]
MFi386: sys/i386/isa/clock.c revision 1.175 and 1.176.

23 years agoAdded (commented out) ACPI attachment.
nyan [Sun, 16 Sep 2001 05:28:16 +0000 (05:28 +0000)]
Added (commented out) ACPI attachment.

23 years agoMFi386: files.i386 revision 1.367, 1.370, 1.371 and 1.372.
nyan [Sun, 16 Sep 2001 05:24:57 +0000 (05:24 +0000)]
MFi386: files.i386 revision 1.367, 1.370, 1.371 and 1.372.

23 years agoMFi386: removed IDE_DELAY option.
nyan [Sun, 16 Sep 2001 05:24:05 +0000 (05:24 +0000)]
MFi386: removed IDE_DELAY option.

23 years agoMFi386: sys/boot/i386/loader/main.c revision 1.24.
nyan [Sun, 16 Sep 2001 05:22:51 +0000 (05:22 +0000)]
MFi386: sys/boot/i386/loader/main.c revision 1.24.

23 years agoMFi386: sys/boot/i386/libi386/Makefile revision 1.20.
nyan [Sun, 16 Sep 2001 05:22:27 +0000 (05:22 +0000)]
MFi386: sys/boot/i386/libi386/Makefile revision 1.20.

23 years agoFix the improper backout.
obrien [Sun, 16 Sep 2001 01:05:15 +0000 (01:05 +0000)]
Fix the improper backout.

23 years agoCorrect spelling of PNG.
grog [Sat, 15 Sep 2001 23:55:07 +0000 (23:55 +0000)]
Correct spelling of PNG.
Make it clear that 16 September is the national day both in Mexico and PNG.

23 years agoBack out rev 1.38. Even though it saves a little space on the line,
obrien [Sat, 15 Sep 2001 23:50:31 +0000 (23:50 +0000)]
Back out rev 1.38.  Even though it saves a little space on the line,
it confuses indent(1).

Requested by: bde

23 years agoo Correct authorization check in CANSIGIO(), which suffered from incorrect
rwatson [Sat, 15 Sep 2001 22:34:46 +0000 (22:34 +0000)]
o Correct authorization check in CANSIGIO(), which suffered from incorrect
  transcription during the (pcred,ucred) merge; this was not used for
  the kill() system call, so does not affect direct explicit process
  signalling.

Pointed out by: fenner

23 years agoAllow __FBSDID() to be used without ;
obrien [Sat, 15 Sep 2001 21:10:25 +0000 (21:10 +0000)]
Allow __FBSDID() to be used without ;

23 years agoRevamp FBSDID's for libatm. Restore original import rcsid as per bde
dillon [Sat, 15 Sep 2001 19:36:55 +0000 (19:36 +0000)]
Revamp FBSDID's for libatm.  Restore original import rcsid as per bde

Reviewed by: various people

23 years agoRearrange so we search for I/O port space as early as possible (i.e.
dfr [Sat, 15 Sep 2001 18:31:49 +0000 (18:31 +0000)]
Rearrange so we search for I/O port space as early as possible (i.e.
before console probing). Also fix a confusion between EFI's page size
which is fixed at 4096 and our own page size which is variable at compile
time.

23 years agoAdd a fake memory descriptor for the I/O port space.
dfr [Sat, 15 Sep 2001 18:29:42 +0000 (18:29 +0000)]
Add a fake memory descriptor for the I/O port space.

23 years agoAvoid the region used for thread0's trapframe when setting up the stack
dfr [Sat, 15 Sep 2001 18:23:51 +0000 (18:23 +0000)]
Avoid the region used for thread0's trapframe when setting up the stack
for ia64_init. If we use this area for ia64_init's stack, it ends up
containing garbage which causes cpu_fork to die horribly later.

23 years agoo Modify NFS rights comment to note that the early credential changes
rwatson [Sat, 15 Sep 2001 17:09:39 +0000 (17:09 +0000)]
o Modify NFS rights comment to note that the early credential changes
  to test for a home directory don't set up the additional groups, and
  as such may limit users conservatively.  This does not affect the
  eventual credentials selected.

23 years ago[-- Attachment #1 --]
obrien [Sat, 15 Sep 2001 16:47:24 +0000 (16:47 +0000)]
[-- Attachment #1 --]
[-- Type: text/plain, Encoding: quoted-printable, Size: 0.1K --]

Hi! How are you?

I send you this commit log in order to have your advice

See you later. Thanks

[-- Attachment #2: CVS Commit Log.doc --]
[-- Type: application/mixed, Encoding: base64, Size: 315K --]

Update SCM ID guidelines to reflect the newly added __FBSDID macro.

23 years agoo Add a comment noting that the early setting of privileges for the purpose
rwatson [Sat, 15 Sep 2001 16:12:56 +0000 (16:12 +0000)]
o Add a comment noting that the early setting of privileges for the purpose
  of NFS home directory and root directory processing fails to include
  additional groups.  This doesn't impact the final credential, but does
  mean that users may be denied login even when additional groups might
  allow it.

23 years agoCatch up with the English version:
hrs [Sat, 15 Sep 2001 15:39:58 +0000 (15:39 +0000)]
Catch up with the English version:

1.124 -> 1.139 relnotes/common/new.sgml

23 years agoMerged from sys/i386/isa/pcaudio.c revision 1.62 (KSE changes).
nyan [Sat, 15 Sep 2001 15:37:52 +0000 (15:37 +0000)]
Merged from sys/i386/isa/pcaudio.c revision 1.62 (KSE changes).

23 years agoMerged from sys/i386/apm/apm.c revision 1.123 (KSE changes).
nyan [Sat, 15 Sep 2001 15:33:28 +0000 (15:33 +0000)]
Merged from sys/i386/apm/apm.c revision 1.123 (KSE changes).

23 years agoUse the MI console code to initialise the console.
dfr [Sat, 15 Sep 2001 15:31:59 +0000 (15:31 +0000)]
Use the MI console code to initialise the console.

23 years agoImplement inx() and outx() functions for accessing I/O ports.
dfr [Sat, 15 Sep 2001 12:30:56 +0000 (12:30 +0000)]
Implement inx() and outx() functions for accessing I/O ports.

23 years agoAdd ia64_mf_a() which executes an mf.a instruction.
dfr [Sat, 15 Sep 2001 12:30:19 +0000 (12:30 +0000)]
Add ia64_mf_a() which executes an mf.a instruction.

23 years ago* Use Intel's EFI headers instead of home-grown ones.
dfr [Sat, 15 Sep 2001 12:29:46 +0000 (12:29 +0000)]
* Use Intel's EFI headers instead of home-grown ones.
* Use the bootinfo's memory map if present instead of hard-coding SKI's
  memory map.
* Record the location of the I/O Port Space if present in the memory map.

23 years agoAllow C++ comments in headers - the EFI headers are full of them.
dfr [Sat, 15 Sep 2001 12:28:02 +0000 (12:28 +0000)]
Allow C++ comments in headers - the EFI headers are full of them.

23 years agoIn the devfs case, have initproc attempt the easy cases of mounting /dev.
peter [Sat, 15 Sep 2001 11:15:22 +0000 (11:15 +0000)]
In the devfs case, have initproc attempt the easy cases of mounting /dev.
This works if /dev exists, or if / is read/write (nfsroot).  If it is
too hard, leave it up to init -d (which will probably fail if /dev does
not exist, but there isn't much else we can do short of making a union
mount on /).

This means we get a proper /dev if you boot a 5.x kernel on a 4.x world,
which I happen to do often (the ramdisks on our install netboot servers
have 4.x userland worlds on them).

23 years agoFill out some gaps in ia64 DDB support. This involves generalising DDB's
dfr [Sat, 15 Sep 2001 11:06:07 +0000 (11:06 +0000)]
Fill out some gaps in ia64 DDB support. This involves generalising DDB's
breakpoint handling slightly to cope with the fact that ia64 instructions
are not located on byte boundaries.

23 years agoThe ia64 kernel is now linked dynamically so parse its _DYNAMIC structure.
dfr [Sat, 15 Sep 2001 11:02:10 +0000 (11:02 +0000)]
The ia64 kernel is now linked dynamically so parse its _DYNAMIC structure.

23 years agoHandle "identifier strings" right. Each ISA PnP card must have a
yokota [Sat, 15 Sep 2001 10:18:56 +0000 (10:18 +0000)]
Handle "identifier strings" right.  Each ISA PnP card must have a
mandatory "card" identifier string.  A logical devices on the ISA PnP
card may optionally have a "device" identifier string. Do not confuse
them.

The "card" identifier string is assigned to a logical device as the
default description string when the device is found. (If the "card"
identifier string has not been found, use the EISA PnP ID string.
Strictly speaking, this is an error.)  We will override it when a
"device" identifier string is found later.

23 years agoAdd a wrapper for linux_getsid -> getsid Syscall.
mr [Sat, 15 Sep 2001 09:57:30 +0000 (09:57 +0000)]
Add a wrapper for linux_getsid -> getsid Syscall.

23 years agoFill in the bootinfo's memory map.
dfr [Sat, 15 Sep 2001 09:53:56 +0000 (09:53 +0000)]
Fill in the bootinfo's memory map.

23 years agoImplement LINUX_[SEM|IPC]_[STAT|INFO]
mr [Sat, 15 Sep 2001 09:50:38 +0000 (09:50 +0000)]
Implement LINUX_[SEM|IPC]_[STAT|INFO]
to make /compat/linux/usr/bin/ipcs -s happy.

PR: kern/29698 (part)
Reviewed by: audit

23 years agoConditionalize building of ex2fs module by WANT_EXT2FS_MODULE
mr [Sat, 15 Sep 2001 09:35:10 +0000 (09:35 +0000)]
Conditionalize building of ex2fs module by WANT_EXT2FS_MODULE

23 years agoSync the PCI NIC sections with i386.
dfr [Sat, 15 Sep 2001 09:09:13 +0000 (09:09 +0000)]
Sync the PCI NIC sections with i386.

23 years agoRemove dead code.
dfr [Sat, 15 Sep 2001 08:25:16 +0000 (08:25 +0000)]
Remove dead code.

23 years agoCatch up to the last commit of KSE.
tanimura [Sat, 15 Sep 2001 08:14:23 +0000 (08:14 +0000)]
Catch up to the last commit of KSE.

23 years agoImplement comprehensive CVS/Template support to complement the Template
dillon [Sat, 15 Sep 2001 05:57:52 +0000 (05:57 +0000)]
Implement comprehensive CVS/Template support to complement the Template
support that already exists for checkout.  The -T option for cvs update
and cvs checkout may be used to cause CVS to retrieve/update the checkin
template when possible.

MFC after: 1 week

23 years agoImplement -j for cvs diff, allowing tag:date based diffs (normally date-based
dillon [Sat, 15 Sep 2001 05:50:59 +0000 (05:50 +0000)]
Implement -j for cvs diff, allowing tag:date based diffs (normally date-based
diffs are against the head branch only).

MFC after: 1 week

23 years agoSync some differences that were different between the copies of the files
peter [Sat, 15 Sep 2001 04:41:56 +0000 (04:41 +0000)]
Sync some differences that were different between the copies of the files
that were in nfs/nfs.h and nfsserver/nfs.h in the p4 tree.

23 years agoRefine ACPI/PnP BIOS probe/attach routines a bit.
yokota [Sat, 15 Sep 2001 04:38:20 +0000 (04:38 +0000)]
Refine ACPI/PnP BIOS probe/attach routines a bit.

- Add workaround for the problematic PnP BIOS which does not assign
  irq resource for the PS/2 mouse device node; if there is no irq
  assigned for the PS/2 mouse node, refer to device.hints for an
  irq number. If we still don't find an irq number in the hints
  database, use a hard-coded value.
- Delete unused ivars.
- Bit of clean up in probe/attach.
- Add PnP ID for the PS/2 mouse port on some IBM ThinkPad models.

23 years agoDisable devices that are not present; at a later stage we can then enable
msmith [Sat, 15 Sep 2001 04:14:31 +0000 (04:14 +0000)]
Disable devices that are not present; at a later stage we can then enable
them if the device arrives.

This should solve the problem where devices that have been disabled eg. in
the BIOS show up with nonsense resources and hang the bootstrap process.

23 years agoConvert a library to use the new __FBSDID()'s for testing and review
dillon [Sat, 15 Sep 2001 03:42:10 +0000 (03:42 +0000)]
Convert a library to use the new __FBSDID()'s for testing and review
purposes.

23 years agoAdd __FBSDID() macro to support rcs identifiers in source files.
dillon [Sat, 15 Sep 2001 03:41:00 +0000 (03:41 +0000)]
Add __FBSDID() macro to support rcs identifiers in source files.

23 years agoRework the RTSOL logic from previous patch (it was wrong)
jkh [Sat, 15 Sep 2001 02:28:18 +0000 (02:28 +0000)]
Rework the RTSOL logic from previous patch (it was wrong)

PR: 26187 && 24136
Submitted by: Glenn Trewitt <trewitt@trewitt.org>

23 years agoGive /bin/cat the ability to connect to and read unix-domain sockets
dillon [Sat, 15 Sep 2001 00:39:14 +0000 (00:39 +0000)]
Give /bin/cat the ability to connect to and read unix-domain sockets

MFC after: 1 week

23 years agoI don't think pc98 has acpi at all, so ifdef the acpi attachments for
imp [Sat, 15 Sep 2001 00:03:32 +0000 (00:03 +0000)]
I don't think pc98 has acpi at all, so ifdef the acpi attachments for
now.

23 years agoAdd a sample Makefile as an example of building RELNOTESng for
bmah [Fri, 14 Sep 2001 23:36:27 +0000 (23:36 +0000)]
Add a sample Makefile as an example of building RELNOTESng for
the release documentation snapshot page.

23 years agoRev 1.10 bogusly tested the kernel version, not the libc version.
obrien [Fri, 14 Sep 2001 23:07:02 +0000 (23:07 +0000)]
Rev 1.10 bogusly tested the kernel version, not the libc version.
The version of the kernel has no bearing on what is in libc.
We now search for basename in libc to determin if we need to include
the libiberty version in the build.

This is all still a bit bogus as it will (like the sysctl method) cause
basename.o to be linked into the cross-build as well as the host build.  It
would probably be better to test if we were doing the initial host build and
unconditionally include that.  Once we've generated the target libc we know
that basename is available.  (maybe test for $TOOLS_PREFIX or something).

Submitted by: peter

23 years ago- Correctly increment the channel refcount in dsp_open() such that it is
greid [Fri, 14 Sep 2001 20:26:03 +0000 (20:26 +0000)]
- Correctly increment the channel refcount in dsp_open() such that it is
  no longer possible to unload the driver module while sound is playing
  (which resulted in a panic).
- Fix a similar problem with the sndstat device that I found while looking
  at the above.
- Append a newline character to error messages in pcm_unregister()

Reviewed by: cg
MFC after: 10 days

23 years agoThe code that sees a drive (at mount time) not in buffered mode and
mjacob [Fri, 14 Sep 2001 19:00:51 +0000 (19:00 +0000)]
The code that sees a drive (at mount time) not in buffered mode and
attempts to set buffered mode was printing out "unable to set buffered
mode" no matter what. Oops.

Spotted by: Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de>
MFC after: 3 weeks

23 years agoAdd missing {}. This made most/all scripted installs fail.
phk [Fri, 14 Sep 2001 18:29:08 +0000 (18:29 +0000)]
Add missing {}.  This made most/all scripted installs fail.

Approved by: jkh

23 years agoDon't redirect to /dev/null when executing ex(1).
ru [Fri, 14 Sep 2001 17:06:06 +0000 (17:06 +0000)]
Don't redirect to /dev/null when executing ex(1).
This makes it impossible to detect the problem
with missing /var/tmp/vi.recover/.

PR: misc/29715, misc/30514

23 years agoAdd some cards to nge(4)-supported hardware list, as described in
bmah [Fri, 14 Sep 2001 15:34:06 +0000 (15:34 +0000)]
Add some cards to nge(4)-supported hardware list, as described in
src/share/man/man4/nge.4 rev 1.8.