Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert | |
things such that code that only need a second-resolution uptime or wall time, and used to get that from time.tv_secs or mono_time.tv_secs now get this from separate time_t globals time_second and time_uptime. ok art@ niklas@ nordin@ | |||
2003-10-22 | typos from Jared Yanovich; | Jason McIntyre | |
also sync with header, and change spacing a little to prevent line breaks; | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-03-28 | Ip -> IP; | Jason McIntyre | |
ok miod@ | |||
2002-10-29 | Get rid of some commons. | Artur Grabowski | |
2002-02-10 | theo doesn't like this code | Nathan Binkert | |
2002-01-11 | Add a new sysctl that removes the requirement for reserved ports to be | Nathan Binkert | |
used by the nfs server. | |||
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski | |
machines or some configurations or in some phase of the moon (we actually don't know when or why) files disappeared. Since we've not been able to track down the problem in two weeks intense debugging and we need -current to be stable, back out everything to a state it had before UBC. We apologise for the inconvenience. | |||
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski | |
code is written mostly by Chuck Silvers <chuq@chuq.com>/<chs@netbsd.org>. Tested for the past few weeks by many developers, should be in a pretty stable state, but will require optimizations and additional cleanups. | |||
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller | |
kernel. From based on NetBSD patches. | |||
2001-08-19 | Remove some more. | Artur Grabowski | |
2001-06-25 | Remove NQNFS | Constantine Sapuntzakis | |
2000-05-22 | NFS_MAXID | Michael Shalayeff | |
2000-05-19 | oops, s/niothreads/iothreads/ in FS_NFS_NAMES | Michael Shalayeff | |
2000-05-19 | from tsarna@netbsd.org (sysctl changes to come later): | Michael Shalayeff | |
Death to nfsiod! It is replaced by kernel threads that do the same thing. The number of kernel threads used is set with the vfs.nfs.iothreads sysctl. | |||
1998-05-25 | nd_procnum should be unsigned; ovg@nusun.jinr.ru | Theo de Raadt | |
1996-12-17 | NFS attribute cache timeout mount param | dm | |
1996-06-10 | align correct for 64 bit in NWDELAYHASH | Theo de Raadt | |
1996-04-17 | Minor cleanups. Checked against Lite2. | Michael Shalayeff | |
(NetBSD's was really just a Lite2's, but w/ 64bit support) | |||
1996-03-31 | From NetBSD: NFSv3 import (tomorrow's Net's kernel) | Michael Shalayeff | |
Open's patches kept in. i'll possibly take a look at Lite2 soon, is there smth usefull ?.. | |||
1995-12-21 | from cgd; handle 64-bit pointers and longs | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |