| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=63585
|
| |
|
|
|
|
|
|
|
| |
- Note that we are up to about 3600 ports now rather than about 3000 ports.
Submitted by: kris
Notes:
svn path=/head/; revision=63583
|
| |
|
|
| |
Notes:
svn path=/head/; revision=63581
|
| |
|
|
|
|
|
|
|
| |
(http://www.isi.edu/xbone). I expect this to go away in due course.
Submitted by: Lars Eggert <larse@ISI.EDU>
Notes:
svn path=/head/; revision=63577
|
| |
|
|
|
|
|
|
|
| |
-h - to set no password. But only mark modified if the account is not
already locked (i.e. first char of crypt password field is '*').
PR: bin/19999
Notes:
svn path=/head/; revision=63572
|
| |
|
|
| |
Notes:
svn path=/head/; revision=63569
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- if the dates didn't match, fetch would append the received file to the
existing file instead of replacing it.
- if the local file was complete and up-to-date, fetch would miscalculate
the expected size and report a failure instead of a success, because it
had no way of knowing that the server was actually resending the entire
file since the requested offset was invalid.
Notes:
svn path=/head/; revision=63568
|
| |
|
|
|
|
|
|
|
| |
than requested. Instead, inform the caller of the real offset by modifying
the offset field in the original struct url, and let him decide how to handle
the situation.
Notes:
svn path=/head/; revision=63567
|
| |
|
|
| |
Notes:
svn path=/head/; revision=63564
|
| |
|
|
|
|
|
| |
Submitted by: Mike Meyer <mwm@mired.org>
Notes:
svn path=/head/; revision=63563
|
| |
|
|
|
|
|
|
| |
is used by the installation of ld-elf.so when an existing version
exists.
Notes:
svn path=/head/; revision=63560
|
| |
|
|
|
|
|
|
|
|
|
| |
* add an example of how to switch the console keyboard to a USB keyboard.
PR: 18520
Submitted by: n_hibma
Reviewed by: sheldonh
Notes:
svn path=/head/; revision=63549
|
| |
|
|
|
|
|
|
| |
Suggested by: dcs
Reviewed by: alex, dcs, sheldonh
Notes:
svn path=/head/; revision=63547
|
| |
|
|
|
|
|
| |
which no longer exists. Updating the entry accordingly.
Notes:
svn path=/head/; revision=63545
|
| |
|
|
|
|
|
| |
the one we built anyway.
Notes:
svn path=/head/; revision=63544
|
| |
|
|
|
|
|
|
|
|
|
| |
otherwise, the ng_ether.ko KLD will never be unloadable after
all Ethernet interfaces are detached, as it should be, because
of the lingering extra reference.
Submitted by: "Yevmenkin, Maksim N, CSCIO" <myevmenkin@att.com>
Notes:
svn path=/head/; revision=63543
|
| |
|
|
| |
Notes:
svn path=/head/; revision=63542
|
| |
|
|
| |
Notes:
svn path=/head/; revision=63541
|
| |
|
|
| |
Notes:
svn path=/head/; revision=63539
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
due to a paucity of IRQs. I have some reservations about this, so I'm
not going to MFC this just yet. I'm doing this to see how many
problems it causes so we can do this in 4.2. I've been seeing hangs
on my laptop from time to time, but sometimes it was not in polling
mode, other tmies it was. Don't know if this is one problem or more
than one.
Requested by: Sean O Connell
Notes:
svn path=/head/; revision=63538
|
| |
|
|
|
|
|
| |
PR: bin/20033
Notes:
svn path=/head/; revision=63537
|
| |
|
|
| |
Notes:
svn path=/head/; revision=63535
|
| |
|
|
| |
Notes:
svn path=/head/; revision=63533
|
| |
|
|
|
|
|
| |
Broken by: me
Notes:
svn path=/head/; revision=63532
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lock up under moderate to heavy load.
The status & command fields share a 32-bit longword. The programming
API of the eepro apparently requires that you update the command field
of a transmit slot that you've already given to the card. This means
the card could be updating the status field of the same longword at
the same time. Since alphas can only operate on 32-bit chunks of
memory, both the status & command fields are loaded from memory &
operated on in registers when the following line of C is executed:
sc->cbl_last->cb_command &= ~FXP_CB_COMMAND_S;
The race is caused by the card DMA'ing up the status at just the wrong
time -- after it has been loaded into a register & before it has been
written back. The old value of the status is written back, clobbering
the status the card just DMA'ed up. The fact that the card has sent
this frame is missed & the transmit engine appears to hang.
Luckily, as numerous people on the freebsd-alpha list pointed out, the
load-locked/store-conditional instructions used by the atomic
functions work with respect changes in memory due to I/O devices. We
now use them to safely update the command field.
Tested by: Bernd Walter <ticso@mail.cicely.de>
Notes:
svn path=/head/; revision=63525
|
| |
|
|
| |
Notes:
svn path=/head/; revision=63523
|
| |
|
|
| |
Notes:
svn path=/head/; revision=63520
|
| |\
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=63517
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor/ipfilter/dist/; revision=63516
|
| | |
| |
| |
| |
| |
| |
| |
| | |
PR: conf/18614
Submitted by: James Housley <jim@thehousleys.net>
Notes:
svn path=/head/; revision=63515
|
| | |
| |
| |
| |
| |
| |
| |
| | |
general terms instead. This follows a discussion with alfred,
in which it became clear that I had misunderstood sched_sync().
Notes:
svn path=/head/; revision=63511
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=63510
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=63509
|
| | |
| |
| |
| |
| |
| |
| | |
``ident'' command will expand macros.
Notes:
svn path=/head/; revision=63508
|
| | |
| |
| |
| |
| |
| |
| | |
Reviewed by: dfr
Notes:
svn path=/head/; revision=63504
|
| | |
| |
| |
| |
| |
| |
| |
| | |
PR: bin/20025
Submitted by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
Notes:
svn path=/head/; revision=63501
|
| | |
| |
| |
| |
| |
| |
| | |
Change reference from update(4) to syncer(4).
Notes:
svn path=/head/; revision=63500
|
| | |
| |
| |
| |
| |
| |
| | |
Reviewed by: peter
Notes:
svn path=/head/; revision=63499
|
| | |
| |
| |
| |
| |
| |
| | |
syncer(4) manual page.
Notes:
svn path=/head/; revision=63498
|
| | |
| |
| |
| |
| |
| |
| | |
not abble to solicit review from <freebsd-hackers>.
Notes:
svn path=/head/; revision=63497
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=63496
|
| | |
| |
| |
| |
| |
| |
| | |
device read only so we can suppot a readonly apm device.
Notes:
svn path=/head/; revision=63495
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
whitespace changes, which should not be a problem because this
is only the second revision of the file and translators are
unlikely to have gotten started yet.
Reviewed by: abial
Notes:
svn path=/head/; revision=63494
|
| | |
| |
| |
| |
| |
| |
| | |
opened for write. This should make the apm device read only safe.
Notes:
svn path=/head/; revision=63493
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
be treated as NULL.
PR: bin/19816
Submitted by: Bill Fenner <fenner@research.att.com>
Reviewed by: Atsushi Onoe <onoe@sm.sony.co.jp>
Notes:
svn path=/head/; revision=63490
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
errors that plagued those cards with XFree86 4.0. They have two memory
ranges as well as an IO port range to them. Also cleaned up the three
warning messages that I got, from inb(), outb() and linuxulator. Also, I
noticed that the DRI and Glide support for the Voodoo4 and 5 has been
placed upon linux.3dfx.com, too bad they haven't released the tech docs
yet. Apparently, they are still pushing glide for all of us, so I will try
and add support once those tech docs are up.
Notes:
svn path=/head/; revision=63488
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
binaries we just installed. This allows a future upgrade target to
install a new system without intermediate reboots and also
prevents conflicts for parallel make runs where we might exec a
binary that's being installed at the same time.
Notes:
svn path=/head/; revision=63487
|
| | |
| |
| |
| |
| |
| |
| | |
Two new commands are available; ``ident'' and ``sendident''.
Notes:
svn path=/head/; revision=63484
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. Correct FTP site for 4.0-stable snapshots and delete sentence
fragment immediately following.
[ not applicable to HEAD ]
2. Add FDDI section to table of contents (see #5 below) and add
one line of whitespace.
3. In userland section, document csh->tcsh, more->less, and
colorized ls.
4. In Ethernet section, do:
s/gigabit ethernet/Gigabit Ethernet/
s/fast ethernet/Fast Ethernet/
s/ethernet/Ethernet/
5. Pull DEC DEFPA/DEFEA *FDDI* cards out of the *Ethernet* section
and into their own second-level section.
6. Add missing period in section header in ATM section.
7. Tweak upgrading sectio with some new text, not sure if this is
much better though.
8. Add a blurb about the -stable mailing list.
[ changed to -current list in HEAD ]
PR: 20015
Submitted by: Bruce A. Mah <bmah@cisco.com>
Notes:
svn path=/head/; revision=63479
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=63474
|