summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* When multiple threads call atexit at the same time, some operations musttegge2002-03-051-2/+28
* Add fpsetmask(). Needed to build miniperl.jake2002-03-052-2/+29
* Fix a bug where siglongjmp would clobber the argument to return fromjake2002-03-051-2/+2
* Connect the sparc64 userland fp emulator to the build.tmm2002-03-051-0/+2
* Check if string is not NULL, not *string, before setting *string.green2002-02-271-2/+2
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-272-1/+5
* use _GENERIC_DIRSIZ(dp) to avoid copying too much of the dirent overalfred2002-02-261-2/+2
* Per POSIX <grp.h> doesn't require <sys/types.h>.sobomax2002-02-251-1/+0
* Add userland floating point emulator code for sparc64. This is a porttmm2002-02-2317-1/+3520
* Add ifdefs for sparc64.jake2002-02-233-2/+7
* Fix wrong offsets. Add offsets for %fsr and %tstate.jake2002-02-231-6/+11
* Add space for %fsr and %tstate to utrapframe. Save them in the genericjake2002-02-232-1/+14
* o style(9) and consistency fix:jedgar2002-02-211-2/+2
* o style(9) and consistency fixes:jedgar2002-02-215-44/+41
* Add more argument checkingjedgar2002-02-212-0/+17
* static'ize and declare functionsjedgar2002-02-211-1/+5
* Fixed divots that I created when I moved prototypes of group_from_gidimp2002-02-192-2/+3
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-1835-33/+100
* o style and consistency fixes:jedgar2002-02-176-40/+40
* Fix two file descriptor leaks in the internal function local_rpcb()iedowse2002-02-161-1/+8
* Document that the type of st_flags is now fflags_t.wollman2002-02-151-2/+2
* Don't leave stack garbage in the reserved fields of the header.bde2002-02-151-0/+1
* Fixed style bugs in rev.1.5:bde2002-02-151-4/+5
* Use new-style function declations.imp2002-02-131-6/+2
* Don't make it seem like vm.max_proc_mmap only affects MAP_FIXED.dd2002-02-101-4/+4
* Part III: Update extended attribute system call interface documentation.rwatson2002-02-101-18/+39
* FreeBSD 4.1 bootstrapping aid (__FBSDID is not there).ru2002-02-082-0/+4
* Move the AF_LOCAL check to the AF_INET check since portmap protocolalfred2002-02-061-5/+1
* ANSIfy and remove some dead code.des2002-02-062-81/+35
* Apply the following mechanical transformations in preparation fordes2002-02-062-133/+133
* balance parens.alfred2002-02-051-1/+1
* For RPC v2 we need to fill in ret->xp_raddr too. INET_6alfred2002-02-051-1/+1
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,alfred2002-02-0519-22/+37
* Do not call addrinfo on local transport adresses, if returning aalfred2002-02-051-5/+25
* style: return(x) -> return (x)alfred2002-02-051-2/+2
* Fix the credential handling code.alfred2002-02-051-2/+24
* The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacksalfred2002-02-051-6/+17
* Allow ldd(1) be used on shared libraries in addition to executables.sobomax2002-02-041-0/+7
* Fixed tab lossage in vendor id and nearby style bugs in previous commit.bde2002-02-011-1/+4
* Fixed syntax error in previous commit. It was non-fatal because it wasbde2002-02-011-3/+5
* Return ENONAME if getaddrinfo() is called with AI_NUMERICHOSTroam2002-02-011-1/+1
* Fixed slipage in editor.obrien2002-02-011-0/+1
* Cut-n-paste in `list' mode considered harmful.obrien2002-02-012-5/+5
* * Remove __P and convert to ANSI prototypes.obrien2002-02-012-19/+17
* * Remove __P and convert to ANSI prototypes.obrien2002-02-0116-264/+245
* * Remove 'register'. (some functions had 7+ register functions...)obrien2002-02-0116-68/+77
* Fix SCM ID's.obrien2002-02-0162-207/+166
* Fix minor style nit.obrien2002-01-311-1/+3
* Revert last commit. stdio.h include is for perror(), not strerror()jedgar2002-01-311-1/+1
* strerror(3) is in string.h, not stdio.hjedgar2002-01-311-1/+1
OpenPOWER on IntegriCloud