| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Document aliases for the flags.
The formatting of the section describing the flags is poor.
|
|
|
|
|
|
| |
Update some macro names in comments.
Don't use MNT_WAIT for something not related to mounting.
|
|
|
|
|
|
|
|
| |
timestamps for an atomic operation such as rename() on a local file
system to be identical.
Uniformize yet another idempotency ifdef. The comment nesting was
bogus.
|
|
|
|
|
|
| |
Embalm. Rewrite to do things much the same as gcc-2: use fistpq for speed
and elegance, and mishandle overflow consistently. __fixunsdfsi() is no
longer called by gcc.
|
|
|
|
| |
Remove unnecessary .text statement.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of attributes so that `cp -p' to an msdos file system can succeed under
favourable circumstances (no uid or gid changes and no nonzero flags
except SF_ARCHIVED).
msdosfs_vnops.c:
The in-core inode flags were confused with the on-disk inode flags, so
chflags() clobbered the lock flag and caused a panic.
denode.h, msdosfs_denode.c, msdosfs_vnops.c:
Support the msdosfs archive attibute (ATTR_ARCHIVE) by mapping it to
the complement of the SF_ARCHIVED flag and setting the ATTR_ARCHIVE
bit when a file's modification time is set (but not when a file's
permissions are set; this is the standard wrong DOS behaviour).
denode.h, msdosfs_denode.c:
Remove the DE_UPDAT() macro. It was only used once, and the corresponding
macro in ufs has already been removed.
denode.h:
Don't change the timestamp for directories in DE_TIMES() (be consistent
with deupdat()).
msdosfs_vnops.c:
Handle chown() better: return EPERM instead of EINVAL if there are
insufficient permissions; otherwise, allow null changes.
|
|
|
|
| |
Submitted by: Bruce Evans
|
|
|
|
|
|
|
|
|
|
| |
to be padded to 8 chars. Simply make sure that never more than 8 chars
are printed ( %-.8s ). The former commit otherwise hosed the width
calculation and landed on different positions for the time output.
Also the strlen(xx_out_line) hoses the wide
calculation, so that it sometimes make it much larger than necessary.
Simply use always 8 chars for the out_line calculation now. Looks good
this way.
|
|
|
|
| |
we have the link cc to gcc.
|
|
|
|
|
| |
Sorry, lost the name and mail of the original author. The whole patch
is ifdefed, so it should not disturb someone else in the moment.
|
| |
|
|
|
|
|
| |
but with a %-8.8s instead. this prevents funny output, if the out_line
contains a long hostname that is larger than 8 chars.
|
|
|
|
|
| |
Convert "" to "." for "cd" and "cd ''". chdir("") is required to fail
on POSIX systems.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix several bugs involving the obsolescent -d and -t options:
-d 0 and -t 0 were ignored
-t -600 was a usage error
-d 'atoi is not suitable for parsing args' and -t duh were not usage errors
Change some error messages to say which call to settimeofday failed.
Restore casts of NULL in function calls.
Finish conversion to using err() instead of perror().
|
| |
|
| |
|
|
|
|
|
|
| |
by the lkm driver, so put scd and pcd to the numbers they have now
in i386/conf.c.
Add the pcd.c file for the panasonic driver in files.i386.
|
| |
|
|
|
|
|
|
| |
The documentation for mrand48 and lrand48 is mixed up.
mrand48 returns a full 32 bit number, while lrand48 only returns
31 bits.
|
|
|
|
| |
drives :-).
|
|
|
|
|
| |
Adjust for newer model for all non-LUxxx too.
FLAGS status register names cleanup
|
|
|
|
| |
dk_time.
|
| |
|
| |
|
|
|
|
|
|
|
| |
for wd (they both count the number of sectors). The wpms stat is still
moderately bogus for all drivers. Even the count stat could be handled
better (partial blocks should be counted as full blocks; should errors
and retries be counted?).
|
|
|
|
| |
words in dkstat-speak. `ms's are seconds in dkstat-speak...
|
|
|
|
|
|
|
| |
Fix single-stepping of emulated FPU instructions.
Don't panic if an FPU instruction is attempted but there is no FPU
and no FPU emulator is configured.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
v1.9.0 - December 22, 1994. The program won't exit from the interactive shell
if it's working from a tty. For example, it won't exit if you do an mget
on a pattern that won't match anything. Added padding around jmp_buf's
for SunOS. SunOS needs sigjmp_buf's, but plenty of OS's don't support
sigjmp_buf's yet. Fixed the tips to reflect the new archive site.
v1.8.9 - December 20, 1994. Can now set "passive" user variable, or use
passive command to toggle PASV/PORT ftp. Debug mode now prints remote
responses. Can now get around buggy FTP servers like boombox.micro.umn.edu,
that give back invalid port numbers to PASV.
v1.8.8 - December 19, 1994. Now falls back to port FTP if passive FTP fails.
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
architectures.
Obtained from: NetBSD
|
| |
| |
| |
| | |
Submitted by: Peter Dufault <dufault@hda.com>
|
| |
| |
| |
| |
| | |
truncate archive members to 15 characters since it's no longer
necessary.
|
| |
| |
| |
| | |
Submitted by: John Dyson
|
| |
| |
| |
| |
| |
| | |
code.
Obtained from: NetBSD
|
| |
| |
| |
| |
| |
| | |
messages.
Obtained from: NetBSD
|
| |
| |
| |
| |
| |
| |
| | |
used in conjustion with the new shlib 'ld' source. Note, if you use
the new features both gas and ld must be updated.
Obtained from: NetBSD
|
| |
| |
| |
| | |
Obtained from: NetBSD
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
warning handling and allows for link-time warnings with a modified
version of gas.
Note: Not all of the newer bits were updated such as some of the non-x86
machine-dependant code is relevant to FreeBSD right now.
Obtained from: NetBSD
|
| | |
|
| |
| |
| |
| |
| |
| | |
change list walk so that it doesn't get stuck in an infinite loop.
Submitted by: John Dyson
|
| |
| |
| |
| | |
trypbuf. Move a couple of splbio's to be slightly less conservative.
|
| |
| |
| |
| | |
corruption..
|
| |
| |
| |
| |
| | |
you to specify your tape drive device for the cases when the user
has more than one.
|
| | |
|
| | |
|