| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
| |
maintaining order, were the references ordered already.
PR: reminded by 19647
Submitted by: reminded by Jens Schweikhardt <schweik@noc.dfn.de>
Notes:
svn path=/head/; revision=63021
|
|
|
|
|
|
|
| |
thorough an MP setup with only a single link.
Notes:
svn path=/head/; revision=63020
|
|
|
|
|
|
|
|
|
| |
forgotten due to minimal sleep. Thanks!
Submitted by: sheldonh
Notes:
svn path=/head/; revision=63019
|
|
|
|
|
|
|
|
|
| |
-r and -w arguments
Submitted by: sheldonh
Notes:
svn path=/head/; revision=63018
|
|
|
|
|
|
|
|
|
|
| |
around the call to fetchStat().
Catch SIGINT, and rework the signal handling so it doesn't skimp on the
cleanup after a timeout or interrupt. Also, don't just bail out after a
timeout; there may be more files to fetch.
Notes:
svn path=/head/; revision=63015
|
|
|
|
|
|
|
| |
PR: bin/19664
Notes:
svn path=/head/; revision=63014
|
|
|
|
|
|
|
| |
Update the BUGS section to reflect the HTTP rewrite.
Notes:
svn path=/head/; revision=63013
|
|
|
|
|
|
|
|
|
|
|
| |
more robust, and somewhat more efficient. It also handles authorization and
redirects properly, and supports timeouts like the FTP code.
Many thanks to Umemoto-san for his assistance with IPv6 support, both here
and in other parts of libfetch.
Notes:
svn path=/head/; revision=63012
|
|
|
|
|
|
|
| |
Pointed out by: haro@tk.kubota.co.jp (Munehiro Matsuda)
Notes:
svn path=/head/; revision=63011
|
|
|
|
|
|
|
|
|
|
| |
associated patch to XFree86 allows the X server to work with this chipset
on FreeBSD. Additional work will include porting the Linux 3D driver.
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
Notes:
svn path=/head/; revision=63010
|
|
|
|
| |
Notes:
svn path=/head/; revision=63009
|
|
|
|
|
|
|
| |
(Mental note: don't forget -rRELENG_4 next time.)
Notes:
svn path=/head/; revision=63007
|
|
|
|
|
|
|
| |
lined up
Notes:
svn path=/head/; revision=63006
|
|
|
|
|
|
|
|
|
| |
Fix a bug where the stats code would print the expected size instead of the
number of bytes received.
Fix the reading code so it'll support partial reads.
Notes:
svn path=/head/; revision=63005
|
|
|
|
|
|
|
|
|
|
|
|
| |
all have zero length. A non-zero length panic's the kernel when one
of these is deleted.
PR: 19426
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
Reviewed by: dwmalone@FreeBSD.org
Notes:
svn path=/head/; revision=63003
|
|
|
|
|
|
|
|
| |
if you reconfigure inet6 too much, the reference count can go
into negative by mistake. KAME in6.c 1.98 -> 1.99.
Notes:
svn path=/head/; revision=63001
|
|
|
|
|
|
|
|
|
|
|
|
| |
argument via optarg. This corrects a segfault when initattr is invoked
with either of these two arguments. Not sure how this got broken given
that in the original patches it was fine -- presumably a merging
mistake.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=62995
|
|
|
|
| |
Notes:
svn path=/head/; revision=62992
|
|
|
|
|
|
|
|
|
|
| |
Seems to work great in the type II cf<->pccard adapter that came with
the card. Others have reported with different chipsets for the pccard
bridge that additional support is needed to make this card work with
the 3.3 volts it needs.
Notes:
svn path=/head/; revision=62991
|
|
|
|
| |
Notes:
svn path=/head/; revision=62990
|
|
|
|
| |
Notes:
svn path=/head/; revision=62989
|
|
|
|
| |
Notes:
svn path=/head/; revision=62988
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
instead, use the bus_print_child_* functions to display the error message.
Also, since this is more of a warning than an error, hide it behind
bootverbose.
Similarly, if isa_assign_resources() fails to allocate resources to a
device, use bus_print_child_header() instead of device_printf(), and
display the resources that could not be allocated if bootverbose is true.
Approved by: msmith
Help from: mdodd
Notes:
svn path=/head/; revision=62987
|
|
|
|
| |
Notes:
svn path=/head/; revision=62986
|
|
|
|
|
|
|
| |
for vn_start_write.
Notes:
svn path=/head/; revision=62985
|
|
|
|
| |
Notes:
svn path=/head/; revision=62984
|
|
|
|
| |
Notes:
svn path=/head/; revision=62983
|
|
|
|
| |
Notes:
svn path=/head/; revision=62982
|
|
|
|
| |
Notes:
svn path=/head/; revision=62981
|
|
|
|
| |
Notes:
svn path=/head/; revision=62980
|
|
|
|
| |
Notes:
svn path=/head/; revision=62979
|
|
|
|
| |
Notes:
svn path=/head/; revision=62978
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
effect the idle timer in different ways.
Submitted by: Stefan Esser <se@freebsd.org>
With adjustments by me to document the option in the man page and to
give the same semantics for outgoing traffic as incoming.
I made the style more consistent in ip.c - this should really have
been done as a separate commit.
Notes:
svn path=/head/; revision=62977
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the gating of system calls that cause modifications to the underlying
filesystem. The gating can be enabled by any filesystem that needs
to consistently suspend operations by adding the vop_stdgetwritemount
to their set of vnops. Once gating is enabled, the function
vfs_write_suspend stops all new write operations to a filesystem,
allows any filesystem modifying system calls already in progress
to complete, then sync's the filesystem to disk and returns. The
function vfs_write_resume allows the suspended write operations to
begin again. Gating is not added by default for all filesystems as
for SMP systems it adds two extra locks to such critical kernel
paths as the write system call. Thus, gating should only be added
as needed.
Details on the use and current status of snapshots in FFS can be
found in /sys/ufs/ffs/README.snapshot so for brevity and timelyness
is not included here. Unless and until you create a snapshot file,
these changes should have no effect on your system (famous last words).
Notes:
svn path=/head/; revision=62976
|
|
|
|
|
|
|
| |
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
Notes:
svn path=/head/; revision=62975
|
|
|
|
| |
Notes:
svn path=/head/; revision=62974
|
|
|
|
|
|
|
|
|
|
| |
with splhigh(). However, the entropy-harvesting routine needs pretty
serious irq-protection, as it is called out of irq handlers etc.
Clues given by: bde
Notes:
svn path=/head/; revision=62969
|
|
|
|
|
|
|
|
|
| |
in mount.h instead of ffs_extern.h. The correct solution is to use
an indirect function pointer so that the kernel does not have to be
built with options FFS, but that will be left for another day.
Notes:
svn path=/head/; revision=62968
|
|
|
|
|
|
|
|
|
| |
structure; remind myself in the cooments. Also regroup all the Yarrow
variables at the top of the variable list; they are "special".
(no functional change).
Notes:
svn path=/head/; revision=62967
|
|
|
|
| |
Notes:
svn path=/head/; revision=62966
|
|
|
|
|
|
|
|
|
| |
Only send absolute URI if connected to a proxy, since Apache doesn't always
understand absolute URIs.
Clean up some of the debugging output.
Notes:
svn path=/head/; revision=62965
|
|
|
|
| |
Notes:
svn path=/head/; revision=62964
|
|
|
|
|
|
|
|
|
|
| |
a file. This fixes moving symlinks across partitions.
PR: 17847
Reviewed by: bde
Notes:
svn path=/head/; revision=62963
|
|
|
|
|
|
|
|
| |
is therefore unavailable. Also, IRQ13 isn't connected to the pcic chip
on most laptops.
Notes:
svn path=/head/; revision=62962
|
|
|
|
|
|
|
|
|
|
|
|
| |
o The Shining PMIDE-ASC card is also used in Road Warrior's Bullet Drive, so
add that to the comments.
o Eiger Lab's fujitsu based ethernet card: EPX-10BT (thanks to Ryan Losh for
donating the card to the cause).
o Add place holder entry for the 3Com Megahertz 3CXEM556. It doesn't work
yet, but that will change in time.
Notes:
svn path=/head/; revision=62961
|
|
|
|
|
|
|
| |
soon.
Notes:
svn path=/head/; revision=62959
|
|
|
|
|
|
|
| |
PR# 19835
Notes:
svn path=/head/; revision=62958
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I've seen some script kiddie tools out there that fake the timestamps
but don't preserve the inode number.
Note - this will cause a lot of output the first time it is run!
PR: 18947
Reviewed by: Sheldon Hearn <sheldonh@uunet.co.za>
Notes:
svn path=/head/; revision=62956
|
|
|
|
|
|
|
| |
Obtained from: [bsd-nomads:13991] reported by Akihiro IIJIMA <aki@jp.FreeBSD.org>
Notes:
svn path=/head/; revision=62955
|
|
|
|
|
|
|
| |
Forgotten by: alfred
Notes:
svn path=/head/; revision=62953
|