summaryrefslogtreecommitdiff
path: root/sys/lib/libsa
AgeCommit message (Expand)Author
2010-03-12DTrace: Add support for CTF sections in the netbsd elf image, load thesedarran
2010-02-11Add a prototype.martin
2010-02-10fix includesmartin
2010-02-10Utility function to lookup a symbol value in an elf symbol table - allows,martin
2010-01-19Add long long (%lld etc.) support and width (%02x etc.) supporttsutsui
2010-01-13RFC783 says the ErrMsg sent with an ERROR packet needs to bedrochner
2009-12-29Don't abuse INSECURE for allowing exec() to load files not owned by uid 0.elad
2009-10-21Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).snj
2009-10-19Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsenbouyer
2009-08-25Uh, move loadfile_aout.c in under the check for ${SA_USE_LOADFILE}he
2009-08-21If we're on mips, don't build exec.c or loadfile_aout.c, since theyhe
2009-08-16Change include of <sys/exec.h> to <sys/exec_aout.h> since these files wantmatt
2009-07-10Use a function to add extra data to the vendor area so that data addedroy
2009-07-10We should request the DHCP parameters we need.roy
2009-05-06We should check for potential overflows.roy
2009-04-11fix sign-compare issuelukem
2009-03-25Fix build problems caused by crc32 addition to libkern. Also, this makestls
2009-03-20Allow MD standalone Makefiles overriding MI libsa settingstsutsui
2009-03-19Revert previous. MI libsa doesn't provide bcmp().tsutsui
2009-03-19Add a prototype for the bcmp() function as well.he
2009-03-18- remove bcmp(9), bcopy(9), and bzero(9) from libkern since <sys/systm.h> hastsutsui
2009-03-02Use EXT2_DINODE_SIZE() to get offset of inode, not struct ext2fs_dinode array.tsutsui
2009-03-01catch up with variable inode size.christos
2009-01-31Revert previous one. It has already fixed in net.h,v 1.25.isaki
2009-01-31Fix build error. Declare getsecs() before (re-)defining it.isaki
2009-01-18I really hate silly hacks inside #ifndef _STANDALONE in libsa sources...tsutsui
2009-01-17Remove __P().tsutsui
2009-01-12Replace time_t values in libsa sources with the following two typestsutsui
2008-11-24msdosfs -> msdosad
2008-11-19For the x86 boot loader, autoload a kernel module corresponding to thead
2008-09-25add a LOAD_NOTE flag to make loading the note optional.christos
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-05-20Take $MACHINE into account when looking for modules.ad
2008-05-20Extract kernel version from the note section and stuff into a globalad
2008-05-11Extend tftp_stat to return the size of the file, rather than -1.chris
2008-05-11There is also ARP_DEBUG for those who need it.mlelstv
2008-04-30Let twiddle() be disabled at runtime.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05Fix a warning in #ifdef RARP_DEBUG. PR kern/20314tsutsui
2008-03-25add bcopy and bzero for loadfile for now. Should get rid of it.christos
2008-03-25remove stray commentchristos
2008-03-25fix typochristos
2008-03-25- use mem* instead of b* routines, and kill the b* routines.christos
2008-03-21when the char being searched for is not found strchr() must return NULLrtr
2008-03-14Add a strchr() - for dosfs in particular.dsl
2008-03-14Add a local strcasecmp() instead of pulling the bloat from libkern.dsl
2008-02-25Fix typo in comment.tsutsui
2008-01-02Merge vmlocking2 to head.ad
2007-12-29ANSIfy.tsutsui
2007-12-24Remove __attribute__((__noreturn__)) from things already marked __deadperry