196515 Commits

Author SHA1 Message Date
gjb
13bd63f9ee Document r263403, alises for 'zfs snap' and 'zfs list -t snap'
Sponsored by:	The FreeBSD Foundation
2014-08-24 14:21:40 +00:00
gjb
bf8a2dc6cf Update lldb(1) version to reflect r263369.
Sponsored by:	The FreeBSD Foundation
2014-08-24 14:21:38 +00:00
gjb
fa6170a432 Update lldb(1) version to reflect r263367.
Sponsored by:	The FreeBSD Foundation
2014-08-24 14:21:36 +00:00
gjb
b0074b24ae Remove space between product and trademark.
Sponsored by:	The FreeBSD Foundation
2014-08-24 14:21:34 +00:00
gjb
db1e462bea Add sponsor attribution for r263363.
Sponsored by:	The FreeBSD Foundation
2014-08-24 14:21:32 +00:00
gjb
38ede48a94 Document r263363, lldb update.
Sponsored by:	The FreeBSD Foundation
2014-08-24 14:21:30 +00:00
gjb
035831f114 Document r263285, xz(1) update.
Sponsored by:	The FreeBSD Foundation
2014-08-24 14:21:28 +00:00
gjb
6a9093a3e8 Document r263256, fixed panic on urtwn(4) removal.
Sponsored by:	The FreeBSD Foundation
2014-08-24 14:21:27 +00:00
gjb
158968f0c0 Document r263197, iicbus support for ADT7460/ADT7467 fan
controllers.

Sponsored by:	The FreeBSD Foundation
2014-08-24 14:21:25 +00:00
gjb
f2fb5fab70 Document r263122, hwpmc(4) support for PowerPC 970-class
processors.

Sponsored by:	The FreeBSD Foundation
2014-08-24 14:21:23 +00:00
gjb
339bbbfcf6 Document r263046, tzdata2014a.
Sponsored by:	The FreeBSD Foundation
2014-08-24 14:21:21 +00:00
gjb
d2effc9a19 Document r263028, endianness-awareness in services_mkdb(8).
Sponsored by:	The FreeBSD Foundation
2014-08-24 14:21:19 +00:00
gjb
88b780f709 Document r263024, aacraid updated to version 3.2.5.
Sponsored by:	The FreeBSD Foundation
2014-08-24 14:21:17 +00:00
gjb
b360b94b46 Document r263020, pkg(7) synced with head/.
Sponsored by:	The FreeBSD Foundation
2014-08-24 14:21:15 +00:00
gjb
e7a6ed177f Document r263019, libucl merged from head/.
Sponsored by:	The FreeBSD Foundation
2014-08-24 14:21:13 +00:00
gjb
1c7bbf5275 Document r262967, MegaRAID Fury support in mfi(4).
Sponsored by:	The FreeBSD Foundation
2014-08-24 14:21:11 +00:00
gjb
3706d6dd1d Document r262861, vt(4) merged from head/.
Sponsored by:	The FreeBSD Foundation
2014-08-24 14:21:10 +00:00
gjb
ce4ef970d5 Document r262855, ATF updated to 0.20.
Sponsored by:	The FreeBSD Foundation
2014-08-24 14:21:08 +00:00
des
db46c7fe73 MFH (r267127): don't send User-Agent if HTTP_USER_AGENT is empty 2014-08-24 14:04:20 +00:00
ngie
06c16a3704 MFC r270180:
Add LIBMD and LIBUTIL to DPADD to fix "make checkdpadd"

 Approved by: jmmv (mentor)
 Phabric: D633
 PR: 192763
2014-08-24 08:03:59 +00:00
kib
b1ece437b7 MFC r270038:
Complete r254667, do not destroy pmap lock if KVA allocation failed.
2014-08-24 07:59:01 +00:00
kib
4fe668ee1a MFC r269746:
Adapt vm_page_aflag_set(PGA_WRITEABLE) to the locking of
pmap_enter(PMAP_ENTER_NOSLEEP).
2014-08-24 07:57:50 +00:00
kib
25782a7fab Merge the changes to pmap_enter(9) for sleep-less operation (requested
by flag).  The ia64 pmap.c changes are direct commit, since ia64 is
removed on head.

MFC r269368 (by alc):
Retire PVO_EXECUTABLE.

MFC r269728:
Change pmap_enter(9) interface to take flags parameter and superpage
mapping size (currently unused).

MFC r269759 (by alc):
Update the text of a KASSERT() to reflect the changes in r269728.

MFC r269822 (by alc):
Change {_,}pmap_allocpte() so that they look for the flag
PMAP_ENTER_NOSLEEP instead of M_NOWAIT/M_WAITOK when deciding whether
to sleep on page table page allocation.

MFC r270151 (by alc):
Replace KASSERT that no PV list locks are held with a conditional
unlock.

