]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
25 years agoVarious cleanups.
green [Mon, 19 Jul 1999 17:37:42 +0000 (17:37 +0000)]
Various cleanups.

25 years agoSync with GENERIC (place of xe0 driver)
hosokawa [Mon, 19 Jul 1999 15:18:21 +0000 (15:18 +0000)]
Sync with GENERIC (place of xe0 driver)

25 years agosync with boot_crunch.conf.generic
hosokawa [Mon, 19 Jul 1999 12:23:33 +0000 (12:23 +0000)]
sync with boot_crunch.conf.generic
(added arp, sed, and test)

25 years agoCatch an XFree86 3.3.4 update I missed.
jkh [Mon, 19 Jul 1999 11:58:01 +0000 (11:58 +0000)]
Catch an XFree86 3.3.4 update I missed.

25 years agoUpdate for XFree86 3.3.4
jkh [Mon, 19 Jul 1999 11:49:22 +0000 (11:49 +0000)]
Update for XFree86 3.3.4

25 years agoWait for dhclient in a far saner fashion.
jkh [Mon, 19 Jul 1999 11:00:56 +0000 (11:00 +0000)]
Wait for dhclient in a far saner fashion.

Submitted by: obrien

25 years agoFix handling of the cd command inside evaluations. It was changing PWD,
sheldonh [Mon, 19 Jul 1999 11:00:33 +0000 (11:00 +0000)]
Fix handling of the cd command inside evaluations. It was changing PWD,
which it should not do.

PR: 12578
Reported by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Submitted by: Niall Smart <niall@pobox.com>

25 years agoAdd /bin/test to the boot floppy. Guess we'll have to sync this up
jkh [Mon, 19 Jul 1999 10:53:54 +0000 (10:53 +0000)]
Add /bin/test to the boot floppy.  Guess we'll have to sync this up
with boot_crunch.conf.pccard at some point?

25 years agocleanup pass over new stuff.
jkh [Mon, 19 Jul 1999 10:18:52 +0000 (10:18 +0000)]
cleanup pass over new stuff.

25 years agoAnother batch of fixes for dhcp support in sysinstall, now dragging
jkh [Mon, 19 Jul 1999 10:06:18 +0000 (10:06 +0000)]
Another batch of fixes for dhcp support in sysinstall, now dragging
in some code from C. Stone to parse the lease information.  This is still
a WIP and this commit is largely intended to allow others to sync up; the
dhclient code still only works when doing dhcp configuration post-install
and requires a bit more work on the boot floppy before it will truly
work in the minimal bootstrapping role.

25 years ago[click] Now all dev_t's in the kernel have their char device major.
phk [Mon, 19 Jul 1999 09:37:59 +0000 (09:37 +0000)]
[click]  Now all dev_t's in the kernel have their char device major.

Only know casualy of this is swapinfo/pstat which should be fixes
the right way:  Store the actual pathname in the kernel like mount
does.  [Volounteers sought for this task]

The road map from here is roughly:  expand struct specinfo into struct
based dev_t.  Add dev_t registration facilities for device drivers and
start to use them.

25 years agoAdd sysctl tree debug.sizeof to tell us how big things are. First two
phk [Mon, 19 Jul 1999 09:13:12 +0000 (09:13 +0000)]
Add sysctl tree debug.sizeof to tell us how big things are.  First two
entries are struct proc and struct vnode.

25 years agoFix type of host-name option. Partial fix for referenced PR.
jkh [Mon, 19 Jul 1999 01:58:46 +0000 (01:58 +0000)]
Fix type of host-name option.  Partial fix for referenced PR.

Submitted by: John Baldwin <jobaldwi@vt.edu>
PR: 12205

25 years agoUpdated acquire_timer2()'s state machine to work when the i8254 is
bde [Sun, 18 Jul 1999 18:32:42 +0000 (18:32 +0000)]
Updated acquire_timer2()'s state machine to work when the i8254 is
being used for timecounting.  Fixed a race or two in it.  Undisabled
it.

PR: 10455

25 years agoDon't let the machdep.tsc_freq sysctl proceed if the TSC is present
bde [Sun, 18 Jul 1999 15:19:29 +0000 (15:19 +0000)]
Don't let the machdep.tsc_freq sysctl proceed if the TSC is present
but broken, since tsc_timecounter is not initialised in that case,
and updating an uninitialised timecounter is fatal.

