]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoAdd device entries for new parallel port radio clock driver.
Jordan K. Hubbard [Wed, 19 Jan 2000 18:16:24 +0000 (18:16 +0000)]
Add device entries for new parallel port radio clock driver.

We were supposed to get these in far earlier and didn't, hence
the commit after feature freeze.  A promise is a promise. :)

Submitted by: Sascha Schumann <sascha@schumann.cx>

24 years agoAdd entries for:
Warner Losh [Wed, 19 Jan 2000 17:27:56 +0000 (17:27 +0000)]
Add entries for:
3com 3c589ET
Simple Technology CF ATA flash cards
Viking Components CF ATA flash cards

24 years agoAdd recent entries:
Warner Losh [Wed, 19 Jan 2000 17:18:43 +0000 (17:18 +0000)]
Add recent entries:
CAM version bump
gnu texinfo
pccardd/pccardc recompile to match kernel ioctls

24 years agoAlthough it should be obvious that the 3-digit numeric values of the
Sheldon Hearn [Wed, 19 Jan 2000 16:21:05 +0000 (16:21 +0000)]
Although it should be obvious that the 3-digit numeric values of the
characters shown are octal, state this explicitly for the easily
misled.

24 years agoIt's not been possible to configure a print server running lpd,
Josef Karthauser [Wed, 19 Jan 2000 14:25:08 +0000 (14:25 +0000)]
It's not been possible to configure a print server running lpd,
with remote hosts feeding it, so that some hosts have their header
pages supressed and some don't.  This is because lpd doesn't know
how to rewrite a print job before forwarding it to a remote lpd.
In particular this causes problems with p rinters that contain
their own lpd, eg. HP jet direct cards, because they can't suppress
headers.  It's not possible to have headers supressed by putting
'sh' in any printcap in the lpd chain, it is up to the originating
lpr to have a '-h' option specified at run time.

Lpr has been modified to allow _it_ to honour the 'sh' flag in the
local print cap.  This allows the administrator to switch off
headers for a particular printer (on a particular host) irrespective
of whether that printer is local to the machine or remote.

This doesn't break anything, because in the case of a remote printer
the 'sh' flag would have had no meaning, in the case of the local
printer it would have been on anyway.

Submitted by: Scott James Remnant <scott@pavilion.net>

24 years agoMake the quotes in the #include line visible.
Sheldon Hearn [Wed, 19 Jan 2000 13:27:03 +0000 (13:27 +0000)]
Make the quotes in the #include line visible.

24 years agoDo not set the default terminal type to "su", leave it empty.
Ruslan Ermilov [Wed, 19 Jan 2000 10:54:44 +0000 (10:54 +0000)]
Do not set the default terminal type to "su", leave it empty.

PR: bin/5084
Reviewed by: asmodai, davidn, sef

24 years ago${.MAKE} -> ${MAKE}
Ruslan Ermilov [Wed, 19 Jan 2000 10:44:28 +0000 (10:44 +0000)]
${.MAKE} -> ${MAKE}

Reviewed by: hoek

24 years agoUtility to control the printing of "Fixed up unaligned data access for pid
David E. O'Brien [Wed, 19 Jan 2000 09:47:19 +0000 (09:47 +0000)]
Utility to control the printing of "Fixed up unaligned data access for pid
nnn at pc 0xADDR" and the fixup of the UA fault on the DEC Alpha when an
unaligned access fault happens.  Modeled after the OSF/1 utility of the
same name.

Submitted by: gallatin

24 years agoQuantify the calls to ad_attach and atapi_attach so that diskless
Søren Schmidt [Wed, 19 Jan 2000 07:25:46 +0000 (07:25 +0000)]
Quantify the calls to ad_attach and atapi_attach so that diskless
or atapiless kernels can be built.

24 years agoImplement continuations to correctly handle [sig|_]longjmp() inside of a
Jason Evans [Wed, 19 Jan 2000 07:04:50 +0000 (07:04 +0000)]
Implement continuations to correctly handle [sig|_]longjmp() inside of a
signal handler.  Explicitly check for jumps to anywhere other than the
current stack, since such jumps are undefined according to POSIX.

