csjp
a8e1dad15a
-document the fact that extattr_get_* can fail if the requested
...
attribute does not exist on the file.
-bump document date
Reviewed by: rwatson,trhodes
MFC after: 1 week
2005-02-24 00:04:45 +00:00
brueffer
e8f8b5ce4d
- move information about supported hardware into a HARDWARE section
...
- bump .Dd
MFC after: 3 days
2005-02-23 23:57:36 +00:00
trhodes
31981a764b
Xref chflags(2).
...
Note that unlink.2 can return EPERM if the immutable or append-only flags are set.
PR: 77043
2005-02-23 23:55:58 +00:00
imp
26f1ab5a10
Tweak description and add Belkin F5D5020
2005-02-23 23:55:32 +00:00
trhodes
5ce992ff2e
Add information on utilities which may or may not be aware of file flags.
...
PR: 55653
Submitted by: Tony Maher <tonymaher@optushome.com.au> (original version)
2005-02-23 23:07:45 +00:00
sam
87ad220d1b
eliminate dead code
...
Noticed by: Coverity Prevent analysis tool
2005-02-23 22:53:04 +00:00
brueffer
bec849c3e1
Sort the list of devices in the HARDWARE section. Also move the section
...
below the DESCRIPTION section for consistency with the other manpages.
MFC after: 3 days
2005-02-23 22:50:43 +00:00
sam
4d414c12b0
eliminate dead code and collapse the remainder
...
Noticed by: Coverity Prevent analysis tool
Reviewed by: rwatson
2005-02-23 22:50:19 +00:00
sam
9f549c4137
avoid potential null ptr derefs
...
Noticed by: Coverity Prevent analysis tool
2005-02-23 22:44:38 +00:00
trhodes
e9418b71b6
Add better mdoc(7) mark up, clean up wording, better describe the effects
...
of some arguments.
PR: 47705
Based on a patch submitted by: Gary W. Swearingen <swear@attbi.com>
Glanced at by: simon
2005-02-23 22:40:45 +00:00
trhodes
cc07eaae11
Update list of utilitys which are implemented externally, Xref info.1,
...
clean up some text, bump doc date.
PR: 47690
Submitted by: Gary W. Swearingen <swear@attbi.com> (original version)
2005-02-23 22:37:17 +00:00
trhodes
5e74dd0d39
Make it more obvious that cap_mkdb(1) is required to rebuild the database.
...
PR: 76981
Submitted by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
2005-02-23 22:11:59 +00:00
des
235eb699e1
If what we have is a struct sockaddr_storage * and what we want is a
...
struct sockaddr_storage *, there's no point in casting it prematurely
to a struct sockaddr *. This unbreaks WARNS=6 on sparc64.
2005-02-23 21:26:55 +00:00
ru
0b408ef0dc
Fixed warnings and bump WARNS to 6.
2005-02-23 20:59:03 +00:00
ru
327b7b9ca4
Bump WARNS to 6.
2005-02-23 20:42:47 +00:00
ru
ddd2f8152b
Simplify steps necessary to cross-install -CURRENT onto a
...
separate partition. (Take advantage of "make distribute"
installing /boot/device.hints.)
2005-02-23 20:37:11 +00:00
sam
640f80bd86
remove dead code
...
Noticed by: Coverity Prevent analysis tool
Reviewed by: silby
2005-02-23 19:34:44 +00:00
sam
1d921ea9f5
eliminate potential null deref
...
Noticed by: Coverity Prevent analysis tool
Reviewed by: jhb
2005-02-23 19:32:29 +00:00
brueffer
d8a906c24f
Reword the HARDWARE section, so it can be used in the autogenerated
...
hardware notes.
2005-02-23 19:31:12 +00:00
brueffer
b3b3045b8b
- make the hardware list look like that of other manpages
...
- fix typo
MFC after: 3 days
2005-02-23 19:23:36 +00:00
hrs
41f22d235d
Update release notes:
...
debug.mpsafevm enabled by default on alpha, amd64, and i386.
2005-02-23 18:30:57 +00:00
glebius
d94b19b89c
- remove OpenBSDisms, add FreeBSDisms
...
- comment out feature, we do not have yet: tcpdumping on pfsync,
add a BUGS section
- reference carp.4
- dereference bpf(4), tcpdump(7), hostname.if(5)
- sort references
- tell when pfsync appeared in FreeBSD
Reviewed by: mlaier
MFC after: 1 week
2005-02-23 17:37:39 +00:00
des
6b77db7044
Make WARNS=6-clean.
2005-02-23 17:13:28 +00:00
hrs
5b54fb1016
New release notes:
...
IPFIREWALL_FORWARD_EXTENDED kernel option.
2005-02-23 16:54:03 +00:00
njl
9dac197aca
Note removal of "options CPU_ENABLE_TCC"
2005-02-23 16:52:55 +00:00
njl
11d3da72d1
Also remove CPU_ENABLE_TCC from the NOTES build.
2005-02-23 16:45:55 +00:00
njl
54445f235a
Remove the old p4tcc.
2005-02-23 16:44:37 +00:00
wpaul
954c02c21f
Implement IoCancelIrp(), IoAcquireCancelSpinLock(), IoReleaseCancelSpinLock()
...
and a machine-independent though inefficient InterlockedExchange().
In Windows, InterlockedExchange() appears to be implemented in header
files via inline assembly. I would prefer using an atomic.h macro for
this, but there doesn't seem to be one that just does a plain old
atomic exchange (as opposed to compare and exchange). Also implement
IoSetCancelRoutine(), which is just a macro that uses InterlockedExchange().
Fill in IoBuildSynchronousFsdRequest(), IoBuildAsynchronousFsdRequest()
and IoBuildDeviceIoControlRequest() so that they do something useful,
and add a bunch of #defines to ntoskrnl_var.h to help make these work.
These may require some tweaks later.
2005-02-23 16:44:33 +00:00
njl
d6b7b60f58
Hook p4tcc up to the module build.
2005-02-23 16:44:06 +00:00
njl
424be44ec2
Remove CPU_ENABLE_TCC and hook the cpufreq p4tcc up to the build.
2005-02-23 16:43:44 +00:00
njl
4a038de7ac
Import a rewrite of p4tcc for the cpufreq(4) framework. This includes
...
a bugfix of clearing the On-Demand flag when going back to 100%. It
has been tested and works on an IBM R32. Note original work done by
Ted Unangst and sobomax@.
2005-02-23 16:42:56 +00:00
hrs
4a56299b7e
Update release notes:
...
SMP VFS enabled by default.
2005-02-23 16:37:22 +00:00
njl
86c03fcf17
Forced commit to note a repocopy of this file from sys/i386/i386/p4tcc.c
...
Thanks to: markm
2005-02-23 16:36:31 +00:00
hrs
34ed23600e
Update release notes:
...
add reference to carp(4) manual page.
2005-02-23 16:17:15 +00:00
ssouhlal
ec1c427a31
Replace "ipfw l", which is now deprecated, with "ipfw list".
...
Approved by: grehan (mentor)
2005-02-23 15:07:36 +00:00
le
5722d64390
Correctly calculate what to do and how to retry a request to a plex when
...
the previous one failed and there are more than one plex in the volume.
This could have led to a flood of error messages on the console and
probably a deadlock in certain situations.
2005-02-23 14:59:14 +00:00
harti
4894ce3722
Use the LST_FOREACH macro instead of the Lst_ForEach function
...
and so get rid of the ForExec helper function by inlining it
into For_Run.
2005-02-23 14:03:18 +00:00
harti
a615390781
Style: fix indent, use tabs instead of space+tab for aligning things.
...
Add a couple of comments.
2005-02-23 13:58:56 +00:00
harti
5c4987ac60
Fix the indendation of some multi-line comments.
...
Noted by: Max Okumoto <okumoto@ucsd.edu>
2005-02-23 10:20:58 +00:00
jeff
d2fecffa39
- Enable SMP VFS by default on current. More users are needed to turn up
...
any remaining bugs. Anyone inconvenienced by this can still disable it
in the loader.
Sponsored by: Isilon Systems, Inc.
2005-02-23 10:05:43 +00:00
glebius
4b4c9adb80
Manpage for CARP from .Ox, with minor modifications.
...
Obtained from: OpenBSD
2005-02-23 08:29:50 +00:00
trhodes
e3d4e765d4
Note that debug.acpi.disabled can also disable the video.
...
PR: 77693
Tested/submitted by: John Prather <jprather@axon.cdc.uci.edu>
MFC: 1 day
2005-02-23 07:23:35 +00:00
kientzle
7d5dce8695
Fix a misplaced .El
2005-02-23 06:58:09 +00:00
kientzle
5558a3650b
Don't return NULL if there's no error message;
...
return a generic text message instead.
(Someday, I'll track down all the places that
are generating errors but not recording messages. ;-/
Thanks to: Jaakko Heinonen
2005-02-23 06:57:04 +00:00
sam
9b2bcce14f
mark timestamp for pending fragments
...
Noticed by: Jeffrey D. Chung
2005-02-23 04:52:30 +00:00
trhodes
78dfa7557f
They key combinations for Left window and Right window seem reversed, fix.
...
PR: 48767
2005-02-23 04:22:17 +00:00
trhodes
12a93745bf
According to kern_poll.c, you cannot use DEVICE_POLLING with SMP. Add a
...
commen about this in every NOTES file which lists DEVICE_POLLING.
PR: 46793
MFC: 1 day
2005-02-23 04:13:11 +00:00
trhodes
1255ec392f
Fix up previous commit by adding prescott and itanium2 CPUs.
...
Submitted by: marcel
2005-02-23 03:28:14 +00:00
njl
c07d5a705d
If a register width is less than 8, assume the BIOS author thought it was
...
in units of bytes and adjust accordingly. This is found at least on the
Sony PCG-505BX.
2005-02-23 03:20:00 +00:00
trhodes
d838320b8a
Add an EXAMPLES section[1], quote Nd, and bump doc date.
...
PR: 53621 [1]
Submitted by: Faried Nawaz <fn@hungry.com> [1]
2005-02-23 02:02:38 +00:00