Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-23 | the afs src tree can go away | Theo de Raadt | |
2012-08-22 | libarla has some non-PIC assembler; therefore, afs cannot use PIE. | Pascal Stumpf | |
ok deraadt@ | |||
2011-09-21 | fix missing err.h includes | Jonathan Gray | |
2011-07-04 | fix incorrect use of NULL, from 1.45 of upstream | Jonathan Gray | |
ok miod@ | |||
2011-04-04 | arla_warn -> arla_warnx if there is no errno to pass... | Miod Vallat | |
2010-10-13 | The heimdal code switched to using DES from libcrypto when 0.7.2 | Jonathan Gray | |
was imported over four years ago, so we don't need to link libdes for kerberos anymore. ok mikeb@ deraadt@ | |||
2010-06-01 | close FILE `f' when we leave function fprio_readin(), so it wont get lost | zinovik | |
ok beck@, todd@ | |||
2010-05-01 | remove an uneeded extern which upsets gcc4, matches changes made | Jonathan Gray | |
in the upstream arla code. ok miod@ | |||
2010-05-01 | As suggested by miod, rename dynroot_enable so we don't conflict with | Jonathan Gray | |
a definition from a header. This turns out to be the same change made in the upstream arla code. ok miod@ | |||
2010-02-24 | Get rid of overlapping blocks; | Ingo Schwarze | |
found by and fixing the build with mandoc(1). While here, use the proper escape sequence for the vertical bar. Patch from jmc@, thanks! | |||
2009-12-23 | partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@. | Kenneth R Westerback | |
2009-12-14 | Fix buffer overflow possibility, noticed by parfait: | Bob Beck | |
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 | |||
2009-12-11 | plug memory leak; found by parfait, ok beck | Theo de Raadt | |
2009-12-11 | two memory leaks; spotted by parfait; ok beck | Theo de Raadt | |
2009-12-11 | incorrect array size calculation, spotted by parfait; ok beck | Theo de Raadt | |
2009-12-11 | NSIG is 1 beyond the last signal, so <= is an incorrect check. | Theo de Raadt | |
found by parfait, ok guenther | |||
2009-12-11 | More changes to avoid truncating 64 bit pointers to 32 bits and sign-extending | Miod Vallat | |
them; allows userland with stack beyond 2GB to run. | |||
2009-09-15 | Fix a small merge error from august 2003. ok jmc@, jj@. | Matthieu Herrb | |
2009-08-17 | Switch several kerberos/afs tools from using using libreadline | Jonathan Gray | |
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@ | |||
2009-06-07 | xfs -> nnpfs; ok jj | Jason McIntyre | |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ↵ | Janne Johansson | |
arches. ok todd@ beck@ | |||
2008-05-21 | Use a symbolic entry register save mask, and sprinkle _C_LABEL. | Miod Vallat | |
No functional change. | |||
2008-01-29 | fix Makefile races | Marc Espie | |
2007-11-27 | fix typo | Marc Espie | |
2007-11-24 | parallel make fixes: $(YDR) produces several files, we need a timestamp. | Marc Espie | |
Also fixes an explicit make instead of $(MAKE) and a missing dependency. | |||
2007-11-19 | do not hardcode make | Marc Espie | |
2007-07-21 | 64 bit mips support for the arla lwp code, requested by todd@ long ago... | Miod Vallat | |
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback | |
oustside, seqencer, toghether, nessissary, etc. | |||
2007-04-11 | Remove the simplelock argument from vrecycle(); | Thordur I. Bjornsson | |
ok pedro@, sturm@ | |||
2007-04-05 | remove extra test, but do it correctly this time | Ted Unangst | |
2007-03-22 | backout | Otto Moerbeek | |
*c && !isspace(*c) is not equivalent to !isspace(*c) ok millert@ | |||
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst | |
ok deraadt millert | |||
2007-03-03 | save macl/mach as well as fp registers, done with miod's help | Theo de Raadt | |
2007-01-03 | Limit fscanf. From Ulf Harnhammar (metaur at telia dot com) | Bjorn Sandell | |
2006-12-23 | Spelling. | Kenneth R Westerback | |
'preceeding' -> 'preceding' 'preceeds' -> 'precedes' 'preceeded' -> 'preceded' | |||
2006-12-16 | Fix up s390 assembler in arla's lwp threading. Results from beck@ request to | Marc Aurele La France | |
look into it, even though there's no OpenBSD/s390. | |||
2006-11-22 | also save gp for them dynamic executables; todd@ ok | Michael Shalayeff | |
2006-11-21 | make this work; todd@ deraadt@ ok | Michael Shalayeff | |
2006-11-17 | change PRE_Block to an int, which architectures like alpha can access | Theo de Raadt | |
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 | |||
2006-11-17 | typo introduced last time; sparc support works again | Theo de Raadt | |
2006-11-16 | only do the sp swap if requested (the tests now appear to work) | Theo de Raadt | |
2006-11-16 | more symmetric add support for fpu. | Dale Rahn | |
2006-11-15 | closer to correct, maybe | Theo de Raadt | |
2006-11-15 | a start at a sh4 context switcher (what a bizzare architecture...) | Theo de Raadt | |
2006-11-15 | when process.sh.S shows up, have the Makefile grok it | Theo de Raadt | |
2006-10-24 | Check that string length != 0 before setting buf[strlen(buf) - 1]. | Ray Lai | |
OK cloder@. | |||
2006-09-29 | remove an -O0 workaround for egcs/alpha; noone remembers why it was there | Martin Reindl | |
and alpha is gcc3 now | |||
2006-04-30 | remove the simplelock argument from vfs_busy() which is currently not | Nikolay Sturm | |
used and will never be used this way in VFS requested by and ok pedro, ok krw, biorn | |||
2006-04-08 | Whack some obviously dead code (double return's, code after goto). | Kenneth R Westerback | |
ok pedro@ | |||
2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | Damien Miller | |
suggested by kjell@; ok otto@ pat@ millert@ jaredy@ |