OpenBSD CVS

CVS log for src/sys/kern/kern_acct.c


[BACK] Up to [local] / src / sys / kern

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.48 / (download) - annotate - [select for diffs], Sat Apr 13 23:44:11 2024 UTC (7 weeks ago) by jsg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

correct indentation

no functional change, found by smatch warnings
ok miod@ bluhm@

Revision 1.47 / (download) - annotate - [select for diffs], Sun Aug 14 01:58:27 2022 UTC (21 months, 2 weeks ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.46: +1 -2 lines
Diff to previous 1.46 (colored)

remove unneeded includes in sys/kern
ok mpi@ miod@

Revision 1.46 / (download) - annotate - [select for diffs], Tue Feb 22 17:22:29 2022 UTC (2 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.45: +4 -1 lines
Diff to previous 1.45 (colored)

Since other exported commandnames were increased to 24 and graduated into
proper strings, adapt struct acct's ac_comm similarily.  While here increase
ac_mem to 32-bits, increase ac_flag from 8 to 32 bits for future extensions,
add ac_pid for forensics, and reorder the structure to avoid compiler pads.
More work remains in the sa(8) command to use ac_pid better.
This is a flag day for the acct file format, new/old files/tools are incompatible.
ok bluhm millert

Revision 1.45 / (download) - annotate - [select for diffs], Mon Dec 13 16:37:37 2021 UTC (2 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

acct(4) ac_tty shouldn't need NODEV from sys/param.h (which is kernel API),
-1 is sufficient to indicate the process had no controlling tty, removing
one more sys/param.h include in our userland
ok millert

Revision 1.44 / (download) - annotate - [select for diffs], Fri Jan 29 00:31:41 2021 UTC (3 years, 4 months ago) by rob
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.43: +2 -3 lines
Diff to previous 1.43 (colored)

Whitespace.

Revision 1.43 / (download) - annotate - [select for diffs], Sun Jul 26 13:27:24 2020 UTC (3 years, 10 months ago) by rob
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

Reference unveil(2) in system accounting and daily.8.
Reminder that unveil does not kill from brynet and gsoares.
Wording tweaks from jmc; feedback from deraadt.

ok jmc@, millert@, solene@, "fine with me" deraadt@

Revision 1.42 / (download) - annotate - [select for diffs], Tue Oct 22 21:19:22 2019 UTC (4 years, 7 months ago) by cheloha
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.41: +8 -6 lines
Diff to previous 1.41 (colored)

struct proc: change ps_start from utc time to uptime

Allows us to determine how long a process has been running, even if the
UTC clock jumps.

With help from bluhm@ and millert@, who squashed several bugs.

ok bluhm@ millert@

Revision 1.41 / (download) - annotate - [select for diffs], Sun Oct 6 16:24:14 2019 UTC (4 years, 7 months ago) by beck
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags.

sweep tree to correct NDIINT op and flags ahead of time. document
the requirement. This allows KERNELPATH to be used to bypass
unveil for crash dumps with nosuidcoredump=2 or 3

ok visa@ deraadt@ florian@

Revision 1.40 / (download) - annotate - [select for diffs], Thu Aug 15 07:29:21 2019 UTC (4 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.39: +35 -9 lines
Diff to previous 1.39 (colored)

Serialize access to the vnode pointers associated with acct(2) system
accounting. Prevents a race where the acct thread and the acct(2)
syscall both tries to close a vnode.

ok visa@

Reported-by: syzbot+bf2ac4d4fa9ee92903b8@syzkaller.appspotmail.com

Revision 1.39 / (download) - annotate - [select for diffs], Wed Jul 3 22:39:33 2019 UTC (4 years, 11 months ago) by cheloha
Branch: MAIN
Changes since 1.38: +3 -3 lines
Diff to previous 1.38 (colored)

Add tsleep_nsec(9), msleep_nsec(9), and rwsleep_nsec(9).

Equivalent to their unsuffixed counterparts except that (a) they take
a timeout in terms of nanoseconds, and (b) INFSLP, aka UINT64_MAX (not
zero) indicates that a timeout should not be set.

For now, zero nanoseconds is not a strictly valid invocation: we log a
warning on DIAGNOSTIC kernels if we see such a call.  We still sleep
until the next tick in such a case, however.  In the future this could
become some sort of poll... TBD.

To facilitate conversions to these interfaces: add inline conversion
functions to sys/time.h for turning your timeout into nanoseconds.

Also do a few easy conversions for warmup and to demonstrate how
further conversions should be done.

Lots of input from mpi@ and ratchov@.  Additional input from tedu@,
deraadt@, mortimer@, millert@, and claudio@.

Partly inspired by FreeBSD r247787.

positive feedback from deraadt@, ok mpi@

Revision 1.38 / (download) - annotate - [select for diffs], Sat Jun 1 14:11:17 2019 UTC (5 years ago) by mpi
Branch: MAIN
Changes since 1.37: +1 -3 lines
Diff to previous 1.37 (colored)

Revert to using the SCHED_LOCK() to protect time accounting.

It currently creates a lock ordering problem because SCHED_LOCK() is taken
by hardclock().  That means the "priorities" of a thread should be moved
out of the SCHED_LOCK() first in order to make progress.

Reported-by: syzbot+8e4863b3dde88eb706dc@syzkaller.appspotmail.com
via anton@ as well as by kettenis@

Revision 1.37 / (download) - annotate - [select for diffs], Fri May 31 19:51:09 2019 UTC (5 years ago) by mpi
Branch: MAIN
Changes since 1.36: +3 -1 lines
Diff to previous 1.36 (colored)

Use a per-process mutex to protect time accounting instead of SCHED_LOCK().

Note that hardclock(9) still increments p_{u,s,i}ticks without holding a
lock.

ok visa@, cheloha@

Revision 1.36 / (download) - annotate - [select for diffs], Sat Apr 28 03:13:04 2018 UTC (6 years, 1 month ago) by visa
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always
curproc that does the locking or unlocking, so the proc parameter
is pointless and can be dropped.

OK mpi@, deraadt@

Revision 1.35 / (download) - annotate - [select for diffs], Mon Feb 19 08:59:52 2018 UTC (6 years, 3 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

Remove almost unused `flags' argument of suser().

The account flag `ASU' will no longer be set but that makes suser()
mpsafe since it no longer mess with a per-process field.

No objection from millert@, ok tedu@, bluhm@

Revision 1.34 / (download) - annotate - [select for diffs], Sat Dec 30 23:08:29 2017 UTC (6 years, 5 months ago) by guenther
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Don't pull in <sys/file.h> just to get fcntl.h

ok deraadt@ krw@

Revision 1.33 / (download) - annotate - [select for diffs], Sat Jan 21 05:42:03 2017 UTC (7 years, 4 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

p_comm is the process's command and isn't per thread, so move it from
struct proc to struct process.

ok deraadt@ kettenis@

Revision 1.32 / (download) - annotate - [select for diffs], Sat Mar 19 12:04:15 2016 UTC (8 years, 2 months ago) by natano
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Remove the unused flags argument from VOP_UNLOCK().

torture tested on amd64, i386 and macppc
ok beck mpi stefan
"the change looks right" deraadt

Revision 1.31 / (download) - annotate - [select for diffs], Mon Mar 14 23:08:06 2016 UTC (8 years, 2 months ago) by krw
Branch: MAIN
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored)

Change a bunch of (<blah> *)0 to NULL.

ok beck@ deraadt@

Revision 1.30 / (download) - annotate - [select for diffs], Sat Dec 5 10:11:53 2015 UTC (8 years, 5 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.29: +1 -2 lines
Diff to previous 1.29 (colored)

remove stale lint annotations

Revision 1.29 / (download) - annotate - [select for diffs], Wed Dec 10 02:44:46 2014 UTC (9 years, 5 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

convert bcopy to memcpy. ok millert

Revision 1.28 / (download) - annotate - [select for diffs], Sun Mar 30 21:54:48 2014 UTC (10 years, 2 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

Eliminates struct pcred by moving the real and saved ugids into
struct ucred; struct process then directly links to the ucred

Based on a discussion at c2k10 or so before noting that FreeBSD and
NetBSD did this too.

ok matthew@

Revision 1.27 / (download) - annotate - [select for diffs], Mon Jun 3 16:55:22 2013 UTC (11 years ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.26: +12 -12 lines
Diff to previous 1.26 (colored)

Convert some internal APIs to use timespecs instead of timevals

ok matthew@ deraadt@

Revision 1.26 / (download) - annotate - [select for diffs], Sun Jul 8 17:14:39 2012 UTC (11 years, 10 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.25: +3 -18 lines
Diff to previous 1.25 (colored)

Use IO_NOLIMIT instead of munging the process's limits

ok beck@

Revision 1.25 / (download) - annotate - [select for diffs], Thu Apr 12 10:11:41 2012 UTC (12 years, 1 month ago) by mikeb
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

move accounting flags to struct process; idea and ok guenther

Revision 1.24 / (download) - annotate - [select for diffs], Fri Mar 23 15:51:26 2012 UTC (12 years, 2 months ago) by guenther
Branch: MAIN
Changes since 1.23: +14 -13 lines
Diff to previous 1.23 (colored)

Make rusage totals, itimers, and profile settings per-process instead
of per-rthread.  Handling of per-thread tick and runtime counters
inspired by how FreeBSD does it.

ok kettenis@

Revision 1.23 / (download) - annotate - [select for diffs], Mon Jul 26 01:56:27 2010 UTC (13 years, 10 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.22: +4 -3 lines
Diff to previous 1.22 (colored)

Correct the links between threads, processes, pgrps, and sessions,
so that the process-level stuff is to/from struct process and not
struct proc.  This fixes a bunch of problem cases in rthreads.
Based on earlier work by blambert and myself, but mostly written
at c2k10.

Tested by many: deraadt, sthen, krw, ray, and in snapshots

Revision 1.22 / (download) - annotate - [select for diffs], Thu Jan 14 23:12:11 2010 UTC (14 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

fix typos in comments, no code changes;
from Brad Tilley <brad at 16systems dot com>;
ok oga@

Revision 1.21 / (download) - annotate - [select for diffs], Thu Apr 12 22:14:15 2007 UTC (17 years, 1 month ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.20: +6 -6 lines
Diff to previous 1.20 (colored)

move p_limit and p_cred into struct process
leave macros behind for now to keep the commit small
ok art beck miod pedro

Revision 1.20 / (download) - annotate - [select for diffs], Tue Jan 16 17:52:18 2007 UTC (17 years, 4 months ago) by thib
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (colored)

Retire VOP_LEASE(); It was a bit for NQNFS and has
effectively been a no-op for quite some time now,
without promise for future usage.

ok pedro@
Testing by krw@ (earlier diff)
and Johan Mson Lindman (tybollt@solace.miun.se)

Revision 1.19 / (download) - annotate - [select for diffs], Tue Nov 14 18:00:27 2006 UTC (17 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

grammar, spelling, and style fixes from bret lambert;
kern_descrip.c change ok deraadt

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jan 5 03:18:46 2006 UTC (18 years, 5 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.17: +6 -5 lines
Diff to previous 1.17 (colored)

if a kthread fails to call kthread_exit() but instead returns,
bad things happen.  fix acct thread.  from art

Revision 1.17 / (download) - annotate - [select for diffs], Mon Nov 28 00:14:28 2005 UTC (18 years, 6 months ago) by jsg
Branch: MAIN
Changes since 1.16: +2 -5 lines
Diff to previous 1.16 (colored)

ansi/deregister.
'go for it' deraadt@

Revision 1.16 / (download) - annotate - [select for diffs], Sat May 28 07:30:25 2005 UTC (19 years ago) by marius
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.15: +7 -4 lines
Diff to previous 1.15 (colored)

have vn_close() lock the vnode before calling VOP_CLOSE().

fix the acct_*() code so that we always have a proc to lock on.

ok pedro@

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jun 24 19:35:24 2004 UTC (19 years, 11 months ago) by tholo
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.14: +4 -5 lines
Diff to previous 1.14 (colored)

This moves access to wall and uptime variables in MI code,
encapsulating all such access into wall-defined functions
that makes sure locking is done as needed.

It also cleans up some uses of wall time vs. uptime some
places, but there is sure to be more of these needed as
well, particularily in MD code.  Also, many current calls
to microtime() should probably be changed to getmicrotime(),
or to the {,get}microuptime() versions.

ok art@ deraadt@ aaron@ matthieu@ beck@ sturm@ millert@ others
"Oh, that is not your problem!" from miod@

Revision 1.7.8.6 / (download) - annotate - [select for diffs], Sat Jun 5 23:13:01 2004 UTC (20 years ago) by niklas
Branch: SMP
Changes since 1.7.8.5: +12 -0 lines
Diff to previous 1.7.8.5 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)

Merge with the trunk

Revision 1.14 / (download) - annotate - [select for diffs], Thu May 27 08:25:53 2004 UTC (20 years ago) by tedu
Branch: MAIN
CVS Tags: SMP_SYNC_B, SMP_SYNC_A
Changes since 1.13: +13 -1 lines
Diff to previous 1.13 (colored)

shutdown accounting before shutting down vfs.  should prevent some panics.
ok david@ millert@ (iirc)

Revision 1.7.8.5 / (download) - annotate - [select for diffs], Thu Feb 19 10:56:37 2004 UTC (20 years, 3 months ago) by niklas
Branch: SMP
Changes since 1.7.8.4: +3 -3 lines
Diff to previous 1.7.8.4 (colored) to branchpoint 1.7 (colored)

Merge of current from two weeks agointo the SMP branch

Revision 1.13 / (download) - annotate - [select for diffs], Mon Sep 1 18:06:03 2003 UTC (20 years, 9 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

match syscallargs comments with reality
from Patrick Latifi <patrick.l@hermes.usherb.ca>
ok jason@ tedu@

Revision 1.12 / (download) - annotate - [select for diffs], Fri Aug 15 20:32:18 2003 UTC (20 years, 9 months ago) by tedu
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

change arguments to suser.  suser now takes the process, and a flags
argument.  old cred only calls user suser_ucred.  this will allow future
work to more flexibly implement the idea of a root process.  looks like
something i saw in freebsd, but a little different.
use of suser_ucred vs suser in file system code should be looked at again,
for the moment semantics remain unchanged.
review and input from art@  testing and further review miod@

Revision 1.7.8.4 / (download) - annotate - [select for diffs], Sat Jun 7 11:03:40 2003 UTC (21 years ago) by ho
Branch: SMP
Changes since 1.7.8.3: +2 -6 lines
Diff to previous 1.7.8.3 (colored) to branchpoint 1.7 (colored)

Sync SMP branch to -current

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jun 2 23:28:05 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.10: +2 -6 lines
Diff to previous 1.10 (colored)

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

Revision 1.7.8.3 / (download) - annotate - [select for diffs], Tue Nov 13 23:04:23 2001 UTC (22 years, 6 months ago) by niklas
Branch: SMP
Changes since 1.7.8.2: +62 -50 lines
Diff to previous 1.7.8.2 (colored) to branchpoint 1.7 (colored)

merge in -current

Revision 1.10 / (download) - annotate - [select for diffs], Fri Nov 2 21:42:15 2001 UTC (22 years, 7 months ago) by art
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_SYNC_A, UBC_BASE, UBC, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.9: +62 -50 lines
Diff to previous 1.9 (colored)

Move the accounting disk space watcher into a kernel thread.
Since we do filesystem operations, we need process context.

This should fix accounting on nfs.

Revision 1.7.8.2 / (download) - annotate - [select for diffs], Mon May 14 22:32:39 2001 UTC (23 years ago) by niklas
Branch: SMP
Changes since 1.7.8.1: +22 -3 lines
Diff to previous 1.7.8.1 (colored) to branchpoint 1.7 (colored)

merge in approximately 2.9 into SMP branch

Revision 1.9 / (download) - annotate - [select for diffs], Fri May 5 08:38:23 2000 UTC (24 years, 1 month ago) by art
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.8: +22 -3 lines
Diff to previous 1.8 (colored)

Don't set filesize limit to infinity on exit.
This is only needed in accounting and has to be done carefully because
the limit structures are shared between processes.

Found by Denis A. Doroshenko, analysed by Hannah Schroeter.

Revision 1.7.8.1 / (download) - annotate - [select for diffs], Fri Mar 24 09:09:23 2000 UTC (24 years, 2 months ago) by niklas
Branch: SMP
Changes since 1.7: +11 -6 lines
Diff to previous 1.7 (colored)

Sync with -current

Revision 1.8 / (download) - annotate - [select for diffs], Thu Mar 23 11:26:28 2000 UTC (24 years, 2 months ago) by art
Branch: MAIN
Changes since 1.7: +11 -6 lines
Diff to previous 1.7 (colored)

convert to new timeouts.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jul 28 00:13:00 1998 UTC (25 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: kame_19991208, SMP_BASE, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Branch point for: SMP
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored)

Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t) and don't return EINVAL if it is < 0 in sys_{read,write}.  Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC.  vn_rdwr() must now take a size_t * as its 9th argument so change that and clean up uses of vn_rdwr().  Fixes 549 + more

Revision 1.6 / (download) - annotate - [select for diffs], Sun May 17 10:47:35 1998 UTC (26 years ago) by deraadt
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

for acct(), vn_open() with O_APPEND flag so that append-only files work;
problem pointed out by andrew@untraceable.net

Revision 1.5 / (download) - annotate - [select for diffs], Thu Nov 6 05:58:15 1997 UTC (26 years, 7 months ago) by csapuntz
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Updates for VFS Lite 2 + soft update.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 6 20:19:50 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

back out vfs lite2 till after 2.2

Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 6 15:12:14 1997 UTC (26 years, 8 months ago) by csapuntz
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

VFS Lite2 Changes

Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 3 17:19:40 1996 UTC (28 years, 3 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +4 -3 lines
Diff to previous 1.1 (colored)

From NetBSD: 960217 merge

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:52:43 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:52:43 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.