Ruslan Ermilov
87b6284a2d
mdoc(7) police: formatting fixes.
2001-07-06 08:10:59 +00:00
Ruslan Ermilov
53e6653d10
mdoc(7) police: cosmetics.
2001-07-06 07:38:47 +00:00
Ruslan Ermilov
88de1238eb
mdoc(7) police: fixed formatting.
2001-07-06 07:29:59 +00:00
Warner Losh
2c50132299
Cleanup some obsolete comments
2001-07-06 05:52:59 +00:00
Kazutaka YOKOTA
e67e345124
Call ttymalloc() when sysmouse is opened, rather than
...
when the driver is attached.
MFC after: 2 weeks
2001-07-06 03:24:40 +00:00
Jake Burkholder
d652b3d918
Backout mwakeup, etc.
2001-07-06 01:16:43 +00:00
Bruce A. Mah
b8c368430c
New release notes: Kernel message buffer via sysctl and dmesg(8),
...
new processor detection, better TCP memory usage, netstat(1) -z.
2001-07-05 23:56:15 +00:00
Dag-Erling Smørgrav
8cce2ebaf3
Constify the format string.
...
Submitted by: Mike Barcroft <mike@q9media.com>
Forgotten by: des
2001-07-05 22:34:11 +00:00
Bruce A. Mah
60087219de
When building an FTP area, put the CSS file for the release documentation
...
in the FTP area, not the CDROM area.
MFC after: 3 days
2001-07-05 22:14:25 +00:00
John Baldwin
52b3919d31
Make these compile again by adding proc.h include for GIANT_REQUIRED
...
that is in included vm headers.
2001-07-05 21:28:47 +00:00
Matt Jacob
8e6a12fcad
Oops- missed a CAMLOCK_2_ISP case.
2001-07-05 19:34:06 +00:00
Matt Jacob
48bd6f600e
Bracket call to vm_page_flag_set with required Giant lock/unlock.
2001-07-05 17:27:50 +00:00
Matt Jacob
45c9a36af5
Things have become cinched down more tightly about assertions for Giant.
...
This uncovered some missing spots where I trade off between isp's lock
and Giant as I enter CAM.
2001-07-05 17:14:57 +00:00
Robert Watson
a0f75161f9
o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().
...
The p_can(...) construct was a premature (and, it turns out,
awkward) abstraction. The individual calls to p_canxxx() better
reflect differences between the inter-process authorization checks,
such as differing checks based on the type of signal. This has
a side effect of improving code readability.
o Replace direct credential authorization checks in ktrace() with
invocation of p_candebug(), while maintaining the special case
check of KTR_ROOT. This allows ktrace() to "play more nicely"
with new mandatory access control schemes, as well as making its
authorization checks consistent with other "debugging class"
checks.
o Eliminate "privused" construct for p_can*() calls which allowed the
caller to determine if privilege was required for successful
evaluation of the access control check. This primitive is currently
unused, and as such, serves only to complicate the API.
Approved by: ({procfs,linprocfs} changes) des
Obtained from: TrustedBSD Project
2001-07-05 17:10:46 +00:00
Matt Jacob
0b848380bb
You cannot require Giant to be locked when you haven't acquired it yet.
2001-07-05 16:55:50 +00:00
Matt Jacob
01a0ec6ced
make it compile on alpha again
2001-07-05 16:53:49 +00:00
Ruslan Ermilov
ce9c7e7f4b
Don't override the default BINMODE.
...
Submitted by: bde
2001-07-05 15:25:05 +00:00
Hajimu UMEMOTO
4d303ab842
unbreak building kernel without option INET6
...
Reported by: markp
2001-07-05 14:42:54 +00:00
Ruslan Ermilov
df1cda58e4
mdoc(7) police: merge all fixes from non-crypto version.
2001-07-05 14:08:12 +00:00
Ruslan Ermilov
a5493c1b77
MF non-crypto: 1.13: document -u in usage.
2001-07-05 14:06:27 +00:00
Ruslan Ermilov
ac84cb970a
mdoc(7) police: moved -u down, fixed markup, removed hard sentence break.
2001-07-05 13:27:33 +00:00
Ruslan Ermilov
29baea0370
Document -u in the usage().
...
Make usage fit on a standard 80-column display.
2001-07-05 13:21:20 +00:00
Ruslan Ermilov
b09b4efb4b
mdoc(7) police: fix markup.
2001-07-05 12:37:08 +00:00
Thomas Moestl
d907e410f3
Update the dmesg man page to reflect the recent changes to dmesg.
...
Reviewed by: ru
2001-07-05 12:32:57 +00:00
Benno Rice
beefc79739
Set vendor string correctly for the Apple KeyLargo.
...
Forgotten by: benno
Spotted by: n_hibma
2001-07-05 12:04:19 +00:00
Ruslan Ermilov
1353fdc585
mdoc(7) police: fixed markup and spelling.
2001-07-05 11:45:37 +00:00
Ruslan Ermilov
a7e16a9d0a
mdoc(7) police: fixed markup and typo.
2001-07-05 11:24:26 +00:00
Ruslan Ermilov
def778b8fe
mdoc(7) police: fixed formatting.
2001-07-05 11:22:50 +00:00
Ruslan Ermilov
8fa6936ded
mdoc(7) police: removed hard sentence breaks, sorted xrefs.
2001-07-05 11:01:12 +00:00
Kris Kennaway
95897b0fae
Silence a non-constant format string warning.
...
MFC after: 1 week
2001-07-05 10:49:43 +00:00
Nick Hibma
55e6acd71b
Pull in the current version of NetBSD's ulpt.c, supporting bidirectional
...
communication with printers.
2001-07-05 10:15:37 +00:00
Nick Hibma
48405163d9
Regen.
2001-07-05 10:14:40 +00:00
Nick Hibma
e1f5734cbe
Pull in the most recent version of usb_quirks.h and propagate the necessary
...
changes to the various files.
Also, pull in most of the current usb_subr.c file.
2001-07-05 10:12:59 +00:00
Nick Hibma
b74562cf03
Make the string argument a const.
2001-07-05 10:09:22 +00:00
Kris Kennaway
013fab318c
Mark a function as __printflike() and fix a non-exploitable format string
...
warning.
MFC after: 1 week
2001-07-05 10:08:25 +00:00
Joerg Wunsch
8de9ed220e
Make open_disk() fail nicely upon encountering an ENOENT so to not
...
prematurely terminate the search for a usable disk. ENOENT is quite
normal in particulare now with the advent of devfs.
While being here, also remove /dev/wd0 and /dev/od0 from the list of
disks to search since we don't have them anymore.
MFC after: 1 week
2001-07-05 10:04:43 +00:00
Kris Kennaway
6209021ebd
Mark some functions as __printflike()
...
MFC after: 1 week
2001-07-05 09:54:59 +00:00
Kris Kennaway
a015c9348c
Mark relevant functions __printflike()/__printf0like() and silence some of
...
the non-constant format string warnings.
MFC after: 1 week
2001-07-05 09:51:09 +00:00
Ruslan Ermilov
58059593e5
mdoc(7) police: cosmetics.
2001-07-05 09:44:08 +00:00
Kris Kennaway
e871d77305
It seems to be no longer true that -O2 is required to compile this.
...
MFC after: 1 week
2001-07-05 09:37:51 +00:00
Nick Hibma
c077cffc2e
Update with NetBSD version
...
Remove duplicates
NOTE: USB_PRODUCT_SANDISK_IMAGEMATE has changed to
USB_PRODUCT_SANDISK_SDDR05A
2001-07-05 09:35:46 +00:00
Ruslan Ermilov
1fd59f79aa
mdoc(7) police:
...
Use -tag list in the FILES section to work around the bug
when .Pa font is not restored to its original value if one
of the -hang, -ohang, or -inset lists is used in the FILES
section. (The fix for the bug has just been submitted to
the GNU Groff maintainers.)
Also, fixed the Handbook reference in the SEE ALSO.
2001-07-05 09:35:20 +00:00
Kris Kennaway
a595684e1d
Mark some functions as __printflike()
...
MFC after: 1 week
2001-07-05 09:28:13 +00:00
Dima Dorfman
4c9cf96ea0
Spelling police: extention -> extension in a comment.
2001-07-05 08:52:40 +00:00
Dima Dorfman
ffb9c240d7
Spelling police: extention -> extension.
2001-07-05 08:51:08 +00:00
Ruslan Ermilov
11bccf341e
mdoc(7) police: removed hard sentence breaks, use new .Brq macro.
2001-07-05 08:22:01 +00:00
Kris Kennaway
69c828c6bc
Don't generate syslog() statements which have format string vulnerabilities.
...
MFC after: 1 week
2001-07-05 08:17:41 +00:00
Kris Kennaway
2c0643afde
Mark some functions as __printflike()
...
MFC After: 1 week
2001-07-05 08:17:06 +00:00
Ruslan Ermilov
e287e9b188
mdoc(7) police: sort xrefs.
2001-07-05 08:13:03 +00:00
Kris Kennaway
cab0fb4e48
Fix a harmless format string bogon and mark a function as __printflike().
...
There is still one instance of non-constant format string use inside that
function, but it's hard to fix.
MFC after: 1 week
2001-07-05 08:01:15 +00:00