Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | arc4random() number generator, for use with things like RPC xid's. | dm | 1996-12-28 | 2 | -2/+177 | |
| | | ||||||
* | | Add powerpc support. To bad this needs to be modified for every | rahnds | 1996-12-21 | 1 | -2/+3 | |
| | | | | | | | | new architecture. | |||||
* | | Clean up lint and compile warnings | tholo | 1996-12-14 | 2 | -20/+20 | |
| | | ||||||
* | | Update {hton,ntoh}[ls] argument and return types to match changes in | tholo | 1996-12-12 | 4 | -22/+18 | |
| | | | | | | | | <machine/endian.h> | |||||
* | | Fix typo | tholo | 1996-12-11 | 1 | -2/+2 | |
| | | ||||||
* | | "the the" purge | deraadt | 1996-12-10 | 3 | -6/+6 | |
| | | ||||||
* | | htons et al. works on explicit 16- and 32-bit quantities and not the | niklas | 1996-11-25 | 1 | -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 | |||||
* | | more 64bit fixes | niklas | 1996-11-24 | 1 | -10/+12 | |
| | | ||||||
* | | 64 bit clean | niklas | 1996-11-23 | 1 | -3/+25 | |
| | | ||||||
* | | removed plus sign from start of line | kstailey | 1996-11-22 | 1 | -2/+2 | |
| | | ||||||
* | | sys/types.h will serve us better than machine/endian.h. | etheisen | 1996-11-14 | 1 | -3/+2 | |
| | | ||||||
* | | memcpy needs proto from string.h. | etheisen | 1996-11-14 | 1 | -1/+2 | |
| | | ||||||
* | | Include <machine/types.h> for now. | etheisen | 1996-11-14 | 1 | -1/+2 | |
| | | ||||||
* | | explain better how to make exportable bins | deraadt | 1996-11-01 | 1 | -5/+11 | |
| | | ||||||
* | | typo. | michaels | 1996-10-29 | 1 | -2/+2 | |
| | | ||||||
* | | Deal correctly with time zones | tholo | 1996-10-28 | 1 | -2/+3 | |
| | | ||||||
* | | Manpage update to match changed functionality; by alex@FreeBSD.org | tholo | 1996-10-26 | 1 | -3/+3 | |
| | | ||||||
* | | add decl | downsj | 1996-10-25 | 1 | -1/+3 | |
| | | ||||||
* | | POSIX requires stdio buffers be flushed on abort | tholo | 1996-10-25 | 1 | -1/+7 | |
| | | ||||||
* | | unused variable noticed by asriel(right?), proto from mccanne; fed to freebsd | deraadt | 1996-10-15 | 1 | -5/+12 | |
| | | ||||||
* | | Attempt at cleanup. | michaels | 1996-10-08 | 1 | -2/+2 | |
| | | ||||||
* | | bzzzt | deraadt | 1996-09-28 | 1 | -11/+14 | |
| | | ||||||
* | | more INADDRSZ pedantry | deraadt | 1996-09-27 | 1 | -14/+11 | |
| | | ||||||
* | | use INADDRSZ, more careful length checking | deraadt | 1996-09-27 | 1 | -7/+8 | |
| | | ||||||
* | | Make sure we don't dereference stray pointer when running suid or sgid | tholo | 1996-09-26 | 1 | -1/+3 | |
| | | ||||||
* | | be safer about spoofed hostnames; thanks to bitblt and oliver for help with ↵ | deraadt | 1996-09-26 | 1 | -14/+50 | |
| | | | | | | | | these ideas | |||||
* | | Restore check for suid / sgid | tholo | 1996-09-26 | 1 | -2/+2 | |
| | | ||||||
* | | Latest changes from FreeBSD | tholo | 1996-09-26 | 2 | -228/+381 | |
| | | ||||||
* | | need limits.h | deraadt | 1996-09-25 | 1 | -1/+2 | |
| | | ||||||
* | | nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, ↵ | deraadt | 1996-09-25 | 2 | -10/+15 | |
| | | | | | | | | mike.long@analog.com | |||||
* | | cannot be static, named uses it | deraadt | 1996-09-22 | 1 | -2/+2 | |
| | | ||||||
* | | random function name | deraadt | 1996-09-22 | 1 | -3/+2 | |
| | | ||||||
* | | randomize _res.id at start; could do better i hope | deraadt | 1996-09-22 | 1 | -3/+7 | |
| | | ||||||
* | | From FreeBSD: | tholo | 1996-09-19 | 1 | -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. | |||||
* | | Avoid pulling in stdio | tholo | 1996-09-16 | 3 | -11/+43 | |
| | | ||||||
* | | Add a couple of syscalls; bring more prototypes into scope | tholo | 1996-09-15 | 1 | -1/+2 | |
| | | ||||||
* | | Remove dead code | tholo | 1996-09-15 | 10 | -25/+31 | |
| | | | | | | | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | |||||
* | | only support MALLOC_OPTIONS for non-setuid | deraadt | 1996-09-11 | 1 | -3/+5 | |
| | | ||||||
* | | asm -> __asm, clean lint(1) warnings | tholo | 1996-09-06 | 1 | -15/+16 | |
| | | ||||||
* | | document latest rcmd change | millert | 1996-09-05 | 1 | -5/+7 | |
| | | ||||||
* | | ignore $RSH if we are setuid | millert | 1996-09-05 | 1 | -2/+2 | |
| | | ||||||
* | | proper types | deraadt | 1996-09-03 | 1 | -1/+2 | |
| | | ||||||
* | | constrain to MAXHOSTNAMELEN | deraadt | 1996-09-03 | 1 | -2/+7 | |
| | | ||||||
* | | talk about $RSH | millert | 1996-09-02 | 1 | -2/+9 | |
| | | ||||||
* | | Looks at RSH envariable and calls rcmdsh() with that value if set. | millert | 1996-09-02 | 1 | -2/+11 | |
| | | ||||||
* | | talk about rcmdsh() | millert | 1996-09-01 | 1 | -2/+14 | |
| | | ||||||
* | | First cut at man page for rcmdsh() | millert | 1996-09-01 | 2 | -2/+111 | |
| | | ||||||
* | | Don't dup stderr, you lose error messages and rsh does it for us anyway. | millert | 1996-09-01 | 1 | -3/+3 | |
| | | ||||||
* | | i have changed this enough to put copyright on it | deraadt | 1996-09-01 | 1 | -1/+3 | |
| | | ||||||
* | | check right variable | deraadt | 1996-08-31 | 1 | -2/+2 | |
| | |