]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
17 years agoMake "dump /filesystem" (without options) work.
Ruslan Ermilov [Thu, 12 Oct 2006 20:22:31 +0000 (20:22 +0000)]
Make "dump /filesystem" (without options) work.

PR: docs/84408
MFC after: 3 days

17 years agoDon't build the libgcc with functions already included in the libc to
Olivier Houchard [Thu, 12 Oct 2006 16:43:15 +0000 (16:43 +0000)]
Don't build the libgcc with functions already included in the libc to
unbreak the build.
We'll switch back to the libgcc functions and get rid of the libsoftfloat
later.

17 years agoipmi_polled_enqueue_request() is already called with the lock held, just
John Baldwin [Thu, 12 Oct 2006 16:26:42 +0000 (16:26 +0000)]
ipmi_polled_enqueue_request() is already called with the lock held, just
assert it rather than recursing.

Reported by: mjacob
Pointy hat: jhb
MFC after: 3 days

17 years agoRemove a debugging statement from the previous commit.
Hartmut Brandt [Thu, 12 Oct 2006 15:44:51 +0000 (15:44 +0000)]
Remove a debugging statement from the previous commit.

17 years ago- Fix support for ASUS U5F laptop. This laptop (and possibly others)
Ariff Abdullah [Thu, 12 Oct 2006 15:37:43 +0000 (15:37 +0000)]
- Fix support for ASUS U5F laptop. This laptop (and possibly others)
  need a special inverted EAPD quirk.
- Add "eapdinv" config for future testing purposes.

Tested by: Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru>
           #freebsd-azalia @ irc.freenode.net

17 years agoDon't free the buffer with the sysctl value before printing it.
Hartmut Brandt [Thu, 12 Oct 2006 15:31:23 +0000 (15:31 +0000)]
Don't free the buffer with the sysctl value before printing it.

17 years agoDon't say "rightmost" when referring to the least significant bit.
Ruslan Ermilov [Thu, 12 Oct 2006 15:08:41 +0000 (15:08 +0000)]
Don't say "rightmost" when referring to the least significant bit.

PR: docs/94803
MFC after: 3 days

17 years agoThe pam_unix module also provides password management.
Ruslan Ermilov [Thu, 12 Oct 2006 15:00:17 +0000 (15:00 +0000)]
The pam_unix module also provides password management.

PR: docs/93491
Submitted by: Lior Kadosh
MFC after: 3 days

17 years agoMention the -L option of dump(8) that can neutralize negative
Ruslan Ermilov [Thu, 12 Oct 2006 14:47:20 +0000 (14:47 +0000)]
Mention the -L option of dump(8) that can neutralize negative
effects of restoring dumps of live file systems.

PR: docs/91297

17 years agoMore accurately document the implementation details of internal storage.
Ruslan Ermilov [Thu, 12 Oct 2006 14:31:17 +0000 (14:31 +0000)]
More accurately document the implementation details of internal storage.

PR: docs/82508

17 years agoLink select(2) to FD_CLR(3), FD_ISSET(3), FD_SET(3), and FD_ZERO(3).
Ruslan Ermilov [Thu, 12 Oct 2006 13:46:33 +0000 (13:46 +0000)]
Link select(2) to FD_CLR(3), FD_ISSET(3), FD_SET(3), and FD_ZERO(3).

PR: docs/57974
MFC after: 3 days

17 years agoDocument S_IRWXU and permission bits for group/other.
Ruslan Ermilov [Thu, 12 Oct 2006 13:35:07 +0000 (13:35 +0000)]
Document S_IRWXU and permission bits for group/other.

PR: docs/57153
MFC after: 3 days

17 years agoFix manpage's SYNOPSIS and program's usage().
Ruslan Ermilov [Thu, 12 Oct 2006 13:01:34 +0000 (13:01 +0000)]
Fix manpage's SYNOPSIS and program's usage().
XXX: some options are still left undocumented.

PR: docs/43861

17 years agoFix nodevice atpic compile.
John Baldwin [Thu, 12 Oct 2006 12:48:21 +0000 (12:48 +0000)]
Fix nodevice atpic compile.

