Peter Pentchev
16d9177176
Bump the document date, since the content changed today.
...
Discussed with: ru
2004-08-06 15:29:54 +00:00
Peter Pentchev
9a3daf494b
Fix a case of _SC_CLK_TCK being misspelled as _SC_CLOCK_TCK.
...
PR: 69428
Submitted by: Sascha Schneider <suntsu@suntsu.org>
MFC after: 2 weeks
2004-08-06 14:49:11 +00:00
Hartmut Brandt
2216298b64
Add the right CFLAGS to show that we have err.h, getaddrinfo and strlcpy.
...
Add support.c to the list of source files.
2004-08-06 13:43:29 +00:00
Peter Pentchev
b047cf9879
Spell FTP correctly - in this case, it is used as the name of the protocol,
...
not the program. Also, bump the document date.
Reminded by: our resident mdoc guard (ru)
2004-08-06 12:56:39 +00:00
Peter Pentchev
808712c91c
Cross-reference getnameinfo(3), getaddrinfo(3), getipnodebyname(3) and
...
getipnodebyaddr(3).
PR: 54229
Submitted by: Samuel Tardieu <sam@inf.enst.fr>
MFC after: 2 weeks
2004-08-06 12:02:07 +00:00
Peter Pentchev
a222db0461
Fix a printf("%b", ..) example.
...
PR: 68849
Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us>
MFC after: 1 week
2004-08-06 11:24:37 +00:00
Peter Pentchev
1575f75dc9
Add Giorgos's description of the ftp-chroot login.conf option.
...
Reported by: Bill Moran <wmoran@potentialtech.com>
Submitted by: keramida
MFC after: 2 weeks
2004-08-06 10:43:24 +00:00
Colin Percival
d37df47d31
Join the 21st century: Cryptography is no longer an optional component
...
of releases. The -DNOCRYPT build option still exists for anyone who
really wants to build non-cryptographic binaries, but the "crypto"
release distribution is now part of "base", and anyone installing from a
release will get cryptographic binaries.
Approved by: re (scottl), markm
Discussed on: freebsd-current, in late April 2004
2004-08-06 07:27:08 +00:00
Marcel Moolenaar
7bf298bcad
Don't use type unknown for partitions that we don't care about because
...
the chunk will never be added to the list in that case. Use type mbr
for GPT nested MBRs and use type part for any partition we don't know
or care about. Since the subtype is 0, this should not cause confusion.
2004-08-05 17:44:07 +00:00
Olivier Houchard
60b22cf1c2
Only use rfs and wfs if ARM_HARD_FLOAT is defined, and use stubs if it is not,
...
in order to unbreak arm make world. The right way to do it with soft floats
will be figured out later.
Discussed with: das
2004-08-05 14:07:24 +00:00
David Schultz
2208ce0a06
Replace s_isnan.c and s_isnanf.c with the more compact s_isnan.c from
...
libc. The externally-visible effect of this is to add __isnanl() to
libm, which means that libm.so.2 can once again link against libc.so.4
when LD_BIND_NOW is set. This was broken by the addition of fdiml(),
which calls __isnanl().
2004-08-05 01:46:11 +00:00
David Schultz
8dc56b6821
Use isnormal() instead of fpclassify() to avoid dependency on libc.so.5.
2004-08-05 01:44:55 +00:00
Joe Marcus Clarke
5c7e7e80cc
Fix Skinny and PPTP NAT'ing after the introduction of the {ip,tcp,udp}_next
...
functions. Basically, the ip_next() function was used to get the PPTP and
Skinny headers when tcp_next() should have been used instead. Symptoms of
this included a segfault in natd when trying to process a PPTP or Skinny
packet.
Approved by: des
2004-08-04 15:17:08 +00:00
Hartmut Brandt
caf55ed6b5
Move libbsnmp.so to /lib so that it is available to atmconfig.
...
At the moment the only dependency on this library is bsnmpd.
Approved by: silence on re@
2004-08-04 06:46:02 +00:00
Tim Kientzle
16918868d3
Correct the names and descriptions of the man pages.
2004-08-04 06:19:31 +00:00
Doug Rabson
0e1c7d0f08
Add stubs for TLS functions. These will be replaced at runtime by the
...
functional versions in rtld.
2004-08-03 08:54:01 +00:00
David Xu
4513fb36aa
s/TMDF_DONOTRUNUSER/TMDF_SUSPEND/g
...
Dicussed with: deischen
2004-08-03 02:23:06 +00:00
Lukas Ertl
31359ff400
Typo in comment.
2004-08-02 19:57:37 +00:00
Lukas Ertl
3231ba13da
Ignore geom_vinum providers.
2004-08-02 19:14:58 +00:00
Stefan Farfeleder
3103c94843
Remove an implicit int parameter by using prototypes.
2004-08-02 08:46:23 +00:00
Stefan Farfeleder
44a35598ff
Don't pass function pointers via a void * parameter.
2004-08-02 08:18:43 +00:00
Tim Kientzle
da40bbb79e
For the "portable" distribution, the configure script will overwrite
...
"Makefile," so I'm moving all the FreeBSD build machinery to
"Makefile.freebsd", with the default "Makefile" containing a single
include.
2004-08-01 19:30:56 +00:00
Tim Kientzle
b5fda35ca3
C standard does not permit empty initializer list.
...
Thanks to: Stefan Farfeleder
2004-08-01 19:02:49 +00:00
David Xu
447d36ec16
Add missing thread suspension/resumption code, fix a bug in pt_thr_sstep,
...
don't overwrite other debug flags.
2004-08-01 04:57:04 +00:00
David Xu
6cc695d3b2
Add code to implement register structure converter.
2004-08-01 02:08:39 +00:00
Gregory Neil Shapiro
f673db9f69
Reflect changes in sendmail 8.13 source tree
2004-08-01 01:16:59 +00:00
Warner Losh
9e749cc9c5
Expand the license referenced indirectly inline.
2004-07-31 18:49:53 +00:00
David Xu
aa087e0e12
Save context in kernel fashion, so it can be restored by
...
kse_switchin syscall.
2004-07-31 14:18:26 +00:00
David Xu
5f0d8cc327
Remove unused field.
2004-07-31 14:14:55 +00:00
David Xu
df6978352a
Macro optimize, this increases context switch speed about 2% on my
...
athlon64 machine.
2004-07-31 01:53:21 +00:00
David Xu
d3c6a920f1
1. Use correct alignment mask, -15 != ~15
...
2. Make end of frames
2004-07-31 01:41:41 +00:00
Warner Losh
d68c1e59a8
Use #include <unistd.h> rather than the explicit externs in the
...
example. The externs haven't been needed in about 10 years, so
there's no reason to have them other than for hysterical raisins. And
the California Rasins haven't been around for a long time...
2004-07-31 01:00:50 +00:00
Mike Makonnen
0feabab576
o Assertions to catch that stuff that shouldn't happen is not happening.
...
o In the rwlock code: move a duplicated check inside an if..else to after
the if...else clause.
o When initializing a static rwlock move the initialization check
inside the lock.
o In thr_setschedparam.c: When breaking out of the trylock...retry if busy
loop make sure to reset the mtx pointer to null if the mutex is nolonger
in a queue.
2004-07-30 17:13:00 +00:00
Tim Kientzle
769756525d
Conditionalize the bzip2/gzip compression/decompression
...
code on the existence of the relevant libraries (actually,
the existence of the include files).
This will allow the library to be easily ported to systems
that don't have these libraries. (Of course, it also means
that clients using the library on such systems will not be
able to take advantage of the automatic compression format
detection.)
2004-07-30 04:14:47 +00:00
Tim J. Robbins
0db74aa4a9
Re-word the COMPATIBILITY section, taking care to use the word "deprecated"
...
to describe the 4.4BSD extension of accepting arguments outside the range
of unsigned char. This gives us freedom to remove this extension when we
remove the <rune.h> interface in FreeBSD 6.
2004-07-29 23:32:41 +00:00
Alexander Kabaev
132cc0756e
Use newly added __used attribute to keep static function symbols from being
...
eliminated by compiler optimizer.
2004-07-29 18:07:08 +00:00
Scott Long
c893420ff0
Change a couple of comments so that GCC doesn't think that they contain
...
tri-graphs.
2004-07-29 15:35:45 +00:00
Tim J. Robbins
a351559479
Remove unnecessary #include directives.
2004-07-29 06:18:40 +00:00
Tim J. Robbins
a0998ce663
Prefer <runetype.h> to <rune.h>, since the latter is going away soon.
2004-07-29 06:16:19 +00:00
Tim J. Robbins
e214931fbf
Remove useless checks for characters longer than INT_MAX bytes.
2004-07-29 06:08:31 +00:00
Tim J. Robbins
e9346e012d
Add support for multibyte characters.
2004-07-29 03:48:52 +00:00
Tim J. Robbins
9a9aa3ffa1
Add a paragraph break in the STANDARDS section to improve readability.
2004-07-29 03:41:24 +00:00
Tim J. Robbins
9d88e27007
Add support for multibyte characters.
2004-07-29 03:13:10 +00:00
Tim J. Robbins
f825dd29c2
Document incorrect handling of multibyte characters due to limitations
...
of sh(1).
2004-07-28 15:43:33 +00:00
David Xu
0187c8ff4e
Set fpu context flags to known values, zero is illegal.
2004-07-28 13:08:24 +00:00
Dag-Erling Smørgrav
7688459683
ANSIfy and constify; this now builds with GCC 3.4.
2004-07-28 11:56:03 +00:00
Alexander Kabaev
dd86691ec8
Work around known GCC 3.4.x problem and use ANSI prototype for dremf().
2004-07-28 05:53:18 +00:00
Alexander Kabaev
2d18d113c7
Downgrade WARNS level for GCC 3.4.2.
2004-07-28 05:49:15 +00:00
Alexander Kabaev
511938318c
Avoid casts as lvalues.
2004-07-28 05:44:52 +00:00
Alexander Kabaev
c2cc554bbe
Downgrage WARNS level for GCC 3.4.x.
2004-07-28 05:44:07 +00:00