aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add missing dependency on libutil.Dag-Erling Smørgrav2002-03-051-0/+3
* Add fpsetmask(). Needed to build miniperl.Jake Burkholder2002-03-052-2/+29
* Fix a bug where siglongjmp would clobber the argument to return fromJake Burkholder2002-03-051-2/+2
* Connect the sparc64 userland fp emulator to the build.Thomas Moestl2002-03-051-0/+2
* Correct a typo.Dima Dorfman2002-03-031-1/+1
* We need an frexp() function.David E. O'Brien2002-03-011-1/+1
* Minor style(9) nit + utilize ELF features for the FreeBSD ID.David E. O'Brien2002-02-281-6/+2
* Minor style(9) nit + utilize ELF features for the FreeBSD ID.David E. O'Brien2002-02-273-16/+10
* Check if string is not NULL, not *string, before setting *string.Brian Feldman2002-02-271-2/+2
* We do not support the sparc platform.David E. O'Brien2002-02-272-129/+0
* Minor WS change to improve readability.David E. O'Brien2002-02-272-6/+6
* Add the following functions/macros to support byte order conversions andThomas Moestl2002-02-271-6/+4
* Introduce a version field to `struct xucred' in place of one of theDima Dorfman2002-02-272-1/+5
* use _GENERIC_DIRSIZ(dp) to avoid copying too much of the dirent overAlfred Perlstein2002-02-261-2/+2
* Per POSIX <grp.h> doesn't require <sys/types.h>.Maxim Sobolev2002-02-251-1/+0
* #include <time.h> for the definition of time functions instead ofBruce Evans2002-02-251-1/+2
* #include <stddef.h> for the definition of NULL instead of depending onBruce Evans2002-02-251-1/+3
* Initialize the libc user trap handlers before passing control non-startupThomas Moestl2002-02-231-0/+2
* Add userland floating point emulator code for sparc64. This is a portThomas Moestl2002-02-2317-1/+3520
* Add ifdefs for sparc64.Jake Burkholder2002-02-233-2/+7
* Fix wrong offsets. Add offsets for %fsr and %tstate.Jake Burkholder2002-02-231-6/+11
* Add space for %fsr and %tstate to utrapframe. Save them in the genericJake Burkholder2002-02-232-1/+14
* Also blindly attempt to fix broken world with respect to proc.p_runtimeBrian Feldman2002-02-221-1/+3
* Fix a bug where a short write to a non-blocking socket wouldJohn Birrell2002-02-221-1/+4
* o style(9) and consistency fix:Chris D. Faulhaber2002-02-211-2/+2
* o style(9) and consistency fixes:Chris D. Faulhaber2002-02-215-44/+41
* Add more argument checkingChris D. Faulhaber2002-02-212-0/+17
* static'ize and declare functionsChris D. Faulhaber2002-02-211-1/+5
* Prefix structure members to protect them against clashes with eg.Alfred Perlstein2002-02-202-4/+4
* Create /var/log/lastlog if it doesn't exist.Maxim Sobolev2002-02-201-1/+1
* Fixed divots that I created when I moved prototypes of group_from_gidWarner Losh2002-02-192-2/+3
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-1845-34/+122
* Update build infrastructure for sendmail 8.12.Gregory Neil Shapiro2002-02-172-3/+13
* Add two new libraries which are part of sendmail 8.12. libsm is used onlyGregory Neil Shapiro2002-02-173-2/+69
* o style and consistency fixes:Chris D. Faulhaber2002-02-176-40/+40
* Error handling fixes for inflate.Chris D. Faulhaber2002-02-171-4/+7
* Don't rely on <sys/signal.h> to include <sys/ucontext.h>Daniel Eischen2002-02-173-0/+3
* Fix two file descriptor leaks in the internal function local_rpcb()Ian Dowse2002-02-161-1/+8
* Document that the type of st_flags is now fflags_t.Garrett Wollman2002-02-151-2/+2
* Don't leave stack garbage in the reserved fields of the header.Bruce Evans2002-02-151-0/+1
* Fixed style bugs in rev.1.5:Bruce Evans2002-02-151-4/+5
* Prevent dup2(2) from closing internal libc_r pipe descriptors.Maxim Konovalov2002-02-141-1/+2
* Correct a typo pthread_attr_setscope() function fails unconditionallyMaxim Konovalov2002-02-143-3/+3
* Use new-style function declations.Warner Losh2002-02-131-6/+2
* I THINK this fixes 'make world'Julian Elischer2002-02-131-1/+4
* Don't make it seem like vm.max_proc_mmap only affects MAP_FIXED.Dima Dorfman2002-02-101-4/+4
* Part III: Update extended attribute system call interface documentation.Robert Watson2002-02-101-18/+39
* This has been sitting in my local tree long enough. Remove the useDaniel Eischen2002-02-0915-801/+498
* Silence a warning by initializing the return value. This wasn'tDaniel Eischen2002-02-091-2/+3
* This file needs <syslog.h>.Dag-Erling Smørgrav2002-02-091-0/+1