christos
54705baa2e
wrong variable name.
2005-09-12 16:54:35 +00:00
christos
c7d2653a66
use nanotime().
2005-09-12 16:44:29 +00:00
christos
370f05b81d
don't play with ctime directly anymore.
2005-09-12 16:43:38 +00:00
christos
1114655b16
Fix the CHANGE part too.
2005-09-12 16:42:09 +00:00
christos
ce573378a6
propagate itime changes from the other filesystems.
2005-09-12 16:37:13 +00:00
bouyer
241368ab96
Check that m_copyback() didn't fail. Pointed out by YAMAMOTO Takashi.
2005-09-12 16:30:46 +00:00
christos
a12024da06
Use nanotime() to update the time fields in filesystems. Convert the code
...
from macros to real functions. Original patch and review from chuq.
Note: ext2fs only keeps seconds in the on-disk inode, and msdosfs does not
have enough precision for all fields, so this is not very useful for those
two.
2005-09-12 16:24:41 +00:00
tsarna
cd41b5d099
add _rwhod user (and group)
2005-09-12 16:21:56 +00:00
christos
291ee3d215
Introduced nanotime() which is going to be used by some fs code yet to
...
be committed. This should really be an MD routine and microtime should
be implemented from it, not the opposite (which is what we have now).
2005-09-12 16:21:31 +00:00
christos
e64d9da627
Rewrite a macro in order to eliminate an unused global variable (Liam Foy)
2005-09-12 16:16:23 +00:00
tsarna
04414a373b
Add -u option: rwhod will drop privledges and become the given user.
...
reviewed by jwise
2005-09-12 16:13:13 +00:00
rpaulo
ffd7544c80
Add missing '$' in __RCSID().
2005-09-12 16:10:11 +00:00
rpaulo
f2b738e568
In ufs_extattr_start(), unlock uepm_lock when bailing out.
...
Ok'd Jason Thorpe.
2005-09-12 16:09:06 +00:00
lukem
d50a2d0385
Reorganize items so that they're in alphabetical order except that
...
"obsolete" is moved to the end.
Clean up some comments.
2005-09-12 15:48:29 +00:00
christos
f9e066d346
Prettier /etc/fstab generation (from Liam Foy)
2005-09-12 15:47:09 +00:00
christos
c9d876ed6c
Warn if the group being removed is still the primary group of an existing
...
user. From Liam Foy.
2005-09-12 15:45:03 +00:00
lukem
d4b0741135
not all items can be fixed automatically
2005-09-12 15:42:12 +00:00
tsutsui
a369ae7ab2
Add esiop at pci, which just works.
2005-09-12 15:36:19 +00:00
yamt
55dd3a28d4
remove no longer used macros.
2005-09-12 12:41:06 +00:00
yamt
8dcf8ba6e2
xennet_start: don't allocate cluster mbufs unless needed.
2005-09-12 12:40:43 +00:00
macallan
fc1aa8099e
add a blank line before case WSDISPLAYIO_LINEBYTES
2005-09-12 12:07:47 +00:00
macallan
0841377bbd
add ioctl(WSDISPLAYIO_LINEBYTES) - needed by XFree's wsfb
2005-09-12 11:02:21 +00:00
jmmv
7164c6807f
Remove tmpfs from here, as it doesn't have a Makefile (dunno if it is
...
needed, yet). Pointed out by FUKAUMI Naoki in private mail.
2005-09-12 09:11:20 +00:00
wiz
5ae9d694d4
Add adt7467c.4.
2005-09-12 08:16:29 +00:00
macallan
dc24724129
man page for the adt7467c driver
2005-09-12 03:19:50 +00:00
wiz
a76a5aebb5
Fix typo. From YOMURA Masanori in private mail.
2005-09-11 23:50:46 +00:00
wiz
a464698404
Argument is regular_file, not "regular file". From YOMURA Masanori in private mail.
2005-09-11 23:49:58 +00:00
xtraeme
db1dafba87
Fix from OpenBSD:
...
rev 1.56:
Don't initialize the card (and start an autonegotiation!) every time
the IP address changes. Makes 'dhclient sk0' invocations way faster
and more consistant. i.e. one DHCPREQUEST elicts the DHCPACK.
Fix from FreeBSD:
rev 1.109:
Solve "No PHY found" problem for more Yukon Lite variants.
These changes fixed the problem on my sk(4) trying to get an IP
via dhclient(8).
2005-09-11 23:49:39 +00:00
wiz
edd2c20bae
Comment out /usr/share/examples/usermgmt -- dir does not exist. Fix macro typo.
...
From YOMURA Masanori in private mail.
2005-09-11 23:49:20 +00:00
wiz
18b59e97b5
Fix -m description position. From YOMURA Masanori in private mail.
2005-09-11 23:46:39 +00:00
wiz
b94cb50cae
Fix argument name, and move Pp where it belongs. From YOMURA Masanori in private mail.
2005-09-11 23:45:04 +00:00
wiz
6da17cb070
Whitespace fixes. From YOMURA Masanori in private mail.
...
While here, fix one Op argument.
2005-09-11 23:43:27 +00:00
wiz
837c877807
Sync usage with manpage.
2005-09-11 23:40:54 +00:00
wiz
3eabd35dba
Use .Fl. From YOMURA Masanori in private mail.
...
While here, sort options.
2005-09-11 23:40:43 +00:00
wiz
d57174cb26
Remove useless lines. From YOMURA Masanori in private mail.
...
While here, remove outdated comment.
2005-09-11 23:38:35 +00:00
wiz
667d70cb77
Argument is address_family, not "address family". From YOMURA Masanori in private mail.
2005-09-11 23:37:14 +00:00
wiz
e35607e772
Argument is read-blocksize, not "read blocksize". From YOMURA Masanori in private mail.
2005-09-11 23:36:55 +00:00
wiz
e1ee35d138
portmap is dead, refer to rpcbind instead. From YOMURA Masanori in private mail.
2005-09-11 23:36:19 +00:00
wiz
141be58d15
Mention that this man page is obsolete and will die.
2005-09-11 23:35:17 +00:00
wiz
7e05179fed
Remove duplicate MAKE_ENV description. From YOMURA Masanori in private mail.
2005-09-11 23:33:22 +00:00
wiz
2a27f58d26
genassym.sh(8) -> genassym(1). From YOMURA Masanori in private mail.
2005-09-11 23:32:48 +00:00
wiz
0768214245
Remove duplicate line. From YOMURA Masanori in private mail.
2005-09-11 23:31:46 +00:00
wiz
5dba10faf8
Drop useless comma. From YOMURA Masanori in private mail.
2005-09-11 23:30:49 +00:00
wiz
aa81fc094a
Use better section header. From YOMURA Masanori in private mail.
2005-09-11 23:30:20 +00:00
wiz
a56a69295c
Remove unneeded macro default arguments. From YOMURA Masanori in private mail.
2005-09-11 23:29:44 +00:00
wiz
013b8f4ef7
Use .Nm instead of the verbose program name. From YOMURA Masanori in private mail.
2005-09-11 23:28:55 +00:00
wiz
17d58c1431
Argument is address_family, not "address family". From YOMURA Masanori in private mail.
2005-09-11 23:26:35 +00:00
wiz
2e504179eb
Mark up authors with .An. From YOMURA Masanori in private mail.
2005-09-11 23:26:14 +00:00
wiz
30fa9d9a04
Mark up authors with .An. From YOMURA Masanori in private mail.
...
While here, replace Xrefs to itself with .Nm.
2005-09-11 23:25:32 +00:00
wiz
3c0c4bb078
Fix typos in file names. From YOMURA Masanori in private mail.
2005-09-11 23:23:56 +00:00