Age | Commit message (Expand) | Author |
2007-07-21 | 64 bit mips support for the arla lwp code, requested by todd@ long ago... | Miod Vallat |
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback |
2007-04-11 | Remove the simplelock argument from vrecycle(); | Thordur I. Bjornsson |
2007-04-05 | remove extra test, but do it correctly this time | Ted Unangst |
2007-03-22 | backout | Otto Moerbeek |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-03-03 | save macl/mach as well as fp registers, done with miod's help | Theo de Raadt |
2007-01-03 | Limit fscanf. From Ulf Harnhammar (metaur at telia dot com) | Bjorn Sandell |
2006-12-23 | Spelling. | Kenneth R Westerback |
2006-12-16 | Fix up s390 assembler in arla's lwp threading. Results from beck@ request to | Marc Aurele La France |
2006-11-22 | also save gp for them dynamic executables; todd@ ok | Michael Shalayeff |
2006-11-21 | make this work; todd@ deraadt@ ok | Michael Shalayeff |
2006-11-17 | change PRE_Block to an int, which architectures like alpha can access | Theo de Raadt |
2006-11-17 | typo introduced last time; sparc support works again | Theo de Raadt |
2006-11-16 | only do the sp swap if requested (the tests now appear to work) | Theo de Raadt |
2006-11-16 | more symmetric add support for fpu. | Dale Rahn |
2006-11-15 | closer to correct, maybe | Theo de Raadt |
2006-11-15 | a start at a sh4 context switcher (what a bizzare architecture...) | Theo de Raadt |
2006-11-15 | when process.sh.S shows up, have the Makefile grok it | Theo de Raadt |
2006-10-24 | Check that string length != 0 before setting buf[strlen(buf) - 1]. | Ray Lai |
2006-09-29 | remove an -O0 workaround for egcs/alpha; noone remembers why it was there | Martin Reindl |
2006-04-30 | remove the simplelock argument from vfs_busy() which is currently not | Nikolay Sturm |
2006-04-08 | Whack some obviously dead code (double return's, code after goto). | Kenneth R Westerback |
2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | Damien Miller |
2006-03-23 | use calloc better; adobriyan@gmail | Theo de Raadt |
2006-02-19 | Free correct pointer on error path if malloc fails. From Alexey Dobriyan. | Todd C. Miller |
2006-02-15 | Repair call to gethostname(). From adobriyan at gmail.com. Patch submitted | Aaron Campbell |
2006-02-01 | double semicolon; from Daniel Matic in PR 4929 | Otto Moerbeek |
2005-12-16 | rm kerberosIV remnant | Todd T. Fries |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-08-02 | .Dd cleanup; ok jmc@ | David Krause |
2005-07-29 | - sort SEE ALSO | Jason McIntyre |
2005-05-26 | sneaky MNT_UNION tried to hide | Pedro Martelletto |
2005-05-02 | fix snprintf misuse. ok bob@ hin@ | Moritz Jodeit |
2005-05-02 | more setres[ug]id; ok deraadt@ | Damien Miller |
2005-04-25 | spelling; | Jason McIntyre |
2005-04-17 | remove amd64 special casing. | Brad Smith |
2005-04-17 | fix snprintf abuse, partly from, and ok deraadt@ | Bob Beck |
2005-02-04 | unfuck amd64 | Peter Valchev |
2005-01-25 | simplify OpenBSD case by using arch(1) and sed to grab | Brad Smith |
2004-09-15 | some fixes passed back to arla people; | Jason McIntyre |
2004-09-15 | Use less stack, as allowed by the new ABI. | Miod Vallat |
2004-09-15 | string.h for memcpy | Jolan Luff |
2004-09-09 | Add missing section heading "DESCRIPTION". | Tom Cosgrove |
2004-08-25 | typos from -f (PR #3908); | Jason McIntyre |
2004-08-25 | typos from -f (PR #3907); | Jason McIntyre |
2004-08-11 | config is not set up with regdef.h. force it in if OpenBSD. | Per Fogelstrom |
2004-08-09 | Do not fill uae_error[] out of its bounds; this is especially dangerous | Miod Vallat |
2004-06-11 | Better stack usage on m88k for lwp. | Miod Vallat |