summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Use C99 compatible ASM statements.obrien2003-06-101-1/+1
* Remove transition period hackache2003-06-101-32/+3
* Remove stale reference to the deprecated USER_LDT option. The associatedjhb2003-06-091-4/+0
* The .Fn functioncharnier2003-06-081-3/+6
* .Xr p1003_1b moved to .St -p1003.1b-93charnier2003-06-082-6/+6
* .Xr -> .Lb for librairy. There is no manual page corresponding to .Xr.charnier2003-06-081-1/+1
* Add or correct section number in .Xr. Use .Vt or .Fncharnier2003-06-088-13/+13
* Recognize the magic NODEV value.phk2003-06-051-3/+3
* Document the new explicit listing API for extended attributes; noterwatson2003-06-041-6/+32
* Document that kldload(2) can also return EEXIST.hmp2003-06-031-0/+4
* Cosmetic; record offsets used within jmpbufpeter2003-06-023-30/+30
* Fix sigsetjmp(). It helps if we do not try to save the old signal maskpeter2003-06-021-0/+1
* Use C99 compatible ASM statements.obrien2003-06-022-3/+3
* o Fix a cut-n-paste bug. We were clobbering rp with gp...marcel2003-06-021-2/+2
* Match style of source and headers.jmallett2003-06-011-1/+1
* Assorted mdoc(7) fixes.ru2003-06-016-180/+190
* Add GBK encodingache2003-06-013-2/+121
* Clarify the code a bit.phk2003-06-011-1/+2
* Make prototype match code with regard to constness of args to thejmallett2003-06-011-1/+1
* Fix grammar bogons.schweikh2003-05-311-1/+1
* Rough implement of makecontext() needed to support libthr.marcel2003-05-312-1/+122
* Fix a sizeof error in __bt_put: when writing they key and data sizestmm2003-05-301-3/+5
* Add an stub for _rtld_thread_init. This is a part I missed inkan2003-05-301-0/+7
* Don't return -1 and abort if msg.msg_controllen is 0. Formbr2003-05-291-2/+1
* Fix a problem introduced in the last commit. sa and cmmbr2003-05-291-2/+2
* If AF_LOCAL is used, we need to use __msgread_withcred() instead ofmbr2003-05-281-1/+6
* Fix amd(8) clients, if a FreeBSD mountd(8) server is used.mbr2003-05-281-9/+2
* Fix stripping last path component when only one path component left.fjoe2003-05-281-2/+2
* mdoc(7) fixes.ru2003-05-241-6/+5
* Repair PIC mode. It seems I was a bit too excited about thepeter2003-05-247-15/+89
* Assorted mdoc(7) fixes.ru2003-05-2213-76/+85
* Fixed troff(1) and mdoc(7) warnings.ru2003-05-184-5/+6
* Fix a simple bug that prevents svc_tli_create to bind to the addressmbr2003-05-181-1/+1
* Revamp of the syscall path, exception and context handling. Themarcel2003-05-163-12/+23
* Catch up with the renaming of the "union" filesystem to "unionfs".tjr2003-05-161-1/+1
* * The copy of the stat struct in the man page has rotted, so remove it.dougb2003-05-131-29/+2
* Update ldexp.c for amd64.peter2003-05-102-7/+1
* Add a comment describing why it's important for the values in thisdas2003-05-086-0/+42
* SIG_SETMASK is 3, not 1. Sigh.peter2003-05-081-1/+1
* Fix an embarresing transcription error from i386 to amd64. Put the argumentspeter2003-05-082-13/+12
* Tidy up modf.S and make it actually work. It wasn't extractingpeter2003-05-081-16/+13
* Fix typo, even though this is unused.peter2003-05-081-1/+1
* Like ia64, amd64 has got a 16 byte sized and aligned 'long double'.peter2003-05-081-1/+2
* Turn off alloca.S - it cannot possibly work like this since on AMD64, gccpeter2003-05-071-1/+1
* Actually use the correct values for AMD64. It is a 64 bit platform,peter2003-05-071-0/+4
* Properly cleanup the stack before jumping to cerror() if rfork(2) fails.jhb2003-05-071-0/+4
* Replace use of a spinlock with a mutex.deischen2003-05-042-12/+9
* Use the .Dl macro.trhodes2003-05-011-1/+1
* State the fact that the range is twice the traditional RAND_MAX.trhodes2003-05-011-1/+16
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-0120-71/+51
OpenPOWER on IntegriCloud