Tom Rhodes
a29721a8cb
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
2006-10-09 19:20:53 +00:00
Tom Rhodes
fd59f59ae3
Better mdoc(7). Bump doc date.
...
Kicked by: ru
2006-10-09 19:01:02 +00:00
Tom Rhodes
31e224dd37
Note the naming convention of files in share/skel and explain the "dot"
...
prefix is removed.
PR: 103828
2006-10-09 17:57:40 +00:00
Rink Springer
6a5a80bd0f
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
2006-10-09 17:38:18 +00:00
John-Mark Gurney
667dc26e71
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
2006-10-09 16:15:56 +00:00
Ruslan Ermilov
e230c2c3ca
Fix markup.
2006-10-09 15:21:50 +00:00
Ceri Davies
e3643455a3
Add more .Xr's.
...
MFC after: 6 days
2006-10-09 12:50:16 +00:00
Kip Macy
6e0c768ca7
more sun4v fallout - missed add
...
Approved by: rwatson (mentor)
2006-10-09 07:00:59 +00:00
Maxim Konovalov
13fff3d67b
o Grammar.
...
Submitted by: kris
2006-10-09 06:47:08 +00:00
Kip Macy
2fce6c09f9
unbreak buildkernel for sparc64 - fallout from sun4v
...
Approved by: rwatson (mentor)
Reviewed by: jmg
2006-10-09 06:08:24 +00:00
Kip Macy
a9928b2f58
unbreak sparc64 loader build
...
re-add accidentally deleted asi value
remove sun4v only header include
Approved by: rwatson (mentor)
Reviewed by: jmg
2006-10-09 05:59:04 +00:00
Maxim Konovalov
6bc39031ef
o Enable test-sparceaout test since alc@ has fixed the panic in rev. 1.229
...
sys/vm/vnode_pager.c.
cVS: ----------------------------------------------------------------------
2006-10-09 05:31:37 +00:00
Kip Macy
cab68f571e
unbreak build for sparc64 etc.
...
TARGET won't be defined on non subarches
Approved by: rwatson (mentor)
Reviewed by: jmg
2006-10-09 05:12:54 +00:00
Kip Macy
ddd5342909
buildworld fixes for sun4v
...
not sure why pmap.c is included as it is unchanged
Approved by: rwatson (mentor)
Reviewed by: jmg
2006-10-09 04:58:45 +00:00
Kip Macy
777552aef6
Temporarily add newer copy of tc-sparc.c to build to
...
support building of sun4v. This can be removed once
the binutils import happens.
Reviewed by: kan
Approved by: rwatson (mentor)
2006-10-09 04:52:14 +00:00
Kip Macy
25e328499c
kernel clean up to make the sun4v kernel build
...
Reviewed by: jmg
Approved by: rwatson (mentor)
2006-10-09 04:45:19 +00:00
Kip Macy
0209c79363
add sun4v support to the sparc64 boot loader
...
Approved by: rwatson (mentor)
Reviewed by: jmg
Tested by: kris, dwhite, and jmg
2006-10-09 04:43:07 +00:00
Chin-San Huang
8118616431
Add a tip on "how to strip UTF-8 BOM"
...
Approved by: delphij (mentor)
2006-10-09 04:11:34 +00:00
Bruce Evans
355938faba
Document new aliases b',
t' and `registers'. Document old aliases
...
`bt', `c', `d', `p', `s', `w' and `where'.
2006-10-09 02:27:55 +00:00
Andrew Thompson
8408ecd6d8
Use LIST_FOREACH_SAFE instead of a hand rolled version.
2006-10-09 00:49:57 +00:00
Ceri Davies
297a4b8352
When using sysinstall on a running system and editing a disk label
...
fails, suggest setting kern.geom.debugflags to 16.
PR: bin/94409
Submitted by: Markus Oestreicher <m punkt oe at x dash trader dot de>
MFC after: 10 days
2006-10-08 21:16:00 +00:00
Alan Cox
f4f83da02d
Change vnode_pager_generic_getpages() so that it does not panic if the
...
given file is sparse. Instead, it zeroes the requested page.
Reviewed by: tegge
PR: kern/98116
MFC after: 3 days
2006-10-08 20:26:16 +00:00
Joel Dahl
8ea32c5e36
Update the list of codecs as well...
2006-10-08 19:57:53 +00:00
Joel Dahl
fd80809d23
Update list of supported hardware.
2006-10-08 19:41:37 +00:00
Andrew Thompson
69f35a88d2
- Note that the bridge uses a random MAC and can be overridden.
...
- Provide an example of assigning an IP to the bridge.
PR: kern/102607
Submitted by: Stefan Bethke <stb@lassitu.de>
MFC after: 3 days
2006-10-08 19:41:05 +00:00
Ariff Abdullah
bfb06714ec
Added few more pci ids for Intel, ATI, NVidia, VIA and SiS.
2006-10-08 18:51:58 +00:00
Bruce Evans
75149ab872
Added some aliases:
...
- `b' is now an official alias for `break'. It used to be an unofficial
alias, but this was broken by adding the `bt' alias for `trace'.
- `t' is now an official alias for `trace'. It used to be an unofficial
alias, but this was broken by adding the `thread' command.
- `registers' is now an alias for `show registers'. This is a hack to
break the unofficial `r' alias for `reset'. `r' really means
`registers' in some debuggers, so I sometimes type it accidentally and
am annoyed when it resets the system. A short command shouldn't have
such a large effect. Now at least `res' must be typed to disambiguate
`reset'.
2006-10-08 18:37:00 +00:00
Bruce Evans
2481da7487
Fixed formatting of printing of command tables. WIth the default max
...
output width of 79, only 6 columns of width 12 each fit, but 7 columns
were printed.
The fix is to pass the width of the next output to db_end_line() and
not assume there that this width is always 1.
Related unfixed bugs:
- 1 character is wasted for a space after the last column
- suppression of trailing spaces used to limit the misformatting, but
seems to have been lost
- in db_examine(), the width of the next output is not know and is
still assumed to be 1.
2006-10-08 18:15:08 +00:00
Alexander Leidinger
0f85b689a5
Remove unnecessary test case. (As written, that branch will never
...
be followed.)
Submitted by: ryanb
Found with: Coverity Prevent
CID: 239860
2006-10-08 17:13:54 +00:00
Alexander Leidinger
28638377ad
- change if (cond) panic() to KASSERT.
...
- Dont forget to free em in a case of error.
Suggested by: ssouhlal
Submitted by: rdivacky
Tested with: LTP
2006-10-08 17:10:34 +00:00
Alexander Leidinger
7660ace19c
- Replace homegrown check for FIFO with S_ISFIFO. [1]
...
- Check the status of the options before messing with it.
Inspired by: NetBSD [1]
Submitted by: rdivacky
Tested with: LTP
2006-10-08 17:08:27 +00:00
Ceri Davies
272bf9a8ff
Add a basic manpage for geom_uzip(4).
...
Reviewed by: trhodes
MFC after: 1 week
2006-10-08 17:05:15 +00:00
Alexander Leidinger
236e97b2b2
Implement /proc/sys/kernel/pid_max.
...
Submitted by: rdivacky
Tested with: LTP
2006-10-08 16:55:27 +00:00
Paolo Pisati
bb894bc9e6
Fix a regression: let natd load libalias modules before /usr is mounted
...
renaming /lib/libalias_*.so.4 to /lib/libalias_*.so.
Approved by: glebius
Reviewed by: glebius, ru
2006-10-08 14:02:00 +00:00
Paolo Pisati
f3d9aab351
Various mdoc and grammar fixes.
...
Approved by: glebius
Reviewed by: glebius, ru
2006-10-08 13:53:45 +00:00
Paolo Pisati
706a23745a
Sort libalias files.
...
Approved by: glebius
Reviewed by: glebius, ru
2006-10-08 13:51:27 +00:00
Ceri Davies
659a728e18
Update the list of POSIX extensions.
...
PR: docs/103859
Submitted by: shaun
MFC after: 1 week
2006-10-08 10:31:44 +00:00
Søren Schmidt
1830897634
Add missing PCI ID for the acer m5288
2006-10-08 09:58:00 +00:00
Kip Macy
b84c7a797c
Fix TLS on sparc64 for statically and dynamically linked binaries
...
Approved by: rwatson (mentor)
Reviewed by: jmg and marcel
2006-10-08 02:50:34 +00:00
Bruce A. Mah
a5ad0b523b
New release note: SA-06:22.openssh.
2006-10-08 00:22:20 +00:00
Tom Rhodes
d24dde7544
Properly separate sentences by adding a semi-colon.
...
Hinted by: bmah
2006-10-07 23:12:19 +00:00
Tom Rhodes
ba3fe6d1ab
Make -r a synonym for -R, similar to behavior on Linux while being backwards
...
compatible with old -r behavior with regards to -L. You can now copy fifos
and other special files with -r.
Reviewed by: -standards (long ago), das, bde
Approved by: bde (recently)
2006-10-07 22:14:43 +00:00
Tom Rhodes
0b0ea94893
getenv.3: Put "is" on a line with other words
...
getobjformat.3: "takes precedence over" is not an envrionment variable.
PR: 75545
Submitted by: n-kogane@syd.odn.ne.jp
MFC after: 3 days
2006-10-07 21:27:21 +00:00
John-Mark Gurney
e0c10c6e08
flesh out the devd.conf man page... Mostly from the PR, but did a couple
...
gramatical tweaks along w/ sorting the list, and adding that serial is
available for USB....
PR: 85097
Submitted by: Fredrik Lindberg
MFC after: 1 week
2006-10-07 21:15:40 +00:00
Florent Thoumie
f45164d8b1
Add a USB umass(4) quirk for Panasonic KXL-840AN CD-R drive.
...
PR: usb/81073
Submitted by: James E. Flemer <jflemer@alum.rpi.edu>
MFC after: 3 days
2006-10-07 20:08:37 +00:00
Florent Thoumie
bff4edd817
Add a USB quirk for CMOTECH CDMA USB modem.
...
PR: usb/97948
Submitted by: Alexei Volkov <kot@kotzone.ru>
MFC after: 3 days
2006-10-07 19:42:45 +00:00
Florent Thoumie
b804b1868e
Add a USB quirk for Motorola A41x/V32x USB phones.
...
PR: usb/97512
Submitted by: Mark Diekhans <markd@kermodei.com>
MFC after: 3 days
2006-10-07 19:27:53 +00:00
Ruslan Ermilov
49e62f1cb3
Shuffle _*_libs assigments (no functional changes).
2006-10-07 19:26:46 +00:00
Florent Thoumie
f2322e0f52
Add a SCSI da(4) quirk for Rekam USB Camera.
...
PR: usb/98713
Submitted by: Alex <goo@t72.ru>
MFC after: 3 days
2006-10-07 19:04:23 +00:00
Ruslan Ermilov
b193556269
- Prebuild libgssapi only if building with Kerberos support.
...
- Remove libnetgraph from the list of prebuilt libraries as
no other library depends on it (snmp_netgraph.so does not
count as we don't build it in the "libraries" target).
- Restore libssh dependencies when compiling with Kerberos
support.
2006-10-07 18:34:08 +00:00