Pointy hat to: jhb

17 years agoDocument what "msgsz" argument really denotes. [1]
Ruslan Ermilov [Thu, 12 Oct 2006 11:42:41 +0000 (11:42 +0000)]
Document what "msgsz" argument really denotes.  [1]

Don't say that "msgsz" can be less than 0, it cannot
as it's unsigned (POSIX has the same bug).

PR: docs/101145 [1]
MFC after: 3 days

17 years agoSaint George replaced Saint Edward as the patron Saint of England
Ceri Davies [Thu, 12 Oct 2006 11:08:29 +0000 (11:08 +0000)]
Saint George replaced Saint Edward as the patron Saint of England
somewhere around 1348.

The revision log doesn't seem to go back quite that far, but I assume
that the update to this file was forgotten in the celebrations.

While, here, note which countries the other UK patron Saints hold
patronage of.

Sources include http://www.novareinna.com/festive/georgeday.html and
http://www.newadvent.org/cathen/

17 years agoMemory utilization subscreen in "vmstat" display lists numbers in KB,
Ruslan Ermilov [Thu, 12 Oct 2006 10:54:34 +0000 (10:54 +0000)]
Memory utilization subscreen in "vmstat" display lists numbers in KB,
not in number of pages.

PR: docs/71690
Submitted by: Jan Srzednicki

(A patch is only partially merged, the rest was already fixed by bde@
in rev. 1.51.)

17 years ago- Improve description of the -A option.
Ruslan Ermilov [Thu, 12 Oct 2006 10:08:52 +0000 (10:08 +0000)]
- Improve description of the -A option.
- Document how whiteouts look in the long output. [1]
- Sort entry types.
- Fix description of the socket type.

PR: docs/51921 [1]

17 years agoNote that the value from getenv() should not be modified by applications.
Tom Rhodes [Thu, 12 Oct 2006 08:39:24 +0000 (08:39 +0000)]
Note that the value from getenv() should not be modified by applications.

PR: 60544
Reviewed by: ru

17 years agoThis won't be needed. There is already userland infrastructure for fpu emulation
Kip Macy [Thu, 12 Oct 2006 06:00:34 +0000 (06:00 +0000)]
This won't be needed. There is already userland infrastructure for fpu emulation
for sparc64.

17 years agoThe T2000 has multiple PCI domains requiring bus allocation to be done differently.
Kip Macy [Thu, 12 Oct 2006 04:44:01 +0000 (04:44 +0000)]
The T2000 has multiple PCI domains requiring bus allocation to be done differently.
This pulls in changes by jmg from perforce and makes them sun4v only for now.

Approved by: scottl (acting as backup for mentor rwatson)

17 years agosun4v requires TSBs (translation storage buffers) to be contiguous and be
Kip Macy [Thu, 12 Oct 2006 04:41:39 +0000 (04:41 +0000)]
sun4v requires TSBs (translation storage buffers) to be contiguous and be
size aligned requiring heavy usage of vm_page_alloc_contig

This change makes vm_page_alloc_contig SMP safe

Approved by: scottl (acting as backup for mentor rwatson)

17 years agofix bus error in newsyslog by making sure that fields in struct fpemu
Kip Macy [Thu, 12 Oct 2006 04:38:41 +0000 (04:38 +0000)]
fix bus error in newsyslog by making sure that fields in struct fpemu
that are accessed as 8 byte quantities are 8 byte aligned

17 years agoFix support for IBM/Lenovo Thinkcentre M52 series. Its vendorid / 0x1014
Ariff Abdullah [Thu, 12 Oct 2006 04:19:37 +0000 (04:19 +0000)]
Fix support for IBM/Lenovo Thinkcentre M52 series. Its vendorid / 0x1014
accidentally match with HP vendorid / 0x103c.

Reported by: Robert Noland <rnoland@2hip.net>

17 years agoRemove redundant casts. The casts inside the macros should be
Warner Losh [Thu, 12 Oct 2006 03:05:45 +0000 (03:05 +0000)]
Remove redundant casts.  The casts inside the macros should be
sufficient (or fixed if not).

