Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-02 | .Dd cleanup; ok jmc@ | David Krause | |
2005-07-29 | - sort SEE ALSO | Jason McIntyre | |
- full date for .Dd - uppercase .Dt title - don't end .Nd w/ a full stop fixes passed back to arla people... | |||
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 | |
ok kettenis@ | |||
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 | |
the machine architecture. We now output amd64 instead of x86_64 as it should be. ok deraadt@ pvalchev@ | |||
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 | |
ok jmc@ millert@ deraadt@ | |||
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 | |
ok deraadt@ | |||
2004-08-09 | Do not fill uae_error[] out of its bounds; this is especially dangerous | Miod Vallat | |
with the new malloc. Fix from arla-current. ok millert@ | |||
2004-06-11 | Better stack usage on m88k for lwp. | Miod Vallat | |
2004-05-07 | This makes afsd drop priviledge to user _afs inside a chroot (the | Bob Beck | |
cache directory). This is privledge dropping, not full privsep. | |||
2004-04-21 | Add luna88k related directories and information to the build infrastructure. | Miod Vallat | |
ok deraadt@, millert@, krw@ - mdoc ok jmc@ | |||
2004-04-06 | dont write more than 4 bytes even on 64-bit. beck@ ok | Anil Madhavapeddy | |
2004-04-05 | Change sizeof(ptr) to the correct sizeof(*ptr) to fix a bug when clearing out | Aaron Campbell | |
memory. krw@, beck@, deraadt@ ok plus approval from lha at stacken.kth.se. | |||
2004-03-15 | Plug memory leak caused by errant semi-colon. Already submitted and committed | Aaron Campbell | |
to arla-CURRENT by lha at stacken.kth.se. miod@ ok | |||
2004-03-08 | Slightly optimize and make both routines one instruction shorter. | Miod Vallat | |
2004-03-02 | A wrong comment is worth a thousand bugs... | Miod Vallat | |
2004-03-02 | Arla lwp support for m88k systems. Slightly abuses the framework to | Miod Vallat | |
enforce 8-byte stack alignment. | |||
2004-02-27 | unbreak | Bjorn Sandell | |
ok beck@ | |||
2004-02-27 | fix bogus assert() usage in afsd, and avoid an assert when | Bob Beck | |
ThisCell is specified as a nonexeistent cell. found by matthieu@, ok deraadt@ | |||
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo 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-12 | Recognize the process.arm.S file committed earlier today. | Dale Rahn | |
2004-02-11 | Arm routine for process swapping in afs, appears to pass testlwp. | Dale Rahn | |
2004-02-09 | use process.x86_64.S | Theo de Raadt | |
2004-02-09 | regsize must be 8 on amd64... surely... | Theo de Raadt | |
2004-01-28 | typo; from Ross L Richardson (PR 3655); | Jason McIntyre | |
fix passed back to arlad people; | |||
2004-01-24 | Xr to right page; okan@demirmen.com | Theo de Raadt | |
2004-01-20 | Default xfs device is /dev/xfs0. Spotted by theo@ | Hans Insulander | |
2004-01-05 | include path fixes for gcc3. | Marc Espie | |
tests otto@, okay millert@ | |||
2003-12-16 | bad free - spotted by vincent@ | Bob Beck | |
2003-12-16 | afs cleanup, realloc strings, abort, etc. | Bob Beck | |
testing by beck, hin, jose, fries. ok deraadt@ | |||
2003-10-30 | rc.conf(8), not rc.conf(5) | Todd C. Miller | |
2003-09-26 | - kill whitespace at EOL | Jason McIntyre | |
- uppercase .Dt's - kill blank lines | |||
2003-09-08 | fix pr 3442 - make all AFS ioctl's for XFS come from the xfs/xfs_pioctl.h | Bob 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-04 | put 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-02 | escape punctuation; (and a nit in openssl.1) | Jason McIntyre | |
ok deraadt@ | |||
2003-08-27 | Build process.S using the rules in bsd.lib.mk, instead of having a specific | Hans 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-26 | Fix afsd on architectures that care about alignment. This corrects a problem | Bob Beck | |
that would manifest itself as afsd bus erroring on startup. Tested on sparc64 and again on i386, Ok hin@ | |||
2003-08-18 | err/warn \n cleanup | Hans Insulander | |
From Tom Cosgrove via deraadt@ | |||
2003-08-18 | Simple string cleanup. | Hans Insulander | |
ok todd@ | |||
2003-08-12 | More unused files with bad string functions in them. Bye bye. | Hans Insulander | |