summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typo.Søren Schmidt1996-09-251-2/+2
| | | | | | | Reviewed by: phk Notes: svn path=/head/; revision=18495
* A number of minor bogons and portability things from jdp.Poul-Henning Kamp1996-09-251-28/+37
| | | | | | | Submitted by: jdp Notes: svn path=/head/; revision=18493
* add missing comma(s) in .Xr macrosWolfram Schneider1996-09-237-13/+18
| | | | Notes: svn path=/head/; revision=18480
* phkmalloc/3Poul-Henning Kamp1996-09-232-196/+342
| | | | | | | | | | | Various neat features added. More documentation in the manpage. If your machine has very little RAM, I guess that would be < 16M these days :-(, you may want to try this: ln -fs 'H<' /etc/malloc.conf check the manpage. Notes: svn path=/head/; revision=18479
* Fix typo from previous commit (tsvsec --> tv_sec).Alexander Langer1996-09-231-1/+1
| | | | Notes: svn path=/head/; revision=18472
* fix .Xr macroWolfram Schneider1996-09-212-2/+2
| | | | Notes: svn path=/head/; revision=18446
* ".Xr chflags 1," -> ".Xr chflags 1 ,"Peter Wemm1996-09-211-1/+1
| | | | Notes: svn path=/head/; revision=18435
* Add the utrace syscall.Poul-Henning Kamp1996-09-201-3/+4
| | | | Notes: svn path=/head/; revision=18421
* ts_sec -> tv_secNate Williams1996-09-202-5/+5
| | | | | | | ts_nsec -> tv_nsec Notes: svn path=/head/; revision=18414
* Fix a very rare error condition: The code to free VM back to the kernelPoul-Henning Kamp1996-09-171-3/+4
| | | | | | | | | | as done after a quasi-recursive call to free() had modified what we thought we knew about the last chunk of pages. This bug manifested itself when I did a "make obj" from src/usr.sbin/lpr, then make would coredump in the lpd directory. Notes: svn path=/head/; revision=18333
* Add comment explaining what function doesAndrey A. Chernov1996-09-171-3/+11
| | | | | | | Cover strcoll return 0 case too Notes: svn path=/head/; revision=18331
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-142-7/+8
| | | | | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong. Notes: svn path=/head/; revision=18286
* fwopen() argument type mis-describedPaul Traina1996-09-131-1/+1
| | | | | | | Obtained from: NetBSD lib/2751 (der Mouse) Notes: svn path=/head/; revision=18279
* Resync statfs struct with sys/mount.h.Peter Wemm1996-09-071-3/+7
| | | | Notes: svn path=/head/; revision=18126
* Apply patch to fix +group YP overrides and prevent SEGV on badlyBill Paul1996-09-051-8/+47
| | | | | | | formatted groups (foo:*). Notes: svn path=/head/; revision=18046
* Describe POSIX saved IDs behaviour betterAndrey A. Chernov1996-09-031-5/+19
| | | | Notes: svn path=/head/; revision=18012
* Describe current behaviour (_POSIX_SAVED_IDS are ON),Andrey A. Chernov1996-09-011-2/+12
| | | | | | | | | | traditional BSD4.4 behavior (_POSIX_SAVED_IDS are OFF) was described before. Add some hooks to easily change this text when POSIX_SAVED_IDS model will be changed. Notes: svn path=/head/; revision=17995
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.Bruce Evans1996-08-312-2/+3
| | | | Notes: svn path=/head/; revision=17974
* Don't depend in the kernel on the gcc feature of doing arithmetic onBruce Evans1996-08-311-10/+10
| | | | | | | pointers of type `void *'. Warn about this in future. Notes: svn path=/head/; revision=17971
* Sigh, back out the last bright idea I had here about compiling the res_*Peter Wemm1996-08-309-2/+3633
| | | | | | | | | | | routines from contrib/bind directly. There were too many problems, including having to add -DUSE_OPTIONS_H to the entire libc source in order for the contrib code to pick up it's options, and so on. Instead, I've merged the changes, libc is now self contained again. Notes: svn path=/head/; revision=17957
* back out last two changes, this caused the mandoc pages to be replaced byPeter Wemm1996-08-303-504/+529
| | | | | | | man pages. I'll fold in the real changes in a seperate commit. Notes: svn path=/head/; revision=17955
* oops, brain-lapse caused undefined symbolPeter Wemm1996-08-301-3/+3
| | | | Notes: svn path=/head/; revision=17922
* The last commit failed part-way through, re-add the generatedPeter Wemm1996-08-293-0/+698
| | | | | | | resolver man pages. Notes: svn path=/head/; revision=17917
* Revert change to build the reolver man pages on the fly, install thePeter Wemm1996-08-291-13/+10
| | | | | | | machine-generated versions Notes: svn path=/head/; revision=17916
* function appeared in Version 7 AT&T UNIXWolfram Schneider1996-08-2917-3/+105
| | | | | | | Obtained from: ftp://netlib.att.com/netlib/att/cs/v7man/man2 Notes: svn path=/head/; revision=17906
* Merge in bind-4.9.4-P1 resolver...Peter Wemm1996-08-2923-3930/+860
| | | | Notes: svn path=/head/; revision=17903
* Cleaned up interrupt masking by declaring the state variable in aBruce Evans1996-08-281-6/+5
| | | | | | | | | | machine-dependent macro and passing it to all machine-dependent macros. Eliminated the state variable for the GUPROF case. Notes: svn path=/head/; revision=17879
* Some minor man page cleanup.Mike Pritchard1996-08-231-9/+10
| | | | Notes: svn path=/head/; revision=17798
* Typo police.Mike Pritchard1996-08-231-2/+2
| | | | Notes: svn path=/head/; revision=17785
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-2297-168/+224
| | | | | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages. Notes: svn path=/head/; revision=17782
* Update a bunch of man pages to use .Fn insteadMike Pritchard1996-08-2236-191/+210
| | | | | | | of .Nm when referencing funciton names. Notes: svn path=/head/; revision=17780
* List all of the include files required for getpeername and getsockname.Mike Pritchard1996-08-222-0/+4
| | | | | | | | | Closes PR# 1170. Submitted by: James Raynard <jraynard@dial.pipex.com> Notes: svn path=/head/; revision=17777
* Submitted by: john birell (jb@cimlogic.com.au)Julian Elischer1996-08-222-6/+6
| | | | | | | | fixups for makefiles and for Thread-safe sycalls Notes: svn path=/head/; revision=17769
* Some cleanups to the callout lists recently added.Julian Elischer1996-08-221-0/+3
| | | | | | | | | | | note that at_shutdown has a new parameter to indicate When during a shutdown the callout should be made. also add a RB_POWEROFF flag to reboot "howto" parameter.. tells the reboot code in our at_shutdown module to turn off the UPS and kill the power. bound to be useful eventually on laptops Notes: svn path=/head/; revision=17768
* Update some more man pages to use the .Fx macro.Mike Pritchard1996-08-213-5/+7
| | | | Notes: svn path=/head/; revision=17763
* Correctly document when getopt returns EOF and '?', and some otherMike Pritchard1996-08-211-5/+7
| | | | | | | minor cleanup. Notes: svn path=/head/; revision=17748
* Add IdAndrey A. Chernov1996-08-201-3/+5
| | | | | | | Move comment up to place Notes: svn path=/head/; revision=17718
* Add isblank attr to non-break spaceAndrey A. Chernov1996-08-201-1/+4
| | | | | | | Add comment describing how upper half of table made Notes: svn path=/head/; revision=17712
* Remove isgraph attr from non-break spaceAndrey A. Chernov1996-08-201-1/+1
| | | | Notes: svn path=/head/; revision=17710
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-2012-74/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here are the diffs for libc_r to get it one step closer to P1003.1c These make most of the thread/mutex/condvar structures opaque to the user. There are three functions which have been renamed with _np suffixes because they are extensions to P1003.1c (I did them for JAVA, which needs to suspend/resume threads and also start threads suspended). I've created a new header (pthread_np.h) for the non-POSIX stuff. The egrep tags stuff in /usr/src/lib/libc_r/Makefile that I uncommented doesn't work. I think its best to delete it. I don't think libc_r needs tags anyway, 'cause most of the source is in libc which does have tags. also: Here's the first batch of man pages for the thread functions. The diff to /usr/src/lib/libc_r/Makefile removes some stuff that was inherited from /usr/src/lib/libc/Makefile that should only be done with libc. also: I should have sent this diff with the pthread(3) man page. It allows people to type make -DWANT_LIBC_R world to get libc_r built with the rest of the world. I put this in the pthread(3) man page. The default is still not to build libc_r. also: The diff attached adds a pthread(3) man page to /usr/src/share/man/man3. The idea is that without libc_r installed, this man page will give people enough info to know that they have to build libc_r. Notes: svn path=/head/; revision=17706
* Reflect the removal of the kernel's FD_SETSIZE limit.Sujal Patel1996-08-201-19/+21
| | | | Notes: svn path=/head/; revision=17705
* A pipe function call appeared in Version *3* AT&T UNIX, notWolfram Schneider1996-08-181-1/+1
| | | | | | | | | Version 6. Close PR #1490 Obtained from: Peter H. Saulus in `A Quarter Century of UNIX', page 50 Notes: svn path=/head/; revision=17646
* Don't claim to be POSIX compliant, since our alarm function isn't.Mike Pritchard1996-08-151-5/+5
| | | | Notes: svn path=/head/; revision=17617
* NCARGS is defined as 65536 in the released system, not 20480.Mike Pritchard1996-08-152-2/+2
| | | | Notes: svn path=/head/; revision=17615
* Add IdAndrey A. Chernov1996-08-141-0/+2
| | | | Notes: svn path=/head/; revision=17599
* Fix nasty bracketing/precedence bug. Every time something read (andPeter Wemm1996-08-131-2/+2
| | | | | | | | | | | | refilled) a file that was either line- or un-buffered, all files were flushed. According to the code comment, the flush (according to ANSI) is supposed to happen on write + line buffered output files, not _all_ files. Obtained from: OpenBSD / Theo de Raadt, possibly from proven@cygnus.com Notes: svn path=/head/; revision=17584
* Back out fallback approximation changes, they are not so right to liveAndrey A. Chernov1996-08-133-40/+15
| | | | Notes: svn path=/head/; revision=17583
* Back out minor bumping per Peter suggestionAndrey A. Chernov1996-08-131-1/+1
| | | | Notes: svn path=/head/; revision=17580
* simplify/speedup/extendAndrey A. Chernov1996-08-131-18/+22
| | | | Notes: svn path=/head/; revision=17576
* Bump minor number - new function addedAndrey A. Chernov1996-08-131-1/+1
| | | | Notes: svn path=/head/; revision=17573