17 years agoMark up keywords with .Cm.
Tom Rhodes [Thu, 12 Oct 2006 01:59:34 +0000 (01:59 +0000)]
Mark up keywords with .Cm.

PR: 95039
Sumitted by: SeaD (older version)
Reviewed by: ru

17 years agoMight as well move to the right place if we are not there.
Julian Elischer [Wed, 11 Oct 2006 21:46:53 +0000 (21:46 +0000)]
Might as well move to the right place if we are not there.
The whole question of how much to rely on teh sources being in /usr/src
needs visiting.

17 years agolet the user know what configurations are available when asking for it.
Julian Elischer [Wed, 11 Oct 2006 21:39:19 +0000 (21:39 +0000)]
let the user know what configurations are available when asking for it.

17 years agoSpell proc/sys/kernel/pid_max correctly in a comment.
Giorgos Keramidas [Wed, 11 Oct 2006 20:32:46 +0000 (20:32 +0000)]
Spell proc/sys/kernel/pid_max correctly in a comment.

Submitted by: rdivacky

17 years agoFix a few nits with the last revision
Andrew Thompson [Wed, 11 Oct 2006 18:26:04 +0000 (18:26 +0000)]
Fix a few nits with the last revision
 - bump document date
 - fix punctuation and whitespace

Pointed out by: bmah

17 years agoRecognize 802.1q frames in Ethernet input and process them.
Gleb Smirnoff [Wed, 11 Oct 2006 15:27:13 +0000 (15:27 +0000)]
Recognize 802.1q frames in Ethernet input and process them.

PR: kern/101162
Submitted by: CoolDavid (Tseng Guo-Fu) <cooldavid cdpa.nsysu.edu.tw>

17 years agoImprove ktr(4) logging for callout(9) subsystem. Log all inserts and
Gleb Smirnoff [Wed, 11 Oct 2006 14:57:03 +0000 (14:57 +0000)]
Improve ktr(4) logging for callout(9) subsystem. Log all inserts and
removals, including failures, into the callwheel.

XXX: Most of the CTR() macros are called with callout_lock spin mutex
held, thus won't be logged into file, if KTR_ALQ is used. Moving the
CTR() macros out from the spinlocked code would require copying of all
arguments. I'm too lazy to do this.

17 years agoDocument '-w' from main.c rev. 1.11.
David E. O'Brien [Wed, 11 Oct 2006 14:42:43 +0000 (14:42 +0000)]
Document '-w' from main.c rev. 1.11.

17 years agoDo not leak hooks in ng_bypass().
Gleb Smirnoff [Wed, 11 Oct 2006 14:33:08 +0000 (14:33 +0000)]
Do not leak hooks in ng_bypass().

Submitted by: Alexander Motin <mav alkar.net>

17 years agoo Follow the trend and try to explain what the slow device is.
Maxim Konovalov [Wed, 11 Oct 2006 13:33:02 +0000 (13:33 +0000)]
o Follow the trend and try to explain what the slow device is.
Not ideal but better than nothing.

Obtained from: OpenBSD, NetBSD

17 years agoMake it buildable.
Gleb Smirnoff [Wed, 11 Oct 2006 13:28:37 +0000 (13:28 +0000)]
Make it buildable.

17 years agoUnbreak a short one.
Gleb Smirnoff [Wed, 11 Oct 2006 12:39:21 +0000 (12:39 +0000)]
Unbreak a short one.

Submitted by: maxim

17 years agoBreak long line.
Gleb Smirnoff [Wed, 11 Oct 2006 12:32:53 +0000 (12:32 +0000)]
Break long line.

17 years agoUse hash functions with better distribution. Tested on live traffic.
Gleb Smirnoff [Wed, 11 Oct 2006 12:31:14 +0000 (12:31 +0000)]
Use hash functions with better distribution. Tested on live traffic.

Submitted by: Alexander Motin <mav alkar.net>

