| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
Notes:
svn path=/head/; revision=16349
|
| |
|
|
|
|
|
| |
changes - honest! :-)
Notes:
svn path=/head/; revision=16348
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16347
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16346
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16345
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It is called from copyin and copyout.
The new routine is conditioned on I586_CPU and I586_FAST_BCOPY, so you
need
options "I586_FAST_BCOPY"
(quotes essenstial) in your kernel config file.
Also, if you have other kernel types configured in your kernel, an
additional check to make sure it is running on a Pentium is inserted.
(It is not clear why it doesn't help on P6s, it may be just that the
Orion chipset doesn't prefetch as efficiently as Tritons and friends.)
Bruce can now hack this away. :)
Notes:
svn path=/head/; revision=16344
|
| |
|
|
|
|
|
|
|
| |
"MASTER_SITES:= ..." of defined(MASTER_SITE_OVERRIDE) case, otherwise
it would cause a recursive variable definition error when
MASTER_SITE_OVERRIDE is set and MASTER_SITES is not set.
Notes:
svn path=/head/; revision=16342
|
| |
|
|
|
|
|
|
|
|
| |
systems.
Submitted by: Ted Lemon, Matt Thomas, and others. Retrofitted for
-current by me.
Notes:
svn path=/head/; revision=16341
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16340
|
| |
|
|
|
|
|
|
|
|
| |
PR 1317.
Reviewed by: alex
Submitted by: Cove Schneider <cove@brazil.nbn.com>
Notes:
svn path=/head/; revision=16339
|
| |
|
|
|
|
|
|
| |
The usual stuff, adding missing function prototypes, argument types,
return values, etc.
Notes:
svn path=/head/; revision=16338
|
| |
|
|
|
|
|
|
|
|
| |
The usual stuff, adding missing function prototypes, argument types,
return values, etc.
This directory now compiles with no warnings with -Wall on gcc2.6.3!
Notes:
svn path=/head/; revision=16337
|
| |
|
|
|
|
|
|
|
| |
The usual stuff, adding missing function prototypes, argument types,
return values, etc. In mktemp.c, convert pid from u_int to pid_t, and
get rid of "extern int errno".
Notes:
svn path=/head/; revision=16336
|
| |
|
|
|
|
|
|
| |
The usual stuff, adding missing function prototypes, argument types,
return values, etc.
Notes:
svn path=/head/; revision=16335
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16334
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16333
|
| |
|
|
|
|
|
|
|
|
| |
speaking), go for the extra accuracy and call microtime() to get
the current time.
Pointed Out By: bde
Notes:
svn path=/head/; revision=16332
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16331
|
| |
|
|
|
|
|
| |
separate entries for sl0 and ppp0 on each device.
Notes:
svn path=/head/; revision=16330
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16329
|
| |
|
|
|
|
|
| |
get a ``generic'' kernel (``config kernel swap generic'') to compile.
Notes:
svn path=/head/; revision=16328
|
| |
|
|
|
|
|
| |
again instead of simply letting you set them and staying that way forever.
Notes:
svn path=/head/; revision=16327
|
| |
|
|
|
|
|
|
| |
for everything _but_ the multi-user case now (it was the opposite before :-).
That means adding packages with the 2.2-960511-SNAP boot floppy is busted. Feh.
Notes:
svn path=/head/; revision=16326
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16325
|
| |
|
|
|
|
|
| |
minor leaks in pmap.c. Bruce Evans made me aware of this problem.
Notes:
svn path=/head/; revision=16324
|
| |
|
|
|
|
|
| |
Reviewed by: bde
Notes:
svn path=/head/; revision=16323
|
| |
|
|
|
|
|
| |
Reviewed by: bde
Notes:
svn path=/head/; revision=16322
|
| |
|
|
|
|
|
|
|
| |
out unused code as this is still work in progress.
Reviewed by: bde
Notes:
svn path=/head/; revision=16321
|
| |
|
|
|
|
|
| |
Reviewed by: bde
Notes:
svn path=/head/; revision=16320
|
| |
|
|
|
|
|
| |
Reviewed by: Greg Ungerer <gerg@stallion.oz.au>
Notes:
svn path=/head/; revision=16319
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16318
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16317
|
| |
|
|
|
|
|
| |
now. Someday I'll add a hook to ccdconfig to do it automatically.
Notes:
svn path=/cvs2svn/branches/ERICH/; revision=16314
|
| |
|
|
|
|
|
|
|
|
|
| |
process won't possibly block before filling in the fsnode pointer (v_data)
which might be dereferenced during a sync since the vnode is put on the
mnt_vnodelist by getnewvnode.
Pointed out by Matt Day <mday@artisoft.com>
Notes:
svn path=/head/; revision=16312
|
| |
|
|
|
|
|
|
|
| |
process won't possibly block before filling in the fsnode pointer (v_data)
which might be dereferenced during a sync since the vnode is put on the
mnt_vnodelist by getnewvnode.
Notes:
svn path=/head/; revision=16311
|
| |
|
|
|
|
|
|
|
| |
other socket functions (gethostname() for one).
Reviewed by: sef
Notes:
svn path=/head/; revision=16310
|
| |
|
|
|
|
|
|
| |
fix could solve some "interesting" problems that could happen during
process rundown.
Notes:
svn path=/head/; revision=16308
|
| |
|
|
|
|
|
|
| |
VM_MAXUSER_ADDRESS. Even though they are the same, the new name
is more descriptive.
Notes:
svn path=/head/; revision=16307
|
| |
|
|
|
|
|
|
| |
Reviewed by: alex
Submitted by: jraynard
Notes:
svn path=/head/; revision=16306
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16305
|
| |
|
|
|
|
|
| |
Added my PGP key to the handbook.
Notes:
svn path=/head/; revision=16303
|
| |
|
|
|
|
|
|
|
|
|
| |
Fixed a couple of nitpick warnings, plus one that slipped through the
net earlier.
This directory now compiles without any warnings with -Wall! (Until
the next gcc upgrade...)
Notes:
svn path=/head/; revision=16302
|
| |
|
|
|
|
|
| |
Submitted-By: Joe Greco <jgreco@ns.sol.net>
Notes:
svn path=/head/; revision=16301
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16300
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16299
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16298
|
| |
|
|
|
|
|
| |
by Joerg.
Notes:
svn path=/head/; revision=16297
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16296
|
| |
|
|
|
|
|
| |
monochrome displays. Whoops! Fix.
Notes:
svn path=/head/; revision=16294
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16293
|