Commit Graph

119422 Commits

Author SHA1 Message Date
cperciva
f2efa205b9 MFC usr.sbin/portsnap/phttpget/phttpget.c rev 1.10,
usr.sbin/portsnap/portsnap/portsnap.8 revs 1.8-1.9,
    usr.sbin/portsnap/portsnap/portsnap.sh revs 1.16-1.24:

* Allow "HTTP_PROXY" to be (mis)spelled "http_proxy".
* Add "-l descfile" option to portsnap, to merge local describes
  output when building INDEX files.
* If a port directory is a symlink, remove the symlink when
  extracting a new version of the port.
* Make portsnap's automatic mirror selection interoperate better
  with HTTP proxies.
* Switch mirrors if the first mirror(s) selected fails.
* During mirror selection, parse the output of host(1) from
  BIND 8 as well as BIND 9.
* NO_BIND -> WITHOUT_BIND in a comment.

PR:		ports/93901, bin/96288
Sponsored by:   FreeBSD security development fundraiser
2006-05-26 23:14:16 +00:00
wilko
9f78b7b018 Update information in AlphaServer800 now that I have one here. 2006-05-26 20:53:19 +00:00
matteo
8aded1455e MFC rev 1.30 - 1.31
if a jail fails to start, don't add its jid to /var/run and print a message with the error.
if we fail to start a jail and jail_foobar_*fs_enable or jail_foobar_mount_enable were set,
umount those filesystem before exiting.
If we set up an alias for jail's IP, remove that alias before exiting.
2006-05-26 13:33:45 +00:00
matteo
2feee4a415 MFC: Add the -s option to set jail's securelevel.
This is useful for jails run with non-root privileges.

PR:	bin/80242
2006-05-26 10:30:59 +00:00
matteo
1a9bdb2f4a Merge 1.71 and 1.73 2006-05-26 10:16:23 +00:00
sobomax
0eb84ea2c9 MFC: Detect cases when the hardware has no AT-style keyboard controller. 2006-05-26 00:56:14 +00:00
sobomax
f30e4a0348 MFC: Add an option allowing to start search from some arbitrary offset
instead of offset 0; measure distance between UFS1 and UFS2
     superblocks independently.
