Age | Commit message (Expand) | Author |
2011-08-08 | myx requires the driver pad short ethernet frames to 60 bytes by | David Gwynne |
2011-08-07 | A few more fixes to the lazy FPU context switching code. | Mark Kettenis |
2011-08-07 | Avoid clobbering system call arguments upon system call entry. | Mark Kettenis |
2011-08-07 | Enable ssio(4) and com(4). | Mark Kettenis |
2011-08-07 | Bring over ssio(4) from hppa for proper serial console support. | Mark Kettenis |
2011-08-07 | Several fixes for the IPV6_PKTINFO handling with sendmsg(2) | Mike Belopuhov |
2011-08-07 | Recognize 64-bit store instructions. | Mark Kettenis |
2011-08-07 | Make sure interrupts are properly masked at the level they're established at. | Mark Kettenis |
2011-08-07 | When checking wether a prefix belongs to an interface, also allow | Alexander Bluhm |
2011-08-07 | Check that timezones provided by the user do not include spaces. | Kenneth R Westerback |
2011-08-07 | typo, fix from Laurent Gautrot | Darren Tucker |
2011-08-05 | Switch hppa64 cross compiling environment to gcc4. | Mark Kettenis |
2011-08-04 | Don't use 128-bit long doubles for now (and perhaps forever). It isn't | Mark Kettenis |
2011-08-04 | Move the check that ::1 is not allowed from the wire before pf_test(). | Alexander Bluhm |
2011-08-04 | Make this compile with gcc4. Same fix as for hppa. | Mark Kettenis |
2011-08-04 | Add support for hppa64. | Mark Kettenis |
2011-08-04 | Initial hppa64 code drop; not finished yet, but this at least allows us to | Mark Kettenis |
2011-08-04 | In `string' state, accept bell (^G) as an end of sequence in addition to | Miod Vallat |
2011-08-03 | Add support for hppa64 based on the defaults for 64-bit HP-UX as found in the | Mark Kettenis |
2011-08-03 | Add small chunks of new text and better examples written from scratch, | Ingo Schwarze |
2011-08-03 | back out pedro diff for VOP_FSYNC of softdep when limit is reached. | Bob Beck |
2011-08-03 | Don't try to outsmart gcc inline assembler when saving the cpsr in the | Miod Vallat |
2011-08-03 | move to release | Theo de Raadt |
2011-08-03 | As usual, turn off POOL_DEBUG for the release. Note that POOL_DEBUG is | Theo de Raadt |
2011-08-03 | Fix linux compat breakage: can't copyin() from kernel-space, so | Philip Guenthe |
2011-08-03 | Remove the 'obsolete file(s)' feature. It may come back at some point | Antoine Jacoutot |
2011-08-03 | Remove redundant prototype for pf_socket_lookup(). | Marco Pfatschbacher |
2011-08-03 | save/restore tty state on SIGTSTP/SIGCONT. ok deraadt@ nicm@ | Otto Moerbeek |
2011-08-03 | Alexander Polakov found a use of an uninitialized pointer in the scsi | David Gwynne |
2011-08-03 | someone (*cough*henning*cough*) made pf_state.state_flags a u_int16_t | David Gwynne |
2011-08-02 | clean up the 1st sentence even more. it is unbelievable how it sometimes | Theo de Raadt |
2011-08-02 | typo in comment | Damien Miller |
2011-08-02 | crank now, release later | Damien Miller |
2011-08-02 | add refcounting for "Configuration" section for acquire-mode SAs | Markus Friedl |
2011-08-02 | Disable upgrade-time sysmerge for the 5.0 release. Between 4.9 and 5.0 | Theo de Raadt |
2011-08-02 | After the MANIFEST-based symbolic link creation loop, there is a check | Theo de Raadt |
2011-08-02 | better describe what this app does, at the behest of deraadt; | Jason McIntyre |
2011-08-02 | Say "firmware files" instead of "firmwares". It is so hard to be clear | Theo de Raadt |
2011-08-02 | Say "firmware files" instead of "firmwares". It is so hard to be clear | Theo de Raadt |
2011-08-02 | Replace one byte of padding with sa_family_t af in pfsync_state_key; | Ryan Thomas McBride |
2011-08-02 | handle /var/db/mountdtab in the mountd script and not in nfsd | Robert Nagy |
2011-08-02 | catch all the three different process names in pexp | Robert Nagy |
2011-08-02 | Add softraid (and option CRYPTO as pointed out by todd). | Matthieu Herrb |
2011-08-02 | add SHA256/SHA512 based HMAC modes | Damien Miller |
2011-08-02 | Add new SHA256 and SHA512 based HMAC modes from | Damien Miller |
2011-08-02 | stop using the word 'firmwares' | Theo de Raadt |
2011-08-02 | disable mmuagp due to reports it breaks some machines. | Theo de Raadt |
2011-08-02 | The term "reserved characters" is too broad, so narrow it down | Ingo Schwarze |
2011-08-01 | Synch with hppa. Seems to fix at least one of the remaining pmap bugs. | Mark Kettenis |
2011-08-01 | prevent post-auth resource exhaustion (int overflow leading to 4GB malloc); | Markus Friedl |