]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoRemove DEBUG_FLAGS=-g3, which never should have been committed.
jasone [Wed, 5 Jul 2000 16:21:42 +0000 (16:21 +0000)]
Remove DEBUG_FLAGS=-g3, which never should have been committed.

24 years agoNow that the scripts in our ports support this, call the scripts
tg [Wed, 5 Jul 2000 12:40:26 +0000 (12:40 +0000)]
Now that the scripts in our ports support this, call the scripts
in ${local_startup} with the `stop' option on shutdown.

24 years agoAdd MIT copyright
des [Wed, 5 Jul 2000 12:04:31 +0000 (12:04 +0000)]
Add MIT copyright

24 years agoSync with latest KAME.
kris [Wed, 5 Jul 2000 11:12:53 +0000 (11:12 +0000)]
Sync with latest KAME.

Obtained from: KAME

24 years agoSync with latest KAME code.
kris [Wed, 5 Jul 2000 11:00:58 +0000 (11:00 +0000)]
Sync with latest KAME code.

Obtained from: KAME

24 years agoIntroduce a new option, daily_status_disks_df_flags, which specifies
sheldonh [Wed, 5 Jul 2000 10:47:01 +0000 (10:47 +0000)]
Introduce a new option, daily_status_disks_df_flags, which specifies
the command-line arguments to be used for the call to df(1) when
daily_status_disks_enable is set to YES.

The name of the new variable was chosen by the maintainer of our
periodic hierarchy, Brian Somers.

PR: 19631

24 years agoCorrect the usage printed for --exclude, which takes a globbing pattern
sheldonh [Wed, 5 Jul 2000 10:31:16 +0000 (10:31 +0000)]
Correct the usage printed for --exclude, which takes a globbing pattern
and not a file name.

PR: 19698
Reported by: Jeff Blaine <jblaine@mitre.org>

24 years agosimplify and correct name resolution in tn().
itojun [Wed, 5 Jul 2000 10:15:23 +0000 (10:15 +0000)]
simplify and correct name resolution in tn().
XXX what is the goal of af_switch()?  it seems to me it is not necessary
any more with getaddrinfo(3) fix for correct name-resolution ordering.
comments? >shin

24 years agoSync with latest KAME.
kris [Wed, 5 Jul 2000 10:14:11 +0000 (10:14 +0000)]
Sync with latest KAME.

Obtained from: KAME

24 years agoFix typo: "managment" -> "management".
sheldonh [Wed, 5 Jul 2000 10:07:30 +0000 (10:07 +0000)]
Fix typo: "managment" -> "management".

PR: 19689
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>

24 years agoSync with KAME
kris [Wed, 5 Jul 2000 09:48:43 +0000 (09:48 +0000)]
Sync with KAME

Obtained from: KAME

24 years agoSync with KAME
kris [Wed, 5 Jul 2000 09:37:52 +0000 (09:37 +0000)]
Sync with KAME

Obtained from: KAME

24 years agoSync with latest KAME code.
kris [Wed, 5 Jul 2000 09:34:10 +0000 (09:34 +0000)]
Sync with latest KAME code.

Obtained from: KAME

24 years agosync with more recent KAME tree. handles scoped IPv6 notation.
itojun [Wed, 5 Jul 2000 08:42:07 +0000 (08:42 +0000)]
sync with more recent KAME tree.  handles scoped IPv6 notation.
supports "delete" subcommand.
corrects PR 19663.

24 years agosync with more recent kame tree.
itojun [Wed, 5 Jul 2000 08:27:50 +0000 (08:27 +0000)]
sync with more recent kame tree.
- correct scoped notation separator (s/@/%/)
- include example and more references

24 years agosync with kame. more security warnings
itojun [Wed, 5 Jul 2000 08:15:05 +0000 (08:15 +0000)]
sync with kame.  more security warnings

24 years agoUse the packed attribute for the descriptor on the wire
n_hibma [Wed, 5 Jul 2000 08:11:43 +0000 (08:11 +0000)]
Use the packed attribute for the descriptor on the wire

24 years agoSupport for unsigned integer and long sysctl variables. Update the
jhb [Wed, 5 Jul 2000 07:46:41 +0000 (07:46 +0000)]
Support for unsigned integer and long sysctl variables.  Update the
SYSCTL_LONG macro to be consistent with other integer sysctl variables
and require an initial value instead of assuming 0.  Update several
sysctl variables to use the unsigned types.

PR: 15251
Submitted by: Kelly Yancey <kbyanc@posi.net>

24 years agoReplace phk's commit with code from my local tree which I happen
jkh [Wed, 5 Jul 2000 07:15:57 +0000 (07:15 +0000)]
Replace phk's commit with code from my local tree which I happen
to like better (it's commented and easier to read).

24 years agoOops! If we're deciding a command is now really dead, make *darned*
mjacob [Wed, 5 Jul 2000 06:44:17 +0000 (06:44 +0000)]
Oops! If we're deciding a command is now really dead, make *darned*
sure that it really is by issuing a ISPCTL_ABORT_CMD just on the
off chance the f/w will start it up again and, ha ha, start using
the DMA resources we gave it but are now taking away.

24 years agoClean up ISPCTL_ABORT_CMD function to not be too chatty if it succeeds,
mjacob [Wed, 5 Jul 2000 06:41:36 +0000 (06:41 +0000)]
Clean up ISPCTL_ABORT_CMD function to not be too chatty if it succeeds,
or even if it fails with INVALID_PARM (which just means that the handle
doesn't refer to an active commane).

24 years agoEnd two weeks of on and off debugging. Fix the crash on the Nth
imp [Wed, 5 Jul 2000 06:01:33 +0000 (06:01 +0000)]
End two weeks of on and off debugging.  Fix the crash on the Nth
insertion of a CF card, for random values of N > 1.  With these fixes,
I've been able to do 100 insert/remove of the cards w/o a crash with
lots of system activity going on that in the past would help trigger
the crash.

The problem:

FreeBSD creates dev_t's on the fly as they are needed and never
destroys them.  These dev_t's point to a struct disk that is used for
housekeeping on the disk.  When a device goes away, the struct disk
pointer becomes a dangling pointer.  Sometimes when the device comes
back, the pointer will point to the new struct disk (in which case the
insertion will work).  Other times it won't (especially if any length
of time has passed, since it is dependent on memory returned from
malloc).

The Fix:

There is one of these dev_t's that is always correct.  The
device for the WHOLE_DISK_SLICE is always right.  It gets set at
create_disk() time.  So, the fix is to spend a little CPU time and
lookup the WHOLE_DISK_SLICE dev_t and use the si_disk from that in
preference to the one that's in the device asking to do the I/O.  In
addition, we change the test of si_disk == NULL meaning that the dev
needed to inherit properties from the pdev to dev->si_disk !=
pdev->si_disk.  This test is a little stronger than the previous test,
but can sometimes be fooled into not inheriting.  However, the results
of this fooling are that the old values will be used, which will
generally always be the same as before.  si_drv[12] are the only
values that are copied that might pose a problem.  They tend to change
as the si_disk field would change, so it is a hole, but it is a small
hole.

One could correctly argue that one should replace much of this code
with something much much better.  I would be on the pro side of that
argument.

Reviewed by: phk (who also ported the original patch to current)
Sponsored by: Timing Solutions

24 years agosync with latest kame.
itojun [Wed, 5 Jul 2000 05:09:17 +0000 (05:09 +0000)]
sync with latest kame.
- permit numeric scopeid, be more careful about buffer size

TODO: 2nd arg type should be socklen_t for RFC2553 conformance,
but due to include file dependency it is not a easy thing to do
(netdb.h does not have socklen_t)

24 years agosync with kame.
itojun [Wed, 5 Jul 2000 05:07:23 +0000 (05:07 +0000)]
sync with kame.
- better return code.  from enami@netbsd
- do not use "class" as variable name.  C++ guy had trouble with it.

24 years agoo Enable building of libposix1e capability state utility functions and
rwatson [Wed, 5 Jul 2000 04:25:09 +0000 (04:25 +0000)]
o Enable building of libposix1e capability state utility functions and
  capability-related syscall wrappers.

Obtained from: TrustedBSD Project

24 years agoo Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated with
rwatson [Wed, 5 Jul 2000 04:20:59 +0000 (04:20 +0000)]
o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated with
  soon to be committed syscall stubs.  These calls will be used to get
  and set capability state associated with executables.

Obtained from: TrustedBSD Project

24 years agoo When calling the syscall, use &cap instead of cap. Apparently this
rwatson [Wed, 5 Jul 2000 04:08:35 +0000 (04:08 +0000)]
o When calling the syscall, use &cap instead of cap.  Apparently this
  error was introduced during the merge; fixing it corrects a (correct)
  warning about types.

Obtained from: TrustedBSD Project

24 years agoo Comment out <sys/audit.h> and <sys/mac.h> since they are not yet
rwatson [Wed, 5 Jul 2000 03:30:32 +0000 (03:30 +0000)]
o Comment out <sys/audit.h> and <sys/mac.h> since they are not yet
  committed

Obtained from: TrustedBSD Project

24 years agosync with latest kame tree. more stable, p2p advert is corrected
itojun [Wed, 5 Jul 2000 02:14:16 +0000 (02:14 +0000)]
sync with latest kame tree.  more stable, p2p advert is corrected

24 years agoadd getifaddrs(3) from bsdi. this is a magic function which lets you grab
itojun [Wed, 5 Jul 2000 02:13:17 +0000 (02:13 +0000)]
add getifaddrs(3) from bsdi.  this is a magic function which lets you grab
interface addresses in a portable manner, without headache of SIOCGIFCONF
or sysctl.  it is in bsdi/openbsd/netbsd already.
from kame tree (actually, mandatory for latest kame tree).

24 years agoadd pfkeystat. sync with kame
itojun [Wed, 5 Jul 2000 02:02:54 +0000 (02:02 +0000)]
add pfkeystat.  sync with kame

24 years agosplit net.inet6.ip6.rtexpire (and others) from net.inet.ip.*.
itojun [Wed, 5 Jul 2000 01:40:29 +0000 (01:40 +0000)]
split net.inet6.ip6.rtexpire (and others) from net.inet.ip.*.
From: Andrzej Bialecki <abial@webgiro.com>

24 years agocorrect compilation with IPSEC_IPV6FWD.
itojun [Wed, 5 Jul 2000 01:14:45 +0000 (01:14 +0000)]
correct compilation with IPSEC_IPV6FWD.
From: Ollivier Robert <roberto@keltia.freenix.fr>

24 years agoenable newpcm module building
cg [Tue, 4 Jul 2000 23:35:21 +0000 (23:35 +0000)]
enable newpcm module building

24 years agonewpcm module makefiles
cg [Tue, 4 Jul 2000 23:32:15 +0000 (23:32 +0000)]
newpcm module makefiles

once built, 'kld_load snd_driver; kldunload snd_driver' will load all sound
drivers and unload all unattached ones.  attached drivers do not yet support
unloading.

24 years agomake sure we do not write out non-printable characters in file names
assar [Tue, 4 Jul 2000 23:09:23 +0000 (23:09 +0000)]
make sure we do not write out non-printable characters in file names
and symbolic links (by default)

PR: bin/19354
Reviewed by: silence on -current

24 years agoo Update e-mail address associated with /dev/audit to reflect
rwatson [Tue, 4 Jul 2000 20:40:20 +0000 (20:40 +0000)]
o Update e-mail address associated with /dev/audit to reflect
  FreeBSD.org e-mail.
o Notice also that it's listed as "aud" not "audit" which will
  probably change in the near future with updates to the auditing
  implementation.

24 years agobe sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointer
itojun [Tue, 4 Jul 2000 18:43:32 +0000 (18:43 +0000)]
be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointer
in m_pkthdr portion.
actually, we should not change pkthdr mbuf <-> non-pkthdr mbuf.

24 years agoFix site_perl hierarchy
ache [Tue, 4 Jul 2000 18:11:41 +0000 (18:11 +0000)]
Fix site_perl hierarchy

24 years agoAdd 'device stf', 6to4(one of IPv6 over IPv4 encapsulations) interface.
sumikawa [Tue, 4 Jul 2000 17:37:21 +0000 (17:37 +0000)]
Add 'device stf', 6to4(one of IPv6 over IPv4 encapsulations) interface.

24 years agosync with latest kame tree
itojun [Tue, 4 Jul 2000 16:43:14 +0000 (16:43 +0000)]
sync with latest kame tree

24 years agosync with reality/latest kame
itojun [Tue, 4 Jul 2000 16:39:23 +0000 (16:39 +0000)]
sync with reality/latest kame

24 years agosync with recent IMPLEMENTATION note from kame.
itojun [Tue, 4 Jul 2000 16:35:31 +0000 (16:35 +0000)]
sync with recent IMPLEMENTATION note from kame.

24 years agosync with kame tree as of july00. tons of bug fixes/improvements.
itojun [Tue, 4 Jul 2000 16:35:15 +0000 (16:35 +0000)]
sync with kame tree as of july00.  tons of bug fixes/improvements.

API changes:
- additional IPv6 ioctls
- IPsec PF_KEY API was changed, it is mandatory to upgrade setkey(8).
  (also syntax change)

24 years ago- link ata.4 to {acd,ad,afd,ast}.4
roberto [Tue, 4 Jul 2000 16:32:46 +0000 (16:32 +0000)]
- link ata.4 to {acd,ad,afd,ast}.4
- add the reference to ad.4 in da.4.

MFC candidate.

Submitted by: sheldonh, mpp

24 years agomore pre-requisite for new ipv6 ioctls
itojun [Tue, 4 Jul 2000 16:26:47 +0000 (16:26 +0000)]
more pre-requisite for new ipv6 ioctls

24 years agosync with latest kame netstat. basically, more statistics
itojun [Tue, 4 Jul 2000 16:26:46 +0000 (16:26 +0000)]
sync with latest kame netstat.  basically, more statistics

24 years agosynchronize with latest kame tree.
itojun [Tue, 4 Jul 2000 16:22:05 +0000 (16:22 +0000)]
synchronize with latest kame tree.

behavior change: policy syntax was changed.  you may need to update your
setkey(8) configuration files.

24 years agoIgnore all md disks, installing on them would be particularly pointless.
phk [Tue, 4 Jul 2000 13:46:43 +0000 (13:46 +0000)]
Ignore all md disks, installing on them would be particularly pointless.

Its not fatal to find hardware we don't know.

24 years agoCorrect the text for the return value.
n_hibma [Tue, 4 Jul 2000 12:45:56 +0000 (12:45 +0000)]
Correct the text for the return value.

Submitted by: phk

24 years agoSync with sys/i386/conf/GENERIC revisions 1.258 and 1.259.
nyan [Tue, 4 Jul 2000 12:31:46 +0000 (12:31 +0000)]
Sync with sys/i386/conf/GENERIC revisions 1.258 and 1.259.

24 years agoPrevious commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk [Tue, 4 Jul 2000 11:25:35 +0000 (11:25 +0000)]
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.

Pointed out by: bde

24 years agoFix the "almost clone" semantics.
phk [Tue, 4 Jul 2000 10:06:34 +0000 (10:06 +0000)]
Fix the "almost clone" semantics.

24 years agoInsert a reference to ata.4.
roberto [Tue, 4 Jul 2000 10:01:12 +0000 (10:01 +0000)]
Insert a reference to ata.4.

Discussed with: phk

24 years agoOops, there's no ad.4.
roberto [Tue, 4 Jul 2000 09:37:06 +0000 (09:37 +0000)]
Oops, there's no ad.4.

24 years agoReplace a reference to wd(4) to ad(4).
roberto [Tue, 4 Jul 2000 09:32:11 +0000 (09:32 +0000)]
Replace a reference to wd(4) to ad(4).

Found by: phk

24 years agoReplace the PQ_*CACHE options with a single PQ_CACHESIZE option that you
jhb [Tue, 4 Jul 2000 08:55:18 +0000 (08:55 +0000)]
Replace the PQ_*CACHE options with a single PQ_CACHESIZE option that you
set equal to the number of kilobytes in your cache.  The old options are
still supported for backwards compatibility.

Submitted by: Kelly Yancey <kbyanc@posi.net>

24 years agoAllow restarting on SIGHUP when the full path was not given as argv[0].
green [Tue, 4 Jul 2000 06:43:26 +0000 (06:43 +0000)]
Allow restarting on SIGHUP when the full path was not given as argv[0].
We do have /proc/curproc/file :)

24 years agoGet userland visible flags added for snapshots to give a few days
mckusick [Tue, 4 Jul 2000 04:58:34 +0000 (04:58 +0000)]
Get userland visible flags added for snapshots to give a few days
advance preparation for them to get migrated into place so that
subsequent changes in utilities will not fail to compile for lack
of up-to-date header files in /usr/include.

24 years agoSimplify and rationalise the management of the vnode free list
mckusick [Tue, 4 Jul 2000 04:32:40 +0000 (04:32 +0000)]
Simplify and rationalise the management of the vnode free list
(preparing the code to add snapshots).

24 years agoMove the truncation code out of vn_open and into the open system call
mckusick [Tue, 4 Jul 2000 03:34:11 +0000 (03:34 +0000)]
Move the truncation code out of vn_open and into the open system call
after the acquisition of any advisory locks. This fix corrects a case
in which a process tries to open a file with a non-blocking exclusive
lock. Even if it fails to get the lock it would still truncate the
file even though its open failed. With this change, the truncation
is done only after the lock is successfully acquired.

Obtained from:  BSD/OS

24 years agoIf a buffer flush fails when trying to reclaim a vnode, it is too
mckusick [Tue, 4 Jul 2000 03:23:29 +0000 (03:23 +0000)]
If a buffer flush fails when trying to reclaim a vnode, it is too
late to save the vnode, so just toss any remaining unwritten buffers
rather than leaving them lying around to make trouble in the future.

24 years ago${BDEFLAGS}
billf [Tue, 4 Jul 2000 02:27:49 +0000 (02:27 +0000)]
${BDEFLAGS}

24 years agoA side effect of new 12160 f/w- there is only one set whether target
mjacob [Tue, 4 Jul 2000 02:06:00 +0000 (02:06 +0000)]
A side effect of new 12160 f/w- there is only one set whether target
mode enabled or not now (like the FC cards).

24 years agoroll new Qlogic 2200 firmware in place
mjacob [Tue, 4 Jul 2000 02:05:13 +0000 (02:05 +0000)]
roll new Qlogic 2200 firmware in place

24 years agoroll new Qlogic 2100 firmware in place
mjacob [Tue, 4 Jul 2000 02:04:48 +0000 (02:04 +0000)]
roll new Qlogic 2100 firmware in place

24 years agoroll new 12160.h firmware in place
mjacob [Tue, 4 Jul 2000 02:04:24 +0000 (02:04 +0000)]
roll new 12160.h firmware in place

24 years agoRemove obsolete isp_dogactive tag.
mjacob [Tue, 4 Jul 2000 01:06:42 +0000 (01:06 +0000)]
Remove obsolete isp_dogactive tag.

24 years agoFix completely stupid and idiotiuc sprintfs in isp_inline.h with
mjacob [Tue, 4 Jul 2000 01:06:23 +0000 (01:06 +0000)]
Fix completely stupid and idiotiuc sprintfs in isp_inline.h with
with the STRNCAT function.

24 years agoAdd in config_hook for catching when interrupts are safe- this allows
mjacob [Tue, 4 Jul 2000 01:05:43 +0000 (01:05 +0000)]
Add in config_hook for catching when interrupts are safe- this allows
us to not the ints are ok and also to (re)ENABLE isp interrupts. Remove
all splcam()/splx() invocates and replace them with ISP_LOCK/ISP_UNLOCK
macros.

24 years agoAdd in isp_lock/isp_unlock inlines. Add in an islocked/intsok flag
mjacob [Tue, 4 Jul 2000 01:04:35 +0000 (01:04 +0000)]
Add in isp_lock/isp_unlock inlines. Add in an islocked/intsok flag
to isp_osinfo substructure (all in prep for SMP). Define MBOX_WAIT_COMPLETE
and MBOX_NOTIFY_COMPLETE macros so that we can now (temp) use tsleep
to wait for mailbox completion. Requires us to guess whether we're
servicing an interrupt or not- will use intr_nesting_level.

Add local strncat function.

24 years agoChange delay loop in new isp_mboxcmd to the use of the new MBOX_WAIT_COMPLETE
mjacob [Tue, 4 Jul 2000 01:02:38 +0000 (01:02 +0000)]
Change delay loop in new isp_mboxcmd to the use of the new MBOX_WAIT_COMPLETE
macro. Change notification of completion of a mailbox command in isp_intr
to MBOX_NOTIFY_COMPLETE macro.

24 years agoChange startup locking. Use new isp_handle_index function
mjacob [Tue, 4 Jul 2000 01:01:15 +0000 (01:01 +0000)]
Change startup locking. Use new isp_handle_index function
for indexing off of handles to get dma maps.

24 years agoUpdate tags directive to reflect the new location of soft updates
mckusick [Tue, 4 Jul 2000 00:18:43 +0000 (00:18 +0000)]
Update tags directive to reflect the new location of soft updates
and the reorganization of the eisa directory.

24 years ago"Fix" warnings.
billf [Mon, 3 Jul 2000 22:38:19 +0000 (22:38 +0000)]
"Fix" warnings.

24 years agoremove rc and login.conf files prior to extraction of the new
roger [Mon, 3 Jul 2000 22:31:08 +0000 (22:31 +0000)]
remove rc and login.conf files prior to extraction of the new
rc and login.conf files from the /etc directory on the floppy.

This prevents the overwrite yes/no prompt from occuring in gzip.
(some PicoBSD disks use gzip and some use minigzip, so the gzip -f flag (force)
is not an option. minigzip has a different meaning for the -f flag.}

24 years ago- remove <please comment> lines
wilko [Mon, 3 Jul 2000 21:14:00 +0000 (21:14 +0000)]
- remove <please comment> lines
- add note on single CPU use on SMP boxes
- add note on kld for isp f/w
- corrected some typos

24 years agodo-nothing module that depends on all sound drivers
cg [Mon, 3 Jul 2000 21:00:44 +0000 (21:00 +0000)]
do-nothing module that depends on all sound drivers

24 years agoadd module metadata. this is a hack, sound drivers will eventually present a
cg [Mon, 3 Jul 2000 20:52:27 +0000 (20:52 +0000)]
add module metadata.  this is a hack, sound drivers will eventually present a
bus to which pcm, mixer, etc will attach.

24 years agoDelete the RSAREF=YES example from make.conf - it is not used at all.
peter [Mon, 3 Jul 2000 20:52:01 +0000 (20:52 +0000)]
Delete the RSAREF=YES example from make.conf - it is not used at all.
Add knobs for the optional crypto parts with some notes.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r62475,
obrien [Mon, 3 Jul 2000 18:44:09 +0000 (18:44 +0000)]
This commit was generated by cvs2svn to compensate for changes in r62475,
which included commits to RCS files with non-trunk default branches.

24 years agoImport Patchlevel 2 of the ISC 2.0 dhcp client.
obrien [Mon, 3 Jul 2000 18:44:09 +0000 (18:44 +0000)]
Import Patchlevel 2 of the ISC 2.0 dhcp client.

24 years agoYellow hat this way: forgot cvs add.
phk [Mon, 3 Jul 2000 17:39:24 +0000 (17:39 +0000)]
Yellow hat this way: forgot cvs add.

24 years agoPull the rug under block mode devices. they return ENXIO on open(2) now.
phk [Mon, 3 Jul 2000 13:48:37 +0000 (13:48 +0000)]
Pull the rug under block mode devices. they return ENXIO on open(2) now.

24 years agoExperiemntal ascii based device configuration mechanism.
phk [Mon, 3 Jul 2000 13:34:18 +0000 (13:34 +0000)]
Experiemntal ascii based device configuration mechanism.

This may or may not survive, decision will be made well before 5.0-R

24 years agoRemove the use of a dash in the usage, since this isn't in keeping
sheldonh [Mon, 3 Jul 2000 13:29:04 +0000 (13:29 +0000)]
Remove the use of a dash in the usage, since this isn't in keeping
with other utilities which offer similar functionality.

This change was discussed with ache, who brought in the ability to
use a dash to represent stdin in comcontrol.

24 years agoMake the two calls from kern/* into softupdates #ifdef SOFTUPDATES,
phk [Mon, 3 Jul 2000 13:26:54 +0000 (13:26 +0000)]
Make the two calls from kern/* into softupdates #ifdef SOFTUPDATES,
that is way cleaner than using the softupdates_stub stunt, which
should be killed when convenient.

Discussed with: mckusick

24 years agoInclude SOFTUPDATES in NOTES/LINT by default.
phk [Mon, 3 Jul 2000 13:24:25 +0000 (13:24 +0000)]
Include SOFTUPDATES in NOTES/LINT by default.

24 years agoAccount for packets we clean out when we disconnect.
phk [Mon, 3 Jul 2000 13:08:56 +0000 (13:08 +0000)]
Account for packets we clean out when we disconnect.

24 years agoAdd device_set_softc() which does the obvious.
phk [Mon, 3 Jul 2000 13:06:29 +0000 (13:06 +0000)]
Add device_set_softc() which does the obvious.

Not objected to by: dfr

24 years agoDescribe agrument range correctly, according to multibyte(3)
ache [Mon, 3 Jul 2000 13:03:15 +0000 (13:03 +0000)]
Describe agrument range correctly, according to multibyte(3)
Remove unneded comment

24 years agoClear the obsolete argument to the Os macro.
sheldonh [Mon, 3 Jul 2000 12:56:00 +0000 (12:56 +0000)]
Clear the obsolete argument to the Os macro.
Clear extraneous arguments to Nm.
Use Pa to mark up paths.
Use a single tagged list in the FILES section.

24 years agoFix up typo.
asmodai [Mon, 3 Jul 2000 12:34:27 +0000 (12:34 +0000)]
Fix up typo.
Add description of sshd_program variable.

Submitted by: Ashley Penney <ashp@unloved.org>,
Adrian Chadd <adrian@freebsd.org>

24 years agoFix breakage introduced by bypassing update for additional 'mod'
davidn [Mon, 3 Jul 2000 12:13:10 +0000 (12:13 +0000)]
Fix breakage introduced by bypassing update for additional 'mod'
functionality when nothing had actually changed; -d changes would
not set the 'something had changed flag'. Actually test for a
change in homedir.
PR: bin/19649

24 years agoWhat the commit log for rev 1.16 neglected to mention was that the
sheldonh [Mon, 3 Jul 2000 12:01:06 +0000 (12:01 +0000)]
What the commit log for rev 1.16 neglected to mention was that the
delta touched the Name Description (Nd).  It introduced a grammar
error and did not fix the extraneous punctuation (Nd lines are not
terminated with a period).

24 years agoExplicitly state that mountd can be made to re-read the exports file,
sheldonh [Mon, 3 Jul 2000 11:43:48 +0000 (11:43 +0000)]
Explicitly state that mountd can be made to re-read the exports file,
even though this may seem obvious to some folks.

Requested by: obrien

24 years agoAdd new man pages
peter [Mon, 3 Jul 2000 09:47:47 +0000 (09:47 +0000)]
Add new man pages

24 years agoGet this to compile in the 5.1-20000701-prerelease environment.
peter [Mon, 3 Jul 2000 09:40:52 +0000 (09:40 +0000)]
Get this to compile in the 5.1-20000701-prerelease environment.

24 years agoFix a merge glitch - put our FREEBSD_NATIVE hack back in the original
peter [Mon, 3 Jul 2000 09:38:46 +0000 (09:38 +0000)]
Fix a merge glitch - put our FREEBSD_NATIVE hack back in the original
place.  The author saw fit to reindent the code which messed this up.

24 years agoStyle police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk [Mon, 3 Jul 2000 09:35:31 +0000 (09:35 +0000)]
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:

Sanitize SYSCTL_HANDLER_ARGS so that simplistic tools can grog our
sources:

        -sysctl_vm_zone SYSCTL_HANDLER_ARGS
        +sysctl_vm_zone (SYSCTL_HANDLER_ARGS)