Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-12-23 | add readlabelfs.3 | Jason Downs | |
1996-12-23 | readlabelfs() takes two arguments now, update prototype, inc major number. | Jason Downs | |
1996-12-23 | Back out last change, it is not sufficient. | Todd C. Miller | |
1996-12-23 | Avoid spoofing when cd'ing to subdirs. First cut. | Todd C. Miller | |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt | |
1996-12-21 | -Wall madness. | Todd C. Miller | |
1996-12-21 | Add powerpc support. To bad this needs to be modified for every | Dale S. Rahn | |
new architecture. | |||
1996-12-21 | Change to support the powerpc port. To bad this define isn't put in | Dale S. Rahn | |
a machine header, such as machine/endian.h so that every new architecture would not have to modify this file. | |||
1996-12-21 | Check-in of powerpc library support. | Dale S. Rahn | |
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. This is not currently enough changes, MACHINE_MID pieces are not yet commited. | |||
1996-12-21 | Check-in of powerpc csu support. | Dale S. Rahn | |
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. A change needs to be made to one of the bsd.*.mk files to support DESTDIR compilation with the crtbegin and crtend files. | |||
1996-12-21 | Check-in of powerpc library support. | Dale S. Rahn | |
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. | |||
1996-12-19 | avoid oflows, thanks also to todd | Theo de Raadt | |
1996-12-17 | strncpy that strerror, found by oliver@secnet.com | Theo de Raadt | |
1996-12-16 | strncat botches | Theo de Raadt | |
1996-12-16 | stncat misuse | Theo de Raadt | |
1996-12-16 | Generate library versions of macro implementations as well | Thorsten Lockert | |
1996-12-16 | Compatibility | Jason Downs | |
1996-12-14 | Use size_t more places | Thorsten Lockert | |
1996-12-14 | Clean up lint & compile warnings | Thorsten Lockert | |
1996-12-14 | lean up lint & compile warnings | Thorsten Lockert | |
1996-12-14 | Clean up lint and compile warnings | Thorsten Lockert | |
1996-12-13 | correct function declaration and return | michaels | |
1996-12-13 | make UIO_MAXIOV note more prominent | michaels | |
1996-12-12 | Update {hton,ntoh}[ls] argument and return types to match changes in | Thorsten Lockert | |
<machine/endian.h> | |||
1996-12-11 | Fix typo | Thorsten Lockert | |
1996-12-11 | robin is pedantic about the spelling of behavior | Theo de Raadt | |
1996-12-11 | clarify how timeout behaves | Theo de Raadt | |
1996-12-11 | generate reboot.o like other system calls | Theo de Raadt | |
1996-12-10 | effect, danny@panda.hilink.com.au | Theo de Raadt | |
1996-12-10 | "the the" purge | Theo de Raadt | |
1996-12-10 | avoid close(-1) cases | Theo de Raadt | |
1996-12-10 | use MAXHOSTNAMELEN | Theo de Raadt | |
1996-12-09 | Be smarter about running tgetent() multiple times; bump major as we have | Thorsten Lockert | |
a binary incompatibility | |||
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-12-08 | a few things go away... | Theo de Raadt | |
1996-12-06 | vfork w/ exit botch | Theo de Raadt | |
1996-12-05 | 4.4lite2, safely uses malloc, with freebsd fixes too | Theo de Raadt | |
1996-12-04 | change open of /dev/tty to "r+" rather than "w+". if /dev/tty is | chuck | |
missing there is no point creating a plain text file to replace it. (related to a problem jkatz had) | |||
1996-12-04 | sanitize return value. NULL on failure, always. | Jason Downs | |
1996-12-04 | fix big endian; Encode/Decode | Theo de Raadt | |
1996-12-04 | formatting error | Theo de Raadt | |
1996-12-03 | /usr/share/misc/termcap | Theo de Raadt | |
1996-12-03 | never bitch about first failure | Theo de Raadt | |
1996-12-03 | inc | Jason Downs | |
1996-12-03 | Add readlabelfs(). | Jason Downs | |
1996-12-03 | s/host/domain/ | Theo de Raadt | |
1996-11-29 | use types.h rather than machine/endian.h. Latest htonl changes need that | imp | |
1996-11-27 | Fix file descriptor leak on error. Noticed by bitblt. | Todd C. Miller | |
1996-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | Niklas Hallqvist | |
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-24 | Update from NetBSD. | Todd C. Miller | |
- correct two .Fn references to forkpty() - describe retval of forkpty(); it can return PID as well - add xref to fork(2) |