17 years agoo Do not do args->f_id.addr_type == 6 when there is
Maxim Konovalov [Wed, 11 Oct 2006 12:14:28 +0000 (12:14 +0000)]
o Do not do args->f_id.addr_type == 6 when there is
IS_IP6_FLOW_ID() exactly for that.

17 years agoo Kill a nit in the comment.
Maxim Konovalov [Wed, 11 Oct 2006 12:00:53 +0000 (12:00 +0000)]
o Kill a nit in the comment.

17 years agoo Extend not very informative ipfw(4) message 'drop session, too many
Maxim Konovalov [Wed, 11 Oct 2006 11:52:34 +0000 (11:52 +0000)]
o Extend not very informative ipfw(4) message 'drop session, too many
entries' by src:port and dst:port pairs.  IPv6 part is non-functional
as ``limit'' does not support IPv6 flows.

PR: kern/103967
Submitted by: based on Bruce Campbell patch
MFC after: 1 month

17 years agoUse bitcount32() from sys/systm.h instead of my own.
Gleb Smirnoff [Wed, 11 Oct 2006 10:47:44 +0000 (10:47 +0000)]
Use bitcount32() from sys/systm.h instead of my own.

17 years agoFix style(9) bugs in previous commit.
Tom Rhodes [Wed, 11 Oct 2006 10:26:34 +0000 (10:26 +0000)]
Fix style(9) bugs in previous commit.

Lesson from: bde

17 years ago- Update the baudrate every time the parent changes its link state.
Gleb Smirnoff [Wed, 11 Oct 2006 10:06:35 +0000 (10:06 +0000)]
- Update the baudrate every time the parent changes its link state.
- Rearrange the curly braces so that this piece of code is more
  readable.

17 years agoAdd the -P option back, but with a note that it is not supported on FreeBSD.
Tom Rhodes [Wed, 11 Oct 2006 09:52:32 +0000 (09:52 +0000)]
Add the -P option back, but with a note that it is not supported on FreeBSD.

Requested by: ru

17 years agoAdd powerpc stuff.
Xin LI [Wed, 11 Oct 2006 07:52:54 +0000 (07:52 +0000)]
Add powerpc stuff.

17 years agoSync with latest English revisions.
Xin LI [Wed, 11 Oct 2006 07:49:07 +0000 (07:49 +0000)]
Sync with latest English revisions.

Obtained from: The FreeBSD Simplified Chinese Project

17 years agoMerge the rest of my changes.
Ruslan Ermilov [Wed, 11 Oct 2006 07:11:56 +0000 (07:11 +0000)]
Merge the rest of my changes.

17 years agoFix the prompt string.
Ruslan Ermilov [Wed, 11 Oct 2006 07:07:31 +0000 (07:07 +0000)]
Fix the prompt string.

17 years agoFix CPU value.
Ruslan Ermilov [Wed, 11 Oct 2006 04:14:41 +0000 (04:14 +0000)]
Fix CPU value.

17 years agoUsing the ptr defines broke the powerpc build - convert set_mmfsa to the same
Kip Macy [Wed, 11 Oct 2006 02:52:46 +0000 (02:52 +0000)]
Using the ptr defines broke the powerpc build - convert set_mmfsa to the same
convention as the rest of openfirm.c

