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