summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/merge.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1996-12-12Update {hton,ntoh}[ls] argument and return types to match changes intholo4-22/+18
<machine/endian.h>
1996-12-11Fix typotholo1-2/+2
1996-12-10"the the" purgederaadt3-6/+6
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theniklas1-11/+15
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds
1996-11-24more 64bit fixesniklas1-10/+12
1996-11-2364 bit cleanniklas1-3/+25
1996-11-22removed plus sign from start of linekstailey1-2/+2
1996-11-14sys/types.h will serve us better than machine/endian.h.etheisen1-3/+2
1996-11-14memcpy needs proto from string.h.etheisen1-1/+2
1996-11-14Include <machine/types.h> for now.etheisen1-1/+2
1996-11-01explain better how to make exportable binsderaadt1-5/+11
1996-10-29typo.michaels1-2/+2
1996-10-28Deal correctly with time zonestholo1-2/+3
1996-10-26Manpage update to match changed functionality; by alex@FreeBSD.orgtholo1-3/+3
1996-10-25add decldownsj1-1/+3
1996-10-25POSIX requires stdio buffers be flushed on aborttholo1-1/+7
1996-10-15unused variable noticed by asriel(right?), proto from mccanne; fed to freebsdderaadt1-5/+12
1996-10-08Attempt at cleanup.michaels1-2/+2
1996-09-28bzzztderaadt1-11/+14
1996-09-27more INADDRSZ pedantryderaadt1-14/+11
1996-09-27use INADDRSZ, more careful length checkingderaadt1-7/+8
1996-09-26Make sure we don't dereference stray pointer when running suid or sgidtholo1-1/+3
1996-09-26be safer about spoofed hostnames; thanks to bitblt and oliver for help with ↵deraadt1-14/+50
these ideas
1996-09-26Restore check for suid / sgidtholo1-2/+2
1996-09-26Latest changes from FreeBSDtholo2-228/+381
1996-09-25need limits.hderaadt1-1/+2
1996-09-25nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, ↵deraadt2-10/+15
mike.long@analog.com
1996-09-22cannot be static, named uses itderaadt1-2/+2
1996-09-22random function namederaadt1-3/+2
1996-09-22randomize _res.id at start; could do better i hopederaadt1-3/+7
1996-09-19From FreeBSD:tholo1-3/+4
> Fix a very rare error condition: The code to free VM back to the kernel > as done after a quasi-recursive call to free() had modified what we > thought we knew about the last chunk of pages. > This bug manifested itself when I did a "make obj" from src/usr.sbin/lpr, > then make would coredump in the lpd directory.
1996-09-16Avoid pulling in stdiotholo3-11/+43
1996-09-15Add a couple of syscalls; bring more prototypes into scopetholo1-1/+2
1996-09-15Remove dead codetholo10-25/+31
Remove unused variables Silence some warnings lint(1) is your friend
1996-09-11only support MALLOC_OPTIONS for non-setuidderaadt1-3/+5
1996-09-06asm -> __asm, clean lint(1) warningstholo1-15/+16
1996-09-05nc is *hobbit*'s netcat; let the sysadm have the same tools the crackersderaadt30-0/+4789
have, so that he may learn what the network is about and protect it better.
1996-09-05document latest rcmd changemillert1-5/+7
1996-09-05ignore $RSH if we are setuidmillert1-2/+2
1996-09-03proper typesderaadt1-1/+2
1996-09-03constrain to MAXHOSTNAMELENderaadt1-2/+7
1996-09-02talk about $RSHmillert1-2/+9
1996-09-02Looks at RSH envariable and calls rcmdsh() with that value if set.millert1-2/+11
1996-09-01talk about rcmdsh()millert1-2/+14
1996-09-01First cut at man page for rcmdsh()millert2-2/+111
1996-09-01Don't dup stderr, you lose error messages and rsh does it for us anyway.millert1-3/+3
1996-09-01i have changed this enough to put copyright on itderaadt1-1/+3
1996-08-31check right variablederaadt1-2/+2
1996-08-30avoid port 1023 morederaadt1-7/+11
1996-08-30call rcmdsh() if euid != 0 and port is shell/tcp. This lets usmillert1-1/+9
get away with fewer setuid binaries.