Age | Commit message (Expand) | Author |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-11-28 | fix typo | Theo de Raadt |
2013-11-27 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-26 | make this compile after dlg's recent change | Martin Reindl |
2013-11-21 | remove the #define b_cylinder b_resid from bufs. i hated the | David Gwynne |
2013-11-20 | replace bare use of disksort with bufqs. this is the last disksort user | David Gwynne |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2013-11-18 | replace disksort with bufqs. basically a copy of the same change in sparc64 | David Gwynne |
2013-11-12 | Use daddr_t to hold calculated disk sector address. %d -> %lld to | Kenneth R Westerback |
2013-11-03 | size no longer has a.out knowledge, so .. skip it | Theo de Raadt |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-10-30 | Introduce a private copy of old a.out-capable nlist.c, because bootxx | Theo de Raadt |
2013-10-21 | Fix lies in comments, and apply some KNF and unused or duplicate prototype | Miod Vallat |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-10-20 | (daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl to | Kenneth R Westerback |
2013-10-20 | catch up with elf(5)/stab(5) removal; | Jason McIntyre |
2013-10-17 | Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries. | Miod Vallat |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-10-15 | Rewrite the awk script that generates the data for option DDB_STRUCT: | Philip Guenther |
2013-10-14 | XXsize() returns daddr_t, so calculate the return value in a daddr_t | Kenneth R Westerback |
2013-09-29 | various fixes to sync usage() with SYNOPSIS, and make these pages a bit | Jason McIntyre |
2013-09-28 | In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb | Miod Vallat |
2013-09-28 | Fix use of uninitialized variable, found by Maxime Villard. | Mike Larkin |
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-09-15 | Replace a hardcoded delay() with ZS_DELAY() to make sun4c happier | Miod Vallat |
2013-09-05 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-08-21 | get rid of the copy argument in m_devget that let you provide an | David Gwynne |
2013-08-15 | Add RI_VCONS support. | Mark Kettenis |
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 |