While we're at it, convert thread cancellation to use continuations, since
it's cleaner than the original cancellation code.

Avoid delivering a signal to a thread twice.  This was a pre-existing bug,
but was likely unexposed until these other changes were made.

Defer signals generated by pthread_kill() so that they can be delivered on
the appropriate stack.  deischen claims that this is unnecessary, which is
likely true, but without this change, pthread_kill() can cause undefined
priority queue states and/or PANICs in [sig|_]longjmp(), so I'm leaving
this in for now.  To compile this code out and exercise the bug, define
the _NO_UNDISPATCH cpp macro.  Defining _PTHREADS_INVARIANTS as well will
cause earlier crashes.

PR: kern/14685
Collaboration with: deischen

24 years agoMake minor entry point changes to support libc_r.
Jason Evans [Wed, 19 Jan 2000 07:01:40 +0000 (07:01 +0000)]
Make minor entry point changes to support libc_r.

24 years agoFix bde'isms in acl/extattr syscall interface, renaming syscalls to
Robert Watson [Wed, 19 Jan 2000 06:13:59 +0000 (06:13 +0000)]
Fix bde'isms in acl/extattr syscall interface, renaming syscalls to
prettier (?) names, adding some const's around here, et al.

This is commit 4 out of 3, updating the userland library to reflect kernel
interface changes.

Reviewed by: bde

24 years agoClose PR#16028. Make the sanity check saner. The condition that we
Bill Paul [Wed, 19 Jan 2000 06:12:32 +0000 (06:12 +0000)]
Close PR#16028. Make the sanity check saner. The condition that we
check for on the server may arise legitimately on the client. The
correct way to check for a zero record length is to check for it
without the LAST_FRAG marker in it, since it's legal to send a LAST_FRAG
marker with 0 bytes of data.

PR: misc/16028

24 years agoFix bde'isms in acl/extattr syscall interface, renaming syscalls to
Robert Watson [Wed, 19 Jan 2000 06:07:34 +0000 (06:07 +0000)]
Fix bde'isms in acl/extattr syscall interface, renaming syscalls to
prettier (?) names, adding some const's around here, et al.

Reviewed by: bde

24 years agoFix bde'isms in acl/extattr syscall interface, renaming syscalls to
Robert Watson [Wed, 19 Jan 2000 06:02:31 +0000 (06:02 +0000)]
Fix bde'isms in acl/extattr syscall interface, renaming syscalls to
prettier (?) names, adding some const's around here, et al.

Commit 2 out of 3.

Reviewed by: bde

24 years agoFix bde'isms in acl/extattr syscall interface, renaming syscalls to
Robert Watson [Wed, 19 Jan 2000 06:01:07 +0000 (06:01 +0000)]
Fix bde'isms in acl/extattr syscall interface, renaming syscalls to
prettier (?) names, adding some const's around here, et al.

Commit 1 out of 3.

Reviewed by: bde

24 years agoDocument KERN_QUANTUM under CTL_KERN
Chris Costello [Wed, 19 Jan 2000 05:32:27 +0000 (05:32 +0000)]
Document KERN_QUANTUM under CTL_KERN

PR: 15637
Submitted by: jhs

24 years agoDocument isnanf() for checking if a float is NaN (``Not-a-Number'') and
Chris Costello [Wed, 19 Jan 2000 04:58:39 +0000 (04:58 +0000)]
Document isnanf() for checking if a float is NaN (``Not-a-Number'') and
create a link from isnanf.3 to isinf.3.

PR: 13878

24 years agoDocument truncation of strings when a NUL character is reached in a format
Chris Costello [Wed, 19 Jan 2000 04:16:48 +0000 (04:16 +0000)]
Document truncation of strings when a NUL character is reached in a format
string.

PR: 15929
Submitted by: Daniel Hagan <dhagan@cs.vt.edu>

