summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mount_nwfs
Commit message (Collapse)AuthorAgeFilesLines
* mount_nwfs(8): make WARNS=6 cleanuqs2010-03-042-8/+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
|
* Expand *n't contractions.ru2005-02-131-2/+2
|
* Sort sections.ru2005-01-181-2/+2
|
* style.Makefile(5):johan2004-02-231-1/+1
| | | | Use WARNS?= instead of WARNS=.
* Make this 64 bit clean. Use size_t for sysctl() length pointer args.peter2003-07-251-1/+2
|
* Correct paths to mount sources.gordon2003-07-021-1/+1
|
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-2/+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.
* The .Nm utilitycharnier2002-07-061-1/+1
|
* mdoc(7) police: nits.ru2002-05-291-4/+4
|
* more file system > filesystemtrhodes2002-05-161-2/+2
|
* Add character translation table between Unix and NetWare accordingbp2002-04-201-9/+9
| | | | | | | to Sweden standards. Submitted by: Roger Olofsson <roger.olofsson@kommun.engelholm.se> MFC after: 1 week
* Default to WARNS=2.obrien2001-12-041-0/+2
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+3
|
* Remove whitespace at EOL.dd2001-07-151-15/+15
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* - 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
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-3/+4
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-7/+10
|
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* Pass timezone information to an nwfs mount.bp2000-04-051-3/+21
|
* Use the same order in DPADD as in LDADD so that `make checkdpadd' doesn'tbde2000-03-271-4/+3
| | | | | | | report an error for it. Fixed some style bugs (the usual ones for DPADD and LDADD, and misformatting).
* Replace abuse of a literal block display with a more appropriatesheldonh2000-03-021-20/+24
| | | | | | tag list. Apologies to translators for mixing in a few language clean-ups.
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-13/+26
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Fix various man pages to stop abusing the .Bx macro to generatempp2000-01-231-2/+2
| | | | | the strings "FreeBSD" and "NetBSD". Use the .Fx or .Nx macro instead.
* More style fixes, both to code and man page.bp2000-01-152-60/+69
| | | | 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 reference to the share/examples/nwclient directory.bp1999-11-141-6/+7
|
* Some spelling/grammar fixes.mpp1999-10-301-3/+3
|
* Add mount_nwfs program. Now -current can mount NetWare volumes.bp1999-10-153-0/+578
OpenPOWER on IntegriCloud