History log of /freebsd-9.3-release/usr.sbin/mount_nwfs/mount_nwfs.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 204710 04-Mar-2010 uqs

mount_nwfs(8): make WARNS=6 clean

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)


# 158443 11-May-2006 phk

Use sysctlbyname() instead of sysctl


# 118028 25-Jul-2003 peter

Make this 64 bit clean. Use size_t for sysctl() length pointer args.


# 101270 03-Aug-2002 mux

Now that the kernel is able to load modules itself,
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.


# 77223 26-May-2001 ru

- sys/n[tw]fs moved to sys/fs/n[tw]fs
- /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs


# 59035 05-Apr-2000 bp

Pass timezone information to an nwfs mount.


# 56036 15-Jan-2000 bp

More style fixes, both to code and man page.

Submitted by: Philippe Charnier <charnier@xp11.frmug.org>


# 55836 12-Jan-2000 bde

Unremoved used include of <sys/stat.h> (don't depend on pollution in
<sys/mount.h). Broken in: previous commit.

Removed unused include of <nwfs/nwfs.h>.


# 55596 08-Jan-2000 bp

Some code cleanup based on the ideas from submitter.

Submitted by: Philippe Charnier <charnier@xp11.frmug.org>


# 52252 15-Oct-1999 bp

Add mount_nwfs program. Now -current can mount NetWare volumes.