Age | Commit message (Expand) | Author |
2013-09-30 | Unbreak after am7990/lance split. | Miod Vallat |
2013-09-28 | In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb | Miod Vallat |
2013-09-24 | Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: | Miod Vallat |
2013-09-21 | Create process map holes with UVM_INH_SHARE so that they don't get lost in | Miod Vallat |
2013-08-15 | fix getsecs() prototypes, vax still boots with 64-bit time_t; ok miod@ | Otto Moerbeek |
2013-08-08 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-08-07 | We uniformly define size_t to be unsigned long and ssize_t to be long. Make | Mark Kettenis |
2013-07-13 | unify register_t to long on all platforms | Theo de Raadt |
2013-07-13 | Rework multiline string literal to appease gcc3. | Miod Vallat |
2013-07-07 | Fix pmap_extract() to actually only return TRUE for mappings which have the | Miod Vallat |
2013-07-06 | Forgot to commit this file during the a.out->ELF transition. | Miod Vallat |
2013-07-05 | VAX ELF boot block bits, and version crank. | Miod Vallat |
2013-07-05 | VAX ELF kernel bits. | Miod Vallat |
2013-07-05 | VAX ELF userland bits. Consists mostly of register prefix additions. | Miod Vallat |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |
2013-07-03 | Do not scribble to a page after uvm_pagefree()'ing it. | Miod Vallat |
2013-07-01 | Replace magic number in USRPTSIZE with the proper computation based upon | Miod Vallat |
2013-06-30 | Shortly run at ipl 1 in cpu_idle_cycle(), to let SIMH recognize the system | Miod Vallat |
2013-06-29 | Minor fixes to let this build with gcc 3. | Miod Vallat |
2013-06-29 | Turn mfpr() and mtpr() into inline functions. | Miod Vallat |
2013-06-29 | Pass -D_LOCORE when building .S files. | Miod Vallat |
2013-06-23 | Stop using -traditional-cpp on gcc3/4 platforms. | Miod Vallat |
2013-06-13 | ovbcopy begone | Theo de Raadt |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-09 | Fix resident_count accounting. Resident count would be incremented when | Miod Vallat |
2013-06-03 | changes for isc fuse support. not enabled. ok beck deraadt. | Ted Unangst |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-05-29 | remove non-existing kernel configurations | Jasper Lievisse Adriaanse |
2013-05-21 | remove unused cpu_lock code (where it is truly unused). it is not | Ted Unangst |
2013-05-17 | Add a dummy IPL_MPSAFE definition. | Mark Kettenis |
2013-05-15 | remove unused variable | Alexandre Ratchov |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2013-05-07 | remove an unreferenced var that accessed uninitialised memory | Jonathan Gray |
2013-03-30 | reorder include search directories. cuts lookups by quite a bit. | Ted Unangst |
2013-03-28 | Add STRONG_ALIAS macros to be used from assembly code in libc and | Martynas Venckus |
2013-03-28 | Add __strong_alias macros for all architectures to be able to alias | Martynas Venckus |
2013-03-26 | sync TDIRS with reality | Jasper Lievisse Adriaanse |
2013-03-26 | PGSHIFT and PGOFSET are now contained inside the kernel namespace. | Theo de Raadt |
2013-03-26 | maybe the last PGSHIFT -> PAGE_SHIFT | Theo de Raadt |
2013-03-25 | ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file. | Theo de Raadt |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-03-21 | Already have sys/param.h, don't need machine/param.h | Theo de Raadt |
2013-03-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-02-12 | Back out per-CPU kernel profiling, it shouldn't modify a public header | Martin Pieuchot |
2013-02-11 | Fix kernel profiling on MP systems by using per-CPU buffer. Previously | Martin Pieuchot |
2013-01-16 | cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; only | Miod Vallat |
2013-01-06 | acknowlege -> acknowledge | Martynas Venckus |
2013-01-01 | <machine/aout_machdep.h> is not used anywhere in the tree, move to the Attic. | Miod Vallat |