| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 6790
Submitted by: nsmart <njs3@doc.ic.ac.uk>
|
| |
|
|
|
|
|
|
| |
them. By no means a comprehensive list of all the things which should
eventually go in here before 3.0-RELEASE, nor are the CAM issues
reflected here yet.
|
|
|
|
|
| |
PR: 7841
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
|
| |
|
|
|
|
|
| |
PR: 7809
Submitted by: Amakawa Shuhei <amakawa@sf.t.u-tokyo.ac.jp>
|
|
|
|
| |
Submitted by: Scott Michel <scottm@cs.ucla.edu>
|
|
|
|
| |
Requested by: bde
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
standard places ("/etc/objformat", ${OBJFORMAT}, argv) for an
indication of the user's preferred object file format. This
consolidates some code that was starting to be duplicated in more
and more places.
Use the new function in ldconfig.
Note: I don't think that gcc should use getobjformat(), even though
it could. The compiler should limit itself to functions that are
widespread, to ease porting and cross-compilation.
|
|
|
|
|
| |
than DEF_MRU, allowing our interface mtu to be decreased
despite negotiation with the peer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
transmitter is wedged. If so, try to unwedge it, process any descriptors
that might need to be free()d, then proceed.
- Disable the 'background' autonegotiation performed during bootstrap.
What happens currently is that the driver starts an autoneg session,
the sets a timeout in the ifnet structure and returns. Later, when the
timer expires, the watchdog routine calls the autoneg handler to check
the results of the session. The problem with this is that the session
may not complete until some point after we have started to mount NFS
filesystems, which can cause the mounts to fail. This is especially
troublesome if booting with an NFS rootfs: we need the interface up
and running before reaching the mountroot() code.
The default behavior now is to do the autoneg synchronously, i.e. wait
5 seconds for the autoneg to complete before exiting the driver attach
routine. People who want the old behavior can compile the driver with
XL_BACKGROUND_AUTONEG #defined. This has no effect on autoneg sessions
initiated by 'ifconfig xl0 media autoselect.'
This slows the probe down a little, but it's either that or botching
NFS mounts at bootup.
- If xl_setmode_mii() is called and there's an autoneg session in progress,
cancel it, _then_ set the modes.
|
|
|
|
| |
This is only a stop-gab solution to get atapi burner support into 3.0.
|
| |
|
|
|
|
| |
Submitted by: Robert Nordier <rnordier@nordier.com>
|
|
|
|
|
|
| |
My laptop (a CTX Cybernote) needs this. It claims to have a
PC-Card VLSI 82C146 (5 mem & 2 I/O windows)
|
| |
|
|
|
|
|
| |
It isn't for the hidden mountpoint. The static vfs's haven't been
attached then, so mp->mnt_vfc can't be valid.
|
|
|
|
|
|
|
|
|
|
|
|
| |
foreground child is running. Formerly, traps were exceuted after the
next child exit.
The enables the user to put a breaking wrapper around a blocking
application:
(trap 'echo trap ; exit 1' 2; ./pestyblocker; echo -n)
The "echo -n" after the child call is needed to prevent sh from
optimizing the trap-executing shell away. I'm working on this.
|
| |
|
| |
|
|
|
|
|
|
|
| |
library. I have to include MSDOSFS on the boot floppy anyway (so I can
read DOS floppies in a few other contexts) and since both -stable and
-current MSDOSFS handle long filenames, I'm OK on that now. Should
save about 10K of space.
|
|
|
|
|
| |
(it looked like it already to me, but the PR gives me cause to wonder).
PR: 2514
|
|
|
|
|
|
|
|
| |
o Fix bogus suffix handling.
o Tell user when an FTP url is being xferred rather than being silent.
This sort of violates "the unix way" but it stops people from whacking
^C when they think it's hung, too. Sometimes visual indication of
success is important. Doesn't spit out anything if not on a TTY.
|
| |
|
| |
|
| |
|
|
|
|
| |
are too long to affect real code
|
|
|
|
| |
the FreeBSD x11amp work (same as in -stable)
|
| |
|
| |
|
|
|
|
|
| |
PR: 3418
Noted by: pst
|
|
|
|
|
| |
PR: 7318
Submitted by: djv@bedford.net
|
|
|
|
|
|
| |
the text of the manual page.
Suggested by: bde
|
|
|
|
| |
Recommended by: jb
|
|
|
|
|
|
|
|
|
|
|
| |
the executable file, so it will work for both a.out and ELF format
files. I have split the object format specific code into separate
source files. It's cleaner than it was before, but it's still
pretty crufty.
Don't cheat on your make world for this update. A lot of things
have to be rebuilt for it to work, including the compiler and all
of the profiled libraries.
|
|
|
|
| |
GNU's, and OSF1's).
|
| |
|
|
|
|
| |
from style(9).
|
|
|
|
|
|
| |
externed in netdb.h - where all of its #define values
live. If anything requires h_errno here (nothing in
/usr/src seems to) it's almost definitely broken.
|
| |
|
|
|
|
|
|
|
| |
UNIX Specification.
As with our standard mutexes, process shared locks are not supported at
this time.
|
|
|
|
|
|
| |
"dial" floppy.
Submitted by: Eric P. Scott <eps@sirius.com>
|
| |
|
| |
|
|
|
|
|
| |
PR: conf/7366
Submitted by: Thomas David Rivers rivers@dignus.com
|
|
|
|
|
|
| |
PR: bin/7507
Reviewed by: I tested the patch
Submitted by: Stefan `Sec` Zehl sec@42.org
|
|
|
|
|
| |
PR: bin/7657
Submitted by: Dom Mitchell dom@phmit.demon.co.uk
|
|
|
|
|
|
|
| |
leftover files in /tmp. Script slightly modified from PR version
to use fewer processes.
PR: i386/7725
Submitted by: Stefan Eggers seggers@semyam.dinoco.de
|
| |
|
|
|
|
|
|
|
|
|
| |
references to them.
The change a couple of days ago to ignore these numbers in statically
configured vfsconf structs was slightly premature because the cd9660,
cfs, devfs, ext2fs, nfs vfs's still used MOUNT_* instead of the number
in their vfsconf struct.
|