Andrey A. Chernov
192b5193c7
Fix typo in the comment
2007-12-11 20:39:32 +00:00
Olivier Houchard
c8ffd860a5
There's no need to call pmap_vac_me_harder() in pmap_protect(), as it
...
already happened in pmap_modify_pv().
Submitted by: Mark Tinguely <tinguely AT casselton DOT net>
2007-12-11 20:35:44 +00:00
Warner Losh
6029ad9932
Don't assume that make(1) is a bsd-like make program. It might not be. This
...
only matters in the early stages of bootstrapping, of course, but gnu make can't
handle bsd make Makefiles at all if they use any of the 'dot' directives, which
src/Makefile has in abudnance.
2007-12-11 20:00:55 +00:00
Markus Brueffer
a8a27cb0f9
Fix calculation of descriptor tag checksums. According to ECMA-167, Part 4,
...
7.2.3, bytes 0-3 and 5-15 are used to calculate the checksum of a descriptor
tag.
PR: kern/90521
Submitted by: Björn König <bkoenig@cs.tu-berlin.de>
Reviewed by: scottl
Approved by: emax (mentor)
2007-12-11 19:49:40 +00:00
David E. O'Brien
df1cc4e53a
Update for the 6.1.5 import.
2007-12-11 19:16:51 +00:00
David Xu
435806d31b
Fix LOR of thread lock and umtx's priority propagation mutex due
...
to the reworking of scheduler lock.
MFC: after 3 days
2007-12-11 08:25:36 +00:00
David Xu
6a663207e7
Enclose all code for macro ENQUEUE_MUTEX in do while statement, and
...
add missing brackets.
MFC: after 1 day
2007-12-11 08:00:58 +00:00
David Xu
f5ae94753b
Add quirks for Netac Onlydisk 2000 USB disk.
2007-12-11 06:41:38 +00:00
David E. O'Brien
e7ec0d579b
+ Open ctty in non-blocking mode to avoid hangs during open and close(waiting
...
for the port to drain).
+ Handle "*" as a priority properly.
+ Test what is free'ed.
+ Dynamically determine length vs. hardcoding it.
+ Free the previous message buffer (f_prevline) only after logging all the
messages and just before the process exit. Also check f_prevline for NULL
before using it.
+ The time displayed is not synchornized with the other log destinations.
+ Fix a comment.
Obtained from: Juniper Networks
2007-12-11 06:10:10 +00:00
David E. O'Brien
c5ace62e4e
This commit was generated by cvs2svn to compensate for changes in r174531,
...
which included commits to RCS files with non-trunk default branches.
2007-12-11 03:35:39 +00:00
David E. O'Brien
c817ff638d
Do not fold -C*ABS<n> to ABS<-C*n> (i.e., do not move negative constants
...
inside ABS expression).
Obtained from: Richard Guenther <rguenther@suse.de>
Approved by: core
2007-12-11 03:35:39 +00:00
Robert Watson
5a246d2912
Add 'COMM' column to a few more output modes of procstat(1). The only
...
one it's missing from is the VM display, where there's really not room,
and the file output display is looking quite cramped.
2007-12-10 20:55:43 +00:00
John Baldwin
0a63574164
Bah, remove last vestiges of some statfs conversion fixes that aren't quite
...
ready for CVS yet that snuck into 1.68.
Pointy hat to: jhb
2007-12-10 19:42:23 +00:00
Doug Barton
56adc50828
Regenerated page that includes the WITH_GSSAPI knob.
2007-12-10 19:11:56 +00:00
Doug Barton
3fe21f77bc
Hide the building and installation of libgssapi behind the
...
WITHOUT_KERBEROS knob. While GSS can be used for other things
some third party software (most notably ports/x11/kdelibs3)
takes the presence of libgssapi as an indication that kerberos
is available, and attempts to link with the kerberos libs. If
they are not available, the build will fail.
Because you might want to use GSS but not kerberos, add a knob
to re-enable it if WITHOUT_KERBEROS is present.
Document the new knob, and the new behavior of WITHOUT_KERBEROS.
Not objected and/or generally agreed to by: freebsd-arch
Problem discussed/analyzed in:
PR: ports/116484
2007-12-10 19:09:24 +00:00
David E. O'Brien
b48287a32a
Clean up VCS Ids.
2007-12-10 16:03:40 +00:00
Ceri Davies
a1bad2e6dc
Bump .Dd for r1.63; fix small nit from the same.
2007-12-10 12:03:23 +00:00
Ceri Davies
d31a59f89b
Language nit.
2007-12-10 12:01:27 +00:00
Poul-Henning Kamp
c80d9b5937
Add a bit more detailed description about a configuration
...
file format and about using NAT "instances".
Submitted by: "Andrey V. Elsukov" <bu7cher@yandex.ru>
2007-12-10 07:50:07 +00:00
Sam Leffler
de0abf19ba
Wake On Lan (WOL) infrastructure
...
Submitted by: Stefan Sperling <stsp@stsp.name>
Reviewed by: brooks
2007-12-10 02:31:00 +00:00
Xin LI
226004be05
Reduce diff against RELENG_7.
...
Obtained from: The FreeBSD Simplified Chinese Project
2007-12-09 23:37:10 +00:00
Marcel Moolenaar
d5718812ea
Allow bsdlabel to operate on labels that have at most 26 partitions
...
by virtue of there not being any (lower-case) letters avaliable for
more partitions.
2007-12-09 22:58:49 +00:00
Marcel Moolenaar
3959198cc5
Decode as many or as few partition entries as the label claims there
...
are. We have already checked it against the caller provided maxpart.
2007-12-09 22:44:22 +00:00
Marcel Moolenaar
4275d83ab5
Fix a bug in the add verb, where we failed to keep the list
...
of partitions in index-order. This is assumed by the APM, MBR
and BSD partitioning schemes.
2007-12-09 22:26:42 +00:00
Doug Barton
fb9a33901e
Commit the regenerated page that includes the WITHOUT_INSTALLLIB knob.
2007-12-09 21:57:27 +00:00
Doug Barton
b1459afbfd
Add a reasonable-sounding description of the WITHOUT_INSTALLLIB knob.
2007-12-09 21:56:21 +00:00
Alan Cox
dbfb54ffea
Eliminate compilation warnings due to the use of non-static inlines
...
through the introduction and use of the __gnu89_inline attribute.
Submitted by: bde (i386)
MFC after: 3 days
2007-12-09 21:00:36 +00:00
David Schultz
1b12fbb195
Remove some test instrumentation. (The Symbol.map changes broke it anyway.)
2007-12-09 21:00:12 +00:00
David Schultz
a468cce785
Fixes to avoid overzealous constant folding.
2007-12-09 20:56:08 +00:00
Andrew Thompson
9ddd3624d9
Fix spelling.
...
Obtained from: OpenBSD
2007-12-09 20:47:12 +00:00
David Schultz
4e97f925b6
gcc 4 does some overzealous constant folding, and since it doesn't
...
support FENV_ACCESS, that was causing this test to fail. Use a volatile
to avoid the constant folding.
2007-12-09 20:16:48 +00:00
Andrew Thompson
2aec24b515
sc->ndis_tq variable is only initialized when a driver module is for wireless
...
NICs.
PR: kern/118439
Submitted by: Weongyo Jeong
2007-12-09 20:14:01 +00:00
David Schultz
0ce0ead5aa
Fix handling of subnormals on i386/ia64/amd64.
...
PR: 85080
2007-12-09 19:48:57 +00:00
Scott Long
f40b4cabee
Fix an incorrect FreeBSD version test.
2007-12-09 19:24:27 +00:00
Scott Long
579ec1a53f
Modify locking so that a single version of the driver src can be used on 6.x
...
and beyond.
2007-12-09 19:22:25 +00:00
Marius Strobl
3df889c865
Allow the targeted CPU type to be set via -mcpu instead of
...
limiting to the hardcoded equivalent of -mcpu=ultrasparc.
PR: 109510
MFC after: 3 months
2007-12-09 17:41:47 +00:00
Robert Watson
63d79c4fd6
Check for P_WEXIT before PHOLD() on a process in kstack and vm query
...
sysctls, as PHOLD() asserts !P_WEXIT.
Reported by: Michael Plass <mfp49_freebsd at plass-family dot net>
2007-12-09 17:22:27 +00:00
Warner Losh
640360c2f4
Use a clever definition of __FBSDID to allow building on !FreeBSD systems.
2007-12-09 16:48:51 +00:00
David Malone
71bd9b9cf9
If we are walking the IPv6 header chain and we hit an IPPROTO_NONE
...
header, then don't try to pullup anything, because there is no next
header if we hit IPPROTO_NONE. Set ulp to a non-NULL value so the
search for an upper layer header terinates.
This is based on Pekka's diagnosis, but I chose a simpler fix.
PR: 115261
Submitted by: Pekka Savola <pekkas@netcore.fi>
Reviewed by: mlaier
MFC after: 2 weeks
2007-12-09 15:35:09 +00:00
Remko Lodder
dcdaad925d
Be more accurate in the maximum filesize, it's 4GB not 4.3GB.
...
Reported by: njl
2007-12-09 13:34:10 +00:00
Kirill Ponomarev
e75d31642e
Backout previous commit, since it's done without maintainers
...
approval. These changes were approved by adding it as port to
ports/ tree, but not for src/. I talked to PR submitter and miwi@
some days ago and explained the reasons for it, the both were agree
to add it to ports/ only.
2007-12-09 11:01:58 +00:00
David E. O'Brien
569acadf29
Make it easier to experiment with alternate compression.
...
Reviewed by: kensmith
2007-12-09 04:24:09 +00:00
David E. O'Brien
df28e5cc57
Be more consistant and use UNZIPPER everywhere.
2007-12-09 02:43:28 +00:00
David E. O'Brien
f0693a7533
Add the 'pkg_search' script.
...
This makes it easier to figure what packages you want to install.
Submitted by: Matthias Schmidt <schmidtm @ mathematik . uni-marburg . de>
2007-12-09 02:06:00 +00:00
Doug Barton
1ff1baa60e
A few more cleanups.
2007-12-09 01:00:11 +00:00
Marius Strobl
ea7f7bdef3
Move WARNS as ed(1) also is only WARNS = 2 clean in the !DES case.
...
This fixes its compilation if MK_OPENSSL == no and also obsoletes
release/Makefile rev. 1.192. The latter isn't reverted though as
support for the fixit floppy and the rest of the boot floppies is
scheduled to be deorbited anyway.
Discussed with: kensmith
2007-12-09 00:14:27 +00:00
Remko Lodder
d2391ac491
There is no list to stop, so dont use .El.
...
Noticed by: brueffer
2007-12-08 23:42:01 +00:00
Remko Lodder
9b750c1c8e
Remove redundant whitespace.
...
Noticed by: brueffer
2007-12-08 23:41:13 +00:00
Remko Lodder
c0a11264b9
.Ed is not needed here, remove it.
...
Noticed by: brueffer
2007-12-08 23:40:11 +00:00
Marcel Moolenaar
04a814ef90
Internal partitions can not be deleted or modified.
2007-12-08 23:08:42 +00:00