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
Florent Thoumie
41d810c6f4
Add SCSI da(4) quirk for the iRiver H10.
...
PR: usb/102547
Submitted by: Sven Esbjerg <freebsd-pr@xbsd.net>
MFC after: 3 days
2006-10-07 18:28:55 +00:00
Florent Thoumie
bd4029713f
Add support for Novatech NV902 wireless NIC in ural(4).
...
PR: usb/102852
Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org>
MFC after: 3 days
2006-10-07 18:18:40 +00:00
Florent Thoumie
774b7afefb
Add support for Epson Stylus CX4200 in uscanner(4).
...
PR: usb/102851
Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org>
MFC after: 3 days
2006-10-07 18:09:27 +00:00
Florent Thoumie
cfa3f4d8ab
Add support for Psion Gold Port Ethernet USB NIC.
...
PR: usb/102296
Submitted by: Volker <volker@vwsoft.com>
MFC after: 3 days
2006-10-07 18:03:39 +00:00
Florent Thoumie
d25cbeac2c
Add support for Netgear FA101 ethernet USB NIC.
...
PR: usb/102286
Submitted by: Volker <volker@vwsoft.com>
MFC after: 3 days
2006-10-07 17:58:50 +00:00
Florent Thoumie
be1bd380c5
Add a quirk for the Belkin FC6550-AVR UPS.
...
PR: usb/102260
Submitted by: David Grochowski <grocho98@students.rowan.edu>
MFC after: 3 days
2006-10-07 17:47:16 +00:00
Florent Thoumie
0c56f2bcd6
Add support for Familiar Linux powered iPaq handhelds to cdce(4).
...
PR: usb/103865
Submitted by: Alexey Roslyakov <internetworking@mail.ru>
MFC after: 3 days
2006-10-07 17:35:37 +00:00
Ruslan Ermilov
5b3dc7cf10
Fix static compilation.
2006-10-07 17:32:05 +00:00
Florent Thoumie
6d28d23bb9
Add quirk for Logitech iFeel MouseMan USB mouse.
...
PR: usb/101066
Submitted by: Heiko Przybyl <zuxez@uni.de>
MFC after: 3 days
2006-10-07 17:16:48 +00:00
Florent Thoumie
ec53db837e
De-capitalize days and months' names.
...
PR: conf/101154
Submitted by: Thomas Jensen <tj@pil.dk>
MFC after: 3 days
2006-10-07 17:04:23 +00:00