Thomas Veerman
7db039347a
Make AVFS resilient against failing back calls
2011-09-06 10:38:16 +00:00
Thomas Veerman
8a266a478e
Increase gid_t and uid_t to 32 bits
...
Increase gid_t and uid_t to 32 bits and provide backwards compatibility
where needed.
2011-09-05 13:56:14 +00:00
Thomas Veerman
fde9a258d0
Make dev_t 32-bits and provide backwards compatibility
2011-09-05 08:52:57 +00:00
Ben Gras
e68cf3bf89
add /etc/rc.subr and /etc/rc.conf
2011-09-04 20:40:42 +00:00
Arun Thomas
4ca68d42a0
Add MKLIVEUPDATE and MKSTATECTL
2011-09-02 16:57:22 +02:00
Ben Gras
86b5fa5102
get rid of leftover _DIRENT_NAME_LEN=61
2011-09-01 16:27:28 +00:00
Ben Gras
a7590083f1
sort is not a nbsd port (yet)
2011-09-01 16:14:04 +00:00
Ben Gras
7b6c90125c
nbsd_fetch: force cvs to use ssh
2011-09-01 15:48:24 +00:00
Ben Gras
ad0c787900
define MSG_*
...
. these are not actually supported at runtime
. will allow packages to compile easier, and still work
in some cases (e.g. glib2)
2011-09-01 13:03:15 +00:00
Ben Gras
121d8aba4d
release.sh: undo tarup add
2011-08-31 22:00:42 +00:00
Antoine Leca
9df7ce09aa
Range-check values building mbdev in boot monitor
2011-08-31 15:04:38 +02:00
Arun Thomas
5cddf6dce8
libsys: don't pull in strerror
2011-08-30 21:10:34 +02:00
Evgeniy Ivanov
4806f7c308
Fix ext2 symlink bug.
...
rip->i_size is a target length without trailing '\0'.
Reported by Ben Gras.
2011-08-29 21:54:25 +00:00
Thomas Veerman
7f24c2b3ca
Unverbose mount
2011-08-26 15:49:37 +00:00
Thomas Veerman
78183bddff
Let FSes exit themselves upon system shutdown
...
During shutdown all processes are semi-exited and FSes are unmounted.
This semi-exit causes trouble for FUSE mounts as they still need access
to file descriptors and working directory in order to unmount.
2011-08-26 15:17:53 +00:00
Thomas Veerman
27a2afc1e7
Clean up tests and do runtime test for max name length
...
- Remove unused code
- Use standard functions declared in common.c
- Change tests to do a runtime test for the max name length of a path
component (aka NAME_MAX). The actual value might differ from the hard
coded NAME_MAX depending on the file system used.
2011-08-26 13:16:16 +00:00
Thomas Veerman
8a73de51f1
Tell VFS how many requests an FS can handle concurrently
2011-08-26 12:47:43 +00:00
Thomas Veerman
30be017762
Store and use max concurrent requests
2011-08-26 12:47:43 +00:00
Vivek Prakash
12d9a08f0d
import NetBSD mkdir
...
. add symlink from old location /usr/bin/mkdir for
for compatability
2011-08-25 14:35:12 +00:00
Thomas Veerman
c78308f469
Increase max number of arguments
2011-08-22 13:44:24 +00:00
Thomas Veerman
e09714ab53
Turn off block read debugs and turn on mount debugs
2011-08-22 13:24:35 +00:00
Thomas Veerman
4ee157f5ce
Report error instead panicing
2011-08-22 13:08:38 +00:00
Thomas Veerman
1f28a4b83e
Remove verbosity
2011-08-22 13:08:03 +00:00
Thomas Veerman
68011701bd
Reduce block special file (thread) lock scope
2011-08-22 11:51:29 +00:00
Thomas Veerman
55d926cbaa
Allow block special files to be file locked
2011-08-22 11:51:01 +00:00
Thomas Veerman
63a49a4b90
Add entry for ntfs-3g
2011-08-22 11:50:26 +00:00
Thomas Veerman
ae2159c371
Fix locking issues with back calls from FSes
2011-08-19 14:17:35 +00:00
Ben Gras
195190912f
malloc build fixes
2011-08-18 22:30:51 +00:00
Ben Gras
e81a0fd9c1
use minix malloc
...
. default jemalloc is not too easy to compile without threads
libraries/types
. non-default malloc has odd virtual address space binge problem
. switch to ack/minix malloc in old libc for now
2011-08-18 21:52:09 +00:00
Arun Thomas
43e574558f
tools/Makefile: tweak AVFS/APFS logic
...
-Fixes GCC/clang build issue
2011-08-18 18:54:52 +02:00
Ben Gras
88e57eee69
make time functions pass PCTS test
...
. fixes a problem in building gawk wanting to provide
its own mktime otherwise
2011-08-18 14:02:57 +00:00
Arun Thomas
27c0e801f2
Cleaner MKSYSDEBUG option
2011-08-18 15:21:29 +02:00
Ben Gras
6811647e20
mtree: skip all major-0 devices, not just (0,1)
2011-08-18 13:05:27 +00:00
Ben Gras
cc64313b80
is: stopgap for broken _USEVFS check
2011-08-17 16:27:46 +00:00
Ben Gras
f984dbba70
increase system-wide filename limit to 255
...
. move mfs-specific struct, constants to mfs/, so
mfs-specific, on-disk format structs and consts are
fully isolated from generic structs and functions
. removes de and readfs utils
2011-08-17 16:00:01 +00:00
Thomas Veerman
e2bdf44720
Update UPDATING document on how to build AVFS
2011-08-17 13:53:22 +00:00
Thomas Veerman
a18a007361
Range fix from PFS
2011-08-17 13:42:38 +00:00
Thomas Veerman
a6bd3f4a22
Merge AVFS and APFS
2011-08-17 13:40:36 +00:00
Ben Gras
ee48228aa0
pfs: fix range check
...
. debugged and fixed by Jan Wieck
2011-08-17 12:39:33 +00:00
Ben Gras
e187d30348
add mail group
2011-08-17 11:38:41 +00:00
Ben Gras
e3dafb45b4
add postfix, postgresql users
2011-08-17 08:42:59 +00:00
Evgeniy Ivanov
bc434254ea
MFS: optimize dentry acllocation.
...
When search for free slot always cache position of last allocated slot,
so next time when need to allocate new slot, we can search from that
position.
2011-08-17 08:41:35 +00:00
Ben Gras
164789226c
install: correct error message
2011-08-16 20:40:52 +00:00
Arun Thomas
593e3221fc
Rename MKDEBUG to MKSYSDEBUG
2011-08-16 22:30:10 +02:00
Ben Gras
1f198f75d7
pre-install pkg_tarup
2011-08-16 15:24:59 +00:00
Arun Thomas
40592de32d
Optionally disable kernel debug code
2011-08-16 17:18:55 +02:00
Ben Gras
4c3e216cbd
release.sh: generic package names
2011-08-15 21:46:23 +00:00
Ben Gras
2e84a3f594
release.sh: minor -L fix
2011-08-15 21:40:14 +00:00
Evgeniy Ivanov
13ded5339f
Fix ext2 dentry allocation glitch.
...
When remove dentry, check if cached position is greater than removed
one.
2011-08-15 17:33:51 +00:00
Evgeniy Ivanov
426cddbb30
Add missing put_inode().
...
Fixes bug from a9a45cddc
.
2011-08-15 16:20:06 +00:00