| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | same bcopy/memmove/memcpy methodology for vax. | 2013-06-13 | 3 | -158/+19 | ||
| | | | | | checked over by mlarkin | |||||
| * | merge bcopy/memmove/memcpy into one file, with jumps so that it is more | 2013-06-13 | 3 | -3/+113 | ||
| | | | | | | | likely to be in the cache (like how the explanation is split between multiple commits?) tested by various | |||||
| * | merge memcpy/memmove/bcopy into one file, with sub-jumps. | 2013-06-13 | 3 | -3/+271 | ||
| | | | | | ok .... I guess noone, because it is summer | |||||
| * | merge bcopy/memcpy/memmove into one function. | 2013-06-13 | 3 | -104/+89 | ||
| | | | | | ok mlarkin tedu | |||||
| * | From now on, the MI libkern memcpy should not do overlap handling. | 2013-06-12 | 1 | -16/+4 | ||
| | | ||||||
| * | regen | 2013-06-11 | 1 | -45/+45 | ||
| | | ||||||
| * | Optimize memcpy(9) by always doing a forward copy; it should never be used | 2013-06-11 | 1 | -9/+9 | ||
| | | | | | | | | | for overlapping copies. Attempt to be instruction cache friendly by turning things around and make memcpy(9) use the forward copy branch of memmove(9), and implement bcopy(9) by swapping its arguments and dropping into memmove(9). Same change as the one just made to for hppa. | |||||
| * | remove ovbcopy support | 2013-06-11 | 14 | -20/+0 | ||
| | | | | | ok kettenis | |||||
| * | regen | 2013-06-11 | 1 | -43/+43 | ||
| | | ||||||
| * | Optimize memcpy(9) by always doing a forward copy; it should never be used | 2013-06-11 | 1 | -9/+9 | ||
| | | | | | | | | | for overlapping copies. Attempt to be instruction cache friendly by turning things around and make memcpy(9) use the forward copy branch of memmove(9), and implement bcopy(9) by swapping its arguments and dropping into memmove(9). ok deraadt@ | |||||
| * | portable memmove(), for if an architecture lacks a custom optimized | 2013-06-11 | 1 | -0/+53 | ||
| | | | | | version. | |||||
| * | Add CTASSERT macro, for compile time assertions | 2013-06-08 | 1 | -1/+4 | ||
| | | | | | ok kettenis@ | |||||
| * | Add {,u}{div,mod}si3 to libkern and to the kernel as well. | 2013-06-07 | 4 | -0/+195 | ||
| | | ||||||
| * | fix an oft copied typo that i'm tired of looking at | 2013-06-03 | 39 | -39/+39 | ||
| | | ||||||
| * | UFS does't do inode numbers >2^32, so use a smaller type internally, | 2013-05-30 | 1 | -9/+9 | ||
| | | | | | | | | only using ino_t in the VFS layer APIs: vget, readdir, getattr. otto wrote the original diff for libsa to keep bootblock from overflowing ok deraadt@ kettenis@ | |||||
| * | Fix kernel profiling on MP systems by using per-CPU buffers and teach | 2013-03-12 | 1 | -8/+16 | ||
| | | | | | | | | | | | | kgmon(8) to deal with them, this time without public header changes. Previously various CPUs were iterating over the same global buffer at the same time to modify it and never ended. This diff includes some ideas submited by Thor Simon to NetBSD via miod@. ok deraadt@, mikeb@, haesbaert@ | |||||
| * | Back out per-CPU kernel profiling, it shouldn't modify a public header | 2013-02-12 | 1 | -16/+8 | ||
| | | | | | at this moment. | |||||
| * | Fix kernel profiling on MP systems by using per-CPU buffer. Previously | 2013-02-11 | 1 | -8/+16 | ||
| | | | | | | | | | | various CPUs were iterating over the same global buffer at the same time to modify it and never ended. This diff includes some ideas submited by Thor Simon to NetBSD via miod@. ok mikeb@, haesbaert@ | |||||
| * | Kernel bits for m68k/ELF, mostly from NetBSD. In addition, the `pmod' symbel | 2013-02-02 | 13 | -163/+163 | ||
| | | | | | in fpsp has to be renamed due to a clash with other parts of the kernel. | |||||
| * | replace __attribute__((unused)) with __used, which will be defined to the | 2013-01-16 | 1 | -6/+2 | ||
| | | | | | | | | | | right thing for whichever compiler we use. found while trying to build a profiled kernel on sparc64. solution found by guenther and refined by miod and kettenis. ok guenther@ kettenis@ | |||||
| * | Move exec() libsa prototype to hp300 stand, now that it can no longer be | 2013-01-07 | 1 | -2/+1 | ||
| | | | | | found in libsa. | |||||
| * | Switch m88k ports to ELF. | 2013-01-05 | 2 | -200/+200 | ||
| | | ||||||
| * | Remove libsa exec.c, not used by anything anymore; all boot blocks now use | 2013-01-01 | 2 | -181/+2 | ||
| | | | | | loadfile or a derivative of. | |||||
| * | Remove unused XCPPFLAGS. | 2013-01-01 | 2 | -5/+3 | ||
| | | ||||||
| * | Remove excessive sys/cdefs.h inclusion | 2012-12-05 | 7 | -15/+8 | ||
| | | | | | ok guenther millert kettenis | |||||
| * | Provide standalone versions of AES, AES XTS, HMAC SHA1, PBKDF2 and SHA1. | 2012-10-09 | 10 | -0/+1856 | ||
| | | ||||||
| * | Provide an explicit_bzero for standalone usage. | 2012-10-09 | 2 | -7/+21 | ||
| | | ||||||
| * | bye bye SCCS | 2012-07-13 | 3 | -14/+2 | ||
| | | ||||||
| * | Add strnlen() to libkern. | 2012-04-26 | 2 | -1/+38 | ||
| | | | | | ok deraadt | |||||
| * | Remove assembly version of strlen from i386 and amd64, where it's | 2012-01-17 | 2 | -38/+0 | ||
| | | | | | | | | up to 3 times slower than the C code most of the time. This was brought up by DragonflyBSD guys initially. ok deraadt, guenther. miod will not miss it. | |||||
| * | Regen. | 2011-11-27 | 2 | -68/+68 | ||
| | | ||||||
| * | Switch to proper PA-RISC 2.0 mnemonics. Works around a bug in the assembler | 2011-11-27 | 1 | -22/+22 | ||
| | | | | | getting rid of the (hopefully) last bug in this code. | |||||
| * | Regen. | 2011-11-27 | 1 | -3/+3 | ||
| | | ||||||
| * | Fix return value of memcpy. | 2011-11-27 | 1 | -4/+3 | ||
| | | ||||||
| * | Oops, jsing@ changed spcopy.S without realizing that that file is generated | 2011-11-27 | 1 | -7/+3 | ||
| | | | | | from bcopy.m4. Fix that. | |||||
| * | Regen. | 2011-11-27 | 2 | -41/+40 | ||
| | | ||||||
| * | Replace a few more 32-bit instructions with the proper 64-bit equivalent. | 2011-11-27 | 1 | -22/+21 | ||
| | | | | | | Also fix the return value of memcpy. With these changes, this seems to work as advertised now. | |||||
| * | Oops, forgot to remove that reference to now dead saioctl.h | 2011-09-20 | 1 | -2/+1 | ||
| | | ||||||
| * | Remove unused libsa error code and descriptions. Anything shrinking | 2011-09-20 | 2 | -7/+2 | ||
| | | | | | boot blocks is worth having. | |||||
| * | Remove unused file before deranged boot blocks writer get ideas from it. | 2011-09-20 | 1 | -49/+0 | ||
| | | ||||||
| * | Regen. | 2011-09-19 | 2 | -4/+4 | ||
| | | ||||||
| * | Avoid sign-extension when extracting the low bits of addresses when checking | 2011-09-19 | 1 | -3/+3 | ||
| | | | | | | | if the addresses are 4-byte aligned. ok jsing@ | |||||
| * | we need to alias __movstr* as __movmem* for gcc4 | 2011-07-19 | 1 | -2/+2 | ||
| | | | | | from NetBSD. ok miod@ drahn@ | |||||
| * | Make the updated zlib compile with a debug kernel. | 2011-07-16 | 4 | -28/+28 | ||
| | | | | | ok deraadt@ | |||||
| * | Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz | 2011-07-07 | 12 | -10/+3853 | ||
| | | | | | | | | | | | | | code. Missing chunks of the API are imported from the libc version, with a few #ifdef's to port it into the kernel environment. The bootblocks already used the newer code, and should encounter no surprises since there are so few changes to the existing files. In the kernel, ipcomp and kernel ppp are changed to the new API. ipcomp has been tested. ok tedu the brave | |||||
| * | Do not leak memory if ufs_open() fails; reported by and ok martynas@ | 2011-05-28 | 1 | -6/+13 | ||
| | | ||||||
| * | Regen. | 2011-04-14 | 2 | -9/+9 | ||
| | | ||||||
| * | Use 64-bit operations for address manipulation. | 2011-04-14 | 1 | -4/+4 | ||
| | | ||||||
| * | Correctly load p_addr and avoid trashing the source address. | 2011-04-14 | 1 | -4/+4 | ||
| | | ||||||
| * | Change daddr_t to daddr32_t. The bootblocks on our architectures only | 2011-03-13 | 5 | -21/+21 | ||
| | | | | | | | | do 32-bit block spanning. If later on we get some that can/should do 64-bit, that can be done now using daddr64_t (but of course, we are taking this step to finalize the daddr_t 64-bit conversion). ok miod krw | |||||
