summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.6cvs2svn1998-03-241-47/+0
| | | | | | | | 'RELENG_2_2_6_RELEASE'. Notes: svn path=/stable/2.2/; revision=34877 svn path=/release/2.2.6/; revision=34878; tag=release/2.2.6
* MFC: El Bruce Fernando Maximillian Ernesto Supremo Evan's fixes in r1.9.Jordan K. Hubbard1998-03-161-5/+6
| | | | Notes: svn path=/stable/2.2/; revision=34616
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-03-101-0/+47
| | | | Notes: svn path=/stable/2.2/; revision=34464
* MFC rev 1.7: typos, new functions, changed abort() behaviour.Stephen McKay1998-03-081-20/+23
| | | | Notes: svn path=/stable/2.2/; revision=34311
* MFC: Nul terminate sockaddr_un::sun_pathBrian Somers1998-03-061-3/+4
| | | | | | | Suggested by: Theo de Raadt <deraadt@openbsd.org> Notes: svn path=/stable/2.2/; revision=34073
* MFC: Make SyslogAddr a sockaddr_un rather than a sockaddr.Brian Somers1998-03-051-10/+12
| | | | | | | | This wasn't a problem in practice as PATH_LOG and PATH_OLDLOG are both < sizeof sockaddr::sa_data. Notes: svn path=/stable/2.2/; revision=34060
* MFC: more doc bogons.Jordan K. Hubbard1998-03-051-3/+5
| | | | Notes: svn path=/stable/2.2/; revision=34046
* MFC: fix bogons in doc.Jordan K. Hubbard1998-03-051-7/+9
| | | | Notes: svn path=/stable/2.2/; revision=34045
* Whoops! This commit should not have made it in.Jordan K. Hubbard1998-03-041-8/+0
| | | | | | | Noted by: Chris Timmons Notes: svn path=/stable/2.2/; revision=34026
* MFC: more miscellaneous cleanups and the new mktmp() functions from OpenBSDJordan K. Hubbard1998-03-047-45/+137
| | | | Notes: svn path=/stable/2.2/; revision=34024
* MFC: doc & security fixes.Jordan K. Hubbard1998-03-032-6/+8
| | | | Notes: svn path=/stable/2.2/; revision=34013
* MFC: doc fix, bring in security fixes to fts.c.Jordan K. Hubbard1998-03-032-24/+93
| | | | | | | | fts.c changes also include whiteout support, which isn't applicable to 2.2, but it's #ifdef'd out and harmless. Notes: svn path=/stable/2.2/; revision=34012
* MFC: revised fix for PR 5345 and 5610.Steve Price1998-03-011-14/+7
| | | | Notes: svn path=/stable/2.2/; revision=33951
* MFC: bring in arc4random code.Jordan K. Hubbard1998-03-014-59/+149
| | | | Notes: svn path=/stable/2.2/; revision=33947
* MFC: Strings are terminated by NUL, not NULL.James Raynard1998-02-281-3/+3
| | | | Notes: svn path=/stable/2.2/; revision=33927
* Really remove the config_* files this time.Steve Price1998-02-282-260/+0
| | | | | | | Noticed by: jkh Notes: svn path=/stable/2.2/; revision=33920
* MFC: Remove the config_* routines.Steve Price1998-02-281-5/+3
| | | | Notes: svn path=/stable/2.2/; revision=33900
* MFC rev 1.15: Prevent corruption of errno.Stephen McKay1998-02-201-1/+5
| | | | Notes: svn path=/stable/2.2/; revision=33634
* MFC: #include <unistd.h> for nice(3).Steve Price1998-02-181-0/+1
| | | | Notes: svn path=/stable/2.2/; revision=33579
* MFC: A few bits I missed on my 1st pass.Jordan K. Hubbard1998-02-181-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=33547
* Submitted by: jallison@whistle.comJulian Elischer1998-02-182-6/+6
| | | | | | | MFC: fix version confusion in pthreads support. Notes: svn path=/stable/2.2/; revision=33528
* MFC: I am a merging machine. Let's just hope I don't die of boredom beforeJordan K. Hubbard1998-02-176-10/+17
| | | | | | | I finish this. Notes: svn path=/stable/2.2/; revision=33517
* MFC: more doc tweaks.Jordan K. Hubbard1998-02-1711-20/+25
| | | | Notes: svn path=/stable/2.2/; revision=33516
* MFC: more doc fixes.Jordan K. Hubbard1998-02-178-20/+50
| | | | Notes: svn path=/stable/2.2/; revision=33514
* MFC: more conservative doc updates.Jordan K. Hubbard1998-02-174-4/+17
| | | | Notes: svn path=/stable/2.2/; revision=33507
* MFC: purely cosmetic.Jordan K. Hubbard1998-02-171-4/+4
| | | | Notes: svn path=/stable/2.2/; revision=33504
* MFC: various docs tweaks to reflect modern reality.Jordan K. Hubbard1998-02-175-8/+15
| | | | Notes: svn path=/stable/2.2/; revision=33503
* MFC: minor doc tweaks.Jordan K. Hubbard1998-02-171-2/+3
| | | | Notes: svn path=/stable/2.2/; revision=33502
* MFC: minor doc tweaks.Jordan K. Hubbard1998-02-172-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=33501
* MFC: constify.Jordan K. Hubbard1998-02-171-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=33499
* MFC: symlink loop checking in realpath().Jordan K. Hubbard1998-02-172-1/+6
| | | | Notes: svn path=/stable/2.2/; revision=33498
* MFC: minor improvements to radixsort.Jordan K. Hubbard1998-02-172-5/+5
| | | | Notes: svn path=/stable/2.2/; revision=33497
* MFC: getopt() wants to use -1 instead of EOF now.Jordan K. Hubbard1998-02-172-16/+24
| | | | Notes: svn path=/stable/2.2/; revision=33496
* MFC: various improvements to printf() family, among them support forJordan K. Hubbard1998-02-174-33/+439
| | | | | | | long double. Notes: svn path=/stable/2.2/; revision=33495
* MFC: check for 0-length writes.Jordan K. Hubbard1998-02-171-4/+6
| | | | Notes: svn path=/stable/2.2/; revision=33494
* MFC: constify.Jordan K. Hubbard1998-02-171-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=33493
* MFC: constifyJordan K. Hubbard1998-02-172-4/+4
| | | | Notes: svn path=/stable/2.2/; revision=33492
* MFC: extra security.Jordan K. Hubbard1998-02-171-4/+8
| | | | Notes: svn path=/stable/2.2/; revision=33491
* Add mskanji.c, which I tagged in.Jordan K. Hubbard1998-02-171-4/+4
| | | | Notes: svn path=/stable/2.2/; revision=33490
* MFC: Add Kanji runes and more security checks.Jordan K. Hubbard1998-02-172-8/+15
| | | | Notes: svn path=/stable/2.2/; revision=33489
* MFC: doc tweaks, extra security check to setlocale(), minor tweak toJordan K. Hubbard1998-02-176-5/+14
| | | | | | | isctype.c Notes: svn path=/stable/2.2/; revision=33488
* MFC: doc fix.Jordan K. Hubbard1998-02-171-0/+3
| | | | Notes: svn path=/stable/2.2/; revision=33487
* MFC: doc fixJordan K. Hubbard1998-02-171-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=33486
* MFC: doc cleanups and one potential overflow.Jordan K. Hubbard1998-02-174-7/+8
| | | | Notes: svn path=/stable/2.2/; revision=33485
* MFC: doc cleanups.Jordan K. Hubbard1998-02-173-4/+15
| | | | Notes: svn path=/stable/2.2/; revision=33484
* MFC: history.Jordan K. Hubbard1998-02-171-0/+4
| | | | Notes: svn path=/stable/2.2/; revision=33483
* MFC: Since we have bidirectional pipes, allow bidirectional popen()s.Jordan K. Hubbard1998-02-172-38/+65
| | | | Notes: svn path=/stable/2.2/; revision=33478
* MFC: cleanup.Jordan K. Hubbard1998-02-174-6/+13
| | | | Notes: svn path=/stable/2.2/; revision=33477
* MFC: more fascist signal blocking.Jordan K. Hubbard1998-02-171-40/+11
| | | | Notes: svn path=/stable/2.2/; revision=33476
* MFC: doc cleanup, various cosmetic adjustments.Jordan K. Hubbard1998-02-174-12/+14
| | | | Notes: svn path=/stable/2.2/; revision=33475