24 years agoRequire USA_RESIDENT to be 'NO' or 'YES' if building secure/
Kris Kennaway [Wed, 19 Jan 2000 04:03:48 +0000 (04:03 +0000)]
Require USA_RESIDENT to be 'NO' or 'YES' if building secure/

Reviewed by: marcel

24 years agoReference machine/param.h rather than the nonexistent
Mike Smith [Wed, 19 Jan 2000 01:26:06 +0000 (01:26 +0000)]
Reference machine/param.h rather than the nonexistent
machine/machparam.h in a comment

PR: kern/11178, kern/16128

24 years agoFix a couple of bugs:
Bill Paul [Wed, 19 Jan 2000 01:01:56 +0000 (01:01 +0000)]
Fix a couple of bugs:

- The busy wait hack in usbdi.c was doing its timeout in microseconds
  instead of milliseconds.
- if_aue.c:aue_intr() is creating a bitmask by and'ing two bits when it
  should be or'ing them.

Submitted by: Lennart Augustsson

24 years agoNow that I have my NoName back I could confirm it: IDE is no-go on these
Wilko Bulte [Tue, 18 Jan 2000 22:48:24 +0000 (22:48 +0000)]
Now that I have my NoName back I could confirm it: IDE is no-go on these
boards.

24 years ago Flesh-out the VM & SWAP release notes.
Matthew Dillon [Tue, 18 Jan 2000 22:43:21 +0000 (22:43 +0000)]
Flesh-out the VM & SWAP release notes.

Approved by: jkh

24 years agoAdd the Intel InBusiness 10/100 PCI Network Adapter
Jeroen Ruigrok van der Werven [Tue, 18 Jan 2000 22:00:26 +0000 (22:00 +0000)]
Add the Intel InBusiness 10/100 PCI Network Adapter

Submitted by: Mohit Aron <aron@cs.rice.edu> on -current

24 years agoCorrectly parse broken MDTM responses from servers which format
Sheldon Hearn [Tue, 18 Jan 2000 21:27:23 +0000 (21:27 +0000)]
Correctly parse broken MDTM responses from servers which format
tm_year with "19%02d".

PR: 15981
Reported by: klh@netcom.com (Ken Harrenstien)
Reviewed by: bde

24 years agoRearrange the probecode, so that 80pin cables can be identified
Søren Schmidt [Tue, 18 Jan 2000 21:02:59 +0000 (21:02 +0000)]
Rearrange the probecode, so that 80pin cables can be identified
correctly on both master and slave.
Smash together the ata_params & atapi_params structures as they
are more or less equal anyways.
Get rid of the last SYSINIT's in here.

24 years agoReshaped things a bit so that this can become alpha/HARDWARE.TXT
Wilko Bulte [Tue, 18 Jan 2000 20:13:16 +0000 (20:13 +0000)]
Reshaped things a bit so that this can become alpha/HARDWARE.TXT

24 years agokludge to fix the end-of-sample repeating bug. i don't know why it happens;
Cameron Grant [Tue, 18 Jan 2000 18:59:03 +0000 (18:59 +0000)]
kludge to fix the end-of-sample repeating bug.  i don't know why it happens;
none of my hw does it, but this should fix it for now.

Tested by: wpaul

24 years agoThis man page is not needed; it just gets jumped on later when libcrypt
Mark Murray [Tue, 18 Jan 2000 18:25:45 +0000 (18:25 +0000)]
This man page is not needed; it just gets jumped on later when libcrypt
is installed.
Submitted by: bde

24 years agoA bunch of factual corrections.
Mark Murray [Tue, 18 Jan 2000 18:23:28 +0000 (18:23 +0000)]
A bunch of factual corrections.

24 years agoupdate ac97 layer to use device_printf when printing messages
Cameron Grant [Tue, 18 Jan 2000 17:13:43 +0000 (17:13 +0000)]
update ac97 layer to use device_printf when printing messages

24 years ago* add SVR4 and OSF/1 enabling in the Start Up config menu
David E. O'Brien [Tue, 18 Jan 2000 15:50:23 +0000 (15:50 +0000)]
* add SVR4 and OSF/1 enabling in the Start Up config menu
* deals with X11 install when all we have is the Port (such as on the Alpha)

