Go to file
Thomas Veerman 230ea1ce13 VFS: remove erroneous assert
The assert was meant as an additional check to the assert in link.c:198.
The reasoning behind the assert in link.c:198 is that once you've
obtained a write lock on a vmnt, you can't get an additional read lock
on the same vmnt. However, that does not always hold for the assert in
path.c:281 where the situation could be that you've obtained a read lock
and managed to get another read lock (this is possible). In other words,
the assert in path.c:281 is not the right place to check for that
situation.
2012-02-20 09:17:42 +00:00
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
bin Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
commands better cpp 2012-02-17 23:53:44 +01:00
common Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
dist/bzip2 import NetBSD bzip2 and libbz2 2011-11-18 11:11:04 +01:00
docs Added UPDATING note about newer clang required. 2012-02-14 16:42:58 +01:00
drivers portugese keymap 2012-02-18 02:05:04 +01:00
etc pkgin_cd clarification in motd 2012-02-18 01:17:32 +01:00
external/public-domain/xz gzip boot modules. 2012-02-17 12:32:35 +00:00
include Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
kernel kernel/utility.c: fix implicit decl warnings 2012-02-17 15:30:03 +01:00
lib gzip boot modules. 2012-02-17 12:32:35 +00:00
libexec Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
man install library manpages 2012-02-16 01:48:46 +00:00
sbin Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
servers VFS: remove erroneous assert 2012-02-20 09:17:42 +00:00
share Remove obsolete INSTALLFLAGS from makefiles 2012-02-16 23:26:38 +01:00
sys Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
test test set: remove GCC specificity 2012-02-17 17:22:37 +00:00
tools x11 on cd needs perl, drop groff for space 2012-02-17 23:53:44 +01:00
usr.bin gzip boot modules. 2012-02-17 12:32:35 +00:00
usr.sbin user(8): remove output file from source 2012-02-14 15:49:04 +01:00
.gitignore Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00