| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 64 bit safe over entire address range |  pefo | 2004-10-08 | 5 | -69/+69 |
* | make it compile with _STANDALONE, ok deraadt@ |  pefo | 2004-09-23 | 1 | -3/+3 |
* | Add code to let 32bit code *printf() {u,}int64_t values. |  miod | 2004-09-22 | 1 | -2/+61 |
* | Keep providing a 32bit only version of bzero() #ifdef _STANDALONE, as |  miod | 2004-09-21 | 1 | -3/+20 |
* | slightly 64 bit improved |  pefo | 2004-09-18 | 1 | -8/+8 |
* | Changes for 64 bit kernel. Some functions needis to be rewritten or |  pefo | 2004-09-09 | 8 | -16/+16 |
* | Fix for DoS caused by incorrect error handling. From Dmitry V. Levin. |  otto | 2004-08-26 | 2 | -1/+7 |
* | add missing copyright |  pefo | 2004-08-13 | 8 | -9/+257 |
* | mips64 now |  pefo | 2004-08-11 | 11 | -0/+388 |
* | move to mips64 |  pefo | 2004-08-11 | 11 | -388/+0 |
* | ansi and some missing protos |  deraadt | 2004-08-07 | 54 | -252/+177 |
* | Remove some register keywords to make this compile on amd64. |  art | 2004-07-22 | 1 | -7/+7 |
* | Fix buffer writing in cd9660 code, written by Tom and myself, examined by toby |  drahn | 2004-07-09 | 1 | -14/+19 |
* | Change of variable name from read to nread, to reduce difference |  tom | 2004-06-22 | 1 | -18/+18 |
* | add bounded attribute to some functions. anil tested and ok'ed |  itojun | 2004-06-21 | 2 | -6/+11 |
* | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. |  millert | 2004-05-07 | 2 | -368/+2 |
* | add back strchr/strrchr; from dhartmei |  deraadt | 2004-05-06 | 3 | -3/+72 |
* | remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd lists |  deraadt | 2004-04-02 | 3 | -21/+3 |
* | It turns out that the so-called fast ffs(3) routines were wrong, as soon as |  miod | 2004-04-01 | 2 | -18/+2 |
* | Do not check for writing to address zero on vax, since this is where |  miod | 2004-03-24 | 1 | -2/+5 |
* | Enter pxeboot, derived from the NetBSD implementation. Initially |  tom | 2004-03-19 | 2 | -0/+554 |
* | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many |  deraadt | 2004-02-27 | 23 | -858/+0 |
* | Allow /boot to load read-only data segments in ELF kernels. |  tom | 2004-02-10 | 1 | -3/+3 |
* | no quad stuff on amd64 either; from art@ |  mickey | 2004-02-03 | 1 | -2/+2 |
* | tag... |  drahn | 2004-02-01 | 9 | -0/+9 |
* | Kernel library bits for arm, from NetBSD. |  drahn | 2004-02-01 | 9 | -0/+1266 |
* | an amd64 arch support. |  mickey | 2004-01-28 | 46 | -0/+1716 |
* | use C comments, works better |  deraadt | 2004-01-22 | 1 | -3/+3 |
* | A faster ffs() routine based upon the ff1 assembly instruction. |  miod | 2004-01-21 | 2 | -3/+18 |
* | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros |  espie | 2004-01-03 | 4 | -8/+8 |
* | Move -DDYNAMIC_CRC_TABLE into the main libz Makefile |  millert | 2003-12-18 | 1 | -2/+4 |
* | #include <lib/libsa/stand.h> instead of just <stand.h> so we can avoid |  millert | 2003-12-17 | 1 | -2/+2 |
* | No need to build infback.c here after all. |  millert | 2003-12-17 | 1 | -2/+2 |
* | _ZLIB_PRIVATE is not used anywhere |  millert | 2003-12-17 | 1 | -2/+2 |
* | Add #ifdef SMALL and #ifdef SLOW and include sys/unistd.h instead of unistd.h |  millert | 2003-12-16 | 4 | -5/+109 |
* | Update to zlib 1.2.1 |  millert | 2003-12-16 | 21 | -2466/+4032 |
* | shrink error strings a lot; ok millert |  deraadt | 2003-12-16 | 6 | -9/+91 |
* | KNF, ok deraadt/henning |  markus | 2003-12-02 | 1 | -257/+241 |
* | make it use system bcopy/bzero (speeds up the vax about twice); from pr3549 |  mickey | 2003-11-24 | 1 | -1/+2 |
* | rename struct dinode to ufs1_dinode. clears the namespace and makes |  tedu | 2003-08-25 | 1 | -4/+4 |
* | load file in one pass avoiding seeking the headers back and forth; miod@ testing & ok (two months ago and then i forgot ;) |  mickey | 2003-08-11 | 1 | -29/+38 |
* | ansification and knf and protos |  deraadt | 2003-08-11 | 50 | -960/+685 |
* | first ansi |  deraadt | 2003-08-08 | 3 | -17/+9 |
* | Add missing close() on EFTYPE error in exec(); from Patrick Latifi |  millert | 2003-08-04 | 1 | -1/+2 |
* | ansi |  deraadt | 2003-07-05 | 1 | -9/+6 |
* | Remove strcat() and strcpy() prototypes since we no longer have those |  millert | 2003-06-23 | 1 | -3/+1 |
* | Sync with share/misc/license.template and add missing DARPA credit |  millert | 2003-06-17 | 2 | -18/+18 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-04 | 1 | -6/+2 |
* | another 3/4 |  deraadt | 2003-06-04 | 1 | -6/+1 |
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. |  millert | 2003-06-03 | 2 | -46/+24 |