Ok'ed by: JKH

24 years agoCast rman_get_virtual() to a vm_offset_t.
Bill Fumerola [Tue, 18 Jan 2000 15:44:24 +0000 (15:44 +0000)]
Cast rman_get_virtual() to a vm_offset_t.

Submitted by: msmith

24 years agoAdd HISTORY.
Sheldon Hearn [Tue, 18 Jan 2000 12:50:13 +0000 (12:50 +0000)]
Add HISTORY.

Submitted by: obrien

24 years agounbreak (rv -> r), afaik what Mike intended, boots fine on my machine
Alfred Perlstein [Tue, 18 Jan 2000 12:24:44 +0000 (12:24 +0000)]
unbreak (rv -> r), afaik what Mike intended, boots fine on my machine

24 years agoProperly initialize the last active time of the initial thread. This fixes
Daniel Eischen [Tue, 18 Jan 2000 11:35:25 +0000 (11:35 +0000)]
Properly initialize the last active time of the initial thread.  This fixes
the case that a CPU hungry main thread is prevented from being preempted
due to a negative calculation of its time slice.

Reported by: Alexander Litvin <archer@lucky.net>

24 years agoFinally resolve the texinfo issue by moving it
Ruslan Ermilov [Tue, 18 Jan 2000 11:00:24 +0000 (11:00 +0000)]
Finally resolve the texinfo issue by moving it
from the cross-tools to the bootstrap-tools.

Requested by: bde, marcel

24 years agoBack out previous revision because someone upgraded our
Ruslan Ermilov [Tue, 18 Jan 2000 09:52:00 +0000 (09:52 +0000)]
Back out previous revision because someone upgraded our
texinfo system to one that understands "command{foo}".

24 years agoFix conflicts.
Ruslan Ermilov [Tue, 18 Jan 2000 09:46:39 +0000 (09:46 +0000)]
Fix conflicts.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r56230,
Ruslan Ermilov [Tue, 18 Jan 2000 09:45:11 +0000 (09:45 +0000)]
This commit was generated by cvs2svn to compensate for changes in r56230,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of a trimmed down GNU Grep 2.4a.
Ruslan Ermilov [Tue, 18 Jan 2000 09:45:11 +0000 (09:45 +0000)]
Virgin import of a trimmed down GNU Grep 2.4a.

24 years agoAdd another four device ID's for isa pnp modems. The USR's seem to use
Peter Wemm [Tue, 18 Jan 2000 09:30:58 +0000 (09:30 +0000)]
Add another four device ID's for isa pnp modems.  The USR's seem to use
the same vendor and logical ID.  The rest I am not sure whether they
are vendor or logical, but it won't hurt if I've put a vendor ID here
as merely will not match.  These came from the old sio-pnp code, hence
the uncertainty about which ID it is.

24 years agoMerge a bug fix from freebsd-current; check m != NULL before touching it,
Yoshinobu Inoue [Tue, 18 Jan 2000 09:02:19 +0000 (09:02 +0000)]
Merge a bug fix from freebsd-current; check m != NULL before touching it,
at udp6_ctlinput().
  There should be kernel panic at PCCARD suspend etc, before this bug fix.

Submitted by:  Hajimu UMEMOTO <ume@mahoroba.org>

24 years agoAdd ADS7182 as a known Joystick.
Peter Wemm [Tue, 18 Jan 2000 08:38:35 +0000 (08:38 +0000)]
Add ADS7182 as a known Joystick.

24 years agoAdd a warning for the snd drivers and a pointer to pcm/sbc/etc.
Peter Wemm [Tue, 18 Jan 2000 08:31:40 +0000 (08:31 +0000)]
Add a warning for the snd drivers and a pointer to pcm/sbc/etc.

