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
/
gen
Age
Commit message (
Expand
)
Author
2001-08-27
Zero out entire FTS after allocating it instead of just zeroing out
Todd C. Miller
2001-08-25
Sync with sysctl(8): net.inet.tcp.slowhz is not changeable; bk@rt.fm. Wow,
Aaron Campbell
2001-08-23
Add missing commas after auth_getitem and auth_setitem in NAME section.
Todd C. Miller
2001-08-23
typo fix from NetBSD (groo@netbsd.org)
Paul Janzen
2001-08-18
deal with -1 from snprintf, if it ever happens
Theo de Raadt
2001-08-18
Add a possibility to add a random offset to the stack on exec. This makes
Artur Grabowski
2001-08-15
Typo fixes; andrew.hoerter@NeuStar.com
Aaron Campbell
2001-08-13
Explicitly NUL terminate dst in strvis() and strvisx() in case
Todd C. Miller
2001-08-07
Do the memset only if tcgetattr() fails just in case the failed
Todd C. Miller
2001-08-07
Keep a verbatim copy of the old struct termios instead of using
Todd C. Miller
2001-08-07
typo.
Peter Valchev
2001-08-06
o) We always close .Bl and .Bd tags;
Mike Pechkin
2001-08-03
Update sp->fts_cur in fts_read() before returning NULL. This
Todd C. Miller
2001-07-31
Add missing LINK for cgetusedb
Kenneth R Westerback
2001-07-27
varargs.h -> stdarg.h
Marco S Hyman
2001-07-17
mode -> type in description to match the synopsis.
Aaron Campbell
2001-07-10
put another YP-only piece inside the ifdef
Theo de Raadt
2001-07-09
correct type on last arg to execl(); nordin@cse.ogi.edu
Theo de Raadt
2001-07-09
a first pass at -Wall
Theo de Raadt
2001-07-05
IPComp support. angelos@ ok.
Jean-Jacques Bernard-Gundol
2001-07-02
Convert warn/warnx -> _warn/_warnx
Todd C. Miller
2001-06-28
fix one-byte overflows
Paul Janzen
2001-06-27
typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
Damien Miller
2001-06-27
Make the functions (which get linked in if <ctype.h> isn't #included) behave
Paul Janzen
2001-06-27
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
2001-06-25
Document that behaviour is undefined if the argument isn't EOF or an unsigned
Paul Janzen
2001-06-24
When splitting instance from username, treat '/' as a separator as
Todd C. Miller
2001-06-18
Add new cgetusedb() function to toggle reading of .db files in getcap(3).
Todd C. Miller
2001-06-18
Fix a char vs. u_char problem I introduced in the last commit.
Todd C. Miller
2001-06-16
Disable the STATUS character when reading passwords -- people seem to
Todd C. Miller
2001-06-03
Don't bail out early for users w/o passwd file entries since we may
Todd C. Miller
2001-06-03
KERN_NPROCS documentation
Angelos D. Keromytis
2001-06-03
struct diskstats now
Angelos D. Keromytis
2001-05-31
Fix another case of CHDIR("..") pointed out by Bruce Evans
Todd C. Miller
2001-05-30
When changing directory to '..', verify that we really are where
Todd C. Miller
2001-05-30
Complain via syslog if login.conf does not exist. With the BSD
Todd C. Miller
2001-05-29
mention setusercontext() return value
Todd C. Miller
2001-05-20
Correct interval notation (<= vs. <); tadayuki@mediaone.net
Todd C. Miller
2001-05-17
don't copy past end of record in readdir_r (ok by art)
Jim Rees
2001-05-15
Make path length variables size_t. This fixes the problem where
Todd C. Miller
2001-05-14
Update, sync with reality. deraadt@ok
Angelos D. Keromytis
2001-05-11
MAP_SHARED is better. Maybe we're trying to map /dev/ksyms.
Artur Grabowski
2001-05-11
MAP_COPY -> MAP_PRIVATE
Artur Grabowski
2001-05-11
Update with new sysctl's
Angelos D. Keromytis
2001-05-05
Prototype for nice() lives in unistd.h, not nlist.h (pasto?)
Todd C. Miller
2001-05-01
Use pread() to avoid lseek() abuse, from art's todo list. Tested with
Aaron Campbell
2001-04-23
Various man page fixes and improvements from gluk@
Aaron Campbell
2001-04-05
remove extra continue statements
Theo de Raadt
2001-04-02
use a len in g_Ctoc, easier code; freebsd
Theo de Raadt
2001-03-28
Fix some glob defects:
Todd C. Miller
[next]