Derrick Brashear
42396526a7
opteron-linux-sys-call-hack-fix-20030728
...
smp machines need a larger search space?
2003-07-29 03:00:47 +00:00
Derrick Brashear
cd84e65f97
package-build-rules-20030715
...
allow building of macos packages from make
2003-07-25 19:15:15 +00:00
Derrick Brashear
7356b6696e
use-strerror-if-available-20030725
...
discover and use strerror instead of sys_errlist and sys_nerr.
2003-07-25 05:38:01 +00:00
Derrick Brashear
26891bbac0
linux-largefile-defns-20030724
...
make usd library able to write large files on i386 linux
2003-07-25 05:30:31 +00:00
Derrick Brashear
1a2fa8bd5c
butc-notice-eot-20030723
...
if we're going to check for BUTM_EOT, have a chance in hell of finding it.
and not, say, 0.
2003-07-23 17:30:11 +00:00
Jim Rees
7161b7362f
freebsd-51-20030717
...
add support for FreeBSD 5.1 (builds, kernel module not working yet)
2003-07-17 17:00:56 +00:00
Nathan Neulinger
71a364dc00
undo-reindent-newline-20030716
...
FIXES 1782
so the message catalog doesn't upset tools.
2003-07-16 23:22:54 +00:00
Derrick Brashear
872bc94f8c
reindent-20030715
...
FIXES 1774
thanks to nneul@umr.edu for providing a script to do this.
gnu indent 2.2.9 options:
-npro -nbad -bap -nbc -bbo -br -ce -cdw -brs -ncdb -cp1 -ncs -di2 -ndj -nfc1
-nfca -i4 -lp -npcs -nprs -psl -sc -nsob -ts8
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
FIXES 1774
fix subst mistake
2003-07-16 00:28:24 +00:00
Jim Rees
744212766f
freebsd-5x-20030715
...
use curproc->p_pid instead of getpid() (conflicts with kernel getpid)
pass correct number of args to afs_close
2003-07-15 20:49:30 +00:00
Derrick Brashear
40d7a8b4f1
hpux-make-packaging-target-20030715
...
FIXES 1315
make the make rule able to make packages
2003-07-15 06:30:04 +00:00
Nathan Neulinger
8ce988f5fd
aix-objdir-build-20030714
...
FIXES 1763
we never get this right.
2003-07-15 00:43:45 +00:00
Jim Rees
55738b0971
freebsd-5x-20030711
...
more curproc -> curthread
2003-07-11 19:45:07 +00:00
Robert S. Murawski
7eeb271d9f
winnt-fileinfo-is-directory-20030710
...
correctly report directories by not setting field in incorrect position
in reply.
2003-07-11 03:12:46 +00:00
Kris Van Hees
ddac9ce59a
linux-usermode-better-test-20030710
...
test the source tree and not the running kernel
2003-07-10 22:52:15 +00:00
Derrick Brashear
378de32cbc
package-build-rules-20030709
...
allow building of macos packages from make
2003-07-09 20:44:46 +00:00
Derrick Brashear
c59e18c174
macos-pkg-update-csdb-20030709
...
attempt to update cellservdb before building packages
2003-07-09 19:55:32 +00:00
Paul Weber
e877560457
hpux-packagings-20030709
...
FIXES 1315
updated packaging for hp-ux 11.00, 11.11 and 11.22
2003-07-09 19:06:59 +00:00
Derrick Brashear
e6b5dee3bc
no-kerberos-env-20030709
...
you really don't want AFS_KERBEROS_ENV
2003-07-09 18:41:02 +00:00
Jim Rees
7e11fe0bb2
openbsd-packaging-20030707
...
add bos to usr/vice/bin
strip -x usr/vice/bin/*
2003-07-07 23:30:46 +00:00
Jim Rees
b6a2aae821
openbsd-flock-fix-20030707
...
release all locks on last close, not just those for this process
(not correct but better; needed for posix)
only sleep for remaining time in afs_osi_Wait if woken before timeout
add proto for afs_open
2003-07-07 23:09:27 +00:00
Kris Van Hees
75c205ed89
linux-uml-update-20030707
...
remaining update for uml, already i 1.2.10-rc2
2003-07-07 22:58:39 +00:00
Jim Rees
fc60d09e3d
openbsd-vnops-20030707
...
always return child locked in lookup
add support for PDIRUNLOCK flag
2003-07-07 18:04:04 +00:00
Jim Rees
71bf49aa93
freebsd-4x-fix-20030707
...
fix merge screwup
2003-07-07 17:15:48 +00:00
R. Lindsay Todd
4dd74ef182
splint-support-20030701
...
FIXES 1493
add splint support targets to makefiles
add support files
2003-07-02 02:03:17 +00:00
Derrick Brashear
a633a99208
translate-more-vol-errors-20030701
...
based on complaint from Ryan Underwood on openafs-info.
translate to EDQUOT and ENOSPC actually instead of just returning random
numbers
2003-07-02 00:53:09 +00:00
Derrick Brashear
526316e97b
snprintf-varargs-fun-20030701
...
this probably needs a better fix. however, one some platforms, we see:
./snprintf.c: In function `afs_vsnprintf':
./snprintf.c:227: `short int' is promoted to `int' when passed through `...'
./snprintf.c:227: (so you should pass `int' not `short int' to `va_arg')
and it won't compile. are there platforms where short is correct?
2003-07-01 23:55:12 +00:00
Jim Rees
3f8b428d52
freebsd-50-creds-20030701
...
freebsd 5.0 module now loads and runs!
init creds in osi_Init
don't call crhold on afs_osi_cred, because the mutex is invalid
afs_xioctl takes a thread, not a proc
2003-07-01 23:41:22 +00:00
Derrick Brashear
239067b147
linux-i-alloc-sem-usage-20030701
...
modern kernels appear to use i_alloc_sem around truncation
2003-07-01 23:21:34 +00:00
Hartmut Reuter
f43c2f4412
aix-51-support-20030701
...
FIXES 1661
make afs work for aix5.1 64 bit.
some code cleanup
2003-07-01 23:02:58 +00:00
Douglas Engert
4bda27a286
winnt-enable-global-drive-mappings-20030701
...
FIXES 1614
This will allow access to AFS from system processes and scheduled tasks.
It also means that each user does not have to map AFS to his own
drive.
2003-07-01 20:43:08 +00:00
Peter Breitenlohner
f661ad4e58
ptserver-make-main-int-20030701
...
FIXES 1645
don't declare main void.
2003-07-01 20:39:18 +00:00
Peter Breitenlohner
9d15706158
libadmin-pts-pointer-fixes-20030701
...
FIXES 1647
fix pointers to eliminate warnings
2003-07-01 20:34:23 +00:00
Peter Breitenlohner
4fc1bbdf94
use-lncurses-instead-of-path-20030701
...
FIXES 1648
use -lncurses instead of explicit path
2003-07-01 20:30:30 +00:00
Peter Breitenlohner
96c7261a22
ignore-pam-module-if-no-headers-20030701
...
FIXES 1649
we check for pam headers; use the result
2003-07-01 20:27:54 +00:00
Peter Breitenlohner
88e2d8e292
gcc-warnings-cleanup-20030701
...
FIXES 1650
add headers, cleanup castings
2003-07-01 20:23:51 +00:00
Peter Breitenlohner
010af62045
eliminate-bogus-rebuilding-20030701
...
FIXES 1651
so makefiles have proper dependancies
2003-07-01 20:14:29 +00:00
Peter Breitenlohner
a75f0516f5
kdump-build-cleanup-20030701
...
FIXES 1654
don't rebuild kdump on every pass
2003-07-01 19:57:05 +00:00
Jim Rees
e28aaca5ed
protos-20030701
...
add proto for init_et_to_sys_error()
2003-07-01 19:12:18 +00:00
Jim Rees
a4bfe58a1b
freebsd-20030701
...
freebsd: eliminate unresolved symbols
kernel module loads now, but doesn't get very far
2003-07-01 19:06:38 +00:00
Jim Rees
4e7136740c
label-in-col-1-20030630
...
put asm labels in col 1 (some asms are picky picky)
2003-06-30 20:51:57 +00:00
Jim Rees
88f3f666de
with-bsd-kernel-headers-20030630
...
add --with-bsd-kernel-headers configure option
thanks to nathan for help with this
2003-06-30 20:44:50 +00:00
Jim Rees
b251040bb2
freebsd-20030628
...
change freebsd kernel module name to libafs.ko (required by kldload)
2003-06-28 20:39:03 +00:00
Jim Rees
cf984d3d5c
openbsd-oops-20030627
...
back out my last commit. I'm told it's not wanted.
2003-06-27 21:54:31 +00:00
Jim Rees
f0245940b8
freebsd50-20030627
...
makefile changes to build freebsd 5.0 kernel module
2003-06-27 21:32:28 +00:00
Jim Rees
4ec35eae77
openbsd-20030627
...
use -fno-stack-protector for all openbsd after 3.2
2003-06-27 20:55:46 +00:00
Derrick Brashear
819df73c88
bozo-ubik-needs-rx-20030627
...
make ubik depend on rx, not vice versa
2003-06-27 15:12:06 +00:00
Derrick Brashear
def59db27b
rx-xdr-rename-userland-symbols-also-on-amd64-linux-20030627
...
because the XDR struct is different on amd64, we need to do this to avoid tainting
namespace of processes which otherwise use XDR and wouldn't use ours otherwise.
this should be done otherwise, or maybe we *should* use the vendor XDR when we can.
2003-06-27 15:07:47 +00:00
Jim Rees
e458134e44
strl-20030627
...
add strlcat, strlcpy to libutil
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
src/util/strlcat.c src/util/strlcpy.c
2003-06-27 15:01:21 +00:00
Jim Rees
51c36cd685
bsd-no-sysparam-for-asm-20030626
...
don't #include sys/param.h in asm code (lwp/process.s)
2003-06-26 18:00:11 +00:00
Ben Creech
038ee02110
windows-zombie-fix-20030625
...
To refresh your memories, this past semester, NC State experienced a
problem wherein the OpenAFS Client for Windows would go into a zombie state
and stop responding to traffic on the SMB interface until restarted...
2003-06-25 19:51:53 +00:00