24 years agoEnable POSIX P1003_1B extentions by default; there's no reason I can see
Jordan K. Hubbard [Tue, 18 Jan 2000 07:52:12 +0000 (07:52 +0000)]
Enable POSIX P1003_1B extentions by default; there's no reason I can see
not to class them with the SYSV extentions as "optional but damn useful".

Also desired by: wollman

24 years agoOops, cleanup this a bit.
Ruslan Ermilov [Tue, 18 Jan 2000 07:48:21 +0000 (07:48 +0000)]
Oops, cleanup this a bit.

Forgotten by: ru

24 years agotrailing white space removal.
David E. O'Brien [Tue, 18 Jan 2000 07:43:12 +0000 (07:43 +0000)]
trailing white space removal.

24 years agoAdd two new functions cd9660_readfile() & cd9660_readdir(), which
David E. O'Brien [Tue, 18 Jan 2000 07:37:10 +0000 (07:37 +0000)]
Add two new functions cd9660_readfile() & cd9660_readdir(), which
cd9660_read() now uses to read CDROMs.  With these changes FreeBSD/Alpha
can now boot from a bootable CDROM.

Submitted by: dfr

24 years agoFor some reason compiler should be the last in the list of cross-tools.
Ruslan Ermilov [Tue, 18 Jan 2000 07:26:20 +0000 (07:26 +0000)]
For some reason compiler should be the last in the list of cross-tools.
Unbroke the world by moving gnu/usr.bin/texinfo before gnu/usr.bin/cc.

Submitted by: Jim Bloom <bloom@acm.org>

24 years agoIRIX interoperability -- define ACL_MAX_ENTRIES from MAX_ACL_ENTRIES
Robert Watson [Tue, 18 Jan 2000 06:21:29 +0000 (06:21 +0000)]
IRIX interoperability -- define ACL_MAX_ENTRIES from MAX_ACL_ENTRIES

24 years agoFixed missing backslash in previous commit. Adding setresuid.2 has taken
Bruce Evans [Tue, 18 Jan 2000 05:38:05 +0000 (05:38 +0000)]
Fixed missing backslash in previous commit.  Adding setresuid.2 has taken
4 commits and 2 world breakages so far.

