summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.2.0_cvscvs2svn1999-05-24394-453/+457
| | | | | | | 'RELENG_3_2_0_RELEASE'. This commit was manufactured to restore the state of the 3.2-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC: Disable the "Hint" option in phkmalloc as default.Alan Cox1999-05-092-4/+4
| | | | | | | Reviewed by: Poul-Henning Kamp <phk@critter.freebsd.dk> Notes: svn path=/stable/3/; revision=46820
* MFC: TyposKris Kennaway1999-05-091-3/+3
| | | | Notes: svn path=/stable/3/; revision=46799
* MFC: Rename when building libc_r.Doug Rabson1999-05-091-2/+2
| | | | Notes: svn path=/stable/3/; revision=46793
* MFC: declare the return address register so gdb can see it.Doug Rabson1999-05-081-1/+1
| | | | Notes: svn path=/stable/3/; revision=46688
* MFC, fix _BIG5_sgetrune() in libc.Foxfair Hu1999-05-071-2/+2
| | | | | | | | PR: 10918 Submitted by: Yung-Jen Hung <winard@u3717a.dorm.ccu.edu.tw> Notes: svn path=/stable/3/; revision=46642
* MFC: wrappers and docs for pread() and pwrite().Dmitrij Tejblum1999-05-055-19/+76
| | | | Notes: svn path=/stable/3/; revision=46534
* MFC: added fsseko() and ftello(); fgetpos() and fsetpos() fixed for filesDmitrij Tejblum1999-05-056-18/+88
| | | | | | | >2GB. Notes: svn path=/stable/3/; revision=46529
* MFC: {rev 1.4} clarify format of exit code, add xrefs.Joseph Koshy1999-05-051-4/+8
| | | | Notes: svn path=/stable/3/; revision=46488
* MFC (rev 1.7->1.8): writev(2) can return EDESTADDRREQ when attempting toGuy Helmer1999-05-041-0/+6
| | | | | | | | | | write to a UNIX domain socket on which connect(2) had been used to set a destination address and the destination goes away. PR: docs/10451 Notes: svn path=/stable/3/; revision=46442
* MFC: Add "#include <machine/param.h>" to SYNOPSIS to get PAGE_SIZE.Guy Helmer1999-05-043-3/+6
| | | | | | | PR: docs/8464 Notes: svn path=/stable/3/; revision=46427
* MFC: Note the effect of close(2) on fcntl(2) record locks.Guy Helmer1999-05-041-1/+9
| | | | | | | PR: docs/3522 Notes: svn path=/stable/3/; revision=46425
* MFC rev. 1.21: 'll' modifier.Dmitrij Tejblum1999-05-041-3/+9
| | | | Notes: svn path=/stable/3/; revision=46412
* Fix strptime per Posix/Single UNIX Specification requirements.Wes Peters1999-04-302-2/+12
| | | | | | | Submitted by: Sergey Babkin <babkin@bellatlantic.net> Notes: svn path=/stable/3/; revision=46193
* MFC: accept(2) can fail with EINTR.Guy Helmer1999-04-291-1/+5
| | | | | | | PR: docs/8858 Notes: svn path=/stable/3/; revision=46189
* MFC rev 1.6, you can only create special files with mknod(2).Joerg Wunsch1999-04-281-0/+5
| | | | Notes: svn path=/stable/3/; revision=46151
* CFC: doc setuid ignored for scriptsTim Vanderhoek1999-04-271-1/+8
| | | | Notes: svn path=/stable/3/; revision=46108
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-04-152-0/+108
| | | | Notes: svn path=/stable/3/; revision=45700
* MFC: kern.somaxconn -> kern.ipc.somaxconnGuy Helmer1999-04-131-4/+4
| | | | | | | PR: docs/11057 Notes: svn path=/stable/3/; revision=45640
* MFC 1.12 -> 1.13: Fix macro name typo.John Polstra1999-04-031-1/+1
| | | | Notes: svn path=/stable/3/; revision=45274
* MFC: {rev 1.25} Typo fix.Joseph Koshy1999-03-231-1/+1
| | | | Notes: svn path=/stable/3/; revision=44962
* MFC:Poul-Henning Kamp1999-03-221-6/+2
| | | | | | | | | | | | Have ntp_gettime access sysctl by name. Remove /usr/include/timepps.h Track PPS-API draft Improve interface/support for PPS drivers. Update to Dave Mills "nanokernel" PLL Make hardpps() work with timecounters. Notes: svn path=/stable/3/; revision=44938
* PID_MAX is now 99999.Ollivier Robert1999-03-121-1/+1
| | | | | | | | PR: docs/10530 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Notes: svn path=/stable/3/; revision=44683
* MFC: r.1.2, Decapitalize function name.Tim Vanderhoek1999-02-261-2/+6
| | | | Notes: svn path=/stable/3/; revision=44287
* MFC: remove ctype.cAndrey A. Chernov1999-02-232-74/+2
| | | | Notes: svn path=/stable/3/; revision=44237
* MFCAndrey A. Chernov1999-02-192-25/+48
| | | | Notes: svn path=/stable/3/; revision=44148
* MFC: Mention that chflags can fail with EOPNOTSUPP.Dag-Erling Smørgrav1999-02-141-0/+2
| | | | | | | Approved by: jkh Notes: svn path=/stable/3/; revision=43997
* MFC: Linux threads support is now default, to match -currentJulian Elischer1999-01-272-0/+25
| | | | | | | Recompile the usual suspects! Notes: svn path=/stable/3/; revision=43297
* MFC (rev.1.5: rev.1.4 was premature in claiming that revoke() worksBruce Evans1999-01-241-4/+6
| | | | | | | on non-device files). Notes: svn path=/stable/3/; revision=43144
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-2139-4333/+0
| | | | Notes: svn path=/stable/3/; revision=42951
* Install man page link for strtok_r.John Polstra1999-01-191-1/+2
| | | | Notes: svn path=/head/; revision=42870
* Spell check and minor grammar fix.John Polstra1999-01-191-3/+3
| | | | Notes: svn path=/head/; revision=42869
* Document the errno return if the restrictions on the fcntl(F_SETOWN, ...)Don Lewis1999-01-191-0/+7
| | | | | | | | argument implemented by the security patch in PR kern/7899 are violated. PR: kern/7899 Notes: svn path=/head/; revision=42829
* revoke(2) is supported on regular files under current. Change wordingJoseph Koshy1999-01-181-6/+5
| | | | | | | | | | in manual page that indicated otherwise. PR: docs/9517 Submitted by: David Malone <dwmalone@maths.tcd.ie> Notes: svn path=/head/; revision=42781
* Use the correct type for uid and gid in struct passwd. Document it.Dag-Erling Smørgrav1999-01-181-2/+2
| | | | Notes: svn path=/head/; revision=42780
* Make the implementation and documentation agree. Specifically:Dag-Erling Smørgrav1999-01-062-6/+11
| | | | | | | | | | - document that sysctl() and sysctlbyname() return 0 on success - if the provided buffer is too small, set errno to ENOMEM and return -1 instead of returning ENOMEM. Notes: svn path=/head/; revision=42353
* Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc.Dmitrij Tejblum1999-01-042-13/+4
| | | | Notes: svn path=/head/; revision=42293
* Add STANDARDS section.Garrett Wollman1999-01-031-6/+37
| | | | | | | | s/bytes/characters/g to be consistent with Standard C terminology. Update date and add RCS Id. Notes: svn path=/head/; revision=42259
* Fix grammar in the description of timegm() by totally rewriting it. RemoveGarrett Wollman1999-01-031-20/+29
| | | | | | | | a potentally inflammatory comment from BUGS, and add a more useful comment about the lack of reentrancy in the timezone-setting interface. Notes: svn path=/head/; revision=42257
* Ignore the fs_spec entry for "/" in /etc/fstab if the device whichBruce Evans1999-01-011-0/+29
| | | | | | | | | | | is actually mounted on "/" can be determined using statfs() and is in /dev. This fixes fsck operating on the wrong device when the fs_spec entry is only an alias. The aliased case became more dangerous when the ROOTSLICE_HUNT hack was committed in mount(8). ROOTSLICE_HUNT may be unnecessary now. Notes: svn path=/head/; revision=42232
* Updated type of ss_size in struct sigaltstack.Bruce Evans1999-01-011-3/+2
| | | | | | | Removed bogus prerequisite <sys/types.h>. Notes: svn path=/head/; revision=42229
* [This is a null commit to supply the correct log entry]Doug Rabson1998-12-232-2/+2
| | | | | | | | | Rename 'cerror' to '.cerror' so that programs which have a function or global variable named 'cerror' don't completely break the syscall error reporting mechanism. Notes: svn path=/head/; revision=42030
* Implement fpsetmask() and other fp*() functions. Programs should useDoug Rabson1998-12-239-32/+59
| | | | | | | | | | | | | #include <ieeefp.h> to access these functions instead of the i386 specific #include <machine/floatingpoint.h> Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=42029
* Added documenation for the existing implementation of asctime_r,Wes Peters1998-12-201-0/+35
| | | | | | | ctime_r, gmtime_r, and localtime_r. Notes: svn path=/head/; revision=41951
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-3/+5
| | | | | | | | | | | | | | | Submitted by: "Richard Seaman, Jr." <lists@tar.com> Obtained from: linux :-) Code to allow Linux Threads to run under FreeBSD. By default not enabled This code is dependent on the conditional COMPAT_LINUX_THREADS (suggested by Garret) This is not yet a 'real' option but will be within some number of hours. Notes: svn path=/head/; revision=41931
* Note that dying on NULL is an implementation detail.Eivind Eklund1998-12-171-5/+7
| | | | Notes: svn path=/head/; revision=41902
* Restore old semantics (broken in rev 1.47's buffer overflow fix).Eivind Eklund1998-12-171-1/+3
| | | | Notes: svn path=/head/; revision=41898
* Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This isBruce Evans1998-12-161-8/+7
| | | | | | | | | | | an unimprovement here. I thought it would be an improvement, as in libkvm, but here we can access the strings directly. Use sysctlbyname() instead of sysctl() and trust it to give a nonzero address if it succeeds. Notes: svn path=/head/; revision=41875
* Add reminder to return memory allocated by this call.Warner Losh1998-12-161-1/+10
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=41841
* Reviewed by: JKHWes Peters1998-12-142-87/+217
| | | | | | | | | Submitted by: Wes Peters Added strtok_r (reentrant) function and man page. Notes: svn path=/head/; revision=41762