]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
22 years agoI'm not sure if that was ahd(4) who grew BOOTMFS so that it
ru [Thu, 4 Jul 2002 15:48:00 +0000 (15:48 +0000)]
I'm not sure if that was ahd(4) who grew BOOTMFS so that it
no longer fits 1.44M but...

Moved vx(4) and all miibus consumers (including miibus) out
from kern.flp to mfsroot.flp.  This leaves 9K of the free
space for kern.flp.

22 years agomdoc(7) police: a bit of tidying.
ru [Thu, 4 Jul 2002 13:22:22 +0000 (13:22 +0000)]
mdoc(7) police: a bit of tidying.

22 years agoA small cleanup.
julian [Thu, 4 Jul 2002 12:37:13 +0000 (12:37 +0000)]
A small cleanup.

22 years agoDon;t call teh thread setup routines from here..
julian [Thu, 4 Jul 2002 12:31:54 +0000 (12:31 +0000)]
Don;t call teh thread setup routines from here..
they are already called when uma calls thread_init()

22 years agoRestore copyright and RCSID.
johan [Thu, 4 Jul 2002 12:29:39 +0000 (12:29 +0000)]
Restore copyright and RCSID.
Remove duplicate $FreeBSD$, $NetBSD$.

Submitted by:   mike
Approved by:    sheldonh (mentor)

22 years agoAdd the missing dependency (gdbint.info: gdb-cfg.texi).
ru [Thu, 4 Jul 2002 11:33:59 +0000 (11:33 +0000)]
Add the missing dependency (gdbint.info: gdb-cfg.texi).
This should resume parallel builds, among other things.

22 years agoConvince lint via the standard lint-comment /* LONGLONG */ to not
markm [Thu, 4 Jul 2002 11:07:48 +0000 (11:07 +0000)]
Convince lint via the standard lint-comment /* LONGLONG */ to not
whine about our (valid) "long long" usage.

