Ruslan Ermilov
817420dc8e
Eliminate groff(1) warnings.
2000-11-23 11:08:17 +00:00
Matthew Dillon
e0be78f6dc
Forgot to patch this file in file descriptor race fix commit
...
Submitted-by: "Danny J. Zerkel" <dzerkel@columbus.rr.com>
2000-11-23 11:05:14 +00:00
Ruslan Ermilov
700f2ee5c3
Eliminate groff(1) warnings.
...
Obtained from: NetBSD
2000-11-23 10:15:50 +00:00
Marcel Moolenaar
cc6ca9b35c
o Change the argument of linux_sigreturn to be a pointer to a
...
struct sigframe. We need more than only the signal context.
o Properly convert the signal mask when setting up the signal
frame in linux_sendsig and properly convert it back in
linux_sigreturn.
Do some cleanups and improve style while here.
2000-11-23 08:55:30 +00:00
Marcel Moolenaar
e26cc4467b
Change the argument of linux_sigreturn to be a pointer to a
...
struct sigframe.
2000-11-23 08:53:19 +00:00
Ruslan Ermilov
c3e7b38f93
Starting from groff(1) version 1.12, -msafer is now the default,
...
but index building for 13.viref requires the use of .sy request.
Repair the index building by running groff(1) in unsafe -U mode.
Requested by: bde
2000-11-23 08:51:33 +00:00
Ruslan Ermilov
7f8047281e
mdoc(7) police: misc minor fixes.
2000-11-23 08:18:10 +00:00
Jun Kuriyama
d83edf4e44
Remove extra ")".
2000-11-23 08:09:45 +00:00
Bill Paul
0b32bab160
Add a forgotten mutex_exit()/KUE_UNLOCK() to kue_init().
2000-11-23 05:58:48 +00:00
Marcel Moolenaar
466b14d758
Don't unregister the ioctl handlers before we verified we
...
can unload. Doing so leaves the linuxulator in a crippled
state (no ioctl support) when Linux binaries are run at
unload time.
While here, consistently spell ELF in capitals and perform
some minor style improvements.
ELF spelling submitted by: asmodai
2000-11-23 03:21:58 +00:00
Greg Lehey
162b57c009
Correct the pathname of the history file.
...
Reported by: Crist J . Clark <cjclark@alum.mit.edu>
2000-11-23 01:41:11 +00:00
Bruce A. Mah
9b3b2bd906
New release notes: Thread supports under Linux emulation on alpha,
...
an(4)/ancontrol(8) WEP, ng_one2many(4), softupdates bugfixes/
enhancements, OpenSSH agent/X forwarding bug fixed, ssh(1) no longer
SUID root, OpenSSL->0.9.6, binutils->2.10.1, lastlogin(1),
newfs(1) write combining (+MFC), config(8) buffer overflows fixed,
pcm(4) drivers compiled into GENERIC by default.
Other MFCs: Write combining for crash dumps.
Delete a duplicated note on mergemaster(8).
2000-11-23 01:22:59 +00:00
John Baldwin
f377b2b19e
Fix the KTR tracepoints for mtx_enter/exit/try_enter to properly order the
...
parameters for the KTR_EXTEND case.
2000-11-23 00:38:45 +00:00
Bill Paul
bade6e5e6b
Update the probe some more to deal with 16/32 bit issues. If the chip
...
is already in 32-bit mode, we need to be able to detect this and still
read the chip ID code. Detecting 32-bit mode is actually a little
tricky, since we want to avoid turning it on accidentally. The easiest
way to do it is to just try and read the PCI subsystem ID from the
bus control registers using 16-bit accesses and compare that with the
value read from PCI config space. If they match, then we know we're in
16-bit mode, otherwise we assume 32-bit mode.
2000-11-23 00:28:43 +00:00
Jordan K. Hubbard
d3ae70097d
Finish the job of conditionalizing the PC98 stuff.
2000-11-22 22:28:34 +00:00
David E. O'Brien
5e514c64f7
Remove "NODESCRYPTLINKS" it has been superseeded by "passwd_format"
...
in /etc/login.conf.
2000-11-22 20:37:40 +00:00
Archie Cobbs
7cc2023054
Add one2many subdirectory (previously forgotten).
2000-11-22 19:04:42 +00:00
Alexey Zelkin
950c15fcef
o fix a typo in copyright part: mdoc comment starts with .\", not ,\"
...
o few mdoc(7) fixes
PR: docs/13218
2000-11-22 18:00:50 +00:00
Alexey Zelkin
fd3e41837b
remove bogus Xref to lsdev(8)
...
PR: docs/13218
2000-11-22 17:57:44 +00:00
Alexey Zelkin
e867267b31
o get rid lfs mentions
...
o remove non-mdoc groff's instructions
2000-11-22 17:56:21 +00:00
Alexey Zelkin
5a4420e314
We do not support lfs. Remove it from list of remountable fs'es.
2000-11-22 17:54:56 +00:00
Alexey Zelkin
89368610f8
Use correct macro for path name
...
PR: docs/13218
2000-11-22 17:53:17 +00:00
Ruslan Ermilov
b92a189eb9
mdoc(7) police: Er macro usage cleanup.
2000-11-22 16:11:48 +00:00
Ruslan Ermilov
c23155a43a
mdoc(7) police: Er macro usage cleanup.
2000-11-22 16:02:00 +00:00
Ruslan Ermilov
b4f0f4aa81
mdoc(7) police: Er macro usage cleanup.
2000-11-22 15:55:01 +00:00
Dag-Erling Smørgrav
d41c0df8f8
Don't go haywire if the server closes the connection in the middle of a
...
multiline response (proper fix this time).
2000-11-22 14:50:46 +00:00
Dag-Erling Smørgrav
04a80993c1
Revert previous commit, it was somewhat hasty.
2000-11-22 14:44:48 +00:00
Jeroen Ruigrok van der Werven
e255a226a2
Reduce number of #ifdef nestings.
...
Submitted by: bde
2000-11-22 14:38:30 +00:00
Dag-Erling Smørgrav
1baad1a183
Don't go haywire if the server closes the connection during a multiline
...
response.
2000-11-22 14:30:28 +00:00
Ben Smithurst
8057e004aa
Add a note asking committers to update make.conf.5 when they update this.
2000-11-22 14:11:21 +00:00
Ben Smithurst
786aa69adc
Add two new manual pages to document the various options available in
...
make.conf, and the /usr/src building process.
PR: 22676
Submitted by: Mike Meyer <mwm@mired.org>
Reviewed by: nik, sheldonh
2000-11-22 14:04:26 +00:00
Ruslan Ermilov
68161b6b7d
mdoc(7) police: fixed typo.
2000-11-22 13:49:11 +00:00
Ruslan Ermilov
ea3d1f093f
mdoc(7) police: add the missing and required .Dd macro call.
2000-11-22 13:31:01 +00:00
Kris Kennaway
4f377e65c4
Create temporary files in a secure directory, instead of using multiple
...
filenames based on a single invocation of mktemp() in /tmp, which is
easily predictable after the first one.
Audited by: markm
2000-11-22 11:09:30 +00:00
Kris Kennaway
c8b46b3ee3
Use secure temporary filenames during build.
...
Audited by: markm, cracauer
2000-11-22 11:05:51 +00:00
Ruslan Ermilov
5616d3cc64
(null commit)
...
Previous commit has wrong log message. The correct one is:
mdoc(7) police: do not split author names in the AUTHORS section.
2000-11-22 09:50:40 +00:00
Ruslan Ermilov
f4d874a1db
mdoc(7) police: do not split author names in the AUTHORS section.
2000-11-22 09:35:58 +00:00
Ruslan Ermilov
725ab6287f
log
2000-11-22 09:23:54 +00:00
Ruslan Ermilov
1b7b85c4d6
mdoc(7) police: use the new feature of the An macro.
2000-11-22 08:47:35 +00:00
Ruslan Ermilov
2ba69799de
Make An macro understand two special arguments, -nosplit
...
and -split. See the mdoc.samples(7) manpage for details.
Reviewed by: sheldonh
2000-11-22 08:39:17 +00:00
Ruslan Ermilov
ae9fd6288c
mdoc(7) police: minor cleanup.
2000-11-22 08:19:15 +00:00
Jake Burkholder
553629ebc9
Protect the following with a lockmgr lock:
...
allproc
zombproc
pidhashtbl
proc.p_list
proc.p_hash
nextpid
Reviewed by: jhb
Obtained from: BSD/OS and netbsd
2000-11-22 07:42:04 +00:00
Doug Rabson
8707b6f032
Protect the bounce page list with a mutex instead of using splhigh().
2000-11-22 07:16:51 +00:00
Alfred Perlstein
a0ae47cd48
Install DELAY(9).
2000-11-22 03:44:55 +00:00
Alfred Perlstein
0b0d531efb
Document the DELAY() function.
2000-11-22 03:38:32 +00:00
David E. O'Brien
34e76f1b46
Add `password_format=md5' to the default settings. I've had this locally
...
for a while, but a recent email to -stable suggests it should be spelled
out as the documentation of "password_format" is sparse.
Also add a `des_users' entry.
Submitted by: Sean O'Connell <sean@stat.Duke.EDU>
2000-11-21 23:25:39 +00:00
Jonathan Lemon
ee85cf8bb2
Fix a logic reversal: the RFFDG flag must be unset in order to share
...
a file descriptor table. (Thanks to Alan Cox)
Clarify the fact that the changelist and eventlist can be shared.
2000-11-21 22:40:59 +00:00
Bosko Milekic
5d4050cc5d
Add description of M_WRITABLE macro and new M_RDONLY flag. Try my best to
...
conform to line break mdoc FreeBSD standards, although I am new to this.
Reviewed by: sheldonh
2000-11-21 22:29:31 +00:00
John Baldwin
0959cc6680
Ahem, fix the disclaimer portion of the copyright so it disclaim's the
...
voices in my head. You can sue the voices in Bill Paul's head all you
want.
Noticed by: jhb
2000-11-21 21:10:15 +00:00
Julian Elischer
93cded6e45
Devices that are running at splimp MUST use ng_queue_data()
...
instead of ng_send_data().
The latter could lead to running the IP stack at splimp
instead of splnet, (among other problems) (that MAY be safe
but I wouldn't count on it).
Noticed while preparing a new set of netgraph stuff.
2000-11-21 20:48:54 +00:00