| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | the afs src tree can go away | 2012-08-23 | 903 | -200592/+0 | |
| | | |||||
| * | libarla has some non-PIC assembler; therefore, afs cannot use PIE. | 2012-08-22 | 1 | -0/+1 | |
| | | | | | ok deraadt@ | ||||
| * | fix missing err.h includes | 2011-09-21 | 1 | -0/+1 | |
| | | |||||
| * | fix incorrect use of NULL, from 1.45 of upstream | 2011-07-04 | 1 | -1/+1 | |
| | | | | | ok miod@ | ||||
| * | arla_warn -> arla_warnx if there is no errno to pass... | 2011-04-04 | 1 | -1/+1 | |
| | | |||||
| * | The heimdal code switched to using DES from libcrypto when 0.7.2 | 2010-10-13 | 2 | -4/+4 | |
| | | | | | | | | was imported over four years ago, so we don't need to link libdes for kerberos anymore. ok mikeb@ deraadt@ | ||||
| * | close FILE `f' when we leave function fprio_readin(), so it wont get lost | 2010-06-01 | 1 | -0/+1 | |
| | | | | | ok beck@, todd@ | ||||
| * | remove an uneeded extern which upsets gcc4, matches changes made | 2010-05-01 | 1 | -2/+0 | |
| | | | | | | | in the upstream arla code. ok miod@ | ||||
| * | As suggested by miod, rename dynroot_enable so we don't conflict with | 2010-05-01 | 1 | -5/+5 | |
| | | | | | | | | a definition from a header. This turns out to be the same change made in the upstream arla code. ok miod@ | ||||
| * | Get rid of overlapping blocks; | 2010-02-24 | 1 | -19/+19 | |
| | | | | | | | found by and fixing the build with mandoc(1). While here, use the proper escape sequence for the vertical bar. Patch from jmc@, thanks! | ||||
| * | partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@. | 2009-12-23 | 1 | -1/+1 | |
| | | |||||
| * | Fix buffer overflow possibility, noticed by parfait: | 2009-12-14 | 2 | -26/+39 | |
| | | | | | | | | | | Buffer overflow (CWE 120): In memcpy of msg.msg with length 'size' Array size is 2048 bytes, size <= 2080 at line 317 of /usr/src/usr.sbin/afs/src/arlad/nnpfs.c in function 'nnpf s_send_message_wakeup_data'. tesing by todd@ and jj@ and me | ||||
| * | plug memory leak; found by parfait, ok beck | 2009-12-11 | 1 | -0/+1 | |
| | | |||||
| * | two memory leaks; spotted by parfait; ok beck | 2009-12-11 | 1 | -0/+2 | |
| | | |||||
| * | incorrect array size calculation, spotted by parfait; ok beck | 2009-12-11 | 1 | -1/+1 | |
| | | |||||
| * | NSIG is 1 beyond the last signal, so <= is an incorrect check. | 2009-12-11 | 1 | -1/+1 | |
| | | | | | found by parfait, ok guenther | ||||
| * | More changes to avoid truncating 64 bit pointers to 32 bits and sign-extending | 2009-12-11 | 1 | -3/+7 | |
| | | | | | them; allows userland with stack beyond 2GB to run. | ||||
| * | Fix a small merge error from august 2003. ok jmc@, jj@. | 2009-09-15 | 1 | -2/+2 | |
| | | |||||
| * | Switch several kerberos/afs tools from using using libreadline | 2009-08-17 | 4 | -8/+8 | |
| | | | | | | | | | to libedit to prevent the resulting binaries from falling under the GPL. Prototypes are internally defined so no includes have to be changed. ok miod@ reyk@ "I very much approve" deraadt@ | ||||
| * | xfs -> nnpfs; ok jj | 2009-06-07 | 1 | -2/+2 | |
| | | |||||
| * | Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@ | 2009-06-03 | 4 | -26/+26 | |
| | | |||||
| * | Use a symbolic entry register save mask, and sprinkle _C_LABEL. | 2008-05-21 | 1 | -15/+8 | |
| | | | | | No functional change. | ||||
| * | fix Makefile races | 2008-01-29 | 1 | -1/+1 | |
| | | |||||
| * | fix typo | 2007-11-27 | 1 | -1/+2 | |
| | | |||||
| * | parallel make fixes: $(YDR) produces several files, we need a timestamp. | 2007-11-24 | 2 | -35/+9 | |
| | | | | | Also fixes an explicit make instead of $(MAKE) and a missing dependency. | ||||
| * | do not hardcode make | 2007-11-19 | 1 | -2/+2 | |
| | | |||||
| * | 64 bit mips support for the arla lwp code, requested by todd@ long ago... | 2007-07-21 | 2 | -53/+69 | |
| | | |||||
| * | More comment typos from Diego Casati. Including winners like funtion, allmost, | 2007-05-26 | 1 | -1/+1 | |
| | | | | | oustside, seqencer, toghether, nessissary, etc. | ||||
| * | Remove the simplelock argument from vrecycle(); | 2007-04-11 | 2 | -2/+2 | |
| | | | | | ok pedro@, sturm@ | ||||
| * | remove extra test, but do it correctly this time | 2007-04-05 | 1 | -2/+2 | |
| | | |||||
| * | backout | 2007-03-22 | 1 | -4/+4 | |
| | | | | | | *c && !isspace(*c) is not equivalent to !isspace(*c) ok millert@ | ||||
| * | remove some bogus *p tests from charles longeau | 2007-03-20 | 4 | -8/+6 | |
| | | | | | ok deraadt millert | ||||
| * | save macl/mach as well as fp registers, done with miod's help | 2007-03-03 | 1 | -2/+26 | |
| | | |||||
| * | Limit fscanf. From Ulf Harnhammar (metaur at telia dot com) | 2007-01-03 | 1 | -1/+1 | |
| | | |||||
| * | Spelling. | 2006-12-23 | 1 | -1/+1 | |
| | | | | | | | 'preceeding' -> 'preceding' 'preceeds' -> 'precedes' 'preceeded' -> 'preceded' | ||||
| * | Fix up s390 assembler in arla's lwp threading. Results from beck@ request to | 2006-12-16 | 1 | -31/+19 | |
| | | | | | look into it, even though there's no OpenBSD/s390. | ||||
| * | also save gp for them dynamic executables; todd@ ok | 2006-11-22 | 1 | -0/+4 | |
| | | |||||
| * | make this work; todd@ deraadt@ ok | 2006-11-21 | 2 | -12/+82 | |
| | | |||||
| * | change PRE_Block to an int, which architectures like alpha can access | 2006-11-17 | 15 | -44/+44 | |
| | | | | | | | | | atomically. Adapt all the others (except s390 which is not fixed yet). mips and hppa still do not work for some other reason. testing by beck, ckuethe, todd, asm proofreading by miod | ||||
| * | typo introduced last time; sparc support works again | 2006-11-17 | 1 | -1/+1 | |
| | | |||||
| * | only do the sp swap if requested (the tests now appear to work) | 2006-11-16 | 1 | -2/+5 | |
| | | |||||
| * | more symmetric add support for fpu. | 2006-11-16 | 1 | -28/+40 | |
| | | |||||
| * | closer to correct, maybe | 2006-11-15 | 1 | -7/+7 | |
| | | |||||
| * | a start at a sh4 context switcher (what a bizzare architecture...) | 2006-11-15 | 1 | -0/+96 | |
| | | |||||
| * | when process.sh.S shows up, have the Makefile grok it | 2006-11-15 | 1 | -0/+1 | |
| | | |||||
| * | Check that string length != 0 before setting buf[strlen(buf) - 1]. | 2006-10-24 | 2 | -2/+3 | |
| | | | | | OK cloder@. | ||||
| * | remove an -O0 workaround for egcs/alpha; noone remembers why it was there | 2006-09-29 | 1 | -6/+1 | |
| | | | | | and alpha is gcc3 now | ||||
| * | remove the simplelock argument from vfs_busy() which is currently not | 2006-04-30 | 5 | -4/+35 | |
| | | | | | | | used and will never be used this way in VFS requested by and ok pedro, ok krw, biorn | ||||
| * | Whack some obviously dead code (double return's, code after goto). | 2006-04-08 | 2 | -4/+0 | |
| | | | | | ok pedro@ | ||||
| * | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | 2006-04-02 | 4 | -11/+6 | |
| | | | | | suggested by kjell@; ok otto@ pat@ millert@ jaredy@ | ||||