Reviewed by:	alc
Approved by:	re (gjb)
Sponsored by:	The FreeBSD Foundation
2014-08-24 07:53:15 +00:00
des
bee605bad2 MFH (r263160): remove lukemftpd 2014-08-23 15:07:09 +00:00
des
c292e79d2c MFH (r268877, r268921): use -o instead of a redirect. 2014-08-23 14:42:49 +00:00
des
d5f0139918 MFH (r268864): document local_unbound changes (forgotten in r269257) 2014-08-23 11:46:26 +00:00
des
1df0cac7e1 MFH (r268888): fix false negative for empty groups
PR:		109416

MFH (r268890): add support for "account" facility
PR:		115164
2014-08-23 11:40:40 +00:00
des
ce304e0b36 MFH (r269115): remove useless getpwnam() call 2014-08-23 11:34:56 +00:00
des
37f594fcd2 MFH (r269074): strip patch level from release name 2014-08-23 11:32:43 +00:00
mav
7cd0a41fd9 MFC r270176:
Fix lock recursion on LUN shutdown, introduced on r269497.
2014-08-23 07:03:04 +00:00
ngie
a6a5f3526a MFC r270144:
Add LIBCRYPT to DPADD, remove LDFLAGS from LDADD, and sort the Makefile variables

 This fixes "make checkdpadd"

 Phabric: D620
 Approved by: jmmv (mentor)
 PR: 192729
2014-08-23 02:24:47 +00:00
ngie
ac676e3706 MFC r270118:
Add LIBUTIL to DPADD

 This will fix "make checkdpadd"

 PR: 192759
 Approved by: rpaulo (mentor)
 Phabric: D623
2014-08-23 02:20:49 +00:00
tuexen
2532281742 Remove debug output which was comitted by accident.
This is a direct commit to stable/10.
2014-08-22 20:36:45 +00:00
gjb
d832e33b4f Document r262701, kernel selection menu in loader(8).
Sponsored by:	The FreeBSD Foundation
2014-08-22 20:32:34 +00:00
gjb
2dd8b879af Document r262384, rctl_rules="" in rc.conf(5).
Sponsored by:	The FreeBSD Foundation
2014-08-22 20:32:32 +00:00
gjb
7ff51b0a42 Document r262363, urndis(4) import.
Sponsored by:	The FreeBSD Foundation
2014-08-22 20:32:30 +00:00
gjb
e02af626bd Specify the driver for notes about r259453 and r261868
Sponsored by:	The FreeBSD Foundation
2014-08-22 20:32:29 +00:00
gjb
0e4a19aeb9 Document r262137, axge(4) addition.
Sponsored by:	The FreeBSD Foundation
2014-08-22 20:32:27 +00:00
gjb
f5394be20b Document r262075, newsyslog(8) rotation by file size, instead
of blocks consumed by the target file.

Sponsored by:	The FreeBSD Foundation
2014-08-22 20:32:25 +00:00
gjb
5bf271cb66 Document r261972, nve(4) deprecation.
Sponsored by:	The FreeBSD Foundation
2014-08-22 20:32:23 +00:00
gjb
8834555496 Document r261868, Ralink RT3593 support.
Sponsored by:	The FreeBSD Foundation
2014-08-22 20:32:21 +00:00
gjb
2e34e2a73f Document r261090, bhyve APCI S5 poweroff.
Sponsored by:	The FreeBSD Foundation
2014-08-22 20:32:19 +00:00
gjb
8daf5502cb Document r260857 and r260858: unmapped IO support in
virtio_blk(4) and virtio_scsi(4).

Sponsored by:	The FreeBSD Foundation
2014-08-22 20:32:17 +00:00
gjb
3d5edd04f8 Document r260502, gmirror 'resize' command.
Sponsored by:	The FreeBSD Foundation
2014-08-22 20:32:15 +00:00
gjb
65397952cd Document r260178, fsck_ffs '-R' flag.
Sponsored by:	The FreeBSD Foundation
2014-08-22 20:32:13 +00:00
gjb
80147785b5 Document r260120, run(4) firmware update to 0.33.
Sponsored by:	The FreeBSD Foundation
2014-08-22 20:32:11 +00:00
gjb
3840f8e2f8 Document r259453, RT5370/RT5372 support.
Sponsored by:	The FreeBSD Foundation
2014-08-22 20:32:09 +00:00
gjb
f2caa11d62 Document r259450, Hyper-V support on i386.
Sponsored by:	The FreeBSD Foundation
2014-08-22 20:32:07 +00:00
gjb
5440091c63 Document r259355, WANDBOARD kernel configuration added.
Sponsored by:	The FreeBSD Foundation
2014-08-22 20:32:05 +00:00
gjb
75dcefee19 Document r259328, geom_label is resize-aware.
Sponsored by:	The FreeBSD Foundation
2014-08-22 20:32:03 +00:00