Marc Fonvieille
d46a60ea2e
Correct links to Handbook's pages:
...
http://www.freebsd.org/handbook/mirrors.html is not working anymore,
http://www.freebsd.org/doc/handbook/mirrors.html is the new link
MFC after: 1 week
2002-07-30 14:08:16 +00:00
Tim J. Robbins
0467aed3c9
Ignore leading semicolons on commands; required by SUSv3.
...
Obtained from: NetBSD (kleink, Aymeric Vincent)
2002-07-30 14:07:30 +00:00
Jacques Vidrine
d57327ee50
Resolve conflicts after import of OpenSSL 0.9.6e.
2002-07-30 13:58:53 +00:00
Jacques Vidrine
0f881ddd5e
This commit was generated by cvs2svn to compensate for changes in r100936,
...
which included commits to RCS files with non-trunk default branches.
2002-07-30 13:38:06 +00:00
Jacques Vidrine
4f20a5a274
Import of OpenSSL 0.9.6e.
2002-07-30 13:38:06 +00:00
Poul-Henning Kamp
599304a42f
Warning cleanup.
...
Format changes by peter
2002-07-30 13:01:25 +00:00
Jacques Vidrine
b55e3089db
This man page has not been referenced by anything for a while,
...
and is not part of the OpenSSL distribution. Remove it.
2002-07-30 12:54:03 +00:00
Jacques Vidrine
2488110620
Update to match reality (i.e. reference libcrypto headers and
...
libraries, not the no-longer-existent libdes).
2002-07-30 12:53:15 +00:00
Jacques Vidrine
018cd73f8c
Remove many obsolete files. The majority of these are simply no
...
longer included as part of the OpenSSL distribution. However, a few
we just don't need and are explicitly excluded in FREEBSD-Xlist.
2002-07-30 12:51:09 +00:00
Jacques Vidrine
b325c11869
Resolve conflicts after import of OpenSSL 0.9.6d.
2002-07-30 12:46:49 +00:00
Jacques Vidrine
c1803d7836
Import of OpenSSL 0.9.6d.
2002-07-30 12:44:15 +00:00
Jacques Vidrine
0135f0027c
This commit was generated by cvs2svn to compensate for changes in r100928,
...
which included commits to RCS files with non-trunk default branches.
2002-07-30 12:44:15 +00:00
Jacques Vidrine
c8ae058fd0
Update list of files to remove prior to import of OpenSSL 0.9.6d
2002-07-30 12:38:41 +00:00
Poul-Henning Kamp
9fbc6a330d
Fix braino in last commit.
2002-07-30 12:02:41 +00:00
Poul-Henning Kamp
17b1994bbe
Move ffs_isfreeblock() to ffs_alloc.c and make it static.
...
Sponsored by: DARPA & NAI Labs.
2002-07-30 11:54:48 +00:00
Maxim Sobolev
3c7d68acc8
Regen after usbdevs rev.1.95.
2002-07-30 11:03:50 +00:00
Maxim Sobolev
b8d95a688e
Add ID for Luwen EasyDisk USB flash memory drive.
...
PR: 41081
Submitted by: demon
MFC after: 5 days
2002-07-30 11:02:35 +00:00
Maxim Sobolev
b047aa218b
Add a quick check that device actually has sound capabilities. The problem
...
is that some cards built around fm801 chip have the same device ID, only
have radio tuner onboard, but no sound capabilities. Therefore, with such
card inserted and `device pcm' in kernel the user has a big problem, as
the fm801 driver effectively hangs the machine when trying to initialise
nonexistent ac97 codecs (it does 500 retries with 1 second interval!).
It would be better if MediaForte's engeneers were smart enough to put
different device ID into such cards, but it isn't an option.
MFC after: 2 weeks
2002-07-30 10:54:19 +00:00
Seigo Tanimura
133267776c
In endtsleep() and cv_timedwait_end(), a thread marked TDF_TIMEOUT may
...
be swapped out. Do not put such the thread directly back to the run
queue.
Spotted by: David Xu <davidx@viasoft.com.cn>
While I am here, s/PS_TIMEOUT/TDF_TIMEOUT/.
2002-07-30 10:12:11 +00:00
Jeff Roberson
c72f085d04
- Add vfs_badlock_{print,panic} support to the remaining VOP_ASSERT_*
...
macros.
2002-07-30 09:57:37 +00:00
Jeff Roberson
cf409a0a98
- Add automatic post vop debug checks. These work in both the success and
...
failure cases.
2002-07-30 08:52:00 +00:00
Jeff Roberson
1e4c7a1368
- Acknowledge recursive vnode locks in the vop_unlock specification. The
...
vnode may not be unlocked even if the operation succeeded.
2002-07-30 08:50:52 +00:00
Dag-Erling Smørgrav
68e6e4bd40
Since pam_get_authtok(3) doesn't know about our options structure, setting
...
the PAM_ECHO_PASS option on-the-fly is a NOP (though it wasn't with the
old pam_get_pass(3) code). Instead, call pam_prompt(3) directly. This
actually simplifies the code a bit.
MFC after: 3 days
2002-07-30 08:32:03 +00:00
Brian Somers
541e4966fc
Do a case insensitive comparison when comparing the ms-chap response
...
string.
2002-07-30 08:09:26 +00:00
Alan Cox
32585dd617
o In vm_object_madvise() and vm_object_page_remove() replace
...
vm_page_sleep_busy() with vm_page_sleep_if_busy(). At the same time,
increase the scope of the page queues lock. (This should significantly
reduce the locking overhead in vm_object_page_remove().)
o Apply some style fixes.
2002-07-30 07:23:04 +00:00
Warner Losh
837f5da854
Add a bunch more cards that are known to work.
...
Add a warning about the Symbol LA-4100 series of cards. You gotta
load special firmware, and the wi driver in the tree doesn't support
that yet.
2002-07-30 06:58:27 +00:00
Seigo Tanimura
9eb881f804
- Optimize wakeup() and its friends; if a thread waken up is being
...
swapped in, we do not have to ask for the scheduler thread to do
that.
- Assert that a process is not swapped out in runq functions and
swapout().
- Introduce thread_safetoswapout() for readability.
- In swapout_procs(), perform a test that may block (check of a
thread working on its vm map) first. This lets us call swapout()
with the sched_lock held, providing a better atomicity.
2002-07-30 06:54:05 +00:00
Alan Cox
bfd2867046
o Lock page queue accesses by pmap_release_free_page().
2002-07-30 06:45:39 +00:00
Jake Burkholder
61f869600d
Add definitions for statistical and high-resolution profiling. The calling
...
conventions for _mcount and __cyg_profile_func_enter are different, so
statistical profiling kernels build and link but don't actually work.
IWBNI one could tell gcc to only generate calls to the former.
Define uintfptr_t properly for userland, but not for the kernel (I hope).
2002-07-30 06:14:34 +00:00
Jake Burkholder
c465faf9d4
The data cache on UltraSPARC III is not directly mapped, so don't assert
...
that. This breaks assumptions made by some of the cache flushing code,
but UltraSPARC III has different methods for invalidating cache lines
anyway.
2002-07-30 05:48:33 +00:00
Mike Silbersack
c4441bc769
Update docs to reflect change in count of procs reserved for root
...
from 1 to 10.
PR: kern/40515
Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU>
MFC after: 1 day
2002-07-30 05:37:00 +00:00
Mike Silbersack
e3682e195b
Update docs to reflect change in count of procs reserved for root
...
from 1 to 10.
PR: kern/40515
Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU>
MFC after: 1 day
2002-07-30 05:36:34 +00:00
Bill Fenner
d3125a3e10
Routing socket messages are padded to sizeof(long), not just
...
sizeof(u_int32_t).
2002-07-30 04:49:13 +00:00
Jake Burkholder
c02a3aa562
Fix int/size_t mismatch for sysctl arguments. Try not to introduce more
...
unsorting.
Reviewed by: bde (unsorted version)
2002-07-30 04:45:14 +00:00
Bruce A. Mah
e33861a94e
New release notes: ctags(1) -T, finger(1) -4/-6 (+MFC), various sh(1)
...
built-ins (most of which were MFC-ed).
Modified release notes: hw.pci.enable_io_modes sysctl
MFCs noted: ls(1) -m/-p/-x, rm(1) -v (marked as historic), sh(1) -C,
split(1) -a.
2002-07-30 04:32:14 +00:00
Jake Burkholder
4cfeb177e8
Panic if the data cache has too many virtual colors (more than 2).
2002-07-30 04:19:07 +00:00
Peter Wemm
dfeeeca3bf
Use fchmod() to restore the tty modes.
2002-07-30 03:49:27 +00:00
Jake Burkholder
7968e6d2b2
Use _ALIGN_DATA and _ALIGN_TEXT.
2002-07-30 02:27:24 +00:00
Robert Watson
03a719dcd1
Rebuild of files generated from syscalls.master.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-07-30 02:09:24 +00:00
Robert Watson
5d37d00afc
Prototype function arguments, only with MAC-specific structures
...
replaced with void until we bring in the actual structure definitions.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-07-30 02:06:34 +00:00
Robert Watson
e35b3494da
Hook up kern_mac.c to the build.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-07-30 02:04:56 +00:00
Robert Watson
7bc8250003
Stubs for the TrustedBSD MAC system calls to permit TrustedBSD MAC
...
userland code to operate on kernel's from the main tree. Not much
in this file yet.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-07-30 02:04:05 +00:00
Tim J. Robbins
6e9c52b638
When translating and -C is specified, behave as if the complemented set was
...
in the locale collating order as required by SUSv3.
2002-07-29 23:42:00 +00:00
Alan Cox
e5f8bd9418
o Introduce vm_page_sleep_if_busy() as an eventual replacement for
...
vm_page_sleep_busy(). vm_page_sleep_if_busy() uses the page
queues lock.
2002-07-29 19:41:22 +00:00
Julian Elischer
b7f2cf173e
Remove a XXXKSE comment. the code is no longer a problem..
2002-07-29 18:47:19 +00:00
Julian Elischer
1d7b9ed2e6
Create a new thread state to describe threads that would be ready to run
...
except for the fact tha they are presently swapped out. Also add a process
flag to indicate that the process has started the struggle to swap
back in. This will be needed for the case where multiple threads
start the swapin action top a collision. Also add code to stop
a process fropm being swapped out if one of the threads in this
process is actually off running on another CPU.. that might hurt...
Submitted by: Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
2002-07-29 18:33:32 +00:00
Mike Barcroft
49545b3891
Create a new header <machine/_stdint.h> for storing MD parts of
...
<stdint.h>. Previously, parts were defined in <machine/ansi.h> and
<machine/limits.h>. This resulted in two problems:
(1) Defining macros in <machine/ansi.h> gets in the way of that
header only defining types.
(2) Defining C99 limits in <machine/limits.h> adds pollution to
<limits.h>.
2002-07-29 17:41:23 +00:00
Mike Barcroft
90007bc6e7
Don't depend on pollution in <machine/limits.h> (by way of
...
<sys/param.h>) for definition of <stdint.h> macros.
2002-07-29 17:09:21 +00:00
Bruce A. Mah
2469f41d99
New release notes: tr(1) equivalence classes (+MFC), tr(1) -C.
...
MFCs noted: Various new flags for who(1).
2002-07-29 16:01:09 +00:00
Yaroslav Tykhiy
2b7489878b
Conform to RFC 959, Appendix II, when replying
...
to a successful MKD command.
MFC after: 1 week
2002-07-29 15:54:27 +00:00