Ruslan Ermilov
7a547773ab
Re-enable building of Groff documentation; texinfo has just been
...
upgraded to version 4.5.
2003-05-02 00:55:52 +00:00
Ruslan Ermilov
bc0a8ef662
Update for texinfo 4.5.
2003-05-02 00:51:24 +00:00
Ruslan Ermilov
854bdcd67c
Merge texinfo 4.5 changes onto the trunk.
2003-05-02 00:50:59 +00:00
Ruslan Ermilov
1226daebc6
Use stock (FSF) version of this file.
2003-05-02 00:50:37 +00:00
Ruslan Ermilov
09ddbe20b3
This commit was generated by cvs2svn to compensate for changes in r114475,
...
which included commits to RCS files with non-trunk default branches.
2003-05-02 00:49:43 +00:00
Ruslan Ermilov
51c84d8830
This commit was generated by cvs2svn to compensate for changes in r114472,
...
which included commits to RCS files with non-trunk default branches.
2003-05-02 00:48:41 +00:00
Ruslan Ermilov
a889f1983f
Import of stripped down GNU texinfo 4.5
2003-05-02 00:48:41 +00:00
Julian Elischer
b1ac98d8b2
Move the flag that indicates an idle thread from the KSE to the thread.
...
It was always referenced via the thread anyhow.
Reviewed by: jhb (a LOOOOONG time ago)
2003-05-02 00:33:12 +00:00
David E. O'Brien
8705f13eab
Quiet warnings about copyright[].
2003-05-02 00:04:21 +00:00
David E. O'Brien
cee22cbd29
Fix signed/unsigned mix comparisons involving sizeof.
2003-05-02 00:03:10 +00:00
Ruslan Ermilov
4edd10842c
catman(1) sources now live elsewhere.
2003-05-01 23:48:11 +00:00
Ruslan Ermilov
157cd280a4
Update upgrade instructions.
2003-05-01 21:28:49 +00:00
John Baldwin
52c3844c7a
Remove Giant from the setuid(), seteuid(), setgid(), setegid(),
...
setgroups(), setreuid(), setregid(), setresuid(), and setresgid() syscalls
as well as the cred_update_thread() function.
2003-05-01 21:21:42 +00:00
Mark Murray
aaa2c2ab24
Trasmute moer "krb5" distibutions into "crypto".
2003-05-01 21:21:15 +00:00
Ruslan Ermilov
44b81f0f89
Removed all vestiges of KerberosIV.
2003-05-01 21:18:36 +00:00
John Baldwin
f618f98fff
Small style tweaks to some members of struct session and sigio to be more
...
consistent with other structures in this file.
2003-05-01 21:17:46 +00:00
John Baldwin
7d447c956b
Initialize and destroy the struct proc mutex in the proc zone's init and
...
fini routines instead of in fork() and wait(). This has the nice side
benefit that the proc lock of any process on the allproc list is always
valid and sched_lock doesn't have to be used to test against PRS_NEW
anymore.
2003-05-01 21:16:38 +00:00
Ruslan Ermilov
cbfe6d117c
Style.
2003-05-01 21:10:37 +00:00
Poul-Henning Kamp
6a543b1031
Plug some memory-leaks.
2003-05-01 21:07:08 +00:00
Ruslan Ermilov
dd2aac0249
For the time being, upgrade the whole Groff (to version 1.19),
...
but stop doing so again on the next __FreeBSD_version bump.
2003-05-01 20:41:03 +00:00
John Baldwin
e0f7366574
Restore local changes accidentally lost in the last import.
...
Reviewed by: njl
2003-05-01 20:40:03 +00:00
Ruslan Ermilov
fd2f6a9b16
Fixed the MLINKS assignment style.
2003-05-01 20:35:30 +00:00
Poul-Henning Kamp
606402511a
Remove the now obsolete geomidorname hack.
2003-05-01 20:32:24 +00:00
Tom Rhodes
a460614661
Use the .Dl macro.
...
Discussed with: mdoc(7) officer ru
2003-05-01 20:27:59 +00:00
Mark Murray
8edde085dd
De-Kerberise (KerberosIV). KerberosIV is no longer present, and
...
remote backups can still be done with Kerberos authentication using
SSH and Kerberos 5.
2003-05-01 20:09:58 +00:00
John Baldwin
659be635a4
Fix a printf warning from the recent CAM changes.
2003-05-01 19:46:21 +00:00
Poul-Henning Kamp
c8589ad169
Add a new flag, EV_CANCELED, and use it to make g_waitfor_event() return
...
EAGAIN if an event got canceled.
2003-05-01 19:43:52 +00:00
Ruslan Ermilov
eb8c9e95a5
Do not attempt to build chkey(1) and newkey(8) if NOSECURE is defined.
...
Submitted by: Marius Strobl <marius@alchemy.franken.de>
2003-05-01 19:43:01 +00:00
Ruslan Ermilov
a52672e938
Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined.
...
Submitted by: Marius Strobl <marius@alchemy.franken.de>
2003-05-01 19:38:15 +00:00
Poul-Henning Kamp
2ab31b05ba
When events on a reference is cancelled, check our doorstep first,
...
it might be an orphan.
2003-05-01 19:24:00 +00:00
Bruce A. Mah
6140afa7ab
Add SATA Promise controllers to ata(4) section.
2003-05-01 19:11:08 +00:00
Bruce A. Mah
ad80d02689
New release notes: ata(4) support for Promise SATA devices, CAM
...
supports huge devices, iir(4) update.
Other changes: Add some <replaceable></replaceable> tags where
appropriate.
2003-05-01 19:09:54 +00:00
Tom Rhodes
7b98ad3005
State the fact that the range is twice the traditional RAND_MAX.
...
Add an EXAMPLES section.
PR: 48493
Submitted by: Paul Herman <pherman@frenchfries.net> (original version)
2003-05-01 19:09:16 +00:00
Jacques Vidrine
d05090827f
Back out the `hiding' of strlcpy and strlcat. Several people
...
vocally objected to this safety belt.
2003-05-01 19:03:14 +00:00
John Baldwin
9501b60383
Catch up to reworked debugging levels in latest Intel import.
2003-05-01 18:51:43 +00:00
Tom Rhodes
b655544297
fnet(9) claims that "those interfaces supporting reception of multicast
...
datagrams have a LIST of multicast group memberships...". On -CURRENT, that
LIST is actually a TAILQ. Note that -STABLE still uses a LIST
PR: 50426
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
2003-05-01 18:34:13 +00:00
Poul-Henning Kamp
e931331eaa
Remove now unneeded special case for "geom.ctl".
2003-05-01 18:18:14 +00:00
Dag-Erling Smørgrav
234f2972e9
This commit was generated by cvs2svn to compensate for changes in r114438,
...
which included commits to RCS files with non-trunk default branches.
2003-05-01 17:16:48 +00:00
Dag-Erling Smørgrav
63303d4131
Initialize variables (perforce change #30310 )
2003-05-01 17:16:48 +00:00
Dag-Erling Smørgrav
ce0481eab7
This commit was generated by cvs2svn to compensate for changes in r114436,
...
which included commits to RCS files with non-trunk default branches.
2003-05-01 17:15:45 +00:00
Dag-Erling Smørgrav
740d6dcde7
Initialize dlh (perforce change #30312 )
2003-05-01 17:15:45 +00:00
John Baldwin
f2957f6b9a
Garbage collect unused TDF_INMSLEEP flag.
2003-05-01 17:05:24 +00:00
Dag-Erling Smørgrav
87ccef7b77
Instead of recording the Unix time in a process when it starts, record the
...
uptime. Where necessary, convert it back to Unix time by adding boottime
to it. This fixes a potential problem in the accounting code, which would
compute the elapsed time incorrectly if the Unix time was stepped during
the lifetime of the process.
2003-05-01 16:59:23 +00:00
David E. O'Brien
09a80d4867
Quiet warnings about copyright[].
2003-05-01 16:58:57 +00:00
Orion Hodson
4f3204ef22
Fix lock order reversal when opening device and chn_reset fails.
...
Submitted by: Jan-Espen Pettersen <sigsegv@leakingmemory.org>
Tested by: Georg Funk <georgfunk@web.de>
2003-05-01 16:31:21 +00:00
Warner Losh
8b3e7e90f2
xtend rc.conf variables are gone.
...
Noticed by: bde
2003-05-01 16:17:04 +00:00
David E. O'Brien
d37f19f084
Convert the i386 alloca(3) to the x86-64 ISA.
...
Alignment hack from: NetBSD
2003-05-01 16:04:38 +00:00
Dag-Erling Smørgrav
6c0510dc2f
Use C99-style varadic macros instead of the non-standard gcc syntax.
2003-05-01 15:08:55 +00:00
Bruce A. Mah
48b1a8fa2d
New release notes: ACPI-CA 20030228, groff 1.19, tzdata2003a.
2003-05-01 15:08:10 +00:00
Dag-Erling Smørgrav
d12c7b01da
Remove RCSID from files which have no other diffs to the vendor branch.
2003-05-01 15:05:43 +00:00