index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
Age
Commit message (
Collapse
)
Author
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-08
install -> ${INSTALL}, -c -> ${COPY}
Jason Downs
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
fix big endian; Encode/Decode
Theo de Raadt
1996-12-04
formatting error
Theo de Raadt
1996-12-03
never bitch about first failure
Theo de Raadt
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
64-bit cleanup + pedantic -W flags
Niklas Hallqvist
1996-11-24
more 64bit fixes
Niklas Hallqvist
1996-11-23
64 bit clean
Niklas Hallqvist
1996-11-22
removed plus sign from start of line
kstailey
1996-11-19
Formatting error spotted by Theo
Todd C. Miller
1996-11-14
sys/types.h will serve us better than machine/endian.h.
etheisen
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-11-14
Include <machine/types.h> for now.
etheisen
1996-11-13
Bad include directive.
etheisen
1996-11-13
Merge to NetBSD, added RCSids
Niklas Hallqvist
1996-11-13
Sync to NetBSD + fixup RCS IDs
Niklas Hallqvist
1996-11-13
Move RCSid up
Niklas Hallqvist
1996-11-13
Sync with kernel, from NetBSD
Niklas Hallqvist
1996-11-13
va_list is *not* void* all over...
Niklas Hallqvist
1996-11-02
missing ,
Theo de Raadt
1996-11-02
Fix occurrence of toupper -> tolower in "SEE ALSO" section.
Todd C. Miller
1996-11-01
explain better how to make exportable bins
Theo de Raadt
1996-10-30
iUpdate to pass FIPS 151-2 tests
Thorsten Lockert
1996-10-29
typo.
michaels
1996-10-29
typo
Theo de Raadt
1996-10-29
POSIX compliance.
Todd C. Miller
1996-10-28
Deal correctly with time zones
Thorsten Lockert
1996-10-28
Verify that file pointer is writable
Thorsten Lockert
1996-10-28
remove(3) should be able to remove empty directories
Thorsten Lockert
1996-10-27
exec[lv]p() shall return ENOENT for empty path names
Thorsten Lockert
1996-10-27
Added OLF capability.
etheisen
1996-10-27
be careful in the non-setuid case too, what the heck
Theo de Raadt
1996-10-27
Set errno to EBADF when attempting to write to a file pointer opened read-only
Thorsten Lockert
1996-10-26
Manpage update to match changed functionality; by alex@FreeBSD.org
Thorsten Lockert
1996-10-26
Need <errno.h>
Thorsten Lockert
1996-10-26
Set errno when trying to write to a read-only stream
Thorsten Lockert
1996-10-25
add decl
Jason Downs
[next]