| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
a bit optimized now.
Notes:
svn path=/head/; revision=102159
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102158
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102157
|
| |
|
|
|
|
|
| |
add it here.
Notes:
svn path=/head/; revision=102147
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102139
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102137
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102134
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102124
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102117
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102096
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102085
|
| |
|
|
|
|
|
|
| |
manipulation functions mbrlen(), mbrtowc(), mbsinit(), mbsrtowcs(),
wcrtomb(), wcsrtombs().
Notes:
svn path=/head/; revision=102050
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102033
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102031
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102030
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102008
|
| |
|
|
|
|
|
|
|
|
| |
disklabel.h; broken originally by 1.87 of sys/disklabel.h, which
made the split between DKTYPENAMES and FSTYPENAMES.
Someone who knows disklabel.c: do we still need DKTYPENAMES to be
defined here now?
Notes:
svn path=/head/; revision=101993
|
| |
|
|
|
|
|
|
|
|
| |
Submitted by: clkao@clkao.org
Reviewed by: keichii
Obtained from: NetBSD
MFC after: 1 month
Notes:
svn path=/head/; revision=101985
|
| |
|
|
|
|
|
|
|
|
| |
from attempting to use it for good. There is a catch, kvm_proc.c needs
to '#define _KERNEL' to get at the ucred.
Requested by: rwatson
Notes:
svn path=/head/; revision=101968
|
| |
|
|
|
|
|
|
|
|
|
| |
that it should also set the user's default MAC label, if available and
permitted.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=101959
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supplied buffer in case the size of it was equal to
the number of characters the converted address consumed.
The bug occurred when converting an AF_INET address.
- Remove the SPRINTF macro and use sprintf instead.
- Do not do string formatting using sprintf(3) and a
temporary buffer which is copied when the supplied
buffer provides enough space. Instead, use snprintf(3)
and the real destination buffer, thus avoid the copy.
Reported by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> (1)
PR: misc/41289
Notes:
svn path=/head/; revision=101943
|
| |
|
|
|
|
|
| |
than 80 columns.
Notes:
svn path=/head/; revision=101939
|
| |
|
|
|
|
|
|
|
|
| |
width smaller than 80 columns.
Thanks to Ruslan for an explanation of multiple ways to
achieve this.
Notes:
svn path=/head/; revision=101936
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101916
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101915
|
| |
|
|
|
|
|
|
|
| |
qualifier to function prototypes and definitions where
appropriate using the '__restrict' macro.
- Update the manual page.
Notes:
svn path=/head/; revision=101914
|
| |
|
|
|
|
|
|
| |
definitions to comply with IEEE Std 1003.1-2001.
- Update the manual pages.
Notes:
svn path=/head/; revision=101913
|
| |
|
|
|
|
|
|
|
|
|
| |
definitions of the functions that convert strings to numbers
and are defined by IEEE Std 1003-1.2001.
- Use ANSI-C function definitions for all of the functions
mentioned above plus strtouq and strtoq.
- Update the prototypes in the manual pages.
Notes:
svn path=/head/; revision=101912
|
| |
|
|
|
|
|
|
|
|
|
| |
public prototypes of setbuf(3) and setvbuf(3) using the
'__restrict' macro from <sys/cdefs.h> to be compliant with
IEEE Std 1003.1-2001.
- Replace the K&R with ANSI-C function definitions.
- Bring the manual page up-to-date.
Notes:
svn path=/head/; revision=101889
|
| |
|
|
|
|
|
|
|
|
|
|
| |
strftime(3) for IEEE Std 1003.1-2001 compliance and remove
excessive usage of the 'const' qualifier that was neither
present in the prototype in the publice header, nor in the
local prototype just above the function definition.
- Replace the K&R function definition with a ANSI-C one.
- Update the prototype of strftime(3) in its manual page.
Notes:
svn path=/head/; revision=101888
|
| |
|
|
|
|
|
|
|
|
| |
concatenation and copy functions using the '__restrict' macro.
This is to satisfy IEEE Std 1003-1.2001.
- Use ANSI-C function definitions.
- Add the 'restrict' keyword to the manual pages, too.
Notes:
svn path=/head/; revision=101887
|
| |
|
|
|
|
|
|
| |
function prototype and definition of strptime(3).
- Update the manual page.
Notes:
svn path=/head/; revision=101886
|
| |
|
|
|
|
|
| |
Suggested by: mike
Notes:
svn path=/head/; revision=101885
|
| |
|
|
|
|
|
|
|
|
| |
prototype of the tdelete(3) function.
- Remove duplicated space.
- Use an ANSI-C function definition for tdelete(3).
- Update the manual page.
Notes:
svn path=/head/; revision=101882
|
| |
|
|
|
|
|
|
|
|
| |
to the function definition of strxfrm(3) in form of our
'__restrict' macro.
- Use an ANSI-C function definition for strxfrm(3).
- Change the manual page accordingly.
Notes:
svn path=/head/; revision=101881
|
| |
|
|
|
|
|
|
|
|
| |
of our __restrict macro to the prototypes and function
definitions of inet_pton and inet_ntop.
- Use ANSI-C function argument lists.
- Adjust the prototypes in the manual page.
Notes:
svn path=/head/; revision=101880
|
| |
|
|
|
|
|
| |
The last commit cannot possibly have been tested.
Notes:
svn path=/head/; revision=101841
|
| |
|
|
|
|
|
| |
static buffer.
Notes:
svn path=/head/; revision=101820
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to cause bugs when gcc is more aggressively optimising things.
There are still problems with dtoa mentioned in the PR - maybe
Dan could suggest a patch.
PR: 40209
Submitted by: Dan Lukes <dan@obluda.cz>
Approved by: bde
MFC after: 2 weeks
Notes:
svn path=/head/; revision=101812
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101810
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101793
|
| |
|
|
|
|
|
| |
one-character ungetwc(3) buffer limit.
Notes:
svn path=/head/; revision=101782
|
| |
|
|
|
|
|
| |
St C99 in Standards section.
Notes:
svn path=/head/; revision=101781
|
| |
|
|
|
|
|
| |
putwc(), fputwc(), putwchar(), ungetwc(), fwide().
Notes:
svn path=/head/; revision=101776
|
| |
|
|
|
|
|
|
|
| |
PR: bin/30778
Reviewed by: ache, peter
MFC after: 3 days
Notes:
svn path=/head/; revision=101752
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101747
|
| |
|
|
|
|
|
|
|
|
| |
putwchar(), ungetwc() from NetBSD and Citrus Project, unmodified except
for the addition of $FreeBSD$.
Obtained from: NetBSD, Citrus Project
Notes:
svn path=/head/; revision=101732
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101727
|
| |
|
|
|
|
|
|
|
|
| |
copyright in -stable.
PR: 41397
Submitted by: dfr
Notes:
svn path=/head/; revision=101695
|
| |
|
|
|
|
|
|
|
|
| |
(unless someone tries to use libufs support functions without using
_fillout or _ctor to construct a uufsd.)
Obtained from: jmallett_libufs Perforce branch.
Notes:
svn path=/head/; revision=101687
|