summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fts_close calls free(sp), the ISSET(FTS_NOCHDIR) which is a macro thatphk1998-07-032-6/+8
* Cross-reference to sysconf(3).eivind1998-06-301-1/+2
* Allow /dev/null as path for the "/dev/mem" file, and assume that peoplephk1998-06-302-30/+38
* Fixed printf format errors.bde1998-06-301-1/+1
* Fixed print format errors.bde1998-06-301-1/+1
* Fixed a printf format error. Didn't fix assumption that sigset_t isbde1998-06-303-3/+3
* Fixed printf format errors.bde1998-06-304-7/+7
* Fixed scanf format errors. The error handling is not quite bug for bugbde1998-06-301-7/+4
* Fixed printf format errors. Don't assume so many things about time_t.bde1998-06-301-20/+16
* Fixes assorted problems with the history edit functions in libedit. Thisbrian1998-06-276-14/+49
* Extend the existing hackery to set the disk type to SCSI for thejdp1998-06-271-2/+3
* Fix btree problems. This passes regressions tests.guido1998-06-252-2/+5
* Add the missing {} that caused the function to return ESRCH if itjb1998-06-253-3/+6
* Add CUSEEME support. This has *not* been tested, norbrian1998-06-244-2/+131
* Fix keypad on/off for ^Z suspends by replacing reset_*_mode()ache1998-06-193-25/+53
* Add check for non-NULL cur_termache1998-06-191-0/+11
* preserve errno across the readlink() calls. There is no value in trashingpeter1998-06-181-1/+4
* Don't allow a SIGCHLD to wake up a thread if the process has the defaultjb1998-06-173-18/+27
* If a thread is waiting on a child process to complete, the SIGCHLDjb1998-06-173-3/+60
* Don't compile in the use of poll() when building libc_r. This isn'tpeter1998-06-144-7/+21
* If a short write, only loop if no error.jb1998-06-146-12/+12
* Document EINVAL return value.bde1998-06-141-0/+7
* Understand elf library naming rules for libtermlib alias.peter1998-06-121-0/+9
* Make nlist() understand elf unconditionallypeter1998-06-122-5/+2
* Add poll to the list of hidden syscalls so that it gets renamed. Thisjb1998-06-123-6/+6
* Update the caller's descriptor masks even if there are none ready forjb1998-06-123-3/+3
* Sigh, mkdep doesn't know about all the CFLAGS to pass during dependpeter1998-06-111-2/+3
* Remove components that would duplicate those in libc now that thepeter1998-06-111-16/+7
* Update the resolver parts to bind-8.1.2 level. I have not touched thepeter1998-06-1125-1733/+3219
* Check the access mode in the flags before waiting on a read or a writejb1998-06-1012-12/+156
* Remove SA_RESTART from the signal dispatch in user-space since thisjb1998-06-103-276/+117
* When doing a F_SETFL, read the flags back so that the ones storedjb1998-06-103-9/+93
* Move ftok() from libcompat to libc, so that it can be closer to itsjdp1998-06-104-141/+4
* Fix grammar, "null" -> "NUL"danny1998-06-101-5/+5
* Spelling fixes.phk1998-06-101-1/+1
* This is a null commit to log the fact that I have done a repositoryjdp1998-06-102-2/+2
* Quieten gcc 2.8.1brian1998-06-101-2/+2
* Cast pid_t to int for sprintf.brian1998-06-101-2/+2
* Add a commented out CFLAGS entry that can be uncommented to compile threadjb1998-06-093-3/+18
* Implement compile time debug support instead of tracking file name andjb1998-06-0962-321/+342
* Add compile time debug instead of doing this all the time. Reduce thejb1998-06-091-46/+333
* Add support for compile time debug. This is enabled if libc_r is builtjb1998-06-093-60/+156
* POSIX says that pthread_exit() is not allowed to be called from ajb1998-06-093-0/+30
* Add compile time thread lock debug support.jb1998-06-093-18/+63
* Remove __NETBSD_SYSCALLS from CFLAGS now that it is set in sys.mk.jb1998-06-091-2/+3
* Rename calls when building libc_r.jb1998-06-091-3/+3
* Make this thread-safe in both libc as well as libc_r.jb1998-06-091-13/+2
* Rename when building libc_r.jb1998-06-095-9/+9
* Add rename support for libc_r.jb1998-06-091-1/+50
* Fix potential resource leak: when call to des_crypt_1() fails, rememberwpaul1998-06-091-2/+3
OpenPOWER on IntegriCloud