summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2000-11-28Sync with libc: make function exit one instruction faster, and function oneis
2000-11-27Sync with libc strncpy.S 1.11: optimized code by Hiroshi Horimoto.is
2000-11-26Fix tyop in comment.simonb
2000-11-11Don't print "]" if loading kernel does not have symbol table.tsutsui
2000-11-09dos_unmount is only is dos_close is present but so conditionalize it likematt
2000-11-08avoid pointer addition on void pointersmatt
2000-11-02Introduce a way for boot programs to modify the behavior ofthorpej
2000-11-02Sprinkle some const -- gets things out of the .data segment, whichthorpej
2000-11-02Add a standalone MS-DOS file system reader package, liftedthorpej
2000-11-01Add a strcasecmp(), modified from chopps's strncasecmp().thorpej
2000-11-01Add define NO_MID_CHECK that avoids checking of the a.out mid field.ragge
2000-10-25Split the UDP routines out of net.c.thorpej
2000-10-21Add LIBSA_RENAME_PRINTF to solve conflict with prototype definition oftakemura
2000-10-12enclose offsetof macro definition with #ifndef offsetof ... #endifmsaitoh
2000-10-10Set return value correctly for memcpy/memmove.jeffs
2000-10-02show "press return" instead of "type return", since it's a key name andlukem
2000-09-17Prevent the compiler from blowing up on sparc64. From mrg.eeh
2000-09-09check _STANDALONE macro, too.msaitoh
2000-09-05Move the Alpha _mcount() into a .S file so that it can bethorpej
2000-07-21compile byte_swap_2.S and byte_swap_4.Smsaitoh
2000-07-21support "big endian", too.msaitoh
2000-07-20Add strtoul.c -- if_ea.c needs it.bjh21
2000-07-19We need strncasecmp.c now.matt
2000-07-19ELFifymatt
2000-07-18Fix an obvious typo in comment introduced by previous commit; the instructionenami
2000-07-17Make memcpy() the favored interface an swizzle the args for ovbcopy. Alsojeffs
2000-06-27<vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-09new bcopy.Smsaitoh
2000-06-09movstrSI*() for gcc -Osmsaitoh
2000-05-26Add missing trailing newlines.sommerfeld
2000-05-25fix the null pointer access bug when arg2 (char **endptr) == NULLmsaitoh
2000-05-09Initial commit of arm26 portbjh21
2000-05-08__predict_true() the expressions passed to the assert family, sothorpej
2000-05-05Use __GNUC_PREREQ__().thorpej
2000-04-20asm bcopy() for sh3msaitoh
2000-04-19change copyright notice from 3-clause TNF -> 4-clause TNF.itojun
2000-03-31Make standalone in_cksum work on little-endian machines, too, courtesy ofcastor
2000-03-30Kill some more register declarations.augustss
2000-03-29Don't prototype __assert() if not STANDALONE - <sys/systm.h> has alreadysimonb
2000-03-29Multiple include protection.simonb
2000-03-27Remove duplicate declaration of __cmpdi2()simonb
2000-03-02make CMSG_ALIGN always synchronize with kernel's idea of ALIGNBYTES.itojun
2000-02-03cosmetics: remove double semicolon, whitespacedrochner
2000-02-03provide stat() and fstat() here for standalone programs' usecgd
2000-02-01Revert STRIPPROG -> STRIPtsutsui
2000-02-01add strtouldanw
2000-01-19STRIP -> STRIPPROGtsutsui
2000-01-03don't clobber r4 and r5msaitoh
1999-12-29Fix IS_DATA and IS_TEXT. PF_X and PF_W are valid on p_pflags, not p_ptype.hannken
1999-12-21check _STANDALONEmsaitoh