summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Do not fail doing rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.a if thepeter2001-11-031-1/+1
* Put in an attempt at stack trace/unwind records.peter2001-11-031-0/+8
* Do not ``build'' (ie remove, and put in stub libraries) for libresolvpeter2001-11-031-3/+8
* Dont fail if ${DESTDIR}${LIBDIR}/ or any of its components dontpeter2001-11-031-1/+2
* Dont fail if the intermediate directories in ${DESTDIR}/usr/lib/compat/*peter2001-11-031-1/+1
* phkmalloc->evilchecks++;phk2001-11-021-3/+13
* Add notice about early use from malloc.c forbidding malloc use fromphk2001-11-021-0/+5
* Add a long-overdue nail to the deprecated /dev/urandom interfacemarkm2001-10-302-2/+2
* Mostly cosmetic. Use indentation that is reasonably close to otherpeter2001-10-292-20/+20
* Update for the new toolchain. ld doesn't provide _GLOBAL_OFFSET_TABLE_peter2001-10-291-1/+8
* Make the output from assert() look more like the example in the C99mike2001-10-292-6/+6
* Add time_to_int(), int_to_time(), time_to_long(), long_to_time().dillon2001-10-281-0/+40
* Add routines to convert time_t to/from fixed-bit fields. These routinesdillon2001-10-282-1/+62
* sparc64 verions of the crt initialization and finalization files requiredobrien2001-10-282-0/+100
* Only provide function information in compile environments that supportmike2001-10-272-9/+17
* Restore K&R prototype. Fix other style bugs.mike2001-10-271-2/+3
* Add missing crti.S and crtn.S files. I have tested these with -staticpeter2001-10-272-0/+92
* Sync with other platforms.obrien2001-10-271-2/+3
* minor style updatingobrien2001-10-273-13/+9
* Update for reality and syncing with other FreeBSD platforms.obrien2001-10-271-6/+5
* Feh, it helps to include a file other than yourself... wonder howobrien2001-10-271-1/+1
* Explicitly use int32_t for on-disk records for pw_change and pw_expire,peter2001-10-271-2/+5
* Remove the -I../libc/${MACHINE_ARCH} that was there solely forpeter2001-10-261-3/+0
* Make libc_r check the kern.usrstack sysctl instead of using internalpeter2001-10-269-18/+60
* Style: sort __sys_foo() prototypes, tabs -> spaces, etc.ru2001-10-263-234/+234
* Removed:ru2001-10-2610-250/+30
* Remove the internal implementation details of wrapping syscalls,ru2001-10-2619-505/+0
* Compensate for the way that _setjmp aligns the start of jmp_buf.dfr2001-10-262-5/+23
* Fix nit in copyright.obrien2001-10-261-2/+2
* Use the new machine-independent versions of crtbegin and crtendobrien2001-10-262-108/+0
* Minimal libc for sparc64.jake2001-10-2619-0/+874
* In > LONG_MAX test use sseek return value and not _offset which can be notache2001-10-251-3/+4
* Don't put an extra space after password prompts, because it violates POLA,sobomax2001-10-252-7/+7
* Implement va->pa translation for kernel virtual addresses. This isdfr2001-10-251-30/+59
* Fix bugs in NgSendMsg() and NgSendAsciiMsg() where the wrong tokenarchie2001-10-251-2/+2
* Change #include "DEFS.h" to <machine/asm.h>.peter2001-10-254-4/+4
* De-orbit DEFS.h - the other arches do not use it, and it got replacedpeter2001-10-2442-82/+35
* Add __FBSDID.asmodai2001-10-241-3/+5
* Add __FBSDID.asmodai2001-10-241-5/+10
* Help to recover from bad seek (i.e. negative or too big) happens beyondache2001-10-242-5/+12
* Back out read buffer invalidating via __SMOD.ache2001-10-232-7/+2
* Change comment explaining another usage of __SMODache2001-10-231-2/+2
* Disallow fseek() optimization in internal read buffer, if pointer is moved byache2001-10-231-0/+5
* Partially port kvm to ia64 - virtual to physical translation is incomplete.dfr2001-10-231-0/+167
* Allow users to specify a command to use as remote command instead ofimp2001-10-234-6/+257
* Refer to chflags(2) instead of chflags(1) (since we're a section 2dd2001-10-231-3/+2
* Fix WAW dependency. p6 is written in the syscall epilogue.peter2001-10-221-0/+1
* Fix a few more dependancy violations.dfr2001-10-221-3/+3
* In the words of the submitter:deischen2001-10-211-2/+10
* Implement setjmp, longjmp, sigsetjmp and siglongjmp.dfr2001-10-203-104/+53
OpenPOWER on IntegriCloud