obrien
37273340a9
+ 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
obrien
845b8728c8
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
obrien
436a930242
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
rwatson
8bc41fcc02
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
jhb
95c5027710
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
dougb
0aba7688c8
Regenerated page that includes the WITH_GSSAPI knob.
2007-12-10 19:11:56 +00:00
dougb
13eeb9aa26
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
obrien
0d684d927b
Clean up VCS Ids.
2007-12-10 16:03:40 +00:00
ceri
ebbb79756a
Bump .Dd for r1.63; fix small nit from the same.
2007-12-10 12:03:23 +00:00
ceri
d97121c256
Language nit.
2007-12-10 12:01:27 +00:00
phk
4b233f446d
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
08954540f8
Wake On Lan (WOL) infrastructure
...
Submitted by: Stefan Sperling <stsp@stsp.name>
Reviewed by: brooks
2007-12-10 02:31:00 +00:00
delphij
3382d2b4e5
Reduce diff against RELENG_7.
...
Obtained from: The FreeBSD Simplified Chinese Project
2007-12-09 23:37:10 +00:00
marcel
9bdadf99de
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
2f8a94b8fe
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
3d56eaad5f
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
dougb
bfede6d7d4
Commit the regenerated page that includes the WITHOUT_INSTALLLIB knob.
2007-12-09 21:57:27 +00:00
dougb
8610f79279
Add a reasonable-sounding description of the WITHOUT_INSTALLLIB knob.
2007-12-09 21:56:21 +00:00
alc
fed3c18cd6
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
das
ec6292aa68
Remove some test instrumentation. (The Symbol.map changes broke it anyway.)
2007-12-09 21:00:12 +00:00
das
2f1b111f90
Fixes to avoid overzealous constant folding.
2007-12-09 20:56:08 +00:00
thompsa
228f20a1fe
Fix spelling.
...
Obtained from: OpenBSD
2007-12-09 20:47:12 +00:00
das
faeb9466cb
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
thompsa
8b2f43475d
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
das
0ae05e01f7
Fix handling of subnormals on i386/ia64/amd64.
...
PR: 85080
2007-12-09 19:48:57 +00:00
scottl
9a48b755d2
Fix an incorrect FreeBSD version test.
2007-12-09 19:24:27 +00:00
scottl
7f4a636cb7
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
ef6adb6dc2
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
rwatson
cce7cfdaf5
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
imp
3f2bc4767d
Use a clever definition of __FBSDID to allow building on !FreeBSD systems.
2007-12-09 16:48:51 +00:00
dwmalone
f0253dbb16
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
a233a2bd76
Be more accurate in the maximum filesize, it's 4GB not 4.3GB.
...
Reported by: njl
2007-12-09 13:34:10 +00:00
krion
70e9d0b264
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
obrien
00933f1fa5
Make it easier to experiment with alternate compression.
...
Reviewed by: kensmith
2007-12-09 04:24:09 +00:00
obrien
9ec05cab03
Be more consistant and use UNZIPPER everywhere.
2007-12-09 02:43:28 +00:00
obrien
e1a1c3d600
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
dougb
d030746b0b
A few more cleanups.
2007-12-09 01:00:11 +00:00
marius
38cb2e14c1
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
9b70a6ae1f
There is no list to stop, so dont use .El.
...
Noticed by: brueffer
2007-12-08 23:42:01 +00:00
remko
8070e34b15
Remove redundant whitespace.
...
Noticed by: brueffer
2007-12-08 23:41:13 +00:00
remko
db036cab4d
.Ed is not needed here, remove it.
...
Noticed by: brueffer
2007-12-08 23:40:11 +00:00
marcel
534092d0a2
Internal partitions can not be deleted or modified.
2007-12-08 23:08:42 +00:00
dougb
8b27e899e4
Add an empty stop_cmd to the remaining scripts that don't start
...
daemons and don't already have one.
2007-12-08 23:00:28 +00:00
remko
f956375817
Make the warning a bit less 'broad' then it used to be. The access
...
is seems to be a problem for SUID applications, which we like to
prevent as much as possible.
PR: docs/39530
Submitted by: Soren Spies <sspies at apple dot com>
MFC After: 3 days
2007-12-08 22:50:35 +00:00
remko
97bbfe4ca7
Improve readability for the hosts.equiv file regarding the notation
...
of hostnames.
PR: docs/35953
Submitted by: "Gary W. Swearingen" <swear at blarg dot net>
With minor modifications by me.
2007-12-08 22:43:16 +00:00
dougb
3a306344f7
Remove a meaningless KEYWORD
2007-12-08 22:40:31 +00:00
remko
732b0262f6
Add information about the maximum file size for msdosfs.
...
PR: docs/112935
Submitted by: Julian Stacey <jhs at berklix dot org>
Actually this was inspired by the ticket submitted
by Julian.
MFC After: 3 days
2007-12-08 22:38:12 +00:00
dougb
4c320b2623
Remove the bootconf.sh script. It was never used on FreeBSD, and was
...
removed from the Makefile in version 1.5 (2002/09/02) but never GC'ed.
2007-12-08 22:33:11 +00:00
dougb
436c8fbd62
Remove spurious # marks to be more consistent with existing style.
2007-12-08 22:27:18 +00:00
dougb
92008444a3
Remove empty REQUIRE line
2007-12-08 22:26:30 +00:00