22 years agoThis header is for Solaris compatibility only (according to David
markm [Thu, 4 Jul 2002 11:05:39 +0000 (11:05 +0000)]
This header is for Solaris compatibility only (according to David
O'Brien), so add a comment to that effect to remind folks.

22 years agoFixed CLEANFILES.
ru [Thu, 4 Jul 2002 07:15:31 +0000 (07:15 +0000)]
Fixed CLEANFILES.

22 years agoUpdate another mention of <CR><CR> I missed the first time around (rev 1.2)
tjr [Thu, 4 Jul 2002 05:16:19 +0000 (05:16 +0000)]
Update another mention of <CR><CR> I missed the first time around (rev 1.2)

22 years agoRetrofit changes from i386/pmap.c rev 1.328-1.331.
peter [Thu, 4 Jul 2002 01:53:09 +0000 (01:53 +0000)]
Retrofit changes from i386/pmap.c rev 1.328-1.331.

XXX should really replace the pmap_{new,swapin,swapout,dispose}_{proc,thread}
functions with the much cleaner sparc64 versions.

22 years agoDon't free pages we never allocated..
julian [Thu, 4 Jul 2002 00:35:48 +0000 (00:35 +0000)]
Don't free pages we never allocated..

My eyes openned by: Matt

22 years agoSlight restatement of the code and remove some unused variables.
julian [Thu, 4 Jul 2002 00:04:06 +0000 (00:04 +0000)]
Slight restatement of the code and remove some unused variables.

22 years agoAllow XFree86-4 to build
obrien [Wed, 3 Jul 2002 23:35:06 +0000 (23:35 +0000)]
Allow XFree86-4 to build
by not creating paradoxical FLOAT_MODE subregs.

Tested by: se
Obtained from: http://gcc.gnu.org/ml/gcc/2002-06/msg01709.html

22 years agoNew release note: NetBSD whereis(1).
bmah [Wed, 3 Jul 2002 21:58:08 +0000 (21:58 +0000)]
New release note:  NetBSD whereis(1).

Updated release notes:  BIND 8.3.3, OpenPAM Citronella.

22 years agoIf we've given a domain name prefix as the authentication name, strip
brian [Wed, 3 Jul 2002 20:51:13 +0000 (20:51 +0000)]
If we've given a domain name prefix as the authentication name, strip
it off before passing it on to the RADIUS server for authentication.

22 years agoUpdate my email address.
archie [Wed, 3 Jul 2002 20:50:32 +0000 (20:50 +0000)]
Update my email address.

22 years agoAdd comments and slightly rearrange the thread stack assignment code
julian [Wed, 3 Jul 2002 20:47:50 +0000 (20:47 +0000)]
Add comments and slightly rearrange the thread stack assignment code
to try make it less obscure.

22 years agoRemove vestiges of old code...
julian [Wed, 3 Jul 2002 20:06:38 +0000 (20:06 +0000)]
Remove vestiges of old code...
These functions are always called on new memory so they can
not already be set up, so don't bother testing for that.
(This was left over from before we used UMA (which is cool))

22 years agoReconnect whereis
johan [Wed, 3 Jul 2002 19:23:50 +0000 (19:23 +0000)]
Reconnect whereis

Approved by:    sheldonh (mentor)

22 years agoSwitch to c version
johan [Wed, 3 Jul 2002 19:22:52 +0000 (19:22 +0000)]
Switch to c version

Approved by:    sheldonh (mentor)

22 years agocompact synopsis
johan [Wed, 3 Jul 2002 19:20:59 +0000 (19:20 +0000)]
compact synopsis
        s/program [program ...]/program .../
        s/program [...]/program .../

Approved by:    sheldonh (mentor)

22 years agoRemove -p flag.
johan [Wed, 3 Jul 2002 19:19:54 +0000 (19:19 +0000)]
Remove -p flag.
OpenBSD's implementation lacks -p, and we don't want to
support the option now, only to lose it if/when we later
switch to OpenBSD's implementation.
This functionality is provided by which(1).

Approved by:    sheldonh (mentor)

22 years agoAdd __FBSDID.
johan [Wed, 3 Jul 2002 19:17:59 +0000 (19:17 +0000)]
Add __FBSDID.
Remove __COPYRIGHT, __RCSID which caused an assembler warning.

Approved by:    sheldonh (mentor)

22 years ago o Make the reservation of KVA space for kernel map entries a function
alc [Wed, 3 Jul 2002 19:16:37 +0000 (19:16 +0000)]
 o Make the reservation of KVA space for kernel map entries a function
   of the KVA space's size in addition to the amount of physical memory
   and reduce it by a factor of two.

Under the old formula, our reservation amounted to one kernel map entry
per virtual page in the KVA space on a 4GB i386.

22 years agoChange to NetBSDs version of whereis.
johan [Wed, 3 Jul 2002 19:16:31 +0000 (19:16 +0000)]
Change to NetBSDs version of whereis.

Approved by:    sheldonh (mentor)
Obtained from:  NetBSD

22 years agoDisconnect whereis while importing version from NetBSD
johan [Wed, 3 Jul 2002 19:05:15 +0000 (19:05 +0000)]
Disconnect whereis while importing version from NetBSD

Approved by:  sheldonh (mentor)

22 years agoFix a typo: s/und/and/
trhodes [Wed, 3 Jul 2002 18:04:10 +0000 (18:04 +0000)]
Fix a typo: s/und/and/

Not Reviewed by: re@

22 years agoApply __FBSDID(); fix local variable(names) that stomp on global
markm [Wed, 3 Jul 2002 16:43:11 +0000 (16:43 +0000)]
Apply __FBSDID(); fix local variable(names) that stomp on global
definitions; fix some const strings; fix some signedness issues.

22 years agoApply __FBSDID(), ISOfy, fix easy warning.
markm [Wed, 3 Jul 2002 16:38:04 +0000 (16:38 +0000)]
Apply __FBSDID(), ISOfy, fix easy warning.

22 years agoFix some low-hanging lint-fruit: endianness and staticness warnings.
markm [Wed, 3 Jul 2002 16:35:20 +0000 (16:35 +0000)]
Fix some low-hanging lint-fruit: endianness and staticness warnings.

22 years agoMake it possible (again) to build and install shared library only.
ru [Wed, 3 Jul 2002 16:22:43 +0000 (16:22 +0000)]
Make it possible (again) to build and install shared library only.
One needs to define SHLIB_NAME for this to work.

Prodded by: mi

22 years agoMove appropriate information out of `DESCRIPTION' and into `SECURITY
chris [Wed, 3 Jul 2002 15:31:47 +0000 (15:31 +0000)]
Move appropriate information out of `DESCRIPTION' and into `SECURITY
CONSIDERATIONS'.

Sponsored by: DARPA, NAI Labs

22 years agoC rewrite of kbdmap/vidfont.
markm [Wed, 3 Jul 2002 14:56:08 +0000 (14:56 +0000)]
C rewrite of kbdmap/vidfont.

Submitted by: Jonathan Belson <jon@witchspace.com>
OK'ed by: wosch (Perl code maintainer)

22 years agoNote that two carriage returns aren't required after entering the
tjr [Wed, 3 Jul 2002 14:42:53 +0000 (14:42 +0000)]
Note that two carriage returns aren't required after entering the
initial setup anymore (since process.c rev. 1.25). Add $FreeBSD$.

MFC after: 2 weeks

22 years agoWhitespace diffs only; this brings this file into the same whitespace
markm [Wed, 3 Jul 2002 14:42:39 +0000 (14:42 +0000)]
Whitespace diffs only; this brings this file into the same whitespace
convention as src/lib/csu/*/crt1.c.

This will make the follow up diffs easier to see and extract.

22 years agoAvoid checking whether each line is the last line of the file when we don't
tjr [Wed, 3 Jul 2002 14:38:27 +0000 (14:38 +0000)]
Avoid checking whether each line is the last line of the file when we don't
need to know. Instead, check when we are trying to match a "$" address.
This does not change the way sed processes regular files, but makes it behave
more sensibly when used interactively.

PR: 40101
MFC after: 2 weeks

22 years agoDon't let the pattern space become null if the `x' command is used when the
tjr [Wed, 3 Jul 2002 14:32:43 +0000 (14:32 +0000)]
Don't let the pattern space become null if the `x' command is used when the
hold space is null; some functions assume it's never null.

MFC after: 3 days

22 years agoGive k5admin a manpage.
markm [Wed, 3 Jul 2002 14:31:52 +0000 (14:31 +0000)]
Give k5admin a manpage.

22 years agoFix another POLA breakage in a new tar: in diff mode presence of file
sobomax [Wed, 3 Jul 2002 13:01:40 +0000 (13:01 +0000)]
Fix another POLA breakage in a new tar: in diff mode presence of file
in the archive, but its absence in the file system should be reported
as difference, not as error.

Reported by: bde

22 years agoWhen we are extracting directory with --unlink option and the directory
sobomax [Wed, 3 Jul 2002 12:44:31 +0000 (12:44 +0000)]
When we are extracting directory with --unlink option and the directory
already exists don't spew bogus "Cannot unlink" error and exit with
non-zero code.

Reported by: bde

22 years agoMoved checkdpadd target to where it logically belongs.
ru [Wed, 3 Jul 2002 12:44:06 +0000 (12:44 +0000)]
Moved checkdpadd target to where it logically belongs.

22 years agoTry really hard to fix parallel installs. Add a bunch of .ORDER
ru [Wed, 3 Jul 2002 12:28:03 +0000 (12:28 +0000)]
Try really hard to fix parallel installs.  Add a bunch of .ORDER
directives to ensure that all realinstall sub-tasks are executed
after beforeinstall, similarly ensure that all afterinstall sub-
tasks are executed after realinstall.  Demonstration:

all: task1 task2
.ORDER: task1 task2

task2: task2_subtask
.ORDER: task1 task2_subtask

task1 task2 task2_subtask:
@sleep `jot -r 1 0 1.0`
@echo ${.TARGET}

Without the second .ORDER directive, task2_subtask can be run in
parallel with task1.

Spotted by: Andrea Campi <andrea@webcom.it>

22 years agomdoc(7) police: added missing markup bits, lowercased argument names.
ru [Wed, 3 Jul 2002 12:24:11 +0000 (12:24 +0000)]
mdoc(7) police: added missing markup bits, lowercased argument names.

22 years agoRemove trailing whitespaces.
maxim [Wed, 3 Jul 2002 11:04:17 +0000 (11:04 +0000)]
Remove trailing whitespaces.

Approved by: luigi

22 years agoo Strict interface names comparison. The old code assumed "fxp1" == "fxp11".
maxim [Wed, 3 Jul 2002 11:00:55 +0000 (11:00 +0000)]
o Strict interface names comparison. The old code assumed "fxp1" == "fxp11".
o Use an appropriate constant for interface name buffer.

Reviewed by: luigi
Approved by: luigi
MFC after: 1 month

22 years agoMove vfs_rootmountalloc() in vfs_mount.c and remove lite2_vfs_mountroot()
mux [Wed, 3 Jul 2002 09:27:24 +0000 (09:27 +0000)]
Move vfs_rootmountalloc() in vfs_mount.c and remove lite2_vfs_mountroot()
which was #if 0'd and is not likely to be used now.

22 years agoTry clean up some of the mess that resulted from layers and layers
julian [Wed, 3 Jul 2002 09:15:20 +0000 (09:15 +0000)]
Try clean up some of the mess that resulted from layers and layers
of p4 merges from -current as things started getting different.

Corroborated by: Similar patches just mailed by BDE.

22 years agoRemove an unused argument in vfs_mountroot().
mux [Wed, 3 Jul 2002 08:52:37 +0000 (08:52 +0000)]
Remove an unused argument in vfs_mountroot().

22 years agoCorrect a call to fcntl(F_SETFD) to use `FD_CLOEXEC' instead of `1'.
chris [Wed, 3 Jul 2002 08:15:55 +0000 (08:15 +0000)]
Correct a call to fcntl(F_SETFD) to use `FD_CLOEXEC' instead of `1'.

22 years agoAdd a SECURITY CONSIDERATIONS example: make note that access to open
chris [Wed, 3 Jul 2002 08:13:25 +0000 (08:13 +0000)]
Add a SECURITY CONSIDERATIONS example: make note that access to open
file descriptors does not change upon dropping privilege, and include
a likely case of `setuid(non_superuser); exec(...);'.

Sponsored by: DARPA, NAI Labs
Obtained from: TrustedBSD Project

22 years agofixed typo.
suz [Wed, 3 Jul 2002 06:48:12 +0000 (06:48 +0000)]
fixed typo.

obtained from: KAME
MFC after: 3 days

22 years agoAdd missing kernal tunables to loader.conf.
mini [Wed, 3 Jul 2002 06:42:43 +0000 (06:42 +0000)]
Add missing kernal tunables to loader.conf.

PR: i386/39085
Submitted by: David Yeske <dyeske@yahoo.com>

22 years agoFix off-by-one error.
mini [Wed, 3 Jul 2002 06:28:04 +0000 (06:28 +0000)]
Fix off-by-one error.

PR: misc/40104
Submitted by: Neal Fachan <neal@isilon.com>
MFC after: 3 days

22 years agoNo need to explicitly set NOMAN here.
ru [Wed, 3 Jul 2002 06:25:28 +0000 (06:25 +0000)]
No need to explicitly set NOMAN here.

Reviewed by: jmallett

22 years agoWhite space commit.
julian [Wed, 3 Jul 2002 06:15:26 +0000 (06:15 +0000)]
White space commit.
I'm working on this file but I wanted to make the whitespece commit
separatly.

22 years agoApproved by: imp@freebsd.org
julian [Wed, 3 Jul 2002 04:23:38 +0000 (04:23 +0000)]
Approved by: imp@freebsd.org

22 years agoHold the sched lock across call to forward_signal() in tdsignal() to
gallatin [Wed, 3 Jul 2002 02:55:48 +0000 (02:55 +0000)]
Hold the sched lock across call to forward_signal() in tdsignal() to
keep SMP systems from panic'ing when ^C'ing an app

suggested by julian

22 years agoAdd mtx_ prefixes to the fields used for mutex profiling, and fix a bug
des [Wed, 3 Jul 2002 01:50:27 +0000 (01:50 +0000)]
Add mtx_ prefixes to the fields used for mutex profiling, and fix a bug
where the profiling code would report the release point instead of the
acquisition point.

Requested by: bde

22 years agoAdd the "java" category.
des [Wed, 3 Jul 2002 00:35:09 +0000 (00:35 +0000)]
Add the "java" category.

22 years agoActually use the fini callback.
jeff [Wed, 3 Jul 2002 00:30:51 +0000 (00:30 +0000)]
Actually use the fini callback.

Pointy hat to: me :-(
Noticed By: Julian

22 years ago - Don't enable OpenSSH's OPIE support, since we let PAM handle OPIE.
des [Wed, 3 Jul 2002 00:12:09 +0000 (00:12 +0000)]
 - Don't enable OpenSSH's OPIE support, since we let PAM handle OPIE.

 - We don't have setutent(3) etc., and I have no idea why configure ever
   thought we did.

22 years agoMake sure to reset transflag back to zero upon succesfully using sendfile()
dan [Wed, 3 Jul 2002 00:12:00 +0000 (00:12 +0000)]
Make sure to reset transflag back to zero upon succesfully using sendfile()
to transfer a file.

PR: 39362
Submitted by: TANAKA Hiroyuki <kattyo@abk.nu>
MFC after: 1 week

22 years agoTwo FreeBSD-specific nits in comments:
des [Wed, 3 Jul 2002 00:08:19 +0000 (00:08 +0000)]
Two FreeBSD-specific nits in comments:
 - ChallengeResponseAuthentication controls PAM, not S/Key
 - We don't honor PAMAuthenticationViaKbdInt, because the code path it
   controls doesn't make sense for us, so don't mention it.

Sponsored by: DARPA, NAI Labs

22 years agoFix grammar in 1 sentence
trhodes [Tue, 2 Jul 2002 21:13:15 +0000 (21:13 +0000)]
Fix grammar in 1 sentence
Reword 'Usually faster in most cases' to 'and is faster in most cases'

PR: 40024 (partly)

22 years agoDiff-reduce with 4-stable: 4.x has a compat4x package.
jhb [Tue, 2 Jul 2002 21:07:25 +0000 (21:07 +0000)]
Diff-reduce with 4-stable: 4.x has a compat4x package.

22 years agoFix typo (SIGEV_EVENT -> SIGEV_KEVENT).
mp [Tue, 2 Jul 2002 21:05:08 +0000 (21:05 +0000)]
Fix typo (SIGEV_EVENT -> SIGEV_KEVENT).

22 years agoGXP ATA drives also supports TQ
trhodes [Tue, 2 Jul 2002 20:23:43 +0000 (20:23 +0000)]
GXP ATA drives also supports TQ

22 years agoCall the 4.x snap server "releng4.freebsd.org" instead of
jhb [Tue, 2 Jul 2002 20:19:59 +0000 (20:19 +0000)]
Call the 4.x snap server "releng4.freebsd.org" instead of
"stable.freebsd.org" to be the same as 4-stable.

22 years agoAlpha does indeed have a COMPAT4X distribution on current. 4-stable
jhb [Tue, 2 Jul 2002 20:03:55 +0000 (20:03 +0000)]
Alpha does indeed have a COMPAT4X distribution on current.  4-stable
already has this correct.

22 years agoAdd lge(4) to the list of drivers. It was present in 4-stable but not in
jhb [Tue, 2 Jul 2002 19:56:26 +0000 (19:56 +0000)]
Add lge(4) to the list of drivers.  It was present in 4-stable but not in
-current.

22 years agoFix type-o in last commit in preparation for MFC.
dillon [Tue, 2 Jul 2002 19:06:33 +0000 (19:06 +0000)]
Fix type-o in last commit in preparation for MFC.

22 years agoI didn't pay enough attention when copy/pasting disclaimers.
mux [Tue, 2 Jul 2002 18:33:32 +0000 (18:33 +0000)]
I didn't pay enough attention when copy/pasting disclaimers.
The disclaimer in vfs_conf.c was slightly different.  Fix this.

22 years agoMinor spelling and grammar fixes in the atacontrol(8) manual page.
trhodes [Tue, 2 Jul 2002 18:00:20 +0000 (18:00 +0000)]
Minor spelling and grammar fixes in the atacontrol(8) manual page.

PR: 39393

22 years agoMove every code related to mount(2) in a new file, vfs_mount.c.
mux [Tue, 2 Jul 2002 17:09:22 +0000 (17:09 +0000)]
Move every code related to mount(2) in a new file, vfs_mount.c.
The file vfs_conf.c which was dealing with root mounting has
been repo-copied into vfs_mount.c to preserve history.
This makes nmount related development easier, and help reducing
the size of vfs_syscalls.c, which is still an enormous file.

Reviewed by: rwatson
Repo-copy by: peter

22 years agocheck in the version if this that compiles, not the one that doesn't
julian [Tue, 2 Jul 2002 16:57:53 +0000 (16:57 +0000)]
check in the version if this that compiles, not the one that doesn't

22 years agoMake some more debugging code go away when debugging is not turned on.
julian [Tue, 2 Jul 2002 16:37:56 +0000 (16:37 +0000)]
Make some more debugging code go away when debugging is not turned on.

22 years ago's/rather then/rather than/'
johan [Tue, 2 Jul 2002 14:33:52 +0000 (14:33 +0000)]
's/rather then/rather than/'

PR:           38096
Submitted by: Chris Pepper <pepper@rockefeller.edu>

While I'm here correct some typos pointed out by ispell.

Approved by:  sheldonh (mentor)
MFC after:    1 week

22 years agoVersion bump for mm_answer_pam_respond() fix.
des [Tue, 2 Jul 2002 13:07:37 +0000 (13:07 +0000)]
Version bump for mm_answer_pam_respond() fix.

22 years agoFix a braino in mm_answer_pam_respond() which would cause sshd to abort if
des [Tue, 2 Jul 2002 13:07:17 +0000 (13:07 +0000)]
Fix a braino in mm_answer_pam_respond() which would cause sshd to abort if
PAM authentication failed due to an incorrect response.

22 years agoReimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.
ru [Tue, 2 Jul 2002 12:37:09 +0000 (12:37 +0000)]
Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.

Provided the (previously missing) dependency on source files
for intermediate .msg files.

Provided the default for NLSSRCDIR (defaults to .CURDIR).

Slightly changed the API: NLS should now list plain locale
names, without the .msg suffix.

When included from bsd.prog.mk, NLSNAME defaults to PROG.

22 years agoHandle installation of hard and symbolic links via a seperate .mk file.
ru [Tue, 2 Jul 2002 12:16:54 +0000 (12:16 +0000)]
Handle installation of hard and symbolic links via a seperate .mk file.

22 years agoCope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attach
ume [Tue, 2 Jul 2002 11:11:17 +0000 (11:11 +0000)]
Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attach
scope identifier).

MFC after: 3 weeks

22 years agoCope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attach
ume [Tue, 2 Jul 2002 11:09:02 +0000 (11:09 +0000)]
Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attach
scope identifier).

Approved by: des
MFC after: 3 weeks

22 years agoMake NI_WITHSCOPEID a default (always on), to synchronize
ume [Tue, 2 Jul 2002 11:05:31 +0000 (11:05 +0000)]
Make NI_WITHSCOPEID a default (always on), to synchronize
with recent 2553bis.

Obtained from: KAME
MFC after: 3 weeks

22 years agoLP64 cleanup: don't cast pointer to int.
naddy [Tue, 2 Jul 2002 10:51:09 +0000 (10:51 +0000)]
LP64 cleanup: don't cast pointer to int.

22 years agoCheck retifma for NULL before using it.
mini [Tue, 2 Jul 2002 08:23:00 +0000 (08:23 +0000)]
Check retifma for NULL before using it.

PR: kern/9391
Submitted by: Assar Westerlund <assar@sics.se>
MFC after: 3 days

22 years agoAdd -g option, which restricts printing of the gecos fields to just the user's
mini [Tue, 2 Jul 2002 08:00:20 +0000 (08:00 +0000)]
Add -g option, which restricts printing of the gecos fields to just the user's
real name.

PR: bin/39462
Submitted by: Mike Makonnen <makonnen@pacbell.net>
Obtained from: NetBSD
MFC after: 1 week

22 years agoWhen going back to SLEEP state, make sure our
julian [Tue, 2 Jul 2002 05:40:51 +0000 (05:40 +0000)]
When going back to SLEEP state, make sure our
State is correctly marked so.

22 years agoFix failure to correctly transition back to sleep mode.
julian [Tue, 2 Jul 2002 05:33:46 +0000 (05:33 +0000)]
Fix failure to correctly transition back to sleep mode.

22 years agoMake interrupt driven EC transaction optional.
takawata [Tue, 2 Jul 2002 03:38:07 +0000 (03:38 +0000)]
Make interrupt driven EC transaction optional.

22 years agoRemove the backup-versions ("x*") of various lpc commands that were
gad [Tue, 2 Jul 2002 02:48:21 +0000 (02:48 +0000)]
Remove the backup-versions ("x*") of various lpc commands that were
recently rewritten.  No one in -current has reported any problems with
the newer versions.

MFC after: 3 weeks

22 years agoClarify version 1.68 to more accurately describe the intent of the change to
imp [Tue, 2 Jul 2002 01:39:35 +0000 (01:39 +0000)]
Clarify version 1.68 to more accurately describe the intent of the change to
try to avoid ambiguous cases in the future.

Wording approved by: julian (early draft), grog, rwatson, wes and maybe other
members of core I'm forgetting.

22 years agoFix a couple of minor nits that prevented this from compiling.
deischen [Tue, 2 Jul 2002 01:26:16 +0000 (01:26 +0000)]
Fix a couple of minor nits that prevented this from compiling.

Pointed out by: julian

22 years agoFix a tyop
brian [Tue, 2 Jul 2002 01:03:10 +0000 (01:03 +0000)]
Fix a tyop

22 years agoDon't trust the MPPE key lengths passed back from the RADIUS server.
brian [Tue, 2 Jul 2002 00:47:24 +0000 (00:47 +0000)]
Don't trust the MPPE key lengths passed back from the RADIUS server.
Instead, use the correct values based on the number of bits actually
negotiated.

Spotted by: Sergey Korolew <ds@rt.balakovo.ru>

22 years agoRemove some misleading/wrong diagnostics
brian [Tue, 2 Jul 2002 00:12:24 +0000 (00:12 +0000)]
Remove some misleading/wrong diagnostics

22 years ago#include <sys/ktrace.h> would be useful too. (for ktrace_mtx)
peter [Mon, 1 Jul 2002 23:18:08 +0000 (23:18 +0000)]
#include <sys/ktrace.h> would be useful too.  (for ktrace_mtx)

22 years agoDocument what splnet and splimp are in FreeBSD
imp [Mon, 1 Jul 2002 22:08:43 +0000 (22:08 +0000)]
Document what splnet and splimp are in FreeBSD

22 years agoMove creation of password databases before starting daemons,
luigi [Mon, 1 Jul 2002 21:30:39 +0000 (21:30 +0000)]
Move creation of password databases before starting daemons,
otherwise the latter might fail because userids are not found.