Age | Commit message (Expand) | Author |
2015-01-19 | Make some $OpenBSD$ lines prettier/standardier by eliminating | Kenneth R Westerback |
2015-01-15 | Sync with libc version. | Todd C. Miller |
2014-12-30 | unifdef __APCS_26__ we don't run on anything with a 26 bit program counter. | Jonathan Gray |
2014-12-20 | Replacing <machine/endian.h> with <sys/endian.h> does not imply removing | Miod Vallat |
2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> | Philip Guenther |
2014-12-19 | sync with libc, using brnz,pt instead, should be better | Theo de Raadt |
2014-12-09 | Like libc, also for the kernel: Import new amd64 assembly versions of | Reyk Floeter |
2014-11-29 | it should not be necessary to clear the direction flag | Ted Unangst |
2014-11-21 | mask off high bits from 'c', before operation, otherwise the packing | Theo de Raadt |
2014-11-20 | Yet more #include de-duplication. | Kenneth R Westerback |
2014-11-19 | Sprinkle const whenever possible. | Miod Vallat |
2014-11-19 | Move {recv,send}udp() out of net.c into their own file; to be used shortly. | Miod Vallat |
2014-11-19 | Ansify. | Miod Vallat |
2014-11-19 | Make the past-ELAST libsa-specific errno values contiguous. | Miod Vallat |
2014-11-19 | Remove braindead prototype for a nonexistent function. | Miod Vallat |
2014-11-19 | Sprinkle const in static (internal) routines. | Miod Vallat |
2014-11-18 | Nuke yet more obvious #include duplications. | Kenneth R Westerback |
2014-11-09 | typo | Miod Vallat |
2014-10-26 | Read the section header string table in the boot blocks' memory, not in the | Miod Vallat |
2014-10-09 | ddb: add support for DWARF line number decoding | Matthew Dempsky |
2014-07-22 | use NULL instead of (foo *)0; Kent R. Spillner | Theo de Raadt |
2014-07-22 | remove unneccessary casts; Kent R. Spillner | Theo de Raadt |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-13 | KASSERTMSG(9): New kernel assertion with message | Masao Uebayashi |
2014-07-13 | obvious conversion to mallocarray() | Theo de Raadt |
2014-07-13 | Stop using old n_long and n_short types. | Martin Pieuchot |
2014-07-13 | move putchar() into libsa | Jasper Lievisse Adriaanse |
2014-07-12 | move getchar() into libsa where applicable | Jasper Lievisse Adriaanse |
2014-07-12 | guenther (who also should have been credited in previous free size commits) | Ted Unangst |
2014-07-01 | Make normalizeRoundAndPackFloat{32,64} non-static; they will be used outside | Miod Vallat |
2014-06-21 | Protect explicit_bzero() from link-time optimization | Matthew Dempsky |
2014-06-10 | Rearrange the inequality. | Brad Smith |
2014-06-10 | mop up #ifdef _KERNEL goo; ok miod | Theo de Raadt |
2014-05-21 | Typo in comment noticed during some recent hibernate debugging. No code | Mike Larkin |
2014-04-29 | Fix typo: d_addrt -> daddr_t | David Coppa |
2014-04-16 | Add ufs2 support and get one step closer to making ffs2 bootable. This work w... | Brandon Mercer |
2014-03-28 | Fix alignment of tftp structure by changing the 'header' member's type | Philip Guenther |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-02-25 | Do not actually write to the area spanned by the PT_OPENBSD_RANDOMIZE if | Miod Vallat |
2014-01-19 | Initialize ci_randseed better using arc4random() + a trick. Remove the | Theo de Raadt |
2014-01-09 | tiny tweak to asm. prefer memcpy and memmove, with bcopy wrapper | Ted Unangst |
2013-12-28 | Try to load entropy data from disk:/etc/random.seed, and additionally | Theo de Raadt |
2013-11-12 | avoid math on void * pointers | Theo de Raadt |
2013-10-17 | more a.out/ecoff removal; ok phessler | Theo de Raadt |
2013-07-11 | add fls/flsl functions to find the last bit set in a value | Jonathan Gray |
2013-07-05 | VAX ELF kernel bits. | Miod Vallat |
2013-06-17 | m68k kernel memcpy/memmove/bcopy implementation in libkern, remove ovbcopy, f... | Janne Johansson |
2013-06-15 | Fast memmove() implementation for PowerPC, from NetBSD via martin@; with | Miod Vallat |
2013-06-15 | Fix evil typo causing the wrong pointer to be returned for < 32 bytes | Miod Vallat |
2013-06-15 | Preserve %o5 around Lbcopy_doubles; prevents the return value from memcpy() | Miod Vallat |