17 years agoForced commit to note that the previous commit also did the following:
Bruce Evans [Tue, 10 Oct 2006 23:40:47 +0000 (23:40 +0000)]
Forced commit to note that the previous commit also did the following:
- document the (new MI, old MD) `halt' command
- document the (new MI, old MD) `reboot' alias
- remove documentation of the removed `registers' command.  The `r' alias
  for `reset' is now prevented better by the ambiguity between `reset' and
  `reboot'.

17 years agoChange the x86 interrupt code to suspend/resume interrupt controllers
John Baldwin [Tue, 10 Oct 2006 23:23:12 +0000 (23:23 +0000)]
Change the x86 interrupt code to suspend/resume interrupt controllers
(PICs) rather than interrupt sources.  This allows interrupt controllers
with no interrupt pics (such as the 8259As when APIC is in use) to
participate in suspend/resume.
- Always register the 8259A PICs even if we don't use any of their pins.
- Explicitly reset the 8259As on resume on amd64 if 'device atpic' isn't
  included.
- Add a "dummy" PIC for the local APIC on the BSP to reset the local APIC
  on resume.  This gets suspend/resume working with APIC on UP systems.
  SMP still needs more work to bring the APs back to life.

The MFC after is tentative.

Tested by: anholt (i386)
Submitted by: Andrea Bittau <a.bittau at cs.ucl.ac.uk> (3)
MFC after: 1 week

17 years agoDocument the `kill' command.
Bruce Evans [Tue, 10 Oct 2006 23:09:10 +0000 (23:09 +0000)]
Document the `kill' command.

Submitted by: Allan Fields <bsd@afields.ca>
PR: 82779

17 years agoDon't pass unused bufsz to kern_shmctl().
John Baldwin [Tue, 10 Oct 2006 22:46:50 +0000 (22:46 +0000)]
Don't pass unused bufsz to kern_shmctl().

17 years agoOnly try to copyin a msqid for the IPC_SET command to msgctl(). Other
John Baldwin [Tue, 10 Oct 2006 22:46:22 +0000 (22:46 +0000)]
Only try to copyin a msqid for the IPC_SET command to msgctl().  Other
commands (such as IPC_RMID) were bogusly failing with EFAULT.

Tested by: jkim

17 years agoRemove unnecessary casts before PTRIN().
John Baldwin [Tue, 10 Oct 2006 22:44:59 +0000 (22:44 +0000)]
Remove unnecessary casts before PTRIN().

17 years ago- Grammar and typo fixes
Markus Brueffer [Tue, 10 Oct 2006 22:38:31 +0000 (22:38 +0000)]
- Grammar and typo fixes
- Rewording of some sentences

Reviewed by: brueffer
Approved by: emax (mentor)
MFC after: 3 days

17 years agoAdhere to POSIX: the -m option only applies to the newly created
Ruslan Ermilov [Tue, 10 Oct 2006 20:18:20 +0000 (20:18 +0000)]
Adhere to POSIX: the -m option only applies to the newly created
directories; it should not change the permission bits of already
existing directories.

Submitted by: Alex Unleashed (modified by me)

17 years agoOops, fix sign bug in #ifdef for value of INTRCNT_COUNT.
John Baldwin [Tue, 10 Oct 2006 19:26:35 +0000 (19:26 +0000)]
Oops, fix sign bug in #ifdef for value of INTRCNT_COUNT.

PR: kern/99870
Submitted by: jkim
MFC after: 3 days

17 years agoDistinguish between two distinct kinds of errors from VOP_BMAP() in
Alan Cox [Tue, 10 Oct 2006 18:26:18 +0000 (18:26 +0000)]
Distinguish between two distinct kinds of errors from VOP_BMAP() in
vnode_pager_generic_getpages(): (1) that VOP_BMAP() is unsupported by the
underlying file system and (2) an error in performing the VOP_BMAP().
Previously, vnode_pager_generic_getpages() assumed that all errors were
of the first type.  If, in fact, the error was of the second type, the
likely outcome was for the process to become permanently blocked on a busy
page.

MFC after: 3 weeks
Reviewed by: tegge

17 years agoRemind firmware of the ESSID to use in a directed scan. This fixes scanning
Max Laier [Tue, 10 Oct 2006 18:02:22 +0000 (18:02 +0000)]
Remind firmware of the ESSID to use in a directed scan.  This fixes scanning
for hidden APs when we are not comming from iwi_config.

Reported by: Andrew N. Below
MFC after: 3 days

17 years agoDo allow jailed superuser to override the port ACL.
Robert Watson [Tue, 10 Oct 2006 17:04:19 +0000 (17:04 +0000)]
Do allow jailed superuser to override the port ACL.

MFC after: 3 days
Submitted by: Michal Mertl <mime at traveller dot cz>

17 years agoMark the audit system calls as being un-implemented in jails. Currently we do
Christian S.J. Peron [Tue, 10 Oct 2006 15:49:10 +0000 (15:49 +0000)]
Mark the audit system calls as being un-implemented in jails. Currently we do
not trust jails enough to execute audit related system calls. An example of
this is with su(1), or login(1) within prisons. So, if the syscall request
comes from a jail return ENOSYS. This will cause these utilities to operate
as if audit is not present in the kernel.

Looking forward, this problem will be remedied by allowing non privileged
users to maintain and their own audit streams, but the details on exactly how
this will be implemented needs to be worked out.

This change should fix situations when options AUDIT has been compiled into
the kernel, and utilities like su(1), or login(1) fail due to audit system
call failures within jails.

This is a RELENG_6 candidate.

Reported by: Christian Brueffer
Discussed with: rwatson
MFC after: 3 days

17 years agoGuard against invalid metadata.
Pawel Jakub Dawidek [Tue, 10 Oct 2006 15:01:47 +0000 (15:01 +0000)]
Guard against invalid metadata.

MFC after: 1 week

17 years agoBe sure to not create devices with (mediasize % sectorsize) != 0.
Pawel Jakub Dawidek [Tue, 10 Oct 2006 15:00:32 +0000 (15:00 +0000)]
Be sure to not create devices with (mediasize % sectorsize) != 0.

Reported by: xride
MFC after: 1 week

17 years agoBe sure to not create device which
Pawel Jakub Dawidek [Tue, 10 Oct 2006 14:58:21 +0000 (14:58 +0000)]
Be sure to not create device which

17 years agoo From kern_prot.c::p_cansignal():
Maxim Konovalov [Tue, 10 Oct 2006 11:37:41 +0000 (11:37 +0000)]
o From kern_prot.c::p_cansignal():

UNIX signalling semantics require that processes in the same
session always be able to deliver SIGCONT to one another,
overriding the remaining protections.

Fix SIGCONT special case description similar to rev. 1.22 kill.2.

PR: docs/58710
Submitted by: Ryan Younce
MFC after: 2 weeks

17 years agoSort some of the most inconsistently ordered descriptions of commands
Bruce Evans [Tue, 10 Oct 2006 11:07:37 +0000 (11:07 +0000)]
Sort some of the most inconsistently ordered descriptions of commands
(the group of watchpoint commands, and the `reset' command).

