summaryrefslogtreecommitdiff
path: root/usr.sbin/afs
AgeCommit message (Collapse)Author
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@
2003-10-30rc.conf(8), not rc.conf(5)Todd C. Miller
2003-09-26- kill whitespace at EOLJason McIntyre
- uppercase .Dt's - kill blank lines
2003-09-08fix pr 3442 - make all AFS ioctl's for XFS come from the xfs/xfs_pioctl.hBob Beck
file from the kernel - this makes the kerberosV/kafs.h file include that, as well as the kafs.h used in afs (hiding in the afs sources). this needs more drastic gutting post release, but at least this now all uses the same ioctl's.
2003-09-04put escapes in the right place;Jason McIntyre
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4;
2003-09-02escape punctuation; (and a nit in openssl.1)Jason McIntyre
ok deraadt@
2003-08-27Build process.S using the rules in bsd.lib.mk, instead of having a specificHans Insulander
target for building it. This makes the build work for people who build with DEBUGLIBS=Yes. Tested by brad and jolan. ok brad@ jolan@
2003-08-26Fix afsd on architectures that care about alignment. This corrects a problemBob Beck
that would manifest itself as afsd bus erroring on startup. Tested on sparc64 and again on i386, Ok hin@
2003-08-18err/warn \n cleanupHans Insulander
From Tom Cosgrove via deraadt@
2003-08-18Simple string cleanup.Hans Insulander
ok todd@
2003-08-12More unused files with bad string functions in them. Bye bye.Hans Insulander
2003-08-12These files are unused by us and have strcat/strcpy badness in them,Hans Insulander
so they'll just go away.
2003-08-12These files are unused by us and have strcat/strcpy badness in them,Hans Insulander
so they'll just go away.
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
I've skipped the GNU stuff for now. From Patrick Latifi.
2003-08-05Install AliasDB(5)Hans Insulander
2003-08-05Minor cleanupsHans Insulander
2003-08-05Don't say things twice.Hans Insulander
2003-08-05Option -t (testmode) no longer exists.Hans Insulander
Small cleanups while i'm here.
2003-08-05TypoHans Insulander
2003-08-05cvs merge marker thingie accidentally left. oops. sorry.Hans Insulander
2003-08-05Default to using /dev/xfs0, not /dev/nnpfs0Hans Insulander
2003-08-05New files, libroken cleanup, linking cleanup, and other small fixes.Hans Insulander
2003-08-05More files to compile, small cleanups and various other changes neededHans Insulander
after arla update.
2003-08-05No more librokenHans Insulander
2003-08-05Bye bye libroken and krb4Hans Insulander
2003-08-05Fix <des.h> include confusion.Hans Insulander
2003-08-05TPOINTER -> YDR_TPOINTERHans Insulander
Somehow, cvs seems to have to have missed this change, probably a merge error.
2003-08-05getprogname() -> __prognameHans Insulander
2003-08-05Removing strcpy/strcat is nice, but don't change a _wire protocol_Hans Insulander
when fixing it. Instead, spend 30 seconds to find the real solution. Why was i not asked to approve this before it was commited?