| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Ok'd by: kan
Notes:
svn path=/head/; revision=169807
|
|
|
|
|
|
|
|
|
|
| |
they are not inappropriately padded as a result of compiler changes.
PR: kern/74105
Submitted by: Bob Johnson <bob89 at eng dot ufl dot edu>
Notes:
svn path=/head/; revision=167016
|
|
|
|
|
|
|
| |
from lib/libncp. Make it so. Also, renumbered clauses.
Notes:
svn path=/head/; revision=165920
|
|
|
|
|
|
|
| |
strlen, strcmp live in <string.h> not <string.h>.
Notes:
svn path=/head/; revision=162486
|
|
|
|
| |
Notes:
svn path=/head/; revision=156775
|
|
|
|
| |
Notes:
svn path=/head/; revision=152285
|
|
|
|
|
|
|
|
|
|
| |
been bumped since RELENG_5.
Reviewed by: ru
Approved by: re (not needed for commit check but in principle...)
Notes:
svn path=/head/; revision=148297
|
|
|
|
| |
Notes:
svn path=/head/; revision=140346
|
|
|
|
|
|
|
| |
OK'ed by: core
Notes:
svn path=/head/; revision=139103
|
|
|
|
| |
Notes:
svn path=/head/; revision=135576
|
|
|
|
| |
Notes:
svn path=/head/; revision=132758
|
|
|
|
|
|
|
| |
interface.
Notes:
svn path=/head/; revision=129978
|
|
|
|
| |
Notes:
svn path=/head/; revision=126950
|
|
|
|
|
|
|
|
|
| |
size_t, not int. This could be fatal where size_t is long.
Reviewed by: bp
Notes:
svn path=/head/; revision=118025
|
|
|
|
|
|
|
| |
avoid false positive while searching for __FreeBSD_version abuse.
Notes:
svn path=/head/; revision=113043
|
|
|
|
|
|
|
|
| |
and the kernel instead of adding more syscalls at runtime. As a bonus,
you can now restrict access to the kernel NCP interface with chmod.
Notes:
svn path=/head/; revision=111657
|
|
|
|
| |
Notes:
svn path=/head/; revision=104073
|
|
|
|
| |
Notes:
svn path=/head/; revision=97626
|
|
|
|
|
|
|
|
|
|
| |
to Sweden standards.
Submitted by: Roger Olofsson <roger.olofsson@kommun.engelholm.se>
MFC after: 1 week
Notes:
svn path=/head/; revision=95108
|
|
|
|
|
|
|
|
|
| |
Also, make an internal _getprogname() that is used only inside
libc. For libc, getprogname(3) is a weak symbol in case a
function of the same name is defined in userland.
Notes:
svn path=/head/; revision=93399
|
|
|
|
| |
Notes:
svn path=/head/; revision=92941
|
|
|
|
| |
Notes:
svn path=/head/; revision=92917
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
deprecated in favor of the POSIX-defined lowercase variants.
o Change all occurrences of NTOHL() and associated marcros in the
source tree to use the lowercase function variants.
o Add missing license bits to sparc64's <machine/endian.h>.
Approved by: jake
o Clean up <machine/endian.h> files.
o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>.
o Remove prototypes for non-existent bswapXX() functions.
o Include <machine/endian.h> in <arpa/inet.h> to define the
POSIX-required ntohl() family of functions.
o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>,
and <sys/param.h>.
o Prepend underscores to the ntohl() family to help deal with
complexities associated with having MD (asm and inline) versions, and
having to prevent exposure of these functions in other headers that
happen to make use of endian-specific defines.
o Create weak aliases to the canonical function name to help deal with
third-party software forgetting to include an appropriate header.
o Remove some now unneeded pollution from <sys/types.h>.
o Add missing <arpa/inet.h> includes in userland.
Tested on: alpha, i386
Reviewed by: bde, jake, tmm
Notes:
svn path=/head/; revision=90868
|
|
|
|
| |
Notes:
svn path=/head/; revision=84768
|
|
|
|
| |
Notes:
svn path=/head/; revision=84213
|
|
|
|
|
|
|
|
|
| |
instead of char *.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=81975
|
|
|
|
|
|
|
| |
- /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs
Notes:
svn path=/head/; revision=77223
|
|
|
|
| |
Notes:
svn path=/head/; revision=76176
|
|
|
|
|
|
|
|
|
| |
It was not discussed and should probably not happen.
Requested by: msmith and others
Notes:
svn path=/head/; revision=60938
|
|
|
|
|
|
|
|
|
|
|
| |
the type argument to *_HEAD and *_ENTRY is a struct.
Suggested by: phk
Reviewed by: phk
Approved by: mdodd
Notes:
svn path=/head/; revision=60833
|
|
|
|
|
|
|
| |
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
Notes:
svn path=/head/; revision=55298
|
|
|
|
|
|
|
|
|
| |
sys/netncp/*. Disconnect them from here to avoid breakage.
Submitted by: bp
Notes:
svn path=/head/; revision=53109
|
|
|
|
| |
Notes:
svn path=/head/; revision=52819
|
|
|
|
|
|
|
| |
Pointed by: bde
Notes:
svn path=/head/; revision=52704
|
|
|
|
|
|
|
| |
greater than 255 in the broadcast messages.
Notes:
svn path=/head/; revision=52626
|
|
|
|
| |
Notes:
svn path=/head/; revision=52414
|
|
Reviewed by: jdp, mdodd
Notes:
svn path=/head/; revision=52153
|