Søren Schmidt
110ce88054
Fix probe printing of highpoint and promise controllers.
2006-05-11 10:43:08 +00:00
David Xu
3a31b448c0
Save errno before calling pthread_mutex_lock because pthread_mutex_lock
...
may change errno unexpectly.
2006-05-11 09:10:33 +00:00
David Xu
e92b415c5a
Add symbol versions: FBSD_1.0 and FBSDprivate.
2006-05-11 07:02:52 +00:00
Crist J. Clark
a719d3b931
Option for setting a fixed destination port. This is useful for tracing
...
to a host behind a firewall where only specific services are allowed.
For example, to trace the hops to an HTTP server behind a firewall,
$ traceroute -e -P tcp -p 80 www-firewalled.example.com
MFC after: 1 week
2006-05-11 06:30:18 +00:00
Garrett Wollman
b776843c9e
Merge from vendor branch.
...
Updates to historic rules only for: part of Alaska, Algeria, Bulgaria,
Colombia, Easter Island, Italy, Malta, Mexico, Mongolia, Montserrat,
Puerto Rico, Poland, Russia, South Korea, Spain, part of North Dakota,
United Kingdom, Uruguay, Uzbekistan
Updates to current and future rules for: Guatemala, Haiti, Honduras,
part of Indiana, Iran, Nicaragua, Palestinian Territories, Sri Lanka,
Tunisia,
Updates to future rules only for: Canada, Thule AFB in Greenland
2006-05-11 04:50:25 +00:00
Bruce A. Mah
9fb20bbc2a
MFCs noted: bsdiff(1)/bspatch(1), cmp(1) -h, netstat(1) -h,
...
"sweeping" ping(8), sh(1) built-in times.
I uncovered these in a sweep of items that need to be merged to
the 5.4 release notes. It's possible that all of these items
should have been in the 6.1 release notes (not confirmed).
2006-05-11 04:29:08 +00:00
Garrett Wollman
bf165cfb96
This commit was generated by cvs2svn to compensate for changes in r158417,
...
which included commits to RCS files with non-trunk default branches.
2006-05-11 04:28:59 +00:00
Garrett Wollman
980afba431
Vendor import tzdata2006g. Too many changes to summarize here; of
...
particular importance to those living in the Western Hemisphere as
many non-U.S. zones will be changing DST rules next year to match the
U.S.
Obtained from: Arthur David Olson, ftp://elsie.nci.nih.gov/
2006-05-11 04:28:59 +00:00
Jeffrey Hsu
a393a28afa
Correct test for fragmented packet.
2006-05-11 00:53:43 +00:00
Alexander Leidinger
01e0ffbae8
Now that we don't have a linuxolator on alpha anymore:
...
- unifdef __alpha__
- revert rev. 1.66 of linux_socket.c
2006-05-10 20:38:16 +00:00
Coleman Kane
6ff45b4e35
Fix the wording about the blocksize (-b) parameter. The existing
...
wording makes it look like pax archives > 32256 bytes are not
POSIX-compliant! Correct this to state that pax archives with
block sizes > 32256 are not POSIX compliant...and settle our fears.
PR: docs/97059
Reviewed by: Giorgos Keramidas <keramida>
2006-05-10 20:32:57 +00:00
Joe Marcus Clarke
da1081964c
Add a /media to FreeBSD. /media is a directory designed to contain
...
subdirectories that will be used for removable media mount points (i.e.
mount points for CDs, floppy disks, USB drives, etc.). While the primary
purpose of /media is to provide a location for HAL
(http://www.freedesktop.org/wiki/Software_2fhal ) to mount volumes, it could
be used by any application that needs to manage removable media volumes.
Discussed on: arch@
Approved by: mux
MFC after: 1 week
2006-05-10 18:53:15 +00:00
John Baldwin
9aa6ce1642
Alpha doesn't support linux ABI compat now.
2006-05-10 18:44:10 +00:00
Alexander Leidinger
ba5bd0001c
regen (linux rt_sigpending)
2006-05-10 18:19:51 +00:00
Alexander Leidinger
17138b619c
Implement rt_sigpending in the linuxolator.
...
PR: 92671
Submitted by: Markus Niemist"o <markus.niemisto@gmx.net>
2006-05-10 18:17:29 +00:00
Dag-Erling Smørgrav
f488d07edb
Add RELENG_6_1 to the lineup.
2006-05-10 17:51:39 +00:00
Maxim Konovalov
6e74fb9dff
o Extend rev. 1.75 and restore an ability to specify a non-default
...
quota files location.
Submitted by: Kostik Belousov
2006-05-10 14:40:40 +00:00
Matteo Riondato
feefdb0ceb
Use .Vt for struct xprison
...
Suggested by: keramida
2006-05-10 14:26:53 +00:00
Olivier Houchard
04091343f6
Move the call to cpu_setup() before the call to vm_ksubmap_init().
...
vm_ksubmap_init() calls pmap_copy_page(), which uses the mini data cache
to do the copy, but we're running uncaching before cpu_setup().
For some reason it hasn't been a problem so far, but it is for the
PXA255.
Spotted out by: benno
2006-05-10 13:39:10 +00:00
Pawel Jakub Dawidek
61f73c79da
Use better order here.
2006-05-10 06:50:44 +00:00
Sam Leffler
145ebf44d2
make tinderbox happy: GENERIC got ath and wlan added so we need to
...
now mark these "nodevice" or we'll get undefined references
2006-05-10 05:19:21 +00:00
Doug Ambrisko
054c255508
Fix LINSYSFS in the platform options files that I missed from the platform
...
split out change.
2006-05-10 03:25:45 +00:00
Jason Evans
3212b810d8
Increase the minimum chunk size by a power of two (32kB --> 64kB, assuming
...
4kB pages), in order to avoid dangerous rounding error when calculating
fullness limits during run promotion/demotion.
Convert a structure bitfield to a normal field in areana_run_t. This should
have been changed along with the other fields in revision 1.120.
2006-05-10 00:07:45 +00:00
Tor Egge
4613aa0e99
Bring the call to softdep_releasefile() within the region protected by
...
vn_start_secondary_write() since it might cause file system write activity
(e.g. ffs_snapremove()).
2006-05-09 22:33:43 +00:00
Doug Ambrisko
32397ce071
Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linux
...
LSI MegaRAID SAS utility.
Sponsored by: IronPort Systems
Man page help from: brueffer
2006-05-09 22:27:01 +00:00
Alexander Leidinger
4577652f10
It seems I forgot to commit the removal of the linux and linprocfs
...
modules at the time I axed the linuxolator on Alpha.
Noticed by: kris
2006-05-09 20:33:59 +00:00
Matteo Riondato
8cf29c0839
if a jail fails to start, don't add its jid to /var/run and print a message with the error.
...
PR: conf/97024
MFC after: 1 week
2006-05-09 17:50:16 +00:00
Yoshihiro Takahashi
b42bfe1947
Fix build (s:pc98/cbus/cbus.h:pc98/pc98/pc98_machdep.h:)
...
Pointyhat to: nyan
2006-05-09 14:20:17 +00:00
David Xu
005efcdb0e
Use wakeup_one to avoid thundering herd.
...
Tested by: kris
2006-05-09 13:00:46 +00:00
Maxim Konovalov
0d0b9ff2a4
o FreeBSD 6.1 added.
2006-05-09 09:04:03 +00:00
Wilko Bulte
63654e38ab
Go figure this error...
...
Submitted by: Thomas Beha
2006-05-09 08:28:16 +00:00
Xin LI
53f7b706ba
Correct typo (CIRD -> CIDR)
2006-05-09 06:01:32 +00:00
David Xu
759ccccadb
Use a dedicated mutex to protect aio queues, the movation is to reduce
...
lock contention with other parts.
2006-05-09 00:10:11 +00:00
Coleman Kane
7a1877d4c6
Add myself to the freebsd calendar.
2006-05-08 23:48:26 +00:00
Warner Losh
c448543511
replace all the 660 with 650 in the cut-n-pasted line, rather than
...
just some of them.
Noticed by: brooks
2006-05-08 22:59:33 +00:00
Warner Losh
bcdb8ff319
Another NEW MEDIA .WAVjammer.
2006-05-08 22:31:38 +00:00
Warner Losh
afb0044e87
Add (back) the D-Link DE-650. Not sure why it was deleted.
2006-05-08 22:23:45 +00:00
Warner Losh
e3cfadc6e5
The D-Link DE-650 that I got in the last bulk PC Card purchase needs an
...
entry. Add it (back).
2006-05-08 22:22:25 +00:00
Ion-Mihai Tetcu
6ce3af2460
Add myself.
...
Approved by: tmclaugh (mentor)
2006-05-08 20:28:38 +00:00
Sam Leffler
6ccb8ea780
quiet tindexbox complaints about passing BUS_SPACE_MAXADDR as
...
a bus_size_t to bus_dma_tag_create; when PAE is enabled this
does not work
Cluebat by: scottl
MFC after: 2 weeks
2006-05-08 20:11:09 +00:00
Matteo Riondato
f7bb71361e
document security.jail.list sysctl in jail(8)
...
PR: docs/96807
MFC after: 3
2006-05-08 19:55:17 +00:00
Bruce A. Mah
5de716bec0
New release note: iostat(8) -x/-z [1].
...
Fix typo: s/archiecture/architecture/ [2].
Requested by: maxim [1]
Pointed out by: ceri [2]
2006-05-08 18:07:36 +00:00
Florent Thoumie
656a2a8738
- Fix quoting.
...
Reported by: Dirk Engling <erdgeist@erdgeist.org>
Pointyhat to: self
2006-05-08 17:32:45 +00:00
Bruce A. Mah
daf8aa80d9
New release note: find(1) birthtime-related primaries.
...
Submitted by: ceri
2006-05-08 17:29:54 +00:00
Bruce A. Mah
ca6b1a9837
New release notes: Linuxulator for alpha removed, em(4) 5.1.5,
...
bridge(4) removed, dhclient(8) now sends hostname, du(1) -n,
getent(1) added.
Updated release note: GNOME 2.14.1.
2006-05-08 17:05:31 +00:00
Alexander Leidinger
33e8449ce7
Remove the Alpha specific linuxolator files.
2006-05-08 15:20:12 +00:00
Yoshihiro Takahashi
ecad9def1d
Remove unneeded include.
2006-05-08 12:05:04 +00:00
Yoshihiro Takahashi
56c134bef1
- Move defines for PC-98 machine type from pc98/cbus/cbus.h into
...
pc98/pc98/pc98_machdep.h.
- Fix PC98_SYSTEM_PARAMETER_SIZE.
- Remove unused defines.
2006-05-08 12:03:58 +00:00
Yoshihiro Takahashi
9f61d3129a
Add the ath and the wlan crypto support.
2006-05-08 11:55:57 +00:00
John-Mark Gurney
026526f6d1
add a diff line so you can check your commit before hitting enter...
2006-05-08 06:47:59 +00:00