24 years agoFix line too long style bug in the previous commit (which, by the
Sheldon Hearn [Tue, 18 Jan 2000 05:15:26 +0000 (05:15 +0000)]
Fix line too long style bug in the previous commit (which, by the
way, unbroke world).

24 years agoadd setresuid.2
Andrey A. Chernov [Tue, 18 Jan 2000 04:37:21 +0000 (04:37 +0000)]
add setresuid.2

24 years agoBump __FreeBSD_version due to openssl import.
Kris Kennaway [Tue, 18 Jan 2000 04:36:56 +0000 (04:36 +0000)]
Bump __FreeBSD_version due to openssl import.

24 years agoRepair internal consistency: Change "login_cap_t * lc" to a more correct
Chris Costello [Tue, 18 Jan 2000 03:02:29 +0000 (03:02 +0000)]
Repair internal consistency: Change "login_cap_t * lc" to a more correct
(and consistent) "login_cap_t *lc".

24 years agoDon't mark unallocated resources as active; the goal is to reserve them,
Mike Smith [Tue, 18 Jan 2000 02:15:05 +0000 (02:15 +0000)]
Don't mark unallocated resources as active; the goal is to reserve them,
and there may be a good reason for them being unallocated (eg. they're
nonsensical or not useful).  The goal here is simply to reserve them
against accidental use by other code.

24 years agoDon't try to map memory resources into the kernel until they're actually
Mike Smith [Tue, 18 Jan 2000 02:13:27 +0000 (02:13 +0000)]
Don't try to map memory resources into the kernel until they're actually
activated.  Some of the things that get listed as "resources" aren't
necessarily suited for this.

(This shouldn't be a problem for any driver that correctly passes
RF_ACTIVE)

24 years agoNeed to reset the buffer pointer to avoid reconsidering the same buffer
Kirk McKusick [Tue, 18 Jan 2000 02:13:26 +0000 (02:13 +0000)]
Need to reset the buffer pointer to avoid reconsidering the same buffer
again (without this the rollback analysis was being lost). Should reduce
the write count for most workloads.

Submitted by: Craig A Soules <soules+@andrew.cmu.edu>

24 years agoFix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault.
Dan Moschuk [Tue, 18 Jan 2000 01:45:54 +0000 (01:45 +0000)]
Fix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault.

Noticed first by: kris

24 years agoadd a R_PREV_IDX macro
Matt Jacob [Tue, 18 Jan 2000 01:42:11 +0000 (01:42 +0000)]
add a R_PREV_IDX macro

24 years agoDuring fastpath processing for removal of a short-lived inode, the
Kirk McKusick [Tue, 18 Jan 2000 01:33:05 +0000 (01:33 +0000)]
During fastpath processing for removal of a short-lived inode, the
set of restrictions for cancelling an inode dependency (inodedep)
is somewhat stronger than originally coded. Since this check appears
in two places, we codify it into the function check_inode_unwritten
which we then call from the two sites, one freeing blocks and the
other freeing directory entries.

Submitted by: Steinar Haug via Matthew Dillon

24 years agoNeed to reorganize the flushing of directory entry (pagedep) dependencies
Kirk McKusick [Tue, 18 Jan 2000 01:30:03 +0000 (01:30 +0000)]
Need to reorganize the flushing of directory entry (pagedep) dependencies
so that they never try to lock an inode corresponding to ".." as this
can lead to deadlock. We observe that any inode with an updated link count
is always pushed into its buffer at the time of the link count change, so
we do not need to do a VOP_UPDATE, but merely find its buffer and write it.
The only time we need to get the inode itself is from the result of a
mkdir whose name will never be ".." and hence locking such an inode will
never request a lock above us in the filesystem tree. Thanks to Brian
Fundakowski Feldman for providing the test program that tickled soft updates
into hanging in "inode" sleep.

Submitted by: Brian Fundakowski Feldman <green@FreeBSD.org>

24 years agoAdd the "use -lutil" line to all functions that require it so people like
Bill Fumerola [Tue, 18 Jan 2000 01:27:47 +0000 (01:27 +0000)]
Add the "use -lutil" line to all functions that require it so people like
Dan Papsian <bugg@bugg.strangled.net> don't anger wpaul and myself with
silly linking errors.

Reviewed by: chris

24 years agoAdd the vendor/device ID for the Farallon PN9000SX gigabit ethernet
Bill Paul [Tue, 18 Jan 2000 00:26:29 +0000 (00:26 +0000)]
Add the vendor/device ID for the Farallon PN9000SX gigabit ethernet
card, which is apparently also a Tigon 2 device.

24 years agoChanged references to 3.2-stable / 3.3 to 3.4-stable /3.5
Wilko Bulte [Mon, 17 Jan 2000 23:15:44 +0000 (23:15 +0000)]
Changed references to 3.2-stable / 3.3 to 3.4-stable /3.5

24 years agoChange the mechanism by which we detect that the firmware is already
Bill Paul [Mon, 17 Jan 2000 23:14:40 +0000 (23:14 +0000)]
Change the mechanism by which we detect that the firmware is already
running. It turns out that trying to read the MAC address when there's
no firmware creates a zero length transfer. This apparently doesn't
hurt anything on a UHCI controller, but OHCI controllers generate an
IOERROR, and the device doesn't initialize.

Instead, check the bcdDevice revision code. We know this will be
different when the firmware is running, so if we detect the firmware's
code instead of the bare hardware's code, we skip the firmware load.

24 years agoFix vn_isdisk() usage to make AIO work on non-disk-files again, rather
Brian Feldman [Mon, 17 Jan 2000 21:18:39 +0000 (21:18 +0000)]
Fix vn_isdisk() usage to make AIO work on non-disk-files again, rather
than just return ENOTBLK.

PR: 16163
Submitted by: Adrian Chadd <adrian@FreeBSD.org>

24 years agoRemove un-needed #include's.
Mike Spengler [Mon, 17 Jan 2000 20:49:59 +0000 (20:49 +0000)]
Remove un-needed #include's.

Pointed out by: phk

24 years agoPull a.out.5 into the future. New binary file formats already exist
Jeroen Ruigrok van der Werven [Mon, 17 Jan 2000 20:22:37 +0000 (20:22 +0000)]
Pull a.out.5 into the future.  New binary file formats already exist
and are not compatible.  Also, add a crossreference to elf(5).

24 years agoWork around aparent bug in the .Dv macro by eliminating some spaces.
Archie Cobbs [Mon, 17 Jan 2000 20:10:39 +0000 (20:10 +0000)]
Work around aparent bug in the .Dv macro by eliminating some spaces.
The closing curly-brace in this line was being omitted somehow.

24 years agoThe correct part number for the CATC ASIC is USB-EL1210A, not
Bill Paul [Mon, 17 Jan 2000 18:49:20 +0000 (18:49 +0000)]
The correct part number for the CATC ASIC is USB-EL1210A, not
USB-EL1201A or even USB-EL1202A. Wonder what drugs I was on when
I made this mistake, and then propagated it to 6 different files.

*sigh*

24 years ago:%s:\([A-Z][A-Z]ADD\)=:\1+=:g
Brian Feldman [Mon, 17 Jan 2000 18:01:15 +0000 (18:01 +0000)]
:%s:\([A-Z][A-Z]ADD\)=:\1+=:g
Add the forgotten plus, which should unbreak the world build.

24 years agoacl_delete_default_file() changed to acl_delete_def_file()
Robert Watson [Mon, 17 Jan 2000 17:48:22 +0000 (17:48 +0000)]
acl_delete_default_file() changed to acl_delete_def_file()

24 years agoUsage of ``net'' in the device argument list is deprecated.
Jeroen Ruigrok van der Werven [Mon, 17 Jan 2000 15:41:14 +0000 (15:41 +0000)]
Usage of ``net'' in the device argument list is deprecated.

24 years agoAdd gnu/usr.bin/texinfo to the list of cross-tools.
Ruslan Ermilov [Mon, 17 Jan 2000 15:33:34 +0000 (15:33 +0000)]
Add gnu/usr.bin/texinfo to the list of cross-tools.
We need an up-to-date `makeinfo' and `install-info'
at `world' and `install' stages.

Pointed out by: bde

24 years agoChange .Os macro to an empty one to denote that the KAME files are
Jeroen Ruigrok van der Werven [Mon, 17 Jan 2000 15:24:41 +0000 (15:24 +0000)]
Change .Os macro to an empty one to denote that the KAME files are
not FreeBSD specific.

Made happy: sheldonh

24 years agoDuh! Actually remove drum.4 from the Makefile.
Jeroen Ruigrok van der Werven [Mon, 17 Jan 2000 15:13:00 +0000 (15:13 +0000)]
Duh!  Actually remove drum.4 from the Makefile.

Pointed out by: Richard Wackerbarth <rkw@dataplex.net>

24 years agoAdd manual pages for the newly added setres[ug]id system calls.
Sheldon Hearn [Mon, 17 Jan 2000 15:01:42 +0000 (15:01 +0000)]
Add manual pages for the newly added setres[ug]id system calls.

24 years agoFix usage of quotes in kerneloptions.
Jeroen Ruigrok van der Werven [Mon, 17 Jan 2000 14:55:02 +0000 (14:55 +0000)]
Fix usage of quotes in kerneloptions.

24 years agoSeperate commit from the rest due to the fact that the /& fixing in
Jeroen Ruigrok van der Werven [Mon, 17 Jan 2000 14:51:44 +0000 (14:51 +0000)]
Seperate commit from the rest due to the fact that the /& fixing in
this case also corrects the usage of quotes in options.

24 years agoFix usage of /& in conjunction with the .Cd macro.
Jeroen Ruigrok van der Werven [Mon, 17 Jan 2000 14:50:59 +0000 (14:50 +0000)]
Fix usage of /& in conjunction with the .Cd macro.

24 years agoSeperate commit from the rest due to the fact that the /& fixing in
Jeroen Ruigrok van der Werven [Mon, 17 Jan 2000 14:32:21 +0000 (14:32 +0000)]
Seperate commit from the rest due to the fact that the /& fixing in
this case also corrects the usage of quotes in a makeoptions.

24 years agoRemove ``count'' argument of the pseudo-devices that do not
Jeroen Ruigrok van der Werven [Mon, 17 Jan 2000 14:17:28 +0000 (14:17 +0000)]
Remove ``count'' argument of the pseudo-devices that do not
use it anymore.

24 years agoMake apm.4 consistent with LINT ("isa?"->"nexus?").
Mitsuru IWASAKI [Mon, 17 Jan 2000 14:13:14 +0000 (14:13 +0000)]
Make apm.4 consistent with LINT ("isa?"->"nexus?").

Submitted by: Alexander Leidinger <Alexander@Leidinger.net>

24 years agoUsage of ``tty'' is deprecated in device configuration.
Jeroen Ruigrok van der Werven [Mon, 17 Jan 2000 13:40:01 +0000 (13:40 +0000)]
Usage of ``tty'' is deprecated in device configuration.

24 years agoUsage of quotes around options is deprecated.
Jeroen Ruigrok van der Werven [Mon, 17 Jan 2000 13:37:10 +0000 (13:37 +0000)]
Usage of quotes around options is deprecated.

24 years agoAdd prototypes for [sg]etres[ug]id().
Peter Wemm [Mon, 17 Jan 2000 13:32:55 +0000 (13:32 +0000)]
Add prototypes for [sg]etres[ug]id().

24 years agoGet rid of deprecated ``net'' argument.
Jeroen Ruigrok van der Werven [Mon, 17 Jan 2000 13:24:47 +0000 (13:24 +0000)]
Get rid of deprecated ``net'' argument.

24 years agoGet rid of deprecated example usage of ``tty''.
Jeroen Ruigrok van der Werven [Mon, 17 Jan 2000 13:16:05 +0000 (13:16 +0000)]
Get rid of deprecated example usage of ``tty''.

24 years agoNuke the 'bio', as per orders from peter
Neil Blakey-Milner [Mon, 17 Jan 2000 13:15:16 +0000 (13:15 +0000)]
Nuke the 'bio', as per orders from peter

24 years agoFix grammar a bit (mostly comma related).
Jeroen Ruigrok van der Werven [Mon, 17 Jan 2000 13:03:58 +0000 (13:03 +0000)]
Fix grammar a bit (mostly comma related).

change .Os KAME to .Os FreeBSD, since the manpages as part of the
FreeBSD OS.

24 years agoRemove unnecessary includes.
Yoshihiro Takahashi [Mon, 17 Jan 2000 12:49:54 +0000 (12:49 +0000)]
Remove unnecessary includes.

24 years agoUse rman_get_bustag and rman_get_bushandle to initialize bus tag and
Yoshihiro Takahashi [Mon, 17 Jan 2000 12:38:51 +0000 (12:38 +0000)]
Use rman_get_bustag and rman_get_bushandle to initialize bus tag and
bus handle.

24 years agoUse rman_get_start instead of bus handle directly.
Yoshihiro Takahashi [Mon, 17 Jan 2000 12:38:00 +0000 (12:38 +0000)]
Use rman_get_start instead of bus handle directly.

24 years agoUse AUTHLEN for the length of authname
Brian Somers [Mon, 17 Jan 2000 12:27:29 +0000 (12:27 +0000)]
Use AUTHLEN for the length of authname

24 years agoThis commit was generated by cvs2svn to compensate for changes in r56173,
David E. O'Brien [Mon, 17 Jan 2000 12:16:41 +0000 (12:16 +0000)]
This commit was generated by cvs2svn to compensate for changes in r56173,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of the GCC 2.95.2 compilers
David E. O'Brien [Mon, 17 Jan 2000 12:16:41 +0000 (12:16 +0000)]
Virgin import of the GCC 2.95.2 compilers