2006-05-26 00:51:11 +00:00
wilko
343883f807 Update info on DS20E now that I have one. 2006-05-25 23:32:13 +00:00
ru
43b41d32b2 MFC: 1.545: Add missing acpi_wakecode.h dependency on assym.s.
: /usr/src/sys/i386/acpica/acpi_wakecode.S:35:19: assym.s: No such file or directory
: /usr/src/sys/i386/acpica/acpi_wakecode.S: Assembler messages:
: /usr/src/sys/i386/acpica/acpi_wakecode.S:103: Error: suffix or operands invalid for `ljmp'

Reported by:	many
2006-05-25 20:25:44 +00:00
pav
bcfd910418 - MFC ntp-4.2.0 man pages 2006-05-25 20:22:54 +00:00
cvs2svn
47d76a2b91 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-05-25 04:01:05 +00:00
tegge
c538ede71c MFC: Read block hints list from last snapshot on the active snapshot list. 2006-05-24 20:20:16 +00:00
tegge
cb63d0cb33 MFC: Copy last block on file system again after file system has been
suspended.

Obtained from:	NetBSD
2006-05-24 20:16:46 +00:00
tegge
702b6397cd MFC: Don't leak a locked buffer if last block on file system cannot be read. 2006-05-24 20:13:36 +00:00
tegge
8d53cc1e47 MFC: Errors detected while file system is suspended should not trigger an
assertion failure.
2006-05-24 20:11:32 +00:00
tegge
35a8797690 MFC: Expunge traces of unlinked snapshot files when making a new snapshot. 2006-05-24 20:08:55 +00:00
cel
0cc5415af4 While reviewing NFS client for another PR, noticed this omission in the
NFSv4 client READDIR logic.  This change matches the logic in the version
2 and 3 code.

Sponsored by:	Network Appliance, Incorporated
2006-05-24 18:29:37 +00:00
jkim
ceb6e9c2d1 MFC: Correct decoding a string containing '/'.
PR:		97485
Submitted by:	Mikko Tyolajarvi < mbsd at pacbell dot net >
2006-05-24 18:14:34 +00:00
glebius
10adb4e9ee MFC 1.53 by peter:
We don't have 2Gb limitation since .Fx 2.2
2006-05-24 09:40:03 +00:00
sobomax
eb4ab1539a MFC: there is no d_maj field anymore. 2006-05-24 06:56:37 +00:00
emax
b30dd286ba MFC:
Add new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space applications can
use this ioctl to obtain the list of HCI nodes. User-space application
is expected to preallocate 'ng_btsocket_hci_raw_node_list_names' structure
and set limit in 'num_nodes' field. The 'nodes' field should be allocated
as well and it should have space for at least 'num_nodes' elements.

The SIOC_HCI_RAW_NODE_LIST_NAMES should be issued on bound raw HCI socket.
It does not really really matter what HCI name the socket is bound to, as
long as it is not empty.
2006-05-24 00:51:22 +00:00
wollman
21c2bade17 New codes for Crown Dependencies. 2006-05-23 23:22:00 +00:00
davidxu
b52bed3a5a MFC following revisions:
libpthread_db.c		1.11-1.14
	libpthread_db.h		1.4
	libthr_db.c		1.12
2006-05-23 11:37:20 +00:00
davidxu
b498504cfb MFC following revisions:
pthread.map		1.18
	thread/thr_symbols.c	1.4
2006-05-23 11:33:57 +00:00
jkim
fa42b82744 MFC: src/lib/libstand/printf.c 1.9
src/sys/kern/subr_prf.c		1.123

Implement printf 'X' conversion for both libstand and kernel.
2006-05-22 23:51:14 +00:00
jkim
306d3fed46 MFC: 1.38, 1.40
Work around CardBus issue for Compaq R3000 series laptop.
2006-05-22 23:38:08 +00:00
jkim
f86c8264df MFC: SMBIOS support for loader. 2006-05-22 23:31:30 +00:00
mjacob
f278b55e24 MFC current state of isp. Lots of cosmetic changes, but also various bugfixes. 2006-05-22 21:31:54 +00:00
nyan
cce8b73200 MFi386: revision 1.616.2.4 2006-05-21 11:22:10 +00:00
nyan
dcac4c6af5 MFC: rev 1.10: include pc98/pc98/pc98_machdep.h instead of pc98/cbus/cbus.h. 2006-05-21 11:20:27 +00:00
nyan
b96c78783d MFC: Remove unneeded include. 2006-05-21 11:18:42 +00:00
nyan
3032b4b66b MFC: cbus.h: 1.22, pc98_machdep.h: 1.14
- Move defines for PC-98 machine type from pc98/cbus/cbus.h into
    pc98/pc98/pc98_machdep.h.
  - Fix PC98_SYSTEM_PARAMETER_SIZE.
  - Remove unused defines.
2006-05-21 11:17:33 +00:00
maxim
f9edac6fd5 MFC rev. 1.167: inherit LOCAL_CREDS option from listen socket
for sockets returned by accept(2).
2006-05-21 09:12:24 +00:00
maxim
04d810fd53 MFC rev. 1.32 fsdb.c, rev. 1.11 fsdb.h, rev. 1.19 fsdbutil.c: do
recrack(arguments) for commands which actually take NAME as arguments;
be consistent and print argc - 1 as a command arguments number in
all cases.
2006-05-21 09:04:31 +00:00
krion
e65254c4e8 MFC: extern.h: 1.23, find.c: 1.18, find.h: 1.19, function.c: 1.56
date: 2006/05/14 20:23:00;  author: krion;  state: Exp;  lines: +1 -4
  The last execution of -exec {} + is not done if the -exec primary is
  not on the top-level -and sequence, e.g. inside of ! or -or.

  Create a separate linked list of all active -exec {} + primaries and
  do the last execution for all at termination.

  PR:             bin/79263
  Submitted by:   Jilles Tjoelker <jilles@stack.nl>
2006-05-21 07:34:58 +00:00
csjp
6614c36403 MFC typo fix 2006-05-20 16:03:12 +00:00
csjp
1b728c44bc MFC revision 1.288
date: 2006/04/10 14:07:28;  author: csjp;  state: Exp;  lines: +0 -2
Kill the last Giant acquisition in the exit(2) code. This Giant acquisition
doesn't appear to be protecting anything. Most of consumers funsetownlst(9)
do not appear to be picking up Giant anywhere. This was originally a part
of my Giant exit(2) clean up revision 1.272 but I thought it was a good idea
to leave it out until we were able to analyze it better.
2006-05-20 02:54:34 +00:00
emax
6eafc67c7f MFC v1.59 and v1.60
Add kqueue(2) support on if_tap(4) interfaces. While I'm here, replace
K&R style function declarations with ANSI style. Also fix endian bugs
accessing ioctl arguments that are passed by value.

Do not call knlist_destroy() in tapclose(). Instead call it when device is
actually destroyed. Also move call to knlist_init() into tapcreate(). This
should fix panic described in kern/95357.

PR:		kern/93897, kern/95357
Submitted by:	Vilmos Nebehaj < vili at huwico dot hu >
2006-05-20 00:44:00 +00:00
mux
84c033e73b Fix the build with NO_LIBPTHREAD or NO_LIBTHR depending on the
arch, by merging revision 1.292 from ru@ who was nice enough to
fix this problem in HEAD, but I wasn't paying attention :-).

Pointy hat to:	mux
Spotted by:	bmah
2006-05-19 21:09:20 +00:00
ps
729a496ae4 MFC: rev 1.126
Fix the interrupt handler to do the mandatory PCI flush before looking at
DMA memory.  The could contribute towards missed link state changes under
heavy bus load.
2006-05-19 19:15:05 +00:00
emax
eba7e09abb MFC:
Correct BD_ADDR entry for "Dummy" device in the default hcsecd.conf.
Each byte in BD_ADDR should exactly two nibbles, i.e
"1:2:3:4:5:6" is NOT valid and "01:02:03:04:05:06" is valid BD_ADDR.
2006-05-19 16:46:19 +00:00
yongari
85ec7c7f44 MFC if_em.c, 1.92 to RELENG_6:
Add jumbo frame support for architectures with strict alignment.

Requested by:	wilko
2006-05-19 00:19:57 +00:00
jhb
ea040660fa MFC: Use the proper condition to determine that we matched an filename. 2006-05-18 23:23:53 +00:00
jhb
42f7829611 MFC: Cache the value of the lower half of each I/O APIC redirection table
entry and thus cut the execution time for masking and unmasking I/O APIC
pins in half.
2006-05-18 22:07:01 +00:00
jhb
fd3b56a33d MFC: Add a new -U flag to instruct ls to use the birthtime for printing or
sorting.
2006-05-18 22:02:20 +00:00
jhb
d36e0c074a MFC: Enable boot floppies for amd64. 2006-05-18 21:50:22 +00:00
bmah
4dd232f49f MFC: csup(1) import, dhclient(8) sends hostnames, find(1) birthtime
primitives, pkg_add(1) -F.

Structural changes:  Make a level-2 section for contrib stuff to
mirror the structure on HEAD, move the existing tzdata item (which was
in the wrong place anyway) into it.  Add a level-3 section for rc.d
scripts (empty for now)...I probably nuked this accidentally in
rev. 1.883.2.16.
2006-05-18 19:26:46 +00:00
maxim
d1e4f11e2d MFC rev. 1.29: fix a typo. 2006-05-18 07:16:43 +00:00
maxim
8aa605d637 MFC rev. 1.28 iostat.8 and revs. 1.29 - 1.31 iostat.c: implement
Solaris-like -x and -z flags: show extended disk statistics, omit
lines for devices with no activity.  Style and re-register locals.
2006-05-17 19:03:33 +00:00
trhodes
d206aeccd0 MFC 1.14:
Fix a bug where, for 6-byte sequences, the top 6 bits get compared to
  111111 rather than the top 7 bits being compared against 1111110 causing
  illegal bytes fe and ff being treated the same as legal bytes fc and fd.
2006-05-17 13:26:01 +00:00