aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Sort headers to reduce diffs between branches.Jacques Vidrine2002-07-311-1/+1
* some dolt forgot to add in an include for <limits.h>Darren Reed2002-07-311-0/+1
* Patch to fix bounds checking/overflow.Darren Reed2002-07-311-3/+4
* Grammar (`was' -> `were')Chris Costello2002-07-311-1/+1
* Since pam_get_authtok(3) doesn't know about our options structure, settingDag-Erling Smørgrav2002-07-301-10/+11
* Update docs to reflect change in count of procs reserved for rootMike Silbersack2002-07-302-2/+2
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-2916-19/+19
* Revert part of revision 1.10, as it broke portmap lookups for IPv4Ian Dowse2002-07-261-9/+3
* sysctl(NET_RT_IFLIST) up to several (currently 5) times.Hajimu UMEMOTO2002-07-251-8/+29
* - ntohs() returns unsigned value.Hajimu UMEMOTO2002-07-241-59/+56
* Install more man pages - I thought I'd committed this ages ago...Dag-Erling Smørgrav2002-07-231-0/+5
* Don't forget to recalculate the IP checksum of the originalRuslan Ermilov2002-07-231-4/+12
* Surround prototypes with __BEGIN_DECLS / __END_DECLS.Dag-Erling Smørgrav2002-07-221-0/+4
* Add an ia64 atomic lock primitive for libc_r. This is mostly forPeter Wemm2002-07-202-0/+96
* Reimplement malloc/free debugging that includes the offending file:linePeter Wemm2002-07-205-40/+73
* Add __printflike() to printf() and sprintf() prototypes. -ffreestandingPeter Wemm2002-07-201-2/+2
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-182-2/+2
* Move IPFW2 definition before including ip_fw.hLuigi Rizzo2002-07-181-32/+30
* Update glob(3) to add all the POSIX required options, specifically:Mike Heffner2002-07-172-29/+34
* Change utimes to set the file creation time (for filesystems thatKirk McKusick2002-07-171-0/+9
* Don't ask me how I consistently turned struct statvfs into struct vfsconf....Garrett Wollman2002-07-161-3/+3
* The main reason for this is to reduce diffs between all the crt1.c's.Mark Murray2002-07-166-91/+140
* Assume that my bug report against 1003.1-2001 will be resolved my way,Garrett Wollman2002-07-151-13/+9
* Support POSIX/SUS ``programming environment'' mistake in confstr().Garrett Wollman2002-07-151-1/+62
* All of the things that confstr() returns are compile-time constants.Garrett Wollman2002-07-151-31/+10
* The .Fn function.Giorgos Keramidas2002-07-1511-36/+68
* The .Fn functionGiorgos Keramidas2002-07-151-3/+6
* Don't bother asking the kernel about _SC_FSYNC; it's not optional.Garrett Wollman2002-07-151-4/+3
* Add a missing 'function' word.Giorgos Keramidas2002-07-151-2/+2
* Use BSDi derived if_nametoindex(), if_indextoname(), if_nameindex()Hajimu UMEMOTO2002-07-156-328/+403
* The .Fn functionGiorgos Keramidas2002-07-153-11/+18
* Don't claim to fully implement C99 in the STANDARDS section and then disclaimGarrett Wollman2002-07-151-2/+4
* Note that fseeko() and ftello() are standard in 1003.1-2001.Garrett Wollman2002-07-151-1/+1
* Fix whitespace in .Bd -literal display of S_IXXX constants.Giorgos Keramidas2002-07-151-15/+15
* Fix "rpcinfo -m" when talking to other implementations of rpcbind.Alfred Perlstein2002-07-141-0/+3
* clnt_vc_create() has const scalar arguments that wind up being modified,Alfred Perlstein2002-07-142-3/+3
* Cast function args to silence warning.Alfred Perlstein2002-07-141-1/+2
* Add a prototype for __rpcb_findaddr_timed to silence a warning.Alfred Perlstein2002-07-141-0/+4
* Silence several warnings due to functions that needed to take a void *Alfred Perlstein2002-07-143-32/+32
* Fix a few bugs in the ERRORS section.Garrett Wollman2002-07-131-3/+12
* Add statvfs(3) to the build.Garrett Wollman2002-07-131-2/+3
* Well, it's not quite strxfrm(3) but at least it's honest.Garrett Wollman2002-07-131-0/+176
* Various typo fixes.Giorgos Keramidas2002-07-121-2/+2
* A simple implementation of statvfs(3) (one step above the trivial one).Garrett Wollman2002-07-111-0/+160
* Update manpages to reference 'timed' rpc functionsAlfred Perlstein2002-07-111-0/+8
* Fill out (zero) and fill in (when doing getino()) the minimum and maximumJuli Mallett2002-07-112-2/+4
* RELENG_4_6 PL 1 libc bits with non-vulnerable resolver.David E. O'Brien2002-07-114-12161/+9126
* Add functions allowing for the user to specify a timeout for rpc functions.Alfred Perlstein2002-07-115-96/+670
* Add missing ret instruction to the ptrace() syscall wrapper.Thomas Moestl2002-07-111-0/+2
* Fix some comments.Garrett Wollman2002-07-101-4/+6