summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* I've put together man pages for the pthread_cleanup, pthread_cond, andphk1998-07-3130-4/+1902
* Print uid/gid as u_long per bde suggestionache1998-07-291-5/+5
* Fixed disordering in previous commit.bde1998-07-292-8/+8
* Add missing period. We don't allow maternity leaves.hoek1998-07-291-2/+2
* u_int --> unsigned int, remove (now unneeded) <sys/types.h>jlemon1998-07-283-15/+13
* oops, forgot to do ``cvs add'' first.jlemon1998-07-286-0/+417
* Add wrappers for i386_*_ioperm, i386_vm86 so userland code doesjlemon1998-07-283-8/+13
* cast arg to (long) to match formatache1998-07-281-3/+3
* Provide meaningful errno value on error returnache1998-07-141-5/+17
* Changed to the C9x draft spelling of the (unsigned) integral typebde1998-07-141-12/+12
* Forgot to remove base64.c from SRCS in the Makefile.des1998-07-121-1/+1
* Base64 code (and the MIT copyright) moved to http.cdes1998-07-123-180/+223
* FTP retrieve works.des1998-07-113-58/+145
* Too many changes to list. Basically, FTP is nearly there and errordes1998-07-115-138/+302
* Oops, fptrint_t still needs to be declared in <machine/profile.h> in thebde1998-07-101-9/+1
* Added a kernel-only typedef (ptrint_t) giving an integral type that isbde1998-07-101-2/+11
* This commit was generated by cvs2svn to compensate for changes in r37535,des1998-07-0911-0/+1375
|\
| * Imported libfetch into the tree. It compiles, but there's still somedes1998-07-0911-0/+1375
* Correct wording on range of addresses examined by `msync(2)'.jkoshy1998-07-091-2/+2
* Add lockf().dt1998-07-081-3/+3
* Make this look more FreeBSDish.dt1998-07-081-8/+2
* This commit was generated by cvs2svn to compensate for changes in r37510,dt1998-07-082-0/+345
|\
| * An implementation of lockf() function call.dt1998-07-082-0/+345
* | Replace my original asprintf() and vasprintf() hacks with somethingpeter1998-07-084-142/+99
* | Added a `build-tools' target for internal tools.bde1998-07-071-1/+3
* | 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
OpenPOWER on IntegriCloud