NetBSD has sorted everything alphabetically, but I think we would have
too many commands for that if all commands were actually documented
here, so this commit moves towards alphabetical order in several sections:
- section for pure ddb (non-"show") commands.  Now contains the watchpoint
  commands and is mostly in "logical" order.
- section for pure ddb "show" commands
- similarly for auxilary commands.  Most of these are currently missing
  here.

17 years agoFix markup botched in previous commit.
Ruslan Ermilov [Tue, 10 Oct 2006 09:44:08 +0000 (09:44 +0000)]
Fix markup botched in previous commit.

17 years agoDo not translate the IN_ACCESS inode flag into the IN_MODIFIED while filesystem
Konstantin Belousov [Tue, 10 Oct 2006 09:20:54 +0000 (09:20 +0000)]
Do not translate the IN_ACCESS inode flag into the IN_MODIFIED while filesystem
is suspending/suspended. Doing so may result in deadlock. Instead, set the
(new) IN_LAZYACCESS flag, that becomes IN_MODIFIED when suspend is lifted.

Change the locking protocol in order to set the IN_ACCESS and timestamps
without upgrading shared vnode lock to exclusive (see comments in the
inode.h). Before that, inode was modified while holding only shared
lock.

Tested by: Peter Holm
Reviewed by: tegge, bde
Approved by: pjd (mentor)
MFC after: 3 weeks

17 years agoFix markup in previous revision.
Ruslan Ermilov [Tue, 10 Oct 2006 08:15:08 +0000 (08:15 +0000)]
Fix markup in previous revision.

17 years agoThe powerpc and sparc64 MD `reboot' commands should never have existed
Bruce Evans [Tue, 10 Oct 2006 07:26:54 +0000 (07:26 +0000)]
The powerpc and sparc64 MD `reboot' commands should never have existed
since they just duplicated the MI `reset' command.  Instead of removing
them, make `reboot' an MI alias for `reboot' since this gives a better
way of killing the `r' alias for `reset'.  Remove the `registers' command
that was used to kill the alias.

