summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-11-03Telnet client shouldn't say it does Kerberos unless there actually existsHans Insulander
2001-11-02fix typo in thread status flagsMarco S Hyman
2001-11-02poll(2) manpage references itself, accept(2) references poll(2) twice.Janne Johansson
2001-11-02Fix signal dispatching. No-one has reported any probs (other thanMarco S Hyman
2001-11-01much greater care for malloc & realloc failures; millert okTheo de Raadt
2001-11-01use _C_LABELMichael Shalayeff
2001-11-01remove dangling spaces and tabsMichael Shalayeff
2001-10-31Set default facility is noone is specified at syslog(3) time; millert@ jj@ ok.Federico G. Schwindt
2001-10-31Add MLINK's for syslog_r and friends.Federico G. Schwindt
2001-10-30Add note to BUGS section regarding linking with -ggdb vs -gMarco S Hyman
2001-10-30Grammar. Thanks markus@Thierry Deval
2001-10-30mprotect allocations sized at 0 bytes. This will cause a fault for accessThierry Deval
2001-10-30correct realloc() misuseTheo de Raadt
2001-10-29fix docs; tedu@heorot.stanford.eduTheo de Raadt
2001-10-29add RFC 3174 to SEE ALSO sectionTodd C. Miller
2001-10-28Describe all the thread status flags. Describe the twoMarco S Hyman
2001-10-26run the approve for accounts with expiration time, too. ok millert@Markus Friedl
2001-10-24detail the different protections in mprotect(2) man page and add PROT_NONEJean-Jacques Bernard-Gundol
2001-10-24syslog_r() implementation. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-10-24fix __PSEUDO_NOERROR, two waysMichael Shalayeff
2001-10-14Disable fd sharing for this release. Sorry.Artur Grabowski
2001-10-11Correct length of jmpbuf, it is sizeof(long) * _JBLEN == 8*14Todd C. Miller
2001-10-02change timeval to bpf_timeval; 32 bit in size, permitting much greater portab...Theo de Raadt
2001-10-01sync with rmd160.hMarkus Friedl
2001-10-01typoTodd C. Miller
2001-10-01new rmd160 implementation. based onMarkus Friedl
2001-10-01Start new sentence on a new line.Mike Pechkin
2001-09-29re-enable pidfile(3). ok millert@Jakob Schlyter
2001-09-29Move return value info into its own "RETURN VALUES" section.Todd C. Miller
2001-09-29zap pidfile from here too, until conflict with kerberosV is fixed ok deraadt@Matthieu Herrb
2001-09-29jakob did not even do a make build, sighTheo de Raadt
2001-09-28add pidfile(3) prototypeJakob Schlyter
2001-09-28multiple calls to pidfile(3) are actually ok, but there are problems if you c...Jakob Schlyter
2001-09-28add pidfile(3) - write a daemon pid file. ok deraadt@, millert@.Jakob Schlyter
2001-09-27hush gcc warningJim Rees
2001-09-26Changes to SYS.h for sparc64 to make it work with libc_rDale Rahn
2001-09-26Revert last. The ERROR() macro is called from leaf functionsArtur Grabowski
2001-09-25Forgotten DEBUGLIBS stuffNiklas Hallqvist
2001-09-25Also build the .so version of sha1 without optimization.Dale Rahn
2001-09-25Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flagsDale Rahn
2001-09-25Fix USB specifications url.Peter Valchev
2001-09-24get previous right...Jason Wright
2001-09-24add hack for sha1.po on sparc64, tooJason Wright
2001-09-24Rename __minbrk to minbrk to allow gmon.c to link correctly.Artur Grabowski
2001-09-24Better wordingMarc Espie
2001-09-22o kill some extra whitespaceTodd C. Miller
2001-09-22Typo: tempfile ==> tempnam.Heikki Korpela
2001-09-21Typo; grange@rt.mipt.ruAaron Campbell
2001-09-21add isnan.cMiod Vallat
2001-09-21Fix incorrect number of args to __SYSCALL. Somehow this managed toTodd C. Miller