119351 Commits

Author SHA1 Message Date
ps
d07a8646ca MFC: regen for 32bit FreeBSD 4 System V shared memory 2006-05-15 18:48:23 +00:00
ps
2f5ab57b80 MFC: Properly support for FreeBSD 4 32bit System V shared memory.
Submitted by:	peter
2006-05-15 18:47:52 +00:00
ps
d2c63614a9 MFC: regen for 32bit sendfile 2006-05-15 18:34:40 +00:00
ps
c3bbc5629b MFC: 32bit sendfile support 2006-05-15 18:34:06 +00:00
emax
e3348d1704 MFC:
Properly convert L2CAP PSM values in sockaddr_l2cap to LE16 byte order.
Fix formatting. Add missing break;

Submitted by:	Iain Hibbert
2006-05-15 17:04:28 +00:00
emax
065047bfe4 MFC:
Teach bthidd(8) to reload its config when SIGHUP is received.
Properly convert L2CAP PSM values in sockaddr_l2cap to LE16 byte order.
Properly map mouse buttons.
Fix typo.

PR:		bin/94577
Submitted by:	Iain Hibbert, Krzysztof Jedruczyk
2006-05-15 16:52:15 +00:00
mux
eee907b0ce MFC r1.135:
Refer to csup in the make.conf(5) manpage.
2006-05-15 14:10:50 +00:00
mux
451a49a206 MFC r1.275:
Also refer to csup in the example SUP setting.
2006-05-15 14:03:49 +00:00
mux
a19971b451 MFC r1.542:
Change the default SUP command to use csup instead of CVSup for
  "make update" when SUP_UPDATE is defined.
2006-05-15 14:01:44 +00:00
mux
ff24b79bc6 MFC r1.288 and r1.289:
Connect csup to the build.
2006-05-15 13:55:43 +00:00
mux
6580896b98 MFC make glue for building csup. 2006-05-15 13:47:39 +00:00
mux
529920cb00 MFC import of csup 2006-05-15 13:40:40 +00:00
cokane
fd208847a8 MFC: rev. 1.36
The -b parameter incorrectly stated that pax archives over ~32kB violate
POSIX. Fixed to describe that block size larger than 32256 bytes are
actually what violates POSIX.

PR:		docs/97059
Reviewed by:	Giorgos Keramidas <keramida>
2006-05-15 02:09:41 +00:00
jkoshy
95f63ae442 MFC r1.67: Fix a typo. 2006-05-15 01:47:34 +00:00
jkoshy
cf2e96f6e8 MFC {r1.14--r1.16}:
- Spelling/grammar fixes.
 - Typo fix: "ing" -> "in".
 - Document the EOPNOTSUPP returned by hwpmc(4) if a sampling
   mode PMC is requested on a CPU without an APIC.

Bump document date.
2006-05-15 01:43:53 +00:00
jkoshy
535ec0fd87 MFC r1.13 (-mdoc sweep). 2006-05-15 01:33:23 +00:00
ceri
93ddf3c337 MFC the birthtime related primaries. 2006-05-14 21:45:54 +00:00
pav
ea5b0e487d MFC 1.41:
- Document LD_32_* environment variables
  - Mention 32-bit files in FILES section
2006-05-14 19:25:36 +00:00
pav
d266ae414c MFC 1.13, 1.14:
- Document libmap32.conf
2006-05-14 19:23:03 +00:00
brueffer
c639544ff6 MFC: rev. 1.55
Correct the interrupt override information.
2006-05-14 15:53:57 +00:00
krion
c2aa29b013 MFC: lib.h: 1.58
date: 2006/04/17 11:15:29;  author: krion;  state: Exp;  lines: +5 -3
  Add INDEX-7 and remove trailing spaces.
2006-05-14 07:06:37 +00:00
krion
82bf3bef5d MFC: main.c: 1.38
date: 2006/04/17 10:58:45;  author: krion;  state: Exp;  lines: +6 -1
  Use bzip2(1) by default to compress package tarball on
  __FreeBSD_version >= 500039.

  Submitted by:   Alex Lyashkov <umka@sevcity.net>
2006-05-14 07:01:47 +00:00
krion
feaf609fc2 MFC: sign.c: 1.5, x509.c: 1.5
date: 2006/03/15 01:19:23;  author: krion;  state: Exp;  lines: +13 -10
  Close descriptor in retrieve_x509_marker function.

  PR:             bin/71594
  Submitted by:   Dan Lukes <dan@obluda.cz>
2006-05-14 06:57:58 +00:00
krion
d433ebce18 MFC: add.h: 1.14, main.c: 1.67, perform.c: 1.80, pkg_add.1: 1.71
date: 2006/03/09 14:49:19;  author: phk;  state: Exp;  lines: +6 -1
  Add -F option to not fail on already installed packages.

  Submitted by:   Eugene Grosbein <eugen@grosbein.pp.ru>
2006-05-14 06:52:24 +00:00
tegge
c0ef94ef0b MFC: Bring the call to softdep_releasefile() within the region protected by
vn_start_secondary_write() since it might cause file system write
     activity (e.g. ffs_snapremove()).
