summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2002-01-02pids should be pid_t, not intMike Pechkin
2002-01-02Move the const qualifier to the right place. deraadt@ okThomas Nordin
2002-01-02Add missing .Os. deraadt@ okThomas Nordin
2001-12-31More changes from FreeBSD, including:Federico G. Schwindt
2001-12-30Rename libusb to libusbhid, a better name, per NetBSDPeter Valchev
2001-12-30call pthread_sigmask() instead of having the code twice.Federico G. Schwindt
2001-12-29Two functions can return errors here, not just one.Miod Vallat
2001-12-26no way for this to be 'shared only', duhPeter Valchev
2001-12-20fix to match documented behaviour. RAND_file_name must return a pointer toBob Beck
2001-12-20From FreeBSD:Federico G. Schwindt
2001-12-20sync with freebsd.Federico G. Schwindt
2001-12-19More sync.Federico G. Schwindt
2001-12-18sigh, do it right.Federico G. Schwindt
2001-12-18Fix func decl. in comment.Federico G. Schwindt
2001-12-18Allow the scheduler to return to the signal handler and the signalMarco S Hyman
2001-12-18Software invoked traps should use the ST_ versions of the trap numberMarco S Hyman
2001-12-17fix memory leak associated with compiled BPF program, sync'd from tcpdump.org...Dug Song
2001-12-15Document SIGTTIN and SIGTTOU now that we deal with them too.Todd C. Miller
2001-12-15Catch SIGTTIN and SIGTTOU too and treat them like SIGTSTP.Todd C. Miller
2001-12-13atoi->strtoulBob Beck
2001-12-13Reorder new includes. art@ says ok.Hugh Graham
2001-12-11FQDN subjectAltName in certs, used in isakmpd(8) examples. beck@ ok.Hakan Olsson
2001-12-11More sync with freebsd code; join related code this time.Federico G. Schwindt
2001-12-08when strerror() has an Unknown error, also set EINVALTheo de Raadt
2001-12-08sync with freebsd.Federico G. Schwindt
2001-12-08Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.Federico G. Schwindt
2001-12-08save the pid as well, and only do the atexit in the same pidTheo de Raadt
2001-12-07Add ERRORS and STANDARDS sectionsTodd C. Miller
2001-12-07o Turn off ECHONL in addition to ECHOTodd C. Miller
2001-12-07From XPG4.2: read(2) can return EIO if the process is a member ofTodd C. Miller
2001-12-07missing commaTodd C. Miller
2001-12-07Instead of restoring the tty mode, restoring the signal handler,Todd C. Miller
2001-12-07Document signal handling in readpassphrase(3)Todd C. Miller
2001-12-07Add CAVEATS section pointing out the dangers of closing fds <= 2Todd C. Miller
2001-12-07o point pthread_setcancel(type|state) manpages where they belong.Federico G. Schwindt
2001-12-07Check for keyfile == NULL in skey_unlock()Todd C. Miller
2001-12-06Use TCSAFLUSH not TCSANOW. I was only using TCSANOW during debugging...Todd C. Miller
2001-12-06Fix a long standing annoyance with getpass/readpassphrase. Instead ofTodd C. Miller
2001-12-06mark more signals that I cannot fixTheo de Raadt
2001-12-06alloca cannot check if the allocation is valid. mention the consequences; mi...Theo de Raadt
2001-12-06A FILE * is not a file name, dammit.Todd C. Miller
2001-12-05correct an alignment mis-conception for malloc(0) returned regions.Thierry Deval
2001-12-05KNF, i need this for what comes next..Theo de Raadt
2001-12-05document how malloc(0) blobbies are stored, and their characterTheo de Raadt
2001-12-05Include more machdep headers. (paranoia)Artur Grabowski
2001-12-05Must include machine/pmap.h and machine/vmparam.h here nowArtur Grabowski
2001-12-03for MAP_ANON, dont mention giving an fd of anything but -1, this never worked.Eric Jackson
2001-12-01Warn that pidfile() will not have the expected removal behaviour if _exit()Miod Vallat
2001-11-29chflags(2) can return EPERM for other reasons.Todd C. Miller
2001-11-29getfh(2) can fail with EPERM; Brian J. KifiakTodd C. Miller