| Age | Commit message (Expand) | Author |
| 2014-02-19 | Fix kernel crash when a user tries to switch to nonexistent terminal. | tsutsui |
| 2014-01-12 | Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR. | tsutsui |
| 2014-01-03 | Remove the _KERNEL part of these two clones of sys/exec_elf.h | dsl |
| 2014-01-03 | Fix allocator routines. Instead of abusing CIRCLEQ pointers, add an explicit | mlelstv |
| 2013-11-27 | Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ | christos |
| 2013-11-23 | convert from CIRCLEQ to TAILQ; remove open coding. | christos |
| 2013-10-19 | make cpu_need_resched() macros consistent; __USE flags | christos |
| 2013-08-12 | Build boot loaders without unwind tables. | joerg |
| 2013-06-30 | G/C PFIL_HOOKS from the kernel configs. | rmind |
| 2013-06-05 | remove obsolete networking options | christos |
| 2013-04-27 | the bogus number police | christos |
| 2013-04-27 | remove confusing numeric locators where they are unused. | christos |
| 2013-03-02 | Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it. | christos |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg |
| 2013-01-26 | use sizeof(buffer) - 1, not sizeof(buffer - 1) | apb |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-10-17 | Add "options COMPAT_60" to all kernel configuration files | apb |
| 2012-10-13 | Adapt to the changed signature of pckbc_cnattach(). | jdc |
| 2012-08-17 | Update all kernel configs mentioning WSEMUL_* but not already including | abs |
| 2012-08-12 | Add a missing extern to apeas -fno-common. | martin |
| 2012-08-10 | Appease gcc -fno-common: | tsutsui |
| 2012-07-31 | Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc | bouyer |
| 2012-07-29 | Do not call setroot() from MD code and from MI code, which has | mlelstv |
| 2012-07-27 | Remove safepri and use IPL_SAFEPRI instead. This may be defined in a MD | matt |
| 2012-07-26 | Revert, with intention of restoring in a less invasive way, the SATA Port | jakllsch |
| 2012-07-02 | Add sata Port MultiPlier (PMP) support to the ata bus layer, | bouyer |
| 2012-06-30 | Fix buffer overrun (off by one). PR port-atari/42717 | tsutsui |
| 2012-06-30 | Add a dirty hack for atari's ancient installation ramdisk: | tsutsui |
| 2012-06-05 | Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at least | abs |
| 2012-03-28 | - Normalize inclusion protection (remove) | christos |
| 2012-03-10 | P1003_1B_SEMAPHORE is no longer optional. | joerg |
| 2012-02-21 | Use actual physmem size for allocation of bootstrap extra PT pages | tsutsui |
| 2012-02-19 | Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! | rmind |
| 2012-02-13 | Build fix - convert to new-style definitions. | jdc |
| 2012-02-12 | Change old-style function defintions to C89 prototypes. | matt |
| 2012-02-10 | proper sizing of kmem_arena on different ports | para |
| 2012-02-10 | The recent kmem changes allocate a large kernel address space before | mhitch |
| 2012-02-02 | Always include <m68k/cpu.h> (i.e. outside #if defined(_KERNEL)) | tsutsui |
| 2012-01-27 | converting extent(9) from malloc(9) to kmem(9) | para |
| 2011-12-22 | Merge m68881_save() and m68881_restore() (using most common mvme68k ones). | tsutsui |
| 2011-12-18 | Restore __HAVE_MM_MD_READWRITE which was added for 5.99.53 in rev 1.14 | tsutsui |
| 2011-12-18 | WABPL is no longer considered experimental (has not been for some time) | dholland |
| 2011-12-18 | Explicitly specify -m68020-60 to avoid possible 060SP instructions, | tsutsui |
| 2011-12-17 | Commit regenerated configuration file after COPTS=-Os shuffle. | he |
| 2011-12-17 | Drop makeoptions COPTS=-Os for the SMALL030 kernel now that std.atari | he |
| 2011-12-15 | Specify COPTS="-Os" for rich gcc 4.5 as bsd.sys.mk does for userland binaries | tsutsui |
| 2011-12-12 | implement bdev_size(9) wrapper around d_psize() routine, so we can take | mrg |
| 2011-11-26 | Make sure to call pflusha before (not after) enabling MMU on | tsutsui |
| 2011-11-22 | The rnd pseudo-device is not really optional, because it is in the same | tls |
| 2011-11-15 | Merge copy-and-pasted fpu_probe() function (to share it among more m68k ports). | tsutsui |