2006-05-14 01:12:56 +00:00
tegge
09952cce7b MFC: Call vn_finished_write() before calling the coredump handler which will
indirectly call vn_start_write() as necessary for each write.
2006-05-14 01:07:48 +00:00
tegge
f34cbfff5a MFC: Try harder to flush first block of new subdirectory to get rid of
MKDIR_BODY dependency.
2006-05-14 00:55:20 +00:00
tegge
cba13d563e MFC: Return error if vnode was reclaimed while it was temporarily unlocked.
Add missing calls to vn_finished_write() in error handling.
2006-05-14 00:49:35 +00:00
tegge
d09d10cb05 MFC: Temporarily unlock vnode for new image being executed to avoid lock
order reversals that can lead to deadlocks.  Normally vn_close(),
     namei() or vrele() should not be called while holding vnode locks.
2006-05-14 00:46:13 +00:00
tegge
1d2af31a6f MFC: Turn off disk quotas for snapshot files. 2006-05-14 00:23:27 +00:00
tegge
17ce8da135 MFC: Avoid locking overhead when snapshots are disabled. 2006-05-14 00:18:18 +00:00
tegge
4081ad0c73 MFC: Avoid dereferencing NULL pointer. 2006-05-14 00:10:49 +00:00
tegge
c83e05380e MFC: Detect the snapshot file being prematurely unlinked. 2006-05-14 00:02:48 +00:00
tegge
24528b3490 MFC: Temporarily undo clusters contribution to global runningbufspace
while handling copy on write for the buffers taking part in the
     cluster.
2006-05-13 23:58:41 +00:00
tegge
0fc16cb7fa MFC: A side effect of calling runningbufwakeup() is that
bp->b_runningbufspace is cleared.  Save old value and restore
     bp->b_runningbufspace before returning from ffs_copyonwrite().
2006-05-13 23:52:59 +00:00
tegge
dea3927dd2 MFC: Close a race when VOP_LOCK() on a snapshot file is attempted at the
same time as it is changed back into a normal file.  The locker would
     get the shared "snaplk" lock which would no longer be the correct lock
     for the vnode.
2006-05-13 23:49:45 +00:00
tegge
2b650394a3 MFC: Add NO_FFS_SNAPSHOT kernel option. 2006-05-13 23:40:44 +00:00
bmah
b536883ca3 Add an errata note about IOCATAREQUEST API/ABI incompatability.
Reviewed and edited by:	scottl, maxim
2006-05-13 21:20:52 +00:00
pjd
0b852a3c37 MFC: sys/kern/vfs_subr.c 1.671
vn_start_write()/vn_finished_write() is not needed here, because
vn_start_write() is always called earlier in the code path and calling
the function recursively may lead to a deadlock.

Confirmed by:	tegge
2006-05-13 14:01:35 +00:00
brooks
0f6e8e11cd MFC rev 1.14:
Be more like Windows and Linux and send our hostname in the host-name
option if none is given in the config file.  Also add #ifdefd out
support for sending a client ID based on our MAC address.

PR:		bin/94743, bin/76401
Submitted by:	Frank Behrens <frank at pinky dot sax dot de>
2006-05-13 03:42:01 +00:00
brooks
88670e3978 MFC revs 1.12-14:
1.12,14 - Use /var/run instead of /etc for temporary files
 1.13 - Fix the TIMEOUT case

PR:		bin/90518, bin/92187
2006-05-13 03:24:00 +00:00
cel
1ea7ae8052 MFC revision 1.34
add nfsclient/, nfs4client/, and rpc/ directories to the
top Makefile's rule to build a cscope database.
2006-05-13 00:29:46 +00:00
bmah
79872429a9 MFC: tzdata2006g. 2006-05-12 17:08:31 +00:00
delphij
ff89495d57 MFC Makefile,v 1.12 and btxld.c,v 1.10:
+ Include netinet/in.h for ntohl()
 * Since the return value was tested separately, cast the values to
   size_t in order to shut up compiler warnings.
 + Raise WARNS= level to 6

PR:		bin/71666
Submitted by:	Dan Lukes <dan at obluda.cz>
2006-05-12 02:28:20 +00:00
njl
3735a61184 MFC: Include defs for ACPI KTR support 2006-05-11 18:01:07 +00:00
njl
e33185d552 MFC: sync up various changes from HEAD
* Improve sysresource probing
* Use CTR for the EC logging
* Remove unused variables
* Add an AML IO port blacklist, prints warning only for now
* Fallback to the RSDT if the XSDT is invalid in APIC probe
2006-05-11 17:41:00 +00:00
ume
18c9149607 MFC 1.79: fix indent. 2006-05-11 16:32:18 +00:00
ume
e6b4fcf251 MFC 1.3: Remove the nls/*/charset files from the exclude list.
These files are required for NLS catalog support.
2006-05-11 16:20:48 +00:00
bmah
88c33ba365 MFC: Bump copyright year on the hardware notes and installation guide.
hardware/common/artheader.sgml	1.7 -> 1.8
	installation/common/artheader.sgml	1.7 -> 1.8

PR:		97134
2006-05-11 16:10:06 +00:00
ru
289808c039 MFC: 1.353: Fix "make distribution" when just NO_CRYPT is defined. 2006-05-11 15:56:47 +00:00