summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mount_nwfs/mount_nwfs.c
Commit message (Collapse)AuthorAgeFilesLines
* mount_nwfs(8): make WARNS=6 cleanuqs2010-03-041-7/+13
| | | | | | | | uid_t and gid_t are unsigned. While initializing them to -1 and later checking against -1 to see if they are still at their default usually works, introduce two new flags and stop the inband signalling. Approved by: ed (co-mentor)
* Use sysctlbyname() instead of sysctlphk2006-05-111-4/+1
|
* Make this 64 bit clean. Use size_t for sysctl() length pointer args.peter2003-07-251-1/+2
|
* Now that the kernel is able to load modules itself,mux2002-08-031-11/+0
| | | | | | | | | | remove all the code which was trying to do so. This code was nasty in several ways, it was hiding the kernel bug where the kernel was unable to properly load a module, and it was quitting if it wasn't able to load the module. The consequence is that an ABI breakage of the vfsconf API would have broken *every* mount utility.
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-261-1/+1
| | | | - /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs
* Pass timezone information to an nwfs mount.bp2000-04-051-3/+21
|
* More style fixes, both to code and man page.bp2000-01-151-24/+18
| | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* Unremoved used include of <sys/stat.h> (don't depend on pollution inbde2000-01-121-1/+1
| | | | | | <sys/mount.h). Broken in: previous commit. Removed unused include of <nwfs/nwfs.h>.
* Some code cleanup based on the ideas from submitter.bp2000-01-081-24/+16
| | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* Add mount_nwfs program. Now -current can mount NetWare volumes.bp1999-10-151-0/+372
OpenPOWER on IntegriCloud