CVS commit: src/sbin/umount

2020-04-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 23 04:21:13 UTC 2020 Modified Files: src/sbin/umount: Makefile umount.c Log Message: make umount NAME= work To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sbin/umount/Makefile cvs rdiff -u -r1.52 -r1

CVS commit: src/sbin/umount

2016-09-11 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Sep 12 06:34:08 UTC 2016 Modified Files: src/sbin/umount: umount.8 Log Message: umount appeared in V1 http://minnie.tuhs.org/cgi-bin/utree.pl?file=V1/man/man1/umount.1 Amend HISTORY. Bump date. To generate a diff of this com

CVS commit: src/sbin/umount

2016-06-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 26 04:01:30 UTC 2016 Modified Files: src/sbin/umount: umount.c Log Message: Don't assume that getaddrinfo sets the result pointer to null when it fails. (In fact it probably doesn't...) To generate a diff of this commi

CVS commit: src/sbin/umount

2016-06-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 26 03:59:11 UTC 2016 Modified Files: src/sbin/umount: umount.8 Log Message: Document external unmount programs. PR 698. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sbin/umount/umount.8

CVS commit: src/sbin/umount

2016-06-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 26 03:51:28 UTC 2016 Modified Files: src/sbin/umount: umount.c Log Message: Fix previous to avoid using an uninitialized pointer when using -R (raw). To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sb

CVS commit: src/sbin/umount

2016-06-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 26 03:40:39 UTC 2016 Modified Files: src/sbin/umount: umount.c Log Message: If an external unmount program of the form "umount_TYPE" exists (e.g. umount_ffs, umount_nfs, etc.) exec it instead of calling unmount(2). Clos

CVS commit: src/sbin/umount

2016-06-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 26 03:05:52 UTC 2016 Modified Files: src/sbin/umount: umount.c Log Message: When SMALL, if realpath() fails, warn() using the failing path instead of the buffer realpath has declined to write anything into. To generate

CVS commit: src/sbin/umount

2015-06-27 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sat Jun 27 08:29:56 UTC 2015 Modified Files: src/sbin/umount: umount.c Log Message: Remove useless and harmful sync(2) call in umount(8) Remove sync(2) call before unmount(2) in umount(8). This sync(2) is useless since unmount(2) w

CVS commit: src/sbin/umount

2013-07-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 2 01:39:17 UTC 2013 Modified Files: src/sbin/umount: umount.c Log Message: move proto to small To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sbin/umount/umount.c Please note that diffs are not pub

CVS commit: src/sbin/umount

2013-07-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 1 15:16:33 UTC 2013 Modified Files: src/sbin/umount: Makefile umount.c Log Message: Instead of borrowing the mount code to get the nfs arguments, just use the system call directly. It is shorter and works... To genera

CVS commit: src/sbin/umount

2013-06-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 29 23:06:29 UTC 2013 Modified Files: src/sbin/umount: umount.c Log Message: one copy of the name is enough, and free it. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sbin/umount/umount.c Please no

CVS commit: src/sbin/umount

2013-06-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 29 22:53:04 UTC 2013 Modified Files: src/sbin/umount: Makefile umount.c Log Message: Use the protocol we mounted the filesystem with instead of always udp. (untested, but should fail back to udp). To generate a diff of