Age | Commit message (Expand) | Author |
2015-01-19 | Remove dead store causing clang to warn; dhill | Miod Vallat |
2015-01-19 | use SYMLOOP_MAX rather than MAXSYMLINKS | Theo de Raadt |
2015-01-19 | mikeb points out that 'struct ipsec_policy' can also be hidden by _KERNEL | Theo de Raadt |
2015-01-19 | SYMLOOP_MAX == MAXSYMLINKS, so use SYMLOOP_MAX | Theo de Raadt |
2015-01-19 | First step of hiding many kernel-only parts of <netinet/ip_ipsp.h> | Theo de Raadt |
2015-01-19 | Make use of an msr available on recent Intel processors to obtain the | Jonathan Gray |
2015-01-19 | Make some $OpenBSD$ lines prettier/standardier by eliminating | Kenneth R Westerback |
2015-01-19 | <netinet6/in6_ifattach.h> is not needed here. | Martin Pieuchot |
2015-01-19 | pass the size of the softc to free. | David Gwynne |
2015-01-19 | white space fixes. no binary change. | David Gwynne |
2015-01-19 | unneccessary cmask variable; ok guenther | Theo de Raadt |
2015-01-18 | Back out previous. HOST_NAME_MAX is only defined for newer POSIX | Todd C. Miller |
2015-01-18 | Forward declare 'struct file' so that libkvm and others that indirectly pull | Philip Guenther |
2015-01-18 | Do not trust the content of event TRBs coming from the hardware and | Martin Pieuchot |
2015-01-18 | When restoring spsr values when handling traps use spsr_fsxc instead | Jonathan Gray |
2015-01-18 | Switch some uses of msr that only deal with interrupts/mode to use | Jonathan Gray |
2015-01-18 | Do not even try to dereference a NULL pointer. | Martin Pieuchot |
2015-01-18 | Complete synchronous abort method modeled after the existing ones. | Martin Pieuchot |
2015-01-18 | Do not try to free xfers before aborting the pipes, otherwise a clown | Martin Pieuchot |
2015-01-18 | Add commented-out necsb(4) and audio(4) configuration to GENERIC. | Kenji Aoyama |
2015-01-18 | Revert 1.166 (but keep the bufq_wait() interface change), for this is wrong | Miod Vallat |
2015-01-18 | The 'mrs' instruction only deals with the whole register without | Jonathan Gray |
2015-01-18 | Since we are no longer resetting rings when a Babble or Stall condition | Martin Pieuchot |
2015-01-18 | The 'mrs' instruction only deals with the whole register without | Jonathan Gray |
2015-01-18 | unifdef IPKDB. These codepaths are holdouts from NetBSD code and are | Jonathan Gray |
2015-01-18 | Per POSIX, <sys/socket.h> needs to expose struct iovec, and may do so | Philip Guenther |
2015-01-17 | Split the consumer & producer logic into two different functions in | Martin Pieuchot |
2015-01-17 | use NGROUPS_MAX | Theo de Raadt |
2015-01-17 | guard usingacpi variable inside NACPI. from oyvind jaegtnes | Ted Unangst |
2015-01-17 | Define MAXHOSTNAMELEN as HOST_NAME_MAX+1. OK deraadt@ | Todd C. Miller |
2015-01-17 | Delete an extra tab. | Kenji Aoyama |
2015-01-17 | Add an ascii bit/field diagram for armv7-a psr to match the | Jonathan Gray |
2015-01-17 | resume_randomness() before spinning up other cpus... | Theo de Raadt |
2015-01-17 | More complete gpio reset sequences for SABRE Lite/Nitrogen6X. | Jonathan Gray |
2015-01-16 | increase namecache to maxvnodes again now that the n^2 loop is no more. | Ted Unangst |
2015-01-16 | Revert forcing a rachitic `c' slice size when the drive geometry is not known, | Miod Vallat |
2015-01-16 | Don't bother to initialize %g1; we don't do this on sparc either. | Mark Kettenis |
2015-01-16 | disklabel_sun_to_bsd() will nicely set the disk size if it is zero, but it is | Miod Vallat |
2015-01-16 | increasing the size of the namecache suddenly made the comment | Ted Unangst |
2015-01-16 | Less code, more better. No longer need to worry about what mysterious | Ted Unangst |
2015-01-16 | Binary code patching on amd64 | Stefan Fritsch |
2015-01-16 | Move to using PATH_MAX | Theo de Raadt |
2015-01-15 | include <sys/syslimits.h> and switch to use of LOGIN_NAME_MAX, making | Theo de Raadt |
2015-01-15 | include <sys/syslimits.h> to get access to (and then use) NGROUPS_MAX | Theo de Raadt |
2015-01-15 | Stop including <sys/param.h> and other stuff. Assume this will be included | Theo de Raadt |
2015-01-15 | Do not include 5 header files, including <sys/param.h> | Theo de Raadt |
2015-01-15 | remove static version string | Ted Unangst |
2015-01-15 | simplify des headers by stripping out all the unnecessary userland bits | Ted Unangst |
2015-01-15 | Remove a variable no longer used in re_tick(). | Brad Smith |
2015-01-15 | Rework the disk label handling once again. Disk label is read at attach time | Miod Vallat |