Age | Commit message (Expand) | Author |
2013-08-07 | We uniformly define size_t to be unsigned long and ssize_t to be long. Make | Mark Kettenis |
2013-07-27 | Revert wrong chunk introduced in 1.50, causing console keyboards not to attach | Miod Vallat |
2013-07-13 | unify register_t to long on all platforms | Theo de Raadt |
2013-07-05 | Avoid truncation when calculating clock gain/loss | Philip Guenther |
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-06-23 | Stop using -traditional-cpp on gcc3/4 platforms. | Miod Vallat |
2013-06-13 | new integral bcopy/memmove/memcpy, pulled out of sparc locore | Theo de Raadt |
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 | the kernel is supposed to provide memmove, but some archs are missing it. | Ted Unangst |
2013-06-04 | Support for the SS10/SS20 NVSIMM as block devices; tested by nick@ | Miod Vallat |
2013-06-03 | Get rid of SYSCALL_G7RFLAG. It's been deprecated for a long time already, | Mark Kettenis |
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-31 | Replace shutdownhooks with activate functions, properly doing those | Theo de Raadt |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
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-16 | Add missing IPL_AUDIO macro, needed by dev/audio.c | Alexandre Ratchov |
2013-05-15 | remove unused splaudio/splx pair | Alexandre Ratchov |
2013-05-15 | remove unused variable | Alexandre Ratchov |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2013-05-10 | ditch unused zskbd_device_lookup; verified by sebastia@ | Mike Belopuhov |
2013-04-21 | eeprom does not contain a a time_t -- it contains an unsigned 32 bit int. | Theo de Raadt |
2013-04-21 | Unify the zs tty driver. | Sebastian Reitenbach |
2013-04-01 | Do not expose the trap T_* values to userland, since they invade the | Theo de Raadt |
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-25 | PGSHIFT -> PAGE_SHIFT in a comment | 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 | NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK | Theo de Raadt |
2013-02-17 | We deprecated returning to %g7 after a successful system call long ago. | Mark Kettenis |
2013-02-09 | Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longer | Miod Vallat |
2013-01-16 | cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; only | Miod Vallat |
2013-01-01 | Remove libsa exec.c, not used by anything anymore; all boot blocks now use | Miod Vallat |
2013-01-01 | Fix gap value when formatting 1.44MB 3"1/2 floppy disks; from NetBSD | Miod Vallat |
2012-12-31 | Remove emulation errno mapping code from platforms that no longer have | Philip Guenther |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-11-25 | Make the instruction replace struct static const so it will end | Jonathan Gray |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-11-05 | Switch sparc to timecounters. Heavily based on NetBSD. | Miod Vallat |
2012-10-22 | Stop passing around PS_STRINGS in %g1. The ELF ABI reserves this register | Mark Kettenis |
2012-10-10 | Missed the MD bits with the bridgeport change. Found the hard way by deraadt. | Camiel Dobbelaar |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |