Age | Commit message (Expand) | Author |
2018-01-17 | In cbus(4) drivers, make it easier to identify which driver is doing | Stefan Sperling |
2018-01-13 | Define and use IPL_MPFLOOR in our common mutex implementation. | Martin Pieuchot |
2018-01-13 | In vldcp(8) fix a race between vldcpread() and vldcp_rx_intr() which | Stefan Sperling |
2018-01-12 | Unify <machine/mutex.h> a bit further. | Martin Pieuchot |
2018-01-06 | Fix an interrupt storm condition in vldcp(8) (sparc64). | Stefan Sperling |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-22 | If we use the cookie-based interrupt API on sun4v, whe shouldn't put the | Mark Kettenis |
2017-12-14 | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so | Philip Guenther |
2017-12-13 | report Oracle as the vendor is the produce starts with ORCL, | David Gwynne |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-12-11 | Use correct mask to derive portid from "reg" property in cpu_match. | Mark Kettenis |
2017-12-08 | Make sure we don't match (and attach) more than the maximum number of | Mark Kettenis |
2017-12-06 | Implement support for using interrupt cookies in vbus(4) and vpci(4) as | Mark Kettenis |
2017-12-05 | Handle 64-bit-address Memory Space. | Mark Kettenis |
2017-12-04 | Sadly the firmware on SPARC T7 machines omits the executable bit on mappings | Mark Kettenis |
2017-12-03 | Rename ci_number to ci_cpuid to match other archs. | Martin Pieuchot |
2017-11-19 | Remove lock_machdep.c from amd64, i386, mips64 and sparc64. | Visa Hankala |
2017-11-04 | Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At the | Florian Obser |
2017-11-03 | use %lx to print the frame address if resolving of the symbol name fails | Jasper Lievisse Adriaanse |
2017-10-24 | Use "static inline" instead of "extern inline" for compatibility with | Mark Kettenis |
2017-10-23 | Avoid clang format warning. | Mark Kettenis |
2017-10-17 | remove the remaining references to .depend files since nothing creates them | Christian Weisgerber |
2017-10-17 | Add a machine-independent implementation for the mplock. | Visa Hankala |
2017-10-05 | Check the state value within the assert statement, do not set it. | Alexander Bluhm |
2017-09-28 | When option DDB_STRUCTINFO was removed from the kernel, too much from | Patrick Wildt |
2017-09-12 | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar | Martin Pieuchot |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-08-28 | swap ualea for urng | Jasper Lievisse Adriaanse |
2017-08-17 | Fix typo in comments: s/return/returns/ in "a function that never return." | Tom Cosgrove |
2017-08-12 | Use ctfstrip(1) by default to strip kernels. | Martin Pieuchot |
2017-08-10 | With a CTF kernel, DDB's print command will now pretty-print symbols. | Martin Pieuchot |
2017-08-07 | Return WSDISPLAY_TYPE_PCIVGA like we do on macppc. | Mark Kettenis |
2017-07-22 | Fix the various SIGSEGV and SIGBUS scenarios to match what we do on | Mark Kettenis |
2017-07-18 | Stop automatically regenerating gap.o (and hence linking a new kernel) | Theo Buehler |
2017-07-16 | Pass the linker from make environment to makegap.sh. This is (only) | Visa Hankala |
2017-07-04 | Export our atomic definitions to userland instead of gcc builtins. | Martin Pieuchot |
2017-06-29 | kill RCSID macros; discussed with millert | Theo de Raadt |
2017-06-29 | put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.old | Marc Espie |
2017-06-25 | dull dependency for copying makegap.sh to obj, so that installs | Theo de Raadt |
2017-06-23 | Unbreak profiling assembly functions in userland by defining the | Martin Pieuchot |
2017-06-22 | Generate a gap.link script, and use that to generate gap.o. On multi-ABI | Theo de Raadt |
2017-06-13 | newbsd: target which re-links a kernel. We cannot use the bsd: target | Theo de Raadt |
2017-06-13 | First step of randomized link for sparc64: gap.S and randomize files. | Theo de Raadt |
2017-06-11 | make vers.o not depend on gap.o using a trick, because it is piece of | Theo de Raadt |
2017-06-11 | Use umask 077 instead of cp -p when installing the kernel as root. | Alexander Bluhm |
2017-06-05 | The arm* architectures edit the ld.script, creating a copy in the compile | Theo de Raadt |
2017-06-03 | Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007. | Theo de Raadt |
2017-05-30 | Kill db_sym_t. | Martin Pieuchot |