summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2006-09-27remove superfluous paranthesisJasper Lievisse Adriaanse
2006-09-26Zap D_REMOVABLE flag from disklabel. If you didn't already know thatKenneth R Westerback
2006-09-26Part 2 of file descriptor race and deadlock corrections.Kurt Miller
2006-09-25Remove unnecessary /* NOTREACHED */ comments because our lint isRay Lai
2006-09-24Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They wereKenneth R Westerback
2006-09-23If fgetln() != NULL, len == 0 is impossible, so remove check.Ray Lai
2006-09-22Check return value of authunix_create_default(); from bret lambertOtto Moerbeek
2006-09-22Back out change in rev 1.15 of to allow whitespace to separate aTodd C. Miller
2006-09-22Remove reference to LFS, okay deraadt@Pedro Martelletto
2006-09-17dont put two '\n' at the end of the string returnd by clnt_sperror()Thordur I. Bjornsson
2006-09-15sysctl(3) can return ESRCH; noted by Kristaps Johnson; ok miod@ jmc@Otto Moerbeek
2006-09-15better desciption of ESRCH; prompted by jmc@; ok miod@ jmc@Otto Moerbeek
2006-09-07knock out an .Xr to self;Jason McIntyre
2006-09-03Add EINVAL and EOPNOTSUPP for remote filesystems,Ian Darwin
2006-08-29If pgrp is zero, the process ID of the specified process is used.Christian Weisgerber
2006-08-09Document error return when namelen is 0. OK jmc@Todd C. Miller
2006-08-09correction from vasil dimov;Jason McIntyre
2006-08-07- fix a sentenceJason McIntyre
2006-08-05no point mentioning functions if we have nothing useful to sayJason McIntyre
2006-08-04Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programsBob Beck
2006-08-04clarification from kristaps johnson;Jason McIntyre
2006-08-03tweak;Jason McIntyre
2006-08-03EILSEQ is 84 not 83.Bob Beck
2006-08-03Document EILSEQ - forgotten by the wide character folks when they addedBob Beck
2006-07-26wording/grammar tweaks;Jason McIntyre
2006-07-26better macros;Jason McIntyre
2006-07-26document `iv';Jason McIntyre
2006-07-25updates from nicholas marriott;Jason McIntyre
2006-07-23remove tzset(3) from SYNOPSIS: it has its own man page;Jason McIntyre
2006-07-09grammar tweak, on re-read;Jason McIntyre
2006-07-09- clean up the SOCK_RAW textJason McIntyre
2006-07-04fix prototype of wcstombs; from TAKAHASHI TamotsuOtto Moerbeek
2006-07-04allocate gsalt large enough; from Matthew R. Dempsky <mrd at alkemioOtto Moerbeek
2006-06-20Mention that only the superuser may adjust the frequency. Like inRay Lai
2006-06-14.Xr adjfreq and ntpdOtto Moerbeek
2006-06-14Introducing adjfreq(2), to adjust the clock frequency.Otto Moerbeek
2006-06-06Fix 'double by a factor of two' and make cache options a bit morePedro Martelletto
2006-06-04Add a CAVEATS section: other systems might have more restrictive adjtime(2).Otto Moerbeek
2006-06-04Allow any user to request the current adjustment; ok henning@ deraadt@Otto Moerbeek
2006-06-02document NFS_NIOTHREADS, with some pointers from mickey;Jason McIntyre
2006-05-29revert vfs.nfs.privport sysctl, broke a few architecturesAnil Madhavapeddy
2006-05-28Add support for NFS mounts to be from non-reserved ports:Anil Madhavapeddy
2006-05-28VFS_GENERIC returns VFS info, not VM infoPedro Martelletto
2006-05-27Document net.inet6.ip6.mforwardingClaudio Jeker
2006-05-27System calls return -1 upon failure, so check for -1Pedro Martelletto
2006-05-27Don't leak memory if getcwd() was passed NULL and __getcwd() failsPedro Martelletto
2006-05-27Make libc's getcwd() use the new __getcwd() system callPedro Martelletto
2006-05-26vpn.8 removal;Jason McIntyre
2006-05-26better words; mrd@alkemio.orgTheo de Raadt
2006-05-26let us not talk about ipsecadm and vpn anymore; ok reykTheo de Raadt