summaryrefslogtreecommitdiff
path: root/usr.sbin/afs
AgeCommit message (Collapse)Author
2006-04-30remove the simplelock argument from vfs_busy() which is currently notNikolay Sturm
used and will never be used this way in VFS requested by and ok pedro, ok krw, biorn
2006-04-08Whack some obviously dead code (double return's, code after goto).Kenneth R Westerback
ok pedro@
2006-04-02malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaksDamien Miller
suggested by kjell@; ok otto@ pat@ millert@ jaredy@
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
upstream to the arla-drinkers at stacken.kth.se mailing list. henning@ ok
2006-02-01double semicolon; from Daniel Matic in PR 4929Otto Moerbeek
2005-12-16rm kerberosIV remnantTodd T. Fries
ok millert@
2005-11-30No need for vfs_busy() and vfs_unbusy() to take a process pointerPedro Martelletto
anymore. Testing by jolan@, thanks.
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
of panics and bugfixes. Access curproc directly, do not expect a process pointer as an argument. Should fix many "process context required" bugs. Incentive and okay millert@, okay marc@. Various testing, thanks.
2005-08-02.Dd cleanup; ok jmc@David Krause
2005-07-29- sort SEE ALSOJason McIntyre
- full date for .Dd - uppercase .Dt title - don't end .Nd w/ a full stop fixes passed back to arla people...
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
ok kettenis@
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
the machine architecture. We now output amd64 instead of x86_64 as it should be. ok deraadt@ pvalchev@
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
ok jmc@ millert@ deraadt@
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
ok deraadt@
2004-08-09Do not fill uae_error[] out of its bounds; this is especially dangerousMiod Vallat
with the new malloc. Fix from arla-current. ok millert@
2004-06-11Better stack usage on m88k for lwp.Miod Vallat
2004-05-07This makes afsd drop priviledge to user _afs inside a chroot (theBob Beck
cache directory). This is privledge dropping, not full privsep.
2004-04-21Add luna88k related directories and information to the build infrastructure.Miod Vallat
ok deraadt@, millert@, krw@ - mdoc ok jmc@
2004-04-06dont write more than 4 bytes even on 64-bit. beck@ okAnil Madhavapeddy
2004-04-05Change sizeof(ptr) to the correct sizeof(*ptr) to fix a bug when clearing outAaron Campbell
memory. krw@, beck@, deraadt@ ok plus approval from lha at stacken.kth.se.
2004-03-15Plug memory leak caused by errant semi-colon. Already submitted and committedAaron Campbell
to arla-CURRENT by lha at stacken.kth.se. miod@ ok
2004-03-08Slightly optimize and make both routines one instruction shorter.Miod Vallat
2004-03-02A wrong comment is worth a thousand bugs...Miod Vallat
2004-03-02Arla lwp support for m88k systems. Slightly abuses the framework toMiod Vallat
enforce 8-byte stack alignment.
2004-02-27unbreakBjorn Sandell
ok beck@
2004-02-27fix bogus assert() usage in afsd, and avoid an assert whenBob Beck
ThisCell is specified as a nonexeistent cell. found by matthieu@, ok deraadt@
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo de Raadt
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now.
2004-02-12Recognize the process.arm.S file committed earlier today.Dale Rahn
2004-02-11Arm routine for process swapping in afs, appears to pass testlwp.Dale Rahn
2004-02-09use process.x86_64.STheo de Raadt
2004-02-09regsize must be 8 on amd64... surely...Theo de Raadt
2004-01-28typo; from Ross L Richardson (PR 3655);Jason McIntyre
fix passed back to arlad people;
2004-01-24Xr to right page; okan@demirmen.comTheo de Raadt
2004-01-20Default xfs device is /dev/xfs0. Spotted by theo@Hans Insulander
2004-01-05include path fixes for gcc3.Marc Espie
tests otto@, okay millert@
2003-12-16bad free - spotted by vincent@Bob Beck
2003-12-16afs cleanup, realloc strings, abort, etc.Bob Beck
testing by beck, hin, jose, fries. ok deraadt@