Age | Commit message (Expand) | Author |
2015-01-15 | The flags variable in shmat was not actually used. We need UVM_FLAG_* | Todd C. Miller |
2015-01-15 | we don't have an alloca() symbol anywhere in libc, don't prototype it. | Ted Unangst |
2015-01-15 | use .In where appropriate; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2015-01-15 | typo; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2015-01-15 | oops, forgotten back-pointer to state for error messages | Marc Espie |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2015-01-15 | handle UMAC128 initialization like UMAC; ok djm@ markus@ | Christian Weisgerber |
2015-01-15 | Fix subtle breakage for polled commands introduced during iopool conversion. | Miod Vallat |
2015-01-15 | remove unused variable | Charles Longeau |
2015-01-15 | remove unused variable | Charles Longeau |
2015-01-15 | all modern systems can do this SUSPEND thing | Theo de Raadt |
2015-01-15 | NR_OF_EOFS is a festering boil, lance & drain. | Theo de Raadt |
2015-01-15 | Map the sigcode page with MAP_INHERIT_COPY to make sure it isn't shared ater | Mark Kettenis |
2015-01-15 | Don't include i82489 headers in cpu.h | Stefan Fritsch |
2015-01-15 | Define and print HV cpuid flag on i386. | Stefan Fritsch |
2015-01-15 | Remove an unnecessary variable and shorten a line. | Nicholas Marriott |
2015-01-15 | Shorten some long lines. | Nicholas Marriott |
2015-01-15 | Add a test for syslogd that reconnects to a TCP syslog server after | Alexander Bluhm |
2015-01-15 | Use explicit_bzero instead of memset in hash Final and End functions. | Todd C. Miller |
2015-01-15 | tell the truth about DES. | Igor Sobrado |
2015-01-15 | When the connection to a TCP syslog server fails or the TCP connection | Alexander Bluhm |
2015-01-15 | fix regression reported by brad@ for passworded keys without | Damien Miller |
2015-01-15 | Map the sigcode page copy-on-write. This allows userland to put breakpoints | Mark Kettenis |
2015-01-15 | sync ssh-keysign, ssh-keygen and some dependencies to the new | Damien Miller |
2015-01-15 | Extend the description of _timeout. | Antoine Jacoutot |
2015-01-15 | when enqueueing offline mails from within the daemon session, we should not | Gilles Chehade |
2015-01-15 | remove commented-out test code now that it has moved to a | Damien Miller |
2015-01-15 | unit tests for KRL bitmap | Damien Miller |
2015-01-15 | back in september I did the large abstraction refactoring to allow these | Theo de Raadt |
2015-01-15 | Fatal errors no longer exist. | Ingo Schwarze |
2015-01-15 | Sync with libc version. | Todd C. Miller |
2015-01-15 | Make strlcpy/strlcat slightly easier to read. | Todd C. Miller |
2015-01-15 | POSIX does not require an explicit inclusion of sys/types.h to get | Todd C. Miller |
2015-01-15 | downgrade .so failure from FATAL to ERROR | Ingo Schwarze |
2015-01-15 | Define a new wscons mouse type for Synaptics clickpad devices that lack | Jonathan Gray |
2015-01-15 | I bet the reference to <sys/ttycom.h> near the ldisc list in tty(4) | Theo de Raadt |
2015-01-15 | do not be specific regarding which ioctl backend .h file; the list | Theo de Raadt |
2015-01-15 | not supposed to include sys/ttycom.h (these may have rpcgen history) | Theo de Raadt |
2015-01-15 | wrong place to mention nmea. cua is different, that hints at how it | Theo de Raadt |
2015-01-15 | delete overly-specific details that cause espie angst. | Theo de Raadt |
2015-01-14 | change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who include | Theo de Raadt |
2015-01-14 | these never needed sys/param.h | Theo de Raadt |
2015-01-14 | downgrade ".so with absolute path" from FATAL to ERROR; | Ingo Schwarze |
2015-01-14 | simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional change | Ingo Schwarze |
2015-01-14 | To get rid of SYSERR entries in enum mandocerr, downgrade problems with | Ingo Schwarze |
2015-01-14 | Don't forget to register event counter for VME interrupts. | Miod Vallat |
2015-01-14 | if earlier files set a non-zero exit status, | Ingo Schwarze |
2015-01-14 | This does not need <sys/param.h>. If we change some other stuff around, | Theo de Raadt |
2015-01-14 | When a read or write operation fails on a sector found on the bad block table, | Miod Vallat |
2015-01-14 | This does not need <sys/param.h>. <sys/types.h> is enough. | Theo de Raadt |