summaryrefslogtreecommitdiff
path: root/sys/lib
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-09-24Rename __assert() to __kernassert() so that it doesn't collidepooka
2007-08-03Do the panicstr check only if _KERNEL.ad
2007-07-29Disable kernel assertions if panicstr != NULL.ad
2007-07-19include sys/cdefs.hdsl
2007-06-23Remove _ZLIB_PRIVATE that should have been removed 10 years ago.isaki
2007-06-10G/C dead code.ad
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-04-13Include byte_swap_[24].c for kernels compiled with -O0matt
2007-04-09Enable builtin_ffs for vaxmatt
2007-04-08Remove support for NetBSD/{,evb}sh5.scw
2007-03-14Provide __movmemSI12_i4 (gcc4) a.k.a. __movstrSI12_i4 (gcc3) that gccuwe
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
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2007-01-14Repair copyright that has been broken since -94.ragge
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-11-13Add strsep(3) to libkern.dyoung
2006-11-05- call the initialization routine for arc4randbytes.christos
2006-10-27Merge kernel and userland rmd160 and sha2 implementation.christos
2006-10-08- Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib.thorpej
2006-09-28Remove stale copy. Pointed out by uwe@ ages ago.simonb
2006-09-10Add a way for a user to know what nodes have changed when a node has beenmatt
2006-09-10If __STDC__ and GNU C >= 3.0, define C99's bool, true, falsematt
2006-09-09Shrink rb_tree to 4 pointers (2 if RBSMALL is defined). Move comparematt
2006-09-09Add rb_tree_find_node_{geq,leq}. Add stats. Make TAILQ DEBUG only.matt
2006-09-08Fix and simplify node removal. Add lots of assertions and comments.matt
2006-09-06Use static at the function decl if the prototype also uses static.thorpej
2006-09-05The list of registers which sdivsi3 can clobber has changed in gcc4.scw
2006-09-05Rewrite of red-black tree code.matt
2006-09-04The kernel is built with "-mdiv=call", so add a __sdivsi3_1 aliasscw
2006-09-02Make this compile in _KERNEL || _STANDALONE. Make gcc4 happy.matt
2006-08-31Per discussion on tech-kern and tech-userlevel, move the bit-twiddlingdyoung
2006-08-28Add src/common/include to include header search path so thattsutsui
2006-08-25Add __NULL_STMT which is do { } while (/* CONSTCOND */ 0)matt
2006-07-16Fixed the gcc warning that "static" should come before "const".rillig
2006-07-08With VAX & GCC4, use builtin memset and memmove.matt
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-22Provide __movmem* aliases to __movstr* functions.uwe
2006-05-22G/c #ifdef PIC we inherited from the userland.uwe
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