Commit Graph

19 Commits

Author SHA1 Message Date
mrg 9a65e5e0c5 update for reality in many places. 2015-02-19 11:20:43 +00:00
joerg e7270251ac netiso is dead. 2014-06-10 20:23:21 +00:00
jruoho e9a006b18a Also: netpgp(1). 2011-08-09 16:14:41 +00:00
jruoho f29574586c Remove few entries that clearly have been done (aio(3), ssp(3), tests(7)). 2011-08-09 16:10:10 +00:00
ad 0efea177e3 Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
2008-11-12 12:35:50 +00:00
hubertf f538be6bf5 * make clear what "window" is
* we now have a SMB filesystem
 * add link to SoC project for BSD-licensed privacy guard like gnupg or pgp
   (XXX what's the status of that???)
 * Mention kerberizing more services, with associated PR
2005-09-27 20:15:15 +00:00
jmmv 2a3e5eeb7c Apply the NFS exports list rototill patch:
- Remove all NFS related stuff from file system specific code.
- Drop the vfs_checkexp hook and generalize it in the new nfs_check_export
  function, thus removing redundancy from all file systems.
- Move all NFS export-related stuff from kern/vfs_subr.c to the new
  file sys/nfs/nfs_export.c.  The former was becoming large and its code
  is always compiled, regardless of the build options.  Using the latter,
  the code is only compiled in when NFSSERVER is enabled.  While doing this,
  also make some functions in nfs_subs.c conditional to NFSSERVER.
- Add a new command in nfssvc(2), called NFSSVC_SETEXPORTSLIST, that takes a
  path and a set of export entries.  At the moment it can only clear the
  exports list or append entries, one by one, but it is done in a way that
  allows setting the whole set of entries atomically in the future (see the
  comment in mountd_set_exports_list or in doc/TODO).
- Change mountd(8) to use the nfssvc(2) system call instead of mount(2) so
  that it becomes file system agnostic.  In fact, all this whole thing was
  done to remove a 'XXX' block from this utility!
- Change the mount*, newfs and fsck* userland utilities to not deal with NFS
  exports initialization; done internally by the kernel when initializing
  the NFS support for each file system.
- Implement an interface for VFS (called VFS hooks) so that several kernel
  subsystems can run arbitrary code upon receipt of specific VFS events.
  At the moment, this only provides support for unmount and is used to
  destroy NFS exports lists from the file systems being unmounted, though it
  has room for extension.

Thanks go to yamt@, chs@, thorpej@, wrstuden@ and others for their comments
and advice in the development of this patch.
2005-09-23 12:10:31 +00:00
agc 19642544a8 Add some suggested projects (from Christos Zoulas). 2004-11-29 09:48:03 +00:00
agc 1893680ccf Take Unix98 ptys off the To Do list (thanks, Christos!) 2004-05-27 03:46:32 +00:00
agc 8bf98da8df Mycroft has addressed the item
+ someone investigate time taken to boot

by not only investigating, but also eliminating the polling for
non-existent devices (no more 20 second waits at boot time), and also
getting rid of some unnecessary quirk tables.

Thanks, Charles!
2003-09-24 06:27:54 +00:00
simonb a409be525d Fix a tyop. 2003-09-05 14:52:26 +00:00
junyoung 28054fb9bd Add a couple of entries I have interests in.
While here, do whitespace cleanup.
2003-09-02 12:01:14 +00:00
jmmv daf538214d Add a new item (so I can remember it):
+ merge moused(8) with wsmoused(8) as a new work mode (i.e. serial)
2003-08-30 21:30:51 +00:00
agc 71aa7cb367 An autoconf'ed version of NetBSD sed has been added to bootstrap-pkgsrc -
remove the entry from the TODO list.
2003-08-18 16:52:21 +00:00
agc 94c84c33c4 add an item to the small projects list - POSIX async IO 2003-08-16 12:27:54 +00:00
agc 0dc423ec76 Add a list of smaller, suggested projects to the TODO list. The
suggested list is by no means definitive - please add to it as
desired.  If you are working on one of these projects, please put your
name beside the project so that work is not duplicated.
2003-08-15 10:10:17 +00:00
jdolecek b22732fe70 remove hp300 SCSI item - NetBSD/hp300 uses generic SCSI nowadays
remove gated item - the licence is too restrictive to ever include
it in tree, and it's in pkgsrc and the licence
2003-08-10 19:47:07 +00:00
jonb 675b5ba3f5 swept through the tree with find and grep looking for EDITOR.
Cleaned up all broken occurances found.

Did not check crypto/dist. (filenames imply these are not for exec $EDITOR)
Did not fully check sh and ksh. (lost in twisty mazes of function calls
     and finally just assumed it was good)
and did not check gnu/dist/cvs (appears ok by testing with this commit)
2002-12-05 22:47:28 +00:00
lukem cf738336cd move doc/* -> basesrc/doc/*, except for doc/MIRRORS, which is not used
anymore (we refer to http://www.netbsd.org/mirrors/ now)
2002-09-21 08:17:32 +00:00