History log of /openbsd-src/sys/kern/vfs_init.c (Results 26 – 44 of 44)
Revision Date Author Comments
# 62146d72 29-May-2007 thib <thib@openbsd.org>

Nuke the predefined vattr, it was only used for !DIAGNOSTIC,
this shrinks the i386 RAMDISK a bit.
(Using the predefined vattr for GENERIC meant a growth of
416bytes without any measurable perfomance

Nuke the predefined vattr, it was only used for !DIAGNOSTIC,
this shrinks the i386 RAMDISK a bit.
(Using the predefined vattr for GENERIC meant a growth of
416bytes without any measurable perfomance gain).

ok krw@, art@

show more ...


# 1645391e 06-Nov-2005 pedro <pedro@openbsd.org>

Use ANSI-style function declarations, no binary change, okay jsg@


# dbe27ba0 14-May-2004 tedu <tedu@openbsd.org>

use pool for namei pathbuf. testing ok millert@ tdeval@


# 0713cdde 18-Aug-2003 tedu <tedu@openbsd.org>

spelling in comment, jonathon gray


# 152d0751 24-Jul-2003 mickey <mickey@openbsd.org>

kill some externs that are not there anymore and had left other places for a better void ages ago


# 29295d1c 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 50f7fbed 20-May-2002 mickey <mickey@openbsd.org>

make it compile w/ debugging on


# c4071fd1 14-Mar-2002 millert <millert@openbsd.org>

First round of __P removal in sys


# 7ad69040 22-Jun-2001 deraadt <deraadt@openbsd.org>

KNF


# 8b34068e 27-Sep-2000 mickey <mickey@openbsd.org>

replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations; art@ ok


# 8d2bfbe8 19-Feb-1999 art <art@openbsd.org>

use vfs_register instead of the ugly hack to build vfsconf


# 0163dc97 20-Feb-1998 niklas <niklas@openbsd.org>

Please GCC 2.8's harsher view of good style


# 07feb63c 06-Nov-1997 csapuntz <csapuntz@openbsd.org>

Updates for VFS Lite 2 + soft update.


# f6d35f95 06-Oct-1997 deraadt <deraadt@openbsd.org>

back out vfs lite2 till after 2.2


# 6e175d50 06-Oct-1997 csapuntz <csapuntz@openbsd.org>

VFS Lite2 Changes


# 6a5be22a 24-Feb-1997 niklas <niklas@openbsd.org>

OpenBSD tags


# 424b0b7b 11-Nov-1996 mickey <mickey@openbsd.org>

export vfs_opv_init*


# c37367ca 29-Feb-1996 niklas <niklas@openbsd.org>

From NetBSD: Merge with NetBSD 960217


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree


12