summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2002-02-26mdoc fixes from pjanzenPeter Valchev
2002-02-26rephrase warning; from miodPeter Valchev
2002-02-25Cosmetic changes such as correct printf format specifiers on LP64Todd C. Miller
2002-02-25print a warning that realpath points to internal static storage space thatPeter Valchev
2002-02-25use c versionsMichael Shalayeff
2002-02-25skip sockaddr correctly if sa_len < sockaddr. from niklasJun-ichiro itojun Hagino
2002-02-24We have search.h in /usr/include so we don't need this private one.Todd C. Miller
2002-02-24sys/types.h is needed as well.Federico G. Schwindt
2002-02-24wrong error messageTheo de Raadt
2002-02-23Vax O1 workaround no longer needed.Hugh Graham
2002-02-23deraadt@ objects to the caveat remark, so remove it.Miod Vallat
2002-02-23Slightly improve wording and punctuation.Miod Vallat
2002-02-23Add a caveat section pointing out that people affecting the return valueMiod Vallat
2002-02-23.In -> .FdFederico G. Schwindt
2002-02-23fixes.Federico G. Schwindt
2002-02-23bump minor, EA support was added to libc.Dale Rahn
2002-02-23sysctl kern.usercryptoTheo de Raadt
2002-02-23Document KERN_SYSVIPC_INFO; from NetBSDTodd C. Miller
2002-02-23Add brief LOGIN_SETLOGIN caveat and point the user to setlogin(2)Todd C. Miller
2002-02-23Add a big fat warning that setlogin() changes the login name for allTodd C. Miller
2002-02-22manpages fixes, mostly from fgsch@ with cleanup and correction.Dale Rahn
2002-02-22Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@Dale Rahn
2002-02-22update Python listing and remove Squid.Brad Smith
2002-02-22note KTRFAC_EMULTheo de Raadt
2002-02-21remove rfork.o from the auto-generated assembler stubsArtur Grabowski
2002-02-21account for the process signal mask when dealing with signals; testedFederico G. Schwindt
2002-02-21correct .Xr's.Federico G. Schwindt
2002-02-21Use .St for standards. Random cleanups as well.Federico G. Schwindt
2002-02-21fgsch, if you commit without test compiling ONE MORE TIME, I will send a cast...Theo de Raadt
2002-02-21When cleanup_routine is called... also use .St to reference standards.Federico G. Schwindt
2002-02-21Xr pthread_kill; from fries@Federico G. Schwindt
2002-02-21use sizeof w/ defines; niklas@ millert@ ok.Federico G. Schwindt
2002-02-20fix includes and some cleanup.Federico G. Schwindt
2002-02-20pthread_kill() manpage; from FreeBSD.Federico G. Schwindt
2002-02-19We need to keep K&R compat macros for some ports where the assemnbler isTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-19login_close() should avoid memory leak.Mike Pechkin
2002-02-19correct return values.Federico G. Schwindt
2002-02-19From FreeBSD:Federico G. Schwindt
2002-02-19fix this by now; .Rv prolly has to be removed.Federico G. Schwindt
2002-02-18make Booleans signed char, since char is unsigned on powerpc; millert okTheo de Raadt
2002-02-18Open console with O_NONBLOCK to avoid blocking on a locked console.Todd C. Miller
2002-02-17rfork() needs a fork.S-like stub as well; ok artTheo de Raadt
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-16MI man page to document fpgetmask(3) and friends; from ross@NetBSD, ok deraadtPeter Valchev
2002-02-16zap zap zap; miodTheo de Raadt
2002-02-16getpw(3) goes; miodTheo de Raadt
2002-02-13indentTheo de Raadt
2002-02-12Remove references to nonexistent man pages. Ok theo, millert.Kjell Wooding