Fixed style bugs in the machdep.i8254_freq and machdep.tsc_freq
sysctls.

Reviewed by: phk

25 years agoAdded a sysctl "kern.timecounter.hardware" for selecting the hardware
bde [Sun, 18 Jul 1999 15:07:20 +0000 (15:07 +0000)]
Added a sysctl "kern.timecounter.hardware" for selecting the hardware
used for timecounting.  The possible values are the names of the
physically present harware timecounters ("i8254" and "TSC" on i386's).

Fixed some nearby bitrot in comments in <sys/time.h>.

Reviewed by: phk

25 years ago fix comment re: RST received in TIME_WAIT to match the code.
jmb [Sun, 18 Jul 1999 14:42:48 +0000 (14:42 +0000)]
fix comment re: RST received in TIME_WAIT to match the code.

25 years agoUse the vn_todev() function, rather than VOP_GETATTR
phk [Sun, 18 Jul 1999 14:31:01 +0000 (14:31 +0000)]
Use the vn_todev() function, rather than VOP_GETATTR

25 years agoIntroduce the vn_todev(struct vnode*) function, which returns the dev_t
phk [Sun, 18 Jul 1999 14:30:37 +0000 (14:30 +0000)]
Introduce the vn_todev(struct vnode*) function, which returns the dev_t
corresponding to a VBLK or VCHR node, or NODEV.

25 years agoReset SA_NOCLDWAIT on exec().
peter [Sun, 18 Jul 1999 13:40:11 +0000 (13:40 +0000)]
Reset SA_NOCLDWAIT on exec().

PR: kern/12669
Submitted by: Doug Ambrisko <ambrisko@whistle.com>

25 years agoMake devname(3) return something more intelligent than NULL if it doesn't
phk [Sun, 18 Jul 1999 10:19:48 +0000 (10:19 +0000)]
Make devname(3) return something more intelligent than NULL if it doesn't
find anything in the database.

25 years agoSome additional optimizations for using DHCP.
jkh [Sun, 18 Jul 1999 10:18:06 +0000 (10:18 +0000)]
Some additional optimizations for using DHCP.

25 years agoUse a less annoying default hostname.
jkh [Sun, 18 Jul 1999 09:58:01 +0000 (09:58 +0000)]
Use a less annoying default hostname.

25 years ago- Clear relevant variables when the keyboard is not available.
yokota [Sun, 18 Jul 1999 06:16:53 +0000 (06:16 +0000)]
- Clear relevant variables when the keyboard is not available.
- Do not touch the `tty' struct when it's not yet available.
- Initialize correct bits in `fonts_loaded'.

25 years ago- Move the `return' statement the correct place so that the keyboard
yokota [Sun, 18 Jul 1999 06:16:25 +0000 (06:16 +0000)]
- Move the `return' statement the correct place so that the keyboard
  won't be initialized if `atkbd?' is disabled.

25 years agoPrint out the fields that are set in fs_flags.
mpp [Sun, 18 Jul 1999 02:33:05 +0000 (02:33 +0000)]
Print out the fields that are set in fs_flags.

25 years agoRemove a duplicate comment.
jdp [Sun, 18 Jul 1999 02:26:02 +0000 (02:26 +0000)]
Remove a duplicate comment.

25 years agoMiscellaneous fixes for dhcp client support.
jkh [Sun, 18 Jul 1999 02:20:56 +0000 (02:20 +0000)]
Miscellaneous fixes for dhcp client support.

25 years agoRemove four no-op casts.
jdp [Sun, 18 Jul 1999 01:35:26 +0000 (01:35 +0000)]
Remove four no-op casts.

25 years agoChange many asserts into normal errors. They were all for conditions
jdp [Sun, 18 Jul 1999 00:02:19 +0000 (00:02 +0000)]
Change many asserts into normal errors.  They were all for conditions
caused by invalid shared objects rather than by internal errors.

Enable format string mismatch checking for _rtld_error().

25 years agoRemove trailing whitespace from a couple of lines. It made its way
jdp [Sat, 17 Jul 1999 23:22:13 +0000 (23:22 +0000)]
Remove trailing whitespace from a couple of lines.  It made its way
into the .cf file and gave sendmail indigestion.

25 years agoCentralize dumpdev handling.
phk [Sat, 17 Jul 1999 20:47:52 +0000 (20:47 +0000)]
Centralize dumpdev handling.

25 years agoReverse the sense of a test, dev2udev() will be much cheaper than
phk [Sat, 17 Jul 1999 20:29:10 +0000 (20:29 +0000)]
Reverse the sense of a test, dev2udev() will be much cheaper than
udev2dev().

25 years agoAdd a field to struct swdevt to avoid a bogus udev2dev() call.
phk [Sat, 17 Jul 1999 19:59:55 +0000 (19:59 +0000)]
Add a field to struct swdevt to avoid a bogus udev2dev() call.

25 years agoFix 2nd arg to udev2dev() call in ccd.c
phk [Sat, 17 Jul 1999 19:58:37 +0000 (19:58 +0000)]
Fix 2nd arg to udev2dev() call in ccd.c

25 years agoUse 256 as magic in bmaj2cmaj[]. Treat BLK/CHR dev_t more correctly.
phk [Sat, 17 Jul 1999 19:57:25 +0000 (19:57 +0000)]
Use 256 as magic in bmaj2cmaj[].  Treat BLK/CHR dev_t more correctly.

25 years agoFix 2nd arg to udev2dev().
phk [Sat, 17 Jul 1999 19:38:00 +0000 (19:38 +0000)]
Fix 2nd arg to udev2dev().

25 years agoAdd arp to the boot floppy.
jkh [Sat, 17 Jul 1999 19:30:01 +0000 (19:30 +0000)]
Add arp to the boot floppy.

25 years agoAdd braces to appease the egcs -Wall mom.
jdp [Sat, 17 Jul 1999 19:03:20 +0000 (19:03 +0000)]
Add braces to appease the egcs -Wall mom.

25 years agoMake gcore work again. It was broken by a format change in the
jdp [Sat, 17 Jul 1999 18:58:32 +0000 (18:58 +0000)]
Make gcore work again.  It was broken by a format change in the
procfs map file when object IDs were eliminated in the mega-commit
that included procfs_map.c revision 1.19.

The map file is a terrible hodge-podge.  The fields that are used
mainly for kernel debugging should be moved out of it into a
separate file, so that the interface presented by the map file to
applications can remain stable in the face of VM system changes.

25 years agoI have not one single time remembered the name of this function correctly
phk [Sat, 17 Jul 1999 18:43:50 +0000 (18:43 +0000)]
I have not one single time remembered the name of this function correctly
so obviously I gave it the wrong name.  s/umakedev/makeudev/g

25 years agoAn SMP-specific change: eliminate another check on bsp_apic_ready.
alc [Sat, 17 Jul 1999 18:34:32 +0000 (18:34 +0000)]
An SMP-specific change: eliminate another check on bsp_apic_ready.
(See rev 1.23.)

25 years agoslight change in the way we hi-jack the wd drivers cdevsw.
phk [Sat, 17 Jul 1999 17:55:53 +0000 (17:55 +0000)]
slight change in the way we hi-jack the wd drivers cdevsw.

25 years agoFix a typo
brian [Sat, 17 Jul 1999 10:33:57 +0000 (10:33 +0000)]
Fix a typo
Submitted by: Rich Wood <rich@chugaboom.net>

25 years agoDecode new ptrace requests PT_GETDBREGS and PT_SETDBREGS.
bde [Sat, 17 Jul 1999 09:27:41 +0000 (09:27 +0000)]
Decode new ptrace requests PT_GETDBREGS and PT_SETDBREGS.

25 years agoImplementation of TCXONC.
marcel [Sat, 17 Jul 1999 08:24:57 +0000 (08:24 +0000)]
Implementation of TCXONC.

Reviewed by: bde

25 years agoMerge some patches from RedHat-6.0. The most important change fixes a bug
dfr [Sat, 17 Jul 1999 08:04:58 +0000 (08:04 +0000)]
Merge some patches from RedHat-6.0. The most important change fixes a bug
when linking large shared libraries where the linker missed out some of
the dynamic relocations from the output. This prevents libqt from linking
properly among other packages.

Obtained from: RedHat-6.0

25 years agoAdd in a hack to turn off unaligned access warnings for alpha.
jkh [Fri, 16 Jul 1999 22:07:09 +0000 (22:07 +0000)]
Add in a hack to turn off unaligned access warnings for alpha.

Submitted by: msmith

25 years agoDon't offer compat dists on alpha since it makes no sense to do so.
jkh [Fri, 16 Jul 1999 22:03:27 +0000 (22:03 +0000)]
Don't offer compat dists on alpha since it makes no sense to do so.

Suggested by: msmith

25 years agoI think the last revision got lost here. Identd needs to be run as root,
green [Fri, 16 Jul 1999 16:24:13 +0000 (16:24 +0000)]
I think the last revision got lost here. Identd needs to be run as root,
at least for now. I relegated the getcred sysctls to only root, but if
they're deemed to be "allowable" to export to users, I'll do so and
revert this change.

25 years agoDocument the new {auth,ident,tap} service and provide examples in the
sheldonh [Fri, 16 Jul 1999 15:41:14 +0000 (15:41 +0000)]
Document the new {auth,ident,tap} service and provide examples in the
configuration file.

Requested by: green

25 years agoRe-enable DHCP client support again (but optional and turned off by default
jkh [Fri, 16 Jul 1999 11:13:09 +0000 (11:13 +0000)]
Re-enable DHCP client support again (but optional and turned off by default
for the time being) for debugging purposes.

Fix bug in options selection.

25 years agoAllow DHCP to be used in an ifconfig variable instead of the usual
jkh [Fri, 16 Jul 1999 09:26:53 +0000 (09:26 +0000)]
Allow DHCP to be used in an ifconfig variable instead of the usual
address information, producing the obvious effect (dhcp configuration).

Submitted by:   "Sean O'Connell" <sean@stat.Duke.EDU>

25 years agoDocument dhcp flags.
jkh [Fri, 16 Jul 1999 09:22:01 +0000 (09:22 +0000)]
Document dhcp flags.

Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>

25 years agoHandle R_ALPHA_NONE relocations in KLD.
dfr [Fri, 16 Jul 1999 09:16:11 +0000 (09:16 +0000)]
Handle R_ALPHA_NONE relocations in KLD.

25 years agoEnable gprof on alpha.
simokawa [Fri, 16 Jul 1999 07:22:10 +0000 (07:22 +0000)]
Enable gprof on alpha.
* alpha.{c,h} are same as i386.{c,h}.
* Force address calculation to be done in long precision(64bit on alpha)
  rather than double precision(52bit).

25 years agoEnable gmon/mcount on alpha.
simokawa [Fri, 16 Jul 1999 07:05:34 +0000 (07:05 +0000)]
Enable gmon/mcount on alpha.

25 years agoEnable gcrt1.o.
simokawa [Fri, 16 Jul 1999 06:59:27 +0000 (06:59 +0000)]
Enable gcrt1.o.

25 years ago* Restore register correctly.
simokawa [Fri, 16 Jul 1999 06:45:52 +0000 (06:45 +0000)]
* Restore register correctly.
* Add missing bits for profiling.

25 years agoMake profil() 64bit-safe for alpha.
simokawa [Fri, 16 Jul 1999 06:28:55 +0000 (06:28 +0000)]
Make profil() 64bit-safe for alpha.
uintfptr_t may be better for offset, but we must wait until
the definition of uintfptr_t moves from machine/profile.h.

Reviewed by: bde

25 years agoRemove vm_object::last_read. It is used by the old swap pager, but
alc [Fri, 16 Jul 1999 05:11:37 +0000 (05:11 +0000)]
Remove vm_object::last_read.  It is used by the old swap pager, but
not by the new one, i.e., vm/swap_pager.c rev 1.108.

Reviewed by: dillon@backplane.com

25 years agoAdd support for multiple PCI busses directly connected to the nexus.
msmith [Fri, 16 Jul 1999 01:00:30 +0000 (01:00 +0000)]
Add support for multiple PCI busses directly connected to the nexus.
This is only partially complete, but allows 450NX-based systems with
more than one PCI bus to be used again.

Submitted by: dfr

25 years agoAdd a knob to avoid DES code when making crunched binary. This isn't a beauty
abial [Thu, 15 Jul 1999 21:47:52 +0000 (21:47 +0000)]
Add a knob to avoid DES code when making crunched binary. This isn't a beauty
incarnated, it just matches other deficiencies related to crunchgen
and friends... and we already have similar code in ppp/Makefile.

RELEASE_CRUNCH should be axed, but for now let's be consistent.

Submitted by: Patrick Powell <papowell@astart.com>

25 years agoThe boot countdown timer says it will boot in 1 seconds,
n_hibma [Thu, 15 Jul 1999 20:40:52 +0000 (20:40 +0000)]
The boot countdown timer says it will boot in 1 seconds,
which is grammatically incorrect.

PR: 12628
Submitted-By: R. Matthew Emerson <rme@nightfly.apk.net>

25 years agoUpdate ThinkPad special mode entry for atkbd0. Add an entry dealing
rnordier [Thu, 15 Jul 1999 19:33:22 +0000 (19:33 +0000)]
Update ThinkPad special mode entry for atkbd0.  Add an entry dealing
with failure to detect XT/AT-style keyboards in boot2 during install.

Submitted by: yokota

25 years agoReference correct sysctl: kern.maxsockbuf --> kern.ipc.maxsockbuf
jlemon [Thu, 15 Jul 1999 17:15:24 +0000 (17:15 +0000)]
Reference correct sysctl:  kern.maxsockbuf --> kern.ipc.maxsockbuf

25 years agoBy popular demand, ident_stream now takes arguments. Ex:
green [Thu, 15 Jul 1999 17:01:43 +0000 (17:01 +0000)]
By popular demand, ident_stream now takes arguments. Ex:
# This enables the old, fake ident service.
auth    stream  tcp     nowait  root    internal
# This enables the new, real ident service.
auth stream tcp nowait root internal auth -r
# This enables ~/.fakeid support, too.
auth stream tcp nowait root internal auth -r -f

25 years agoFix a dangling else warning from new egcs.
imp [Thu, 15 Jul 1999 03:04:31 +0000 (03:04 +0000)]
Fix a dangling else warning from new egcs.

25 years agoDon't declare `end' if we aren't compiling radius support.
brian [Thu, 15 Jul 1999 02:02:51 +0000 (02:02 +0000)]
Don't declare `end' if we aren't compiling radius support.

25 years agoThis is the working internal ident service. Turn it on by setting
green [Thu, 15 Jul 1999 01:34:02 +0000 (01:34 +0000)]
This is the working internal ident service. Turn it on by setting
the make variable REAL_IDENT, and ~/.fakeid support can be added
with FAKEID set. Note that the default behavior is the same as
the old behavior.

25 years agoDue to recent pidentd port changes (switch to sysctl), identd must be
ache [Thu, 15 Jul 1999 01:06:13 +0000 (01:06 +0000)]
Due to recent pidentd port changes (switch to sysctl), identd must be
runned as root again, not kmem:kmem

25 years agoBe a little clearer about login_getpwclass(3), and its penchant for
nik [Wed, 14 Jul 1999 22:36:10 +0000 (22:36 +0000)]
Be a little clearer about login_getpwclass(3), and its penchant for
looking up a record called "root".

PR:             docs/12377
Submitted by:   Adrian Filipi-Martin <adrian@ubergeeks.com>

25 years agoMake a few other cleanups while I'm in the area. Typo in comment, unused
wpaul [Wed, 14 Jul 1999 21:53:11 +0000 (21:53 +0000)]
Make a few other cleanups while I'm in the area. Typo in comment, unused
structure members, etc. No functional changes.

25 years agoRevert some changes I had made to try and cut down on the number of TX EOF
wpaul [Wed, 14 Jul 1999 18:57:32 +0000 (18:57 +0000)]
Revert some changes I had made to try and cut down on the number of TX EOF
interrupts that were scheduled. Testing shows it didn't really do very much
and it makes the code a little more complicated (which is never a good thing).

Also fix the rambuffer offset initialization for the 512K/64K SRAM case
(512K total using 64K chips). It should be 0. The only case with a
non-standard rambuffer offset address is 1024K/64K according to the
SysKonnect manual. (My card has the 1024/64 configuration and I don't know
which card uses the 512/64 configuration, if any, so I'm not sure that
this was really a problem for anyone.)

25 years agoOops, missed out one chunk of the last patch. (*blush*)
peter [Wed, 14 Jul 1999 17:37:53 +0000 (17:37 +0000)]
Oops, missed out one chunk of the last patch.  (*blush*)

Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
Submitted by: "Matthew N. Dodd" <winter@jurai.net>

25 years agoThe following patch will remove a hack introduced in
yokota [Wed, 14 Jul 1999 10:53:41 +0000 (10:53 +0000)]
The following patch will remove a hack introduced in
/sys/ddb/db_input.c rev 1.19 to recognize syscons's cursor keycodes.
It is unnecessary now that scgetc() in syscons returns the escape
sequence for the cursor keys rather than their raw, internal key
codes.

25 years agoChange the symbol used to find the end of an object's address space
jdp [Wed, 14 Jul 1999 04:09:11 +0000 (04:09 +0000)]
Change the symbol used to find the end of an object's address space
from "end" to "_end".  The former does not exist in most shared
libraries.  This fixes problems in dladdr() and dlsym(RTLD_NEXT, ...).

25 years agoChange the wrong URL of back-issue FreeBSD newsletter.
foxfair [Wed, 14 Jul 1999 02:23:16 +0000 (02:23 +0000)]
Change the wrong URL of back-issue FreeBSD newsletter.

25 years agoImplement seekability for disk devices (not just regular files).
green [Tue, 13 Jul 1999 18:44:56 +0000 (18:44 +0000)]
Implement seekability for disk devices (not just regular files).
Also, fix pos_out() to do the same checks pos_in() did.

Done for: jdp, luigi, the good of the world

25 years agoCreate the macro DOINGASYNC to check whether the MNT_ASYNC flag has
mckusick [Tue, 13 Jul 1999 18:20:13 +0000 (18:20 +0000)]
Create the macro DOINGASYNC to check whether the MNT_ASYNC flag has
been set for a mount point. Insert missing checks to ensure that all
write operations are done asynchronously when the MNT_ASYNC option
has been requested.

Submitted by: Craig A Soules <soules+@andrew.cmu.edu>
Reviewed by: Kirk McKusick <mckusick@mckusick.com>

25 years agodont allow open if no device was found.
phk [Tue, 13 Jul 1999 08:15:22 +0000 (08:15 +0000)]
dont allow open if no device was found.

25 years agoMove the xe0 driver back where it was. It was misleading where it was as it
obrien [Tue, 13 Jul 1999 08:08:20 +0000 (08:08 +0000)]
Move the xe0 driver back where it was.  It was misleading where it was as it
does not take over the PCIC, it does require PCCARD support, and it doesn't
replace any existing driver.

25 years agoCommit the correct patch, i.e., the one that actually corresponds
alc [Tue, 13 Jul 1999 06:35:25 +0000 (06:35 +0000)]
Commit the correct patch, i.e., the one that actually corresponds
to the rev 1.2 log entry.

25 years agoChanged the implementation of the primitives to guarantee atomicity
alc [Tue, 13 Jul 1999 03:32:17 +0000 (03:32 +0000)]
Changed the implementation of the primitives to guarantee atomicity
with respect to interrupts on UP systems.  (The upgrade from gcc 2.7.x
to egcs 1.1.2 produced at least one non-atomic code sequence in
swap_pager_getpages.)

In addition, the primitives are now SMP-safe, but only on SMPs.  (For
portability between SMPs and UPs, modules are compiled with the SMP-safe
versions.)

Submitted by: dillon and myself
Reviewed by: bde

25 years agoAdd $Id$, to make it simpler for members of the translation teams to
nik [Mon, 12 Jul 1999 21:02:10 +0000 (21:02 +0000)]
Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

     .\"    $Id$
     .\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by:            bde

25 years agoAdd $Id$, to make it simpler for members of the translation teams to
nik [Mon, 12 Jul 1999 20:50:10 +0000 (20:50 +0000)]
Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

     .\"    $Id$
     .\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by:            bde

25 years agoAdd $Id$, to make it simpler for members of the translation teams to
nik [Mon, 12 Jul 1999 20:30:45 +0000 (20:30 +0000)]
Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

     .\"    $Id$
     .\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by:            bde

25 years agoAdd $Id$, to make it simpler for members of the translation teams to
nik [Mon, 12 Jul 1999 20:24:20 +0000 (20:24 +0000)]
Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

     .\"    $Id$
     .\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by:            bde

25 years agoAdd $Id$, to make it simpler for members of the translation teams to
nik [Mon, 12 Jul 1999 20:12:29 +0000 (20:12 +0000)]
Add $Id$, to make it simpler for members of the translation teams to
track.

The Id line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

     .\"    $Id$
     .\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by:            bde

25 years agoAdd $Id$ to these manpages.
nik [Mon, 12 Jul 1999 20:04:59 +0000 (20:04 +0000)]
Add $Id$ to these manpages.

Approved by:            bde

25 years agoUse .Xr to xref pccardd(8).
mpp [Mon, 12 Jul 1999 19:24:53 +0000 (19:24 +0000)]
Use .Xr to xref pccardd(8).

25 years agoCorrect a mistake in so_cred changes. In practice, I don't think that it
green [Mon, 12 Jul 1999 18:58:23 +0000 (18:58 +0000)]
Correct a mistake in so_cred changes. In practice, I don't think that it
would make a difference. However, my previous diff _did_ change the
behavior in some way (not necessarily break it), so I'm fixing it.

Found by: bde
Submitted by: bde

25 years agoFix a couple of typos.
mpp [Mon, 12 Jul 1999 18:37:48 +0000 (18:37 +0000)]
Fix a couple of typos.

PR: 12610
Submitted by: Seth <seth@freebie.dp.ny.frb.org>

25 years agoRefine on explanation for apm stuff.
iwasaki [Mon, 12 Jul 1999 17:20:29 +0000 (17:20 +0000)]
Refine on explanation for apm stuff.
Make it clear that apmd  depends on apmconf -e.

Reviewed by: obrien, my friend :-)

25 years agoUse USRSTACK (defined in <machine/vmparam.h>) to get top of the initial stack.
dt [Mon, 12 Jul 1999 16:09:30 +0000 (16:09 +0000)]
Use USRSTACK (defined in <machine/vmparam.h>) to get top of the initial stack.
PTHREAD_STACK_TOP was wrong for all supported architectures.

25 years agoCorrect typo
n_hibma [Mon, 12 Jul 1999 15:56:32 +0000 (15:56 +0000)]
Correct typo

PR: 9638
Submitted by: Mauro Allegrini <allegrini@usa.net>

25 years agoBug fixes
roger [Mon, 12 Jul 1999 15:51:50 +0000 (15:51 +0000)]
Bug fixes
 Change number of VBI lines from 16 to 12 for NTSC formats.
 Juha.Nurmela@quicknet.inet.fi found/fixed bug in VBI_SLEEP.

New features
 MSP3430G DBX initialisation from Matt Brown <matt@dqc.org>
 STB Bt878 card identification.
 Hauppauge Model Number identification.
 Changes to probeCard() for better eeprom identification.
 Experimental TDA9850 initialisation code, from Linux bttv.

Cross Platform Changes
 The driver has been reorgainsed based ideas from Brad Parker's port to Linux
 to seperate OS Dependant and Independant sections.
 I have backends for FreeBSD 2.2.x/3.x and 4.x newbus, BSDI, OpenBSD and NetBSD.

This commit has FreeBSD 2.2.8/2.2-stable/3.x and FreeBSD 4.x newbus backends.

Some code submitted by: Juha.Nurmela@quicknet.inet.fi
                        Matt Brown <matt@dqc.org>
                        Brad Parker <brad@parker.boston.ma.us>

Some code obtained from:        Linux bttv driver

25 years agoImprove Logitech MouseMan+ protocol support.
yokota [Mon, 12 Jul 1999 15:16:14 +0000 (15:16 +0000)]
Improve Logitech MouseMan+ protocol support.

25 years agoCorrect a couple of spelling errors in comments.
kris [Mon, 12 Jul 1999 15:02:51 +0000 (15:02 +0000)]
Correct a couple of spelling errors in comments.

25 years agoFix commented out CFLAGS addition for LOGIN_CAP_AUTH, which was missing
sheldonh [Mon, 12 Jul 1999 14:27:58 +0000 (14:27 +0000)]
Fix commented out CFLAGS addition for LOGIN_CAP_AUTH, which was missing
a make -D option.

PR: 12591
Submitted by: Craig Leres <leres@ee.lbl.gov>