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
Age
Commit message (
Expand
)
Author
1999-09-23
Typo fixes.
Alex Feldman
1999-09-22
Some misc fixes, one from fgsch@
Aaron Campbell
1999-09-22
Add a RETURN VALUES section; fgsch@
Aaron Campbell
1999-09-22
BUGS->CAVEATS
Marc Espie
1999-09-21
index/rindex as deprecated synonyms to strchr/strrchr.
Marc Espie
1999-09-21
crank minor; costa forgot
Theo de Raadt
1999-09-21
Add opendisk from NetBSD.
Constantine Sapuntzakis
1999-09-21
It's a good idea to check the return value of malloc() in example code.
Aaron Campbell
1999-09-16
adopt to the new frame framework
Michael Shalayeff
1999-09-16
use writev() where possible
Theo de Raadt
1999-09-16
appropiate -> appropriate; inspired by it being misspelled in a NetBSD commit
Aaron Campbell
1999-09-15
Add CAVEATS sections.
Aaron Campbell
1999-09-15
redo master.passwd.byname check if either the uid or euid changes, this was
Theo de Raadt
1999-09-14
indent
Theo de Raadt
1999-09-14
Tidying and spelling
Paul Janzen
1999-09-14
Supply examples and discuss limitations.
Paul Janzen
1999-09-14
this is the bcopy we use
Michael Shalayeff
1999-09-14
some basic framework
Michael Shalayeff
1999-09-13
use stronger language when pointing people at strtol()
Theo de Raadt
1999-09-08
TAILQ_FOREACH now is in queue.h
Marc Espie
1999-09-07
typo
Marc Espie
1999-09-06
succesful -> successful
Aaron Campbell
1999-09-04
Using .Li inside a .Bd -literal block messes up the fonts thereafter;
Paul Janzen
1999-09-03
typo
Theo de Raadt
1999-09-03
sizeof("string") includes 0 byte; aazubel@tatu.cnba.uba.ar
Theo de Raadt
1999-09-03
Use strtol() and strtoul() instead of atoi(). This allows us to catch
Todd C. Miller
1999-09-02
insert missing comma
Aaron Campbell
1999-09-01
string.h for memcpy proto
Theo de Raadt
1999-09-01
typo
Theo de Raadt
1999-08-31
pull in ioccom.h because apps exist which do not pull in ioctl.h first; steuc...
Theo de Raadt
1999-08-31
Consistify naming of RETURN VALUES section.
Aaron Campbell
1999-08-30
someone went overboard with Fn. Also Pa the email address. ok aaron@
David Leonard
1999-08-28
For the moment libcurses++ breaks on mips
Niklas Hallqvist
1999-08-27
fts_pathlen and fts_namelen are u_short, not short
Todd C. Miller
1999-08-26
add an inner xor to make prediction attacks against the ids harder, due
Niels Provos
1999-08-25
Don't need to include sys/ucred.h
Todd C. Miller
1999-08-24
Do not error out if we have been statically linked but would like ld.so for d...
Niklas Hallqvist
1999-08-23
Remove a lie. We don't skip /dev/ttyv* since our pcvt uses /dev/ttyC*.
Todd C. Miller
1999-08-22
ncurses-5.0-990821
Todd C. Miller
1999-08-22
do { ... } while (0) instead of just { ... } in macros
Todd C. Miller
1999-08-20
Fix RCS Ids
Niklas Hallqvist
1999-08-17
More <sys/file.h> vs. <fcntl.h> and open() flags fixes.
Todd C. Miller
1999-08-16
point at isinff and isnanf
Theo de Raadt
1999-08-16
doc isinff() and isnanf()
Theo de Raadt
1999-08-16
don't need sys/file.h now that we include fcntl.h
Todd C. Miller
1999-08-16
missing fcntl.h
Todd C. Miller
1999-08-16
Explicitly include <sys/types.h> and some minor style points.
Todd C. Miller
1999-08-16
If the FTS_NOCHDIR flag is set and the final directory is empty,
Todd C. Miller
1999-08-16
Indentation.
Angelos D. Keromytis
1999-08-15
more poll
Theo de Raadt
[next]