| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
userland ieee488 support
Approved by: re@
Notes:
svn path=/stable/5/; revision=143262
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=143061
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=143060
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=142916
|
| |
|
|
|
|
|
|
|
| |
The Intel C/C++ compiler doesn't require a typedef for _Bool when compiling
C source so don't declare one when using the GCC-compatibility (defaulting
to GCC 2.95.0) of ICC.
Notes:
svn path=/stable/5/; revision=142638
|
| |
|
|
|
|
|
| |
any fake value.
Notes:
svn path=/stable/5/; revision=141786
|
| |
|
|
|
|
|
|
| |
src/include/netdb.h: 1.33
src/lib/libc/net/getaddrinfo.c: 1.56
Notes:
svn path=/stable/5/; revision=141176
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fts.3 1.22
Introduce new field 'fts_bignum' which is 64bit long and will allow to
make utilities like du(1) 64bit-clean.
When this field is used, one cannot use 'fts_number' and 'fts_pointer'
fields.
This commit doesn't break API nor ABI.
This work is part of the BigDisk project:
http://www.FreeBSD.org/projects/bigdisk/
Discussed on: arch@
Manual page work from: Peter Jeremy <PeterJeremy@optushome.com.au>
Notes:
svn path=/stable/5/; revision=140107
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=137837
|
| |
|
|
|
|
|
|
|
| |
Install NetFlow includes
Approved by: julian (mentor)
Notes:
svn path=/stable/5/; revision=137555
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This includes:
1. More granular NO_BIND_* make knobs.
2. WITH_BIND_LIBS make knob.
3. Run in an automatically configured chroot dir by default.
4. Edit paths in man pages, and install man pages for liblwres.
5. Improve named.conf and make it work with the new structure.
6. Install the bind9 docs.
7. A few Makefile style fixes.
Approved by: re (scottl)
Notes:
svn path=/stable/5/; revision=135998
|
| |
|
|
|
|
|
| |
Approved by: re (scottl)
Notes:
svn path=/stable/5/; revision=135523
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
date: 2004/09/03 23:26:55; author: stefanf; state: Exp; lines: +1 -1
Embarrassing typo: s/nextbyint/nearbyint/
date: 2004/09/03 23:31:28; author: stefanf; state: Exp; lines: +4 -4
Use the keyword '_Complex' rather than the macro 'complex' since
applications are allowed to undefine the latter.
date: 2004/09/03 23:44:09; author: stefanf; state: Exp; lines: +2 -1
Add a workaround to recognise I/_Complex_I as complex arguments. Although
the GCC manual claims that the expression 1.0fi has type float _Complex,
__builtin_types_compatible_p(float _Complex, __typeof__(1.0fi))) yields 0.
Approved by: re (scottl)
Notes:
svn path=/stable/5/; revision=134857
|
| |
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/stable/5/; revision=134471
|
| |
|
|
| |
Notes:
svn path=/head/; revision=133812
|
| |
|
|
| |
Notes:
svn path=/head/; revision=133725
|
| |
|
|
| |
Notes:
svn path=/head/; revision=133724
|
| |
|
|
|
|
|
| |
Suggested by: ru
Notes:
svn path=/head/; revision=133567
|
| |
|
|
| |
Notes:
svn path=/head/; revision=133564
|
| |
|
|
| |
Notes:
svn path=/head/; revision=133560
|
| |
|
|
|
|
|
|
|
| |
which has been repo-copied from ctype.h. This will allow us to remove
namespace pollution from <wctype.h> and to make wcwidth() an inline function
without introducing more pollution.
Notes:
svn path=/head/; revision=133559
|
| |
|
|
|
|
|
|
|
|
| |
for the <math.h> and <complex.h> functions that have float, double and long
double implementations. Such type-generic macros expand to an actual
function, depending on the types of the macro arguments, eg. if <tgmath.h>
is included, the invocation cos(1.0f) calls the function cosf().
Notes:
svn path=/head/; revision=133333
|
| |
|
|
| |
Notes:
svn path=/head/; revision=132905
|
| |
|
|
| |
Notes:
svn path=/head/; revision=132577
|
| |
|
|
| |
Notes:
svn path=/head/; revision=132565
|
| |
|
|
|
|
|
| |
which is not strictly pure because it calls malloc()/free() in some cases.
Notes:
svn path=/head/; revision=132564
|
| |
|
|
|
|
|
|
|
|
| |
convenient when the source string isn't null-terminated.
Implement the other conversion functions (mbstowcs(), mbsrtowcs(), wcstombs(),
wcsrtombs()) in terms of these new functions.
Notes:
svn path=/head/; revision=132497
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
copyright owner. Typical bugs fixed by this are:
o various style(9) bugs,
o #ifdef'd out code,
o lack of comments,
o missing const,
o introduction of obsolete functions,
o missing __BEGIN_DECLS & __END_DECLS,
The major flaw in this version, that was also present in the previous
version is the lack of man page. Minor flaws undoubtedly still exist.
Notes:
svn path=/head/; revision=132297
|
| |
|
|
| |
Notes:
svn path=/head/; revision=132242
|
| |
|
|
|
|
|
|
| |
use, program wants to load libthread_db.so should provid proc service
interface.
Notes:
svn path=/head/; revision=132173
|
| |
|
|
|
|
|
| |
contains an illegal multibyte character sequence.
Notes:
svn path=/head/; revision=132017
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131875
|
| |
|
|
|
|
|
|
|
| |
class. This is necessary in order to implement tr(1) efficiently in
multibyte locales, since the brute force method of finding all characters
in a class is infeasible with a 32-bit (or wider) wchar_t.
Notes:
svn path=/head/; revision=131787
|
| |
|
|
|
|
|
|
|
|
|
| |
ftw.h. This is the implementation written by Joel Baker
<fenton@debian.org> for inclusion in NetBSD, but with several
bugfixes.
Obtained from: Debian
Notes:
svn path=/head/; revision=131661
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This class is used for detecting volume labels on file systems:
UFS, MSDOSFS (FAT12, FAT16, FAT32) and ISO9660.
It also provide native labelization (there is no need for file system).
g_label_ufs.c is based on geom_vol_ffs from Gordon Tetlow.
g_label_msdos.c and g_label_iso9660.c are probably hacks, I just found
where volume labels are stored and I use those offsets here,
but with this class it should be easy to do it as it should be done by
someone who know how.
Implementing volume labels detection for other file systems also should
be trivial.
New providers are created in those directories:
/dev/ufs/ (UFS1, UFS2)
/dev/msdosfs/ (FAT12, FAT16, FAT32)
/dev/iso9660/ (ISO9660)
/dev/label/ (native labels, configured with glabel(8))
Manual page cleanups and some comments inside were submitted by
Simon L. Nielsen, who was, as always, very helpful. Thanks!
Notes:
svn path=/head/; revision=131476
|
| |
|
|
|
|
|
| |
Noticed by: Stoned Elipot
Notes:
svn path=/head/; revision=131331
|
| |
|
|
|
|
|
| |
bring back the inline functions for the !__BSD_VISIBLE case.
Notes:
svn path=/head/; revision=130962
|
| |
|
|
|
|
|
|
|
| |
with ``__'' to avoid polluting the namespace. This doesn't change the
documented rune interface at all, but breaks applications that accessed
_RuneLocale directly.
Notes:
svn path=/head/; revision=130961
|
| |
|
|
|
|
|
|
|
| |
friendly. Use the systems headers rather than local versions.
Reviewed by: ru
Notes:
svn path=/head/; revision=130927
|
| |
|
|
| |
Notes:
svn path=/head/; revision=130773
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
your (network) modules as well as any userland that might make sense of
sizeof(struct ifnet).
This does not change the queueing yet. These changes will follow in a
seperate commit. Same with the driver changes, which need case by case
evaluation.
__FreeBSD_version bump will follow.
Tested-by: (i386)LINT
Notes:
svn path=/head/; revision=130416
|
| |
|
|
|
|
|
| |
Noticed by: stefanf
Notes:
svn path=/head/; revision=130185
|
| |
|
|
|
|
|
| |
consistency with <ctype.h>.
Notes:
svn path=/head/; revision=129892
|
| |
|
|
|
|
|
|
|
|
| |
needed for cases where GCC's builtin functions cannot be used and for
compilers that don't know about them.
Approved by: das (mentor)
Notes:
svn path=/head/; revision=129864
|
| |
|
|
|
|
|
|
|
|
|
|
| |
arguments to the needed type and so the result type depended on the argument
type. Fixing them isn't really worth the effort because GCC emits the same
assembler code with or without them.
Not minded by: ru
Approved by: das (mentor)
Notes:
svn path=/head/; revision=129861
|
| |
|
|
|
|
|
|
| |
on sparc64. Obtained from and cross-checked with the NetBSD version
of this file and the rpcgen-generated code.
Notes:
svn path=/head/; revision=129777
|
| |
|
|
|
|
|
|
| |
putwchar(), but this time avoid redundantly declaring __stdinp and
__stdoutp when source files include both <stdio.h> and <wchar.h>.
Notes:
svn path=/head/; revision=129774
|
| |
|
|
| |
Notes:
svn path=/head/; revision=129713
|
| |
|
|
|
|
|
|
|
| |
version of itself.
Noticed by: stefanf
Notes:
svn path=/head/; revision=129710
|
| |
|
|
|
|
|
| |
putwchar() to reduce function call overhead.
Notes:
svn path=/head/; revision=129705
|