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