Turn the powerpc and sparc64 MD `halt' command into an MI command.

A copy of sparc64/db_interface.c grew in sun4v just after I found the
extra reboot commands.  It has not been changed, and is now not
identical.  Duplicated commands come out duplicated in ddb's online
help, but cause large problems when used (e.g., on i386's with 2 halt's
and an hwatch, typing h doesn' give the expected message about an
ambiguous command, but hangs like the halt command or a looping parseri
would).

17 years agoRemove ndisapi.9 Xref.
Tom Rhodes [Tue, 10 Oct 2006 07:19:30 +0000 (07:19 +0000)]
Remove ndisapi.9 Xref.

PR: 97375

17 years agoFixed loss of whitespace suppression at ends of lines. Whitespace
Bruce Evans [Tue, 10 Oct 2006 06:36:01 +0000 (06:36 +0000)]
Fixed loss of whitespace suppression at ends of lines.  Whitespace
suppression is only needed at ends of lines, but rev.1.32 forced it
off precisely there.

The --More-- prompt is now cleared by explicitly forcing out the
whitespace in "\r        \r".  It might be better to use the line
editor's clearing functions, but these are currently static and not
much different.

17 years agoNote that the -v option may be used to expand long SSIDs.
Tom Rhodes [Tue, 10 Oct 2006 02:20:12 +0000 (02:20 +0000)]
Note that the -v option may be used to expand long SSIDs.

PR: 102118
Reviewed by: sam

17 years agogrep -P xxx file.txt
Tom Rhodes [Tue, 10 Oct 2006 01:57:25 +0000 (01:57 +0000)]
grep -P xxx file.txt
"The -P option is not supported"
Removed from the manual page via this commit.

PR: 99831

17 years agocorrect diag request to fetch isr state on fatal interrupts
Sam Leffler [Mon, 9 Oct 2006 23:45:26 +0000 (23:45 +0000)]
correct diag request to fetch isr state on fatal interrupts

MFC after: 1 week

17 years agoAdd information on how to escape a literal colon in a value or name.
Tom Rhodes [Mon, 9 Oct 2006 22:35:02 +0000 (22:35 +0000)]
Add information on how to escape a literal colon in a value or name.

PR: 101262

17 years agoFix a typo introduced in the last commit: WWW Refresh is 0x227, not 0227
Markus Brueffer [Mon, 9 Oct 2006 22:27:23 +0000 (22:27 +0000)]
Fix a typo introduced in the last commit: WWW Refresh is 0x227, not 0227

Approved by: emax (mentor)
MFC after: 1 day

17 years agoAdd a note about rule syntax compared to the shell used so users do not get
Tom Rhodes [Mon, 9 Oct 2006 22:12:08 +0000 (22:12 +0000)]
Add a note about rule syntax compared to the shell used so users do not get
frustraited when:
ipfw add 201 deny ip from any to table(2) in via xl1
returns "Badly placed ( )'s"

PR: 73638

17 years agoFix style(9) nits.
Jung-uk Kim [Mon, 9 Oct 2006 20:26:32 +0000 (20:26 +0000)]
Fix style(9) nits.

17 years agoFix 32-bit PTE in the GART table.
Jung-uk Kim [Mon, 9 Oct 2006 20:24:49 +0000 (20:24 +0000)]
Fix 32-bit PTE in the GART table.

Noticed by: jmg

17 years agoPatch in previous commit should have bumped doc date.
Tom Rhodes [Mon, 9 Oct 2006 19:53:00 +0000 (19:53 +0000)]
Patch in previous commit should have bumped doc date.
Fix spelling of ioctl.
Note that previous commit was actually submitted by bz.  I'm not yet used
to the code boxes yet.

Noticed by: ru

17 years agoDon't go beyond the provided string when parsing the `\' character.
Ruslan Ermilov [Mon, 9 Oct 2006 19:37:26 +0000 (19:37 +0000)]
Don't go beyond the provided string when parsing the `\' character.

