summaryrefslogtreecommitdiff
path: root/sys/lib/libsa
AgeCommit message (Expand)Author
2007-10-27Add an extern decl of try_bootp variable here since MD sources could set it.tsutsui
2007-10-27Include "bootp.h" for a function declaration of bootp().tsutsui
2007-10-01Make a few debug outputs only happen when debugging.martin
2007-09-29When compiled with COMPAT_SOLARIS_UFS, always calculate fs_qbmask andmartin
2007-06-06It is "data_start" not "data" - pointed out by Tom Spindlermartin
2007-06-05Add a MARK_DATA marker containing the effective VA of the first loadedmartin
2007-03-05We need char* for pointer arithmetic.he
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-25Add missing newlines to debug messages.uwe
2006-12-29remove nqnfs from comments. from Arnaud Lacombe.yamt
2006-12-09in fdloadfile(), fail if we can't read the entire exec header.chs
2006-12-02make bootxx_msdos fit in 8k again; thanks, __internal_memset_, for spillingdogcow
2006-05-20add (char *) cast to quieten GCC.mrg
2006-05-12apply -Wno-pointer-sign with GCC4.mrg
2006-05-11ssize_t -> size_t to match variable and functions.mrg
2006-04-06Pass by reference to MD_LOADSEG(). Thanks to Matt Thomas for pointing this out.cherry
2006-04-03Encapsulated the MD test: phdr[i].p_type & PT_LOPROC out of MI code,cherry
2006-04-03Allows processor ABI specific ELF segment loads.cherry
2006-01-27/* fall through */ -> /* FALLTHROUGH */uwe
2006-01-27Support 'z' (size_t) and 't' (ptrdiff_t) specifiers.uwe
2006-01-27Don't omit int arguments in the K&R style function definitions.uwe
2006-01-26Add the source directory of zlib in the include paths so that cread.c canchristos
2006-01-25Sync alloc/dealloc prototypes with unsigned int -> size_t change.uwe
2006-01-25free -> deallocchristos
2006-01-25- Add attributes to printf functionschristos
2006-01-25Changing len from int to size_t caused an infinite loop. Noticed by chuq.christos
2006-01-24PR/32613: Yves-Emmanuel JUTARD: Incoherencies in file sys/lib/libsa/net.hchristos
2006-01-22If _STANDALONE is defined, #include </lib/libsa/iodesc.h> instead of requiringdsl
2006-01-21Adjust code so that it will work when _STANDALONE isn't defined.dsl
2006-01-18Define indp_t as signed int32_t, like ffsv1.c does.uwe
2006-01-14Don't include zlib.h directly; redirect through libz.h; this mirrors howchristos
2006-01-13constify write prototype.christos
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-08-1964 bit inode changes.christos
2005-07-14rearrange free's and add a missing one.christos
2005-06-13Remove bcmp(). Use memcmp() instead.junyoung
2005-06-13Oops, missed a semicolon.junyoung
2005-06-13ANSI, De-__P(), and some cosmetic changes includingjunyoung
2005-05-23Provide HEXDIGITS as well (needed on mvme68k/stand)jmc
2005-05-17Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] tochristos
2005-04-09Use std form for a multi-line commentdsl
2005-02-26nuke trailing whitespaceperry
2004-07-01DECONST -> UNCONSTchristos
2004-06-30constification fixes.christos
2004-06-30- multiple inclusion protection.christos
2004-06-30help with casts, and lint hints.christos
2004-05-19Add qsort to libsa (taken from sys/dev/vinum/vinumqsort.c) and use instead ofabs
2004-03-24remove license clauses 3 and 4 from my cpoyright noticesdrochner
2004-03-24I was told I'm just an "author", not a "regent"drochner