summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Per POSIX <grp.h> doesn't require <sys/types.h>.sobomax2002-02-251-1/+0
* #include <time.h> for the definition of time functions instead ofbde2002-02-251-1/+2
* #include <stddef.h> for the definition of NULL instead of depending onbde2002-02-251-1/+3
* Initialize the libc user trap handlers before passing control non-startuptmm2002-02-231-0/+2
* 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
* Also blindly attempt to fix broken world with respect to proc.p_runtimegreen2002-02-221-1/+3
* Fix a bug where a short write to a non-blocking socket wouldjb2002-02-221-1/+4
* 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
* Prefix structure members to protect them against clashes with eg.alfred2002-02-202-4/+4
* Create /var/log/lastlog if it doesn't exist.sobomax2002-02-201-1/+1
* 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-1845-34/+122
* Update build infrastructure for sendmail 8.12.gshapiro2002-02-172-3/+13
* Add two new libraries which are part of sendmail 8.12. libsm is used onlygshapiro2002-02-173-2/+69
* o style and consistency fixes:jedgar2002-02-176-40/+40
* Error handling fixes for inflate.jedgar2002-02-171-4/+7
* Don't rely on <sys/signal.h> to include <sys/ucontext.h>deischen2002-02-173-0/+3
* 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
* Prevent dup2(2) from closing internal libc_r pipe descriptors.maxim2002-02-141-1/+2
* Correct a typo pthread_attr_setscope() function fails unconditionallymaxim2002-02-143-3/+3
* Use new-style function declations.imp2002-02-131-6/+2
* I THINK this fixes 'make world'julian2002-02-131-1/+4
* 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
* This has been sitting in my local tree long enough. Remove the usedeischen2002-02-0915-804/+501
* Silence a warning by initializing the return value. This wasn'tdeischen2002-02-091-2/+3
* This file needs <syslog.h>.des2002-02-091-0/+1
* Now that cross-tools ld(1) has been fixed to look for dynamicru2002-02-081-2/+2
* FreeBSD 4.1 bootstrapping aid (__FBSDID is not there).ru2002-02-082-0/+4
* pre-emptively fix a KSE/M3 problem.julian2002-02-071-7/+14
* Move the AF_LOCAL check to the AF_INET check since portmap protocolalfred2002-02-061-5/+1
* Remove NO_WERROR, now that WARNS=n is gone.markm2002-02-065-5/+0
* Comment out the WARNS= so as to not trample all over the GCC3 work.markm2002-02-061-1/+1
* remove -M from RPCCOM, it slipped in with the tirpc upgrade.alfred2002-02-061-1/+1
* ANSIfy and remove some dead code.des2002-02-064-92/+39
* Apply the following mechanical transformations in preparation fordes2002-02-063-135/+135
* 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
* Switch to a self-starting allocation scheme.des2002-02-051-10/+3
OpenPOWER on IntegriCloud