aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* realpath(3) bug fix: There was an off-by-one error in computing theJacques Vidrine2003-08-031-1/+2
| | | | | | | size of the resulting canonical path. Notes: svn path=/releng/5.0/; revision=118401
* MFC:Chris D. Faulhaber2003-03-201-8/+14
| | | | | | | | | | src/lib/libc/xdr/xdr_mem.c 1.12 src/include/rpc/xdr.h 1.23 Clean up some signed/unsigned issues in the XDR code. Notes: svn path=/releng/5.0/; revision=112432
* MFC: Fix memleak.release/5.0.0Martin Blapp2003-01-161-2/+8
| | | | | | | | | Reviewed by: rwatson Approved by: re (scottl) Notes: svn path=/releng/5.0/; revision=109387 svn path=/release/5.0.0/; revision=109388; tag=release/5.0.0
* MFC: Implement non-blocking tcp-connectionsMartin Blapp2003-01-165-62/+437
| | | | | | | | | Reviewed by: rwatson Approved by: re (rwatson) Obtained from: NetBSD Notes: svn path=/releng/5.0/; revision=109376
* Bring in mac_prepare.3 from HEAD.Chris Costello2003-01-157-37/+77
| | | | | | | | | | Bring the MAC library documentation up to HEAD. Approved by: re Sponsored by: DARPA, Network Associates Laboratories Notes: svn path=/releng/5.0/; revision=109292
* Bring in the libugidfw documentaton from HEAD.Chris Costello2003-01-151-0/+8
| | | | | | | | Approved by: re Sponsored by: DARPA, Network Associates Laboratories Notes: svn path=/releng/5.0/; revision=109291
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_0'.cvs2svn2003-01-151-0/+85
| | | | Notes: svn path=/releng/5.0/; revision=109285
* MFC: Use the type field gleaned from the GEOM dumpconf text output to setJohn Baldwin2003-01-131-1/+1
| | | | | | | | | the subtype when adding part chunks in Open_Disk(). Approved by: re Notes: svn path=/releng/5.0/; revision=109196
* MFC: Workaround the case where we do a Create_Chunk_DWIM() in a freebsdJohn Baldwin2003-01-133-4/+22
| | | | | | | | | chunk that has no child chunk. Approved by: re Notes: svn path=/releng/5.0/; revision=109194
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_0'.cvs2svn2003-01-095-0/+507
| | | | Notes: svn path=/releng/5.0/; revision=108984
* MFC: 1.147: libc_r on ia64Marcel Moolenaar2003-01-091-1/+1
| | | | | | | Approved: re@ (jhb) Notes: svn path=/releng/5.0/; revision=108974
* MFC: libc_r on ia64:Marcel Moolenaar2003-01-094-0/+44
| | | | | | | | | | | | 1.78 pthread_private.h 1.37 uthread_create.c 1.44 uthread_init.c 1.44 uthread_sig.c Approved: re@ (jhb) Notes: svn path=/releng/5.0/; revision=108973
* MFC: revert getbsize's headerlenp argument back to an int *.David E. O'Brien2003-01-082-2/+2
| | | | | | | Approved by: re Notes: svn path=/releng/5.0/; revision=108932
* MFC: Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE.Tim J. Robbins2003-01-082-9/+9
| | | | | | | | | These are the names required by 1003.1-2001. Approved by: re Notes: svn path=/releng/5.0/; revision=108912
* MFC: pthread_attr_get_np now takes 'pthread_t' (not 'pthread_t *')Max Khon2003-01-072-9/+8
| | | | | | | | | to be more consistent with other pthread_XXX functions Approved by: re, deischen Notes: svn path=/releng/5.0/; revision=108903
* MFC rev 1.19:Thomas Quinot2003-01-071-0/+3
| | | | | | | | | | In cgetmatch(3), return -1 if a NULL or 0-length name parameter is used. This prevents lpd from hanging at boot with certain (legal) printcap entries. Approved by: re (jhb) Notes: svn path=/releng/5.0/; revision=108902
* MFC r1.146: enable building libc_r on sparc64.Thomas Moestl2003-01-061-1/+1
| | | | | | | Approved by: re Notes: svn path=/releng/5.0/; revision=108842
* MFC _atomic_lock.S r1.1, pthread_private.h r1.77: libc_r support forThomas Moestl2003-01-061-0/+29
| | | | | | | | | | sparc64. Reviewed by: jake Approved by: re Notes: svn path=/releng/5.0/; revision=108841
* MFC _setjmp.S r1.5, setjmp.S r1.4, sigsetjmp.S r1.5: make longjmp() andThomas Moestl2003-01-063-57/+23
| | | | | | | | | | | _longjmp() usable to switch stacks, add weak aliases as libc_r requires them. Reviewed by: jake Approved by: re Notes: svn path=/releng/5.0/; revision=108838
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_0'.cvs2svn2003-01-061-0/+45
| | | | Notes: svn path=/releng/5.0/; revision=108770
* As per the 5.0 TODO list, make malloc default to 'aj' instead of 'AJ'.Scott Long2003-01-031-2/+2
| | | | | | | | | | | This matches the default for the 4.x releases, and is only going into the RELENG_5_0 branch for now. Making similar chages to HEAD is up for debate as always. Approved by: re (rwatson) Notes: svn path=/releng/5.0/; revision=108615
* MFC: Return an error if the size of the sector is zero.Yoshihiro Takahashi2003-01-021-0/+6
| | | | | | | Approved by: re (jhb) Notes: svn path=/releng/5.0/; revision=108545
* MFC: 4.7's libs.David E. O'Brien2002-12-2116-18315/+11388
| | | | | | | Approved by: re(rwatson) Notes: svn path=/releng/5.0/; revision=108154
* MFC rev. 1.6: getsockopt(2) 'level' argument should be 0, not SOCK_STREAM.Maxim Konovalov2002-12-191-1/+1
| | | | | | | Approved by: re (rwatson) Notes: svn path=/releng/5.0/; revision=108084
* MFC: Change the name for the local unix-socket based protocolMartin Blapp2002-12-193-6/+29
| | | | | | | | | | | from "unix" back to "local". Add some compat stuff so both ways work for some time. Reviewed by: phk Approved by: Re (rwatson) Notes: svn path=/releng/5.0/; revision=108080
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_0'.cvs2svn2002-12-183-0/+4964
| | | | Notes: svn path=/releng/5.0/; revision=108047
* MFC rev. 1.5: fix bogus getsockopt(2) call: swap SOCK_STREAM andMaxim Konovalov2002-12-151-1/+1
| | | | | | | | | LOCAL_PEERCRED. Approved by: re (rwatson) Notes: svn path=/releng/5.0/; revision=107904
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_0'.cvs2svn2002-12-13176-23514/+0
| | | | Notes: svn path=/releng/5.0/; revision=107811
* Fix the HISTORY to match reality. They were never MFC'ed to 4.X.Tom Rhodes2002-12-121-1/+1
| | | | | | | | Submitted by: R. Imura <imura@ryu16.org> Approved by: re (murray) Notes: svn path=/head/; revision=107796
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-1226-165/+165
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107788
* mdoc(7) police: .Dt is ALL UPPERCASE.Ruslan Ermilov2002-12-121-1/+1
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107771
* mdoc(7) police: Added the missing .Os call; it's not strictlyRuslan Ermilov2002-12-116-0/+6
| | | | | | | | | | necessary nowadays, but is documented as "required", and may become so again in the future. Approved by: re Notes: svn path=/head/; revision=107744
* Fixed the parameter's name.Ruslan Ermilov2002-12-111-1/+1
| | | | | | | | | PR: docs/46183 Submitted by: Dirk Gouders <gouders@et.bocholt.fh-ge.de> Approved by: re Notes: svn path=/head/; revision=107741
* mdoc(7) police: tiny nits.Ruslan Ermilov2002-12-091-4/+4
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107707
* mdoc(7) police: tiny nits.Ruslan Ermilov2002-12-093-8/+11
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107706
* mdoc(7) police: overhaul.Ruslan Ermilov2002-12-091-109/+232
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107705
* mdoc(7) police: nits.Ruslan Ermilov2002-12-091-15/+18
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107704
* mdoc(7) police: nits.Ruslan Ermilov2002-12-091-2/+3
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107702
* mdoc(7) police: overhaul.Ruslan Ermilov2002-12-091-12/+12
| | | | Notes: svn path=/head/; revision=107701
* For now, build and install this as libkse instead of libpthread.Daniel Eischen2002-12-084-6/+6
| | | | | | | | | | This will avoid any accidental use of an experimental library. Suggested by: rwatson Approved by: re (jhb) Notes: svn path=/head/; revision=107687
* Do not guarantee an overflow of tm_year when doing the binary search inPeter Wemm2002-12-051-0/+6
| | | | | | | | | localtime/mktime/tmcomp and friends on ia64. Approved by: re Notes: svn path=/head/; revision=107648
* Capitalize ASCII code names.Ruslan Ermilov2002-12-053-10/+15
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107631
* Consistently mark std(in|out|err) with .Dv, because that's how theyRuslan Ermilov2002-12-0421-38/+50
| | | | | | | | | | are marked up in stdio(3), and because they are defined expressions of type "FILE *". Approved by: re Notes: svn path=/head/; revision=107619
* mdoc(7) police: markup overhaul.Ruslan Ermilov2002-12-046-14/+22
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107616
* mdoc(7) police: markup overhaul.Ruslan Ermilov2002-12-047-58/+82
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107603
* mdoc(7) police: overhaul.Ruslan Ermilov2002-12-048-109/+132
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107592
* Minimal libc for PowerPC.Peter Grehan2002-12-0418-0/+1149
| | | | | | | | | Reviewed by: benno Approved by: re (blanket) Notes: svn path=/head/; revision=107571
* Reduce WARNS level to 3 in the non-crypto case to fix make release on sparc64.Jake Burkholder2002-12-041-1/+1
| | | | | | | | | | This may only be turning up now to changes in the cpp predefines for sparc64, which may be turning on more strict alignment checking. Approved by: re Notes: svn path=/head/; revision=107570
* Update the second copy of libstand to deal with the new ufs2 superblockJake Burkholder2002-12-031-1/+1
| | | | | | | | | format. The one in sys/boot/libstand is not connected to the build. Approved by: re Notes: svn path=/head/; revision=107555
* Break up a bunch of crazy if statements to use a case statement insteadJohn Baldwin2002-12-021-14/+16
| | | | | | | | | | | | | | to be cleaner. Also, when deleting a chunk, try to find the mother chunk as a whole chunk by default if this isn't a BSD partition or a unused or whole chunk. Before we just did this for FreeBSD and FAT slices, which means that other chunk types such as EFI and mbr (mbr is used for slices that don't have their own chunk type). Submitted by: nyan (mostly) Approved by: re Notes: svn path=/head/; revision=107531