PR: bin/99985
Submitted by: Nate Eldredge
MFC after: 3 days

17 years agoThe SIOCSIFNETMASK ioctl was removed from tun.c, thus remove mention of
Tom Rhodes [Mon, 9 Oct 2006 19:20:53 +0000 (19:20 +0000)]
The SIOCSIFNETMASK ioctl was removed from tun.c, thus remove mention of
it in the tun.4 manual page.

PR: 98541
Submitted by: David Gilbert

17 years agoBetter mdoc(7). Bump doc date.
Tom Rhodes [Mon, 9 Oct 2006 19:01:02 +0000 (19:01 +0000)]
Better mdoc(7).  Bump doc date.

Kicked by: ru

17 years agoNote the naming convention of files in share/skel and explain the "dot"
Tom Rhodes [Mon, 9 Oct 2006 17:57:40 +0000 (17:57 +0000)]
Note the naming convention of files in share/skel and explain the "dot"
prefix is removed.

PR: 103828

17 years agoPrevent mountd(8) from resetting mount options when exporting a filesystem.
Rink Springer [Mon, 9 Oct 2006 17:38:18 +0000 (17:38 +0000)]
Prevent mountd(8) from resetting mount options when exporting a filesystem.

Approved by: imp (mentor)
Sponsored by: Quality Service Provider BV
MFC after: 3 days

17 years agoprovide routines to access VPD data at the PCI layer...
John-Mark Gurney [Mon, 9 Oct 2006 16:15:56 +0000 (16:15 +0000)]
provide routines to access VPD data at the PCI layer...

remove sk's own implementation, and use the new calls to get the data...

Reviewed by: -arch

17 years agoFix markup.
Ruslan Ermilov [Mon, 9 Oct 2006 15:21:50 +0000 (15:21 +0000)]
Fix markup.

17 years agoAdd more .Xr's.
Ceri Davies [Mon, 9 Oct 2006 12:50:16 +0000 (12:50 +0000)]
Add more .Xr's.

MFC after: 6 days

17 years agomore sun4v fallout - missed add
Kip Macy [Mon, 9 Oct 2006 07:00:59 +0000 (07:00 +0000)]
more sun4v fallout - missed add
Approved by: rwatson (mentor)

17 years agoo Grammar.
Maxim Konovalov [Mon, 9 Oct 2006 06:47:08 +0000 (06:47 +0000)]
o Grammar.

Submitted by: kris

17 years agounbreak buildkernel for sparc64 - fallout from sun4v
Kip Macy [Mon, 9 Oct 2006 06:08:24 +0000 (06:08 +0000)]
unbreak buildkernel for sparc64 - fallout from sun4v

Approved by: rwatson (mentor)
Reviewed by: jmg

17 years agounbreak sparc64 loader build
Kip Macy [Mon, 9 Oct 2006 05:59:04 +0000 (05:59 +0000)]
unbreak sparc64 loader build
re-add accidentally deleted asi value
remove sun4v only header include

Approved by: rwatson (mentor)
Reviewed by: jmg

17 years agoo Enable test-sparceaout test since alc@ has fixed the panic in rev. 1.229
Maxim Konovalov [Mon, 9 Oct 2006 05:31:37 +0000 (05:31 +0000)]
o Enable test-sparceaout test since alc@ has fixed the panic in rev. 1.229
sys/vm/vnode_pager.c.
cVS: ----------------------------------------------------------------------

17 years agounbreak build for sparc64 etc.
Kip Macy [Mon, 9 Oct 2006 05:12:54 +0000 (05:12 +0000)]
unbreak build for sparc64 etc.
TARGET won't be defined on non subarches

Approved by: rwatson (mentor)
Reviewed by: jmg

17 years agobuildworld fixes for sun4v
Kip Macy [Mon, 9 Oct 2006 04:58:45 +0000 (04:58 +0000)]
buildworld fixes for sun4v
not sure why pmap.c is included as it is unchanged

Approved by: rwatson (mentor)
Reviewed by: jmg