yar
f6108273cb
Use LOG_AUTHPRIV to hide the username attempted during an invalid login
...
from everyone but sysadmins.
PR: bin/29487
MFC after: 3 days
2003-02-11 11:58:33 +00:00
phk
41af143abe
Introduce flag field and G_PF_CANDELETE field on providers.
2003-02-11 11:55:40 +00:00
phk
3951c37153
Introduce SI_CANDELETE flag on dev_t.
2003-02-11 11:55:02 +00:00
phk
1f1f90bcdb
Switch to use the TSC code i386/i386/tsc.c
2003-02-11 11:43:58 +00:00
phk
2a777ce2e1
Switch to using the TSC code in i386/i386/tsc.c.
2003-02-11 11:43:25 +00:00
phk
47f258f8be
Remove another printf which does not say anything we didn't already know.
2003-02-11 11:02:27 +00:00
phk
89a4ec072e
Turn the "updating" flag (back) into two sequence number fields at
...
either ends of the structure so we have a way to determine if a
snapshot is consistent.
2003-02-11 11:01:26 +00:00
phk
1ce699ee2a
Remove a debugging printf.
2003-02-11 10:59:43 +00:00
tanimura
eb83846a59
s/IPSSEC/IPSEC/
2003-02-11 10:51:56 +00:00
alfred
ebf32f5a55
Fixup printf format.
2003-02-11 08:19:52 +00:00
nyan
889618ffd2
MFi386: Use DIOCGPC98 ioctl.
2003-02-11 07:32:45 +00:00
nyan
f03fd6d774
Use DIOCGPC98 ioctl to write boot block.
2003-02-11 07:29:14 +00:00
alfred
e18d5c6fff
Actually link in the attr_{set,get}stack.
2003-02-11 07:28:28 +00:00
alfred
2cadfd181f
Don't lock FILEDESC under PROC.
...
The locking here needs to be revisited, but this ought to get rid of the
LOR messages that people are complaining about for now. I imagine either
I or someone else interested with smp will eventually clear this up.
2003-02-11 07:20:52 +00:00
scottl
2f7dc73c5d
Terminate 'e' event messages with a newline.
...
PR: 33202
2003-02-11 06:36:26 +00:00
imp
7a6774448c
Don't turn off the power of cards when new drivers are added
...
unconditionally. kldloading a cardbus driver was shooting down other
attached devices because most drivers assume that one cannot
power-cycle cards w/o the driver knowning about it.
Submitted by: simokawa-san
2003-02-11 05:31:35 +00:00
jmallett
0f7ddd6268
Convert newfs to libufs (really). Solves one real issue with previous
...
version of such. Differences in filesystems generated were found to be
from 1) sbwrite with the "all" parameter 2) removal of writecache. The
sbwrite call was made to perform as the original version, and otherwise
this was checked against a version of newfs with the write cache removed.
2003-02-11 03:06:45 +00:00
ache
68e4eee3d3
Use srandomdev() for FreeBSD
2003-02-11 02:31:53 +00:00
ache
9f45192eda
Add -DHAVE_ARC4RANDOM to CFLAGS
2003-02-11 02:25:00 +00:00
ache
fdbf9035ad
Use srandomdev() for FreeBSD
2003-02-11 02:21:41 +00:00
ache
76e83c6399
There is no sense to use random random() and arc4random() in the same program.
...
Switch to arc4random() completely.
2003-02-11 02:17:11 +00:00
ache
ebb7bc4334
Add missing srand() (sranddev() for FreeBSD)
2003-02-11 02:09:05 +00:00
ache
1893511c05
Use sranddev()/srandomdev() for FreeBSD
2003-02-11 01:56:40 +00:00
grog
46b1de6b73
Get Fox Talbot's birth year right. How could anybody have expected
...
photography in the 15th century?
2003-02-11 01:42:19 +00:00
ache
652b5cc7e3
Apply man.alias to /usr/share/openssl/man too
2003-02-11 01:08:51 +00:00
ache
06feeff124
Add /usr/local/man as OPTIONAL_MANPATH
2003-02-11 01:04:53 +00:00
sanpei
4c523f362c
Regen
2003-02-11 00:16:56 +00:00
sanpei
f74d50d3e8
Add support SUNTAC U-Cable TypeD2 (DS96L)
...
PR: kern/47547
Submitted by: Kazu TAKAMUNE <takamune@mail.com>
2003-02-11 00:15:01 +00:00
kan
76b4e9c51c
When unloading dependencies make sure they are removed from all the
...
associated lists:
remove RTLD_GLOBAL objects from global objects list;
remove the parent object from dldags list of its children.
Previosly we were doing that only to the top-level object OF the DAG
being unloaded and all its dependencies were ignored, leading to
mysterious crashes later.
Submitted by: peter (partially)
2003-02-10 23:15:07 +00:00
jeff
4d663017dc
- Add a comment about a race that will happen without Giant.
2003-02-10 22:47:34 +00:00
jeff
2492221864
- Unlock the nblock after the loop in bwillwrite().
2003-02-10 22:33:59 +00:00
hsu
2f1ebf5ae1
Get cosmetic changes out of the way before I add routing table SMP locks.
2003-02-10 22:01:34 +00:00
nectar
b36647ffe0
Install the OpenSSL man pages in /usr/share/openssl/man
...
and remove the WANT_OPENSSL_MANPAGES knob.
2003-02-10 19:57:56 +00:00
gad
ba1743e91b
The regression-tests for 'make' *expect* to trigger make's warning:
...
warning: duplicate script for target "double" ignored
The regression-tests do try to hide that message, but the message does
still appear when using -j (eg: 'make -j5 buildworld'). This changes the
regression-test so the expected warning message will not be seen even
when -j is specified.
Reviewed by: jmallett ru
2003-02-10 19:56:42 +00:00
des
f91e91de52
Use pam_get_user(3) instead of pam_get_item(3) where appropriate.
2003-02-10 18:59:20 +00:00
mike
be6f69b501
Immortalize a Robert Watson quote.
2003-02-10 17:34:32 +00:00
robert
1932d78f6c
- Determine the size of buffers with sizeof() instead of using
...
plain magic numbers - one of them was apparently wrong but unharmful.
- Remove empty line.
2003-02-10 16:58:47 +00:00
bmah
acc76cb549
New release notes: GCC 3.2.2, sendmail 8.12.7.
2003-02-10 16:46:44 +00:00
gshapiro
02640cdc47
This commit was generated by cvs2svn to compensate for changes in r110647,
...
which included commits to RCS files with non-trunk default branches.
2003-02-10 16:41:06 +00:00
gshapiro
5f679456e6
Import proto.m4 fix from vendor repository. This fixes a cf building
...
bug if LOCAL_RELAY and/or MAIL_HUB are used in an mc file.
2003-02-10 16:41:06 +00:00
jeff
1564002a4b
- Enable STRICT_RESCHED until code that dynamically decides on resched
...
strictness based on the current workload is finished.
2003-02-10 14:11:23 +00:00
jeff
fbd09df3eb
- Add a new variable 'kg_runtime' that tracks the amount of time we've run.
...
- Use the ratio of kg_runtime / kg_slptime to determine our dynamic priority.
- Scale kg_runtime and kg_slptime back when the sum of the two exceeds
SCHED_SLP_RUN_MAX. This allows us to slowly forget old behavior.
- Scale back the runtime and slptime in fork so that the new process has the
same ratio but much less accumulated time. This causes new behavior to be
noticed more quickly.
2003-02-10 14:03:45 +00:00
nyan
15498f1825
Use correct spl mask.
...
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
MFC after: 1 day
2003-02-10 13:31:49 +00:00
thomas
8638b961ca
Allow inner whitespace in the right-hand side of an environment variable
...
assignment even if it is not quoted (as advertised by the man page).
This fixes a regression wrt RELENG_4 introduced in rev. 1.11.
Problem noted and patch tested by: CHOI Junho <cjh@kr.FreeBSD.org>
Reviewed by: roberto
2003-02-10 11:20:58 +00:00
alfred
6a79467bbd
Add pthread_attr_getstack() and pthread_attr_setstack().
...
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
2003-02-10 08:48:04 +00:00
alfred
e5970c99a3
Handle %%m properly in syslog format string. Previously it would expand
...
the %m into the errno and then vfprintf would expand the % and the first
character of the strerror(3) return causing possible data corruption.
2003-02-10 08:31:28 +00:00
dougb
8645f074a0
Try to fix two problems with the -I example. One is the fact that we
...
want to match a character $, not EOL. The other is that CVS helpfully
expanded my example into an actual CVS tag.
Submitted by: gad
2003-02-10 06:35:34 +00:00
kan
4ec0d56609
Install one more header file which is new with GCC 3.2.2.
2003-02-10 06:09:55 +00:00
kan
bdfd3bdba6
Merge FreeBSD modifications into gcc 3.2.2 release:
...
1.8 printf format error fixes.
2003-02-10 06:07:12 +00:00
tjr
ed08307335
Lock the proc around accessing p_siglist in ttycheckoutq() in the
...
unused wait != 0 case.
2003-02-10 06:06:46 +00:00