Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-06 | strncpy | Theo de Raadt | |
1997-03-29 | if a bad socket is accept()ed, bail without trying another accept() | Theo de Raadt | |
in svctcp_create(), only close socket if we created it | |||
1997-03-29 | in svcudp_bufcreate(), only close socket if we created it | Theo de Raadt | |
1997-03-29 | delete extra spaces | Theo de Raadt | |
1997-03-25 | Ok here is the mvme88k userland, minus a few important pieces. | Dale S. Rahn | |
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over. | |||
1997-02-21 | sync to __powerpc__ | gvf | |
1997-02-17 | do not leak descriptors and mem | Theo de Raadt | |
1997-02-13 | if i find one more little problem, and have to make one more little | Theo de Raadt | |
tweak to this ip option handling code I am going to absolutely scream in rage, following which I will rip the bloody innards out of netinet and build my own new incompatible option checking/processing interface that does not make it so hidiously difficult to check if a session has source routes active! | |||
1997-02-13 | option handling is a bitch | Theo de Raadt | |
1997-02-13 | ok, i finally learned about struct ipoption | Theo de Raadt | |
1997-02-10 | Make printf's match actual type (%lu -> %u). | Todd C. Miller | |
1997-02-09 | do not print extra \n | Theo de Raadt | |
1997-02-07 | destroy everything with source routes | Theo de Raadt | |
1997-01-22 | handle SIOCGIFCONF for as many interfaces as provided | Theo de Raadt | |
1997-01-22 | SIOCGIFCONF more carefully | Theo de Raadt | |
1997-01-21 | More sprintf -> snprintf. | Todd C. Miller | |
1997-01-02 | use arc4random for xid generation | Theo de Raadt | |
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-19 | avoid oflows, thanks also to todd | Theo de Raadt | |
1996-12-14 | Clean up lint and compile warnings | Thorsten Lockert | |
1996-12-10 | avoid close(-1) cases | Theo de Raadt | |
1996-12-10 | use MAXHOSTNAMELEN | Theo de Raadt | |
1996-11-14 | Missed one cast. | etheisen | |
1996-11-14 | memcpy needs string.h. | etheisen | |
1996-11-14 | memcpy needs string.h. | etheisen | |
1996-11-14 | More Alpha casts. | etheisen | |
1996-11-14 | Cast better for the alpha. | etheisen | |
1996-11-14 | memcpy needs proto from string.h. | etheisen | |
1996-10-21 | document sin_port behaviour, pr#36, kstailey@dol-esa.gov | Theo de Raadt | |
1996-09-30 | returns int | Theo de Raadt | |
1996-09-15 | Remove dead code | Thorsten Lockert | |
Remove unused variables Silence some warnings lint(1) is your friend | |||
1996-09-02 | Correct links for getrpcent.3 pages | Thorsten Lockert | |
1996-09-02 | Don't overwrite the last byte of a line unless we have to | Thorsten Lockert | |
1996-09-02 | perturb xid further. confuse the world | Theo de Raadt | |
1996-09-02 | do not leak byname; this needs a complete rewrite | Theo de Raadt | |
1996-08-27 | use strncpy correctly | Theo de Raadt | |
1996-08-20 | memset 0; also fix for byte order botch in __svc_fdset handling; thanks to ↵ | Theo de Raadt | |
mw@openbsd.org | |||
1996-08-20 | only close real socket | Theo de Raadt | |
1996-08-20 | deal with unintializated __svc_fdset | Theo de Raadt | |
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1996-08-15 | support descriptors > FD_SETSIZE and correct timeout handling | Theo de Raadt | |
1996-08-13 | do not limit to FD_SETSIZE here, that is idiotic | Theo de Raadt | |
1996-08-13 | fix some fn/arg decls; strengthen reminder that svc_fdset is readonly | Theo de Raadt | |
1996-08-10 | idle cleanup | Theo de Raadt | |
1996-08-10 | idle cleanup | Theo de Raadt | |
1996-08-05 | if port 20 incoming, kill it and try again | Theo de Raadt | |
1996-07-30 | errno restore was reversed. | Jason Downs | |
1996-07-30 | if (beer-tonight) test-before-commit(); | Theo de Raadt | |
1996-07-30 | only reset port-range if modified initially; if needed call getsockname | Theo de Raadt | |
1996-07-29 | Reset port range if bind() fails. | Jason Downs | |