summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve code a bit by eliminating goto and having one unlock per lock.pjd2009-09-061-4/+3
|
* Correct typo in comment.pjd2009-09-061-1/+1
|
* Correct comment.pjd2009-09-061-2/+2
|
* Synchornize description in manual page with strerror() output.pjd2009-09-061-2/+2
|
* Add support for changing providers priority.pjd2009-09-063-18/+81
| | | | Submitted by: Mel Flynn
* Update copyright years.pjd2009-09-061-1/+1
|
* For any given subcommand allow to specify multi-line usage (separated by \n).pjd2009-09-061-2/+12
| | | | Submitted by: Mel Flynn
* The addresses that are assigned to the loopback interfaceqingli2009-09-052-13/+7
| | | | | | | should be part of the kernel routing table. Reviewed by: bz MFC after: immediately
* In the NEXTADDR macro use SA_SIZE() rather than directly usingbz2009-09-051-1/+1
| | | | | | | | | | sizeof(), as introduced in r186119, for advancing the current position into the buffer. See comment in net/route.h for a description of the difference. This makes ndp -s work again. Reviewed by: qingli X-MFC after: now
* This patch fixes an address scope violation. Considering theqingli2009-09-051-0/+4
| | | | | | | | | | | | | | scenario where an anycast address is assigned on one interface, and a global address with the same scope is assigned on another interface. In other words, the interface owns the anycast address has only the link-local address as one other address. Without this patch, "ping6" the anycast address from another station will observe the source address of the returned ICMP6 echo reply has the link-local address, not the global address that exists on the other interface in the same node. Reviewed by: bz MFC after: immediately
* This patch fixes the following issues:qingli2009-09-054-21/+44
| | | | | | | | | | | | | | | | | | | | | | | | - Interface link-local address is not reachable within the node that owns the interface, this is due to the mismatch in address scope as the result of the installed interface address loopback route. Therefore for each interface address loopback route, the rt_gateway field (of AF_LINK type) will be used to track which interface a given address belongs to. This will aid the address source to use the proper interface for address scope/zone validation. - The loopback address is not reachable. The root cause is the same as the above. - Empty nd6 entries are created for the IPv6 loopback addresses only for validation reason. Doing so will eliminate as much of the special case (loopback addresses) handling code as possible, however, these empty nd6 entries should not be returned to the userland applications such as the "ndp" command. Since both of the above issues contain common files, these files are committed together. Reviewed by: bz MFC after: immediately
* Improve wording.trasz2009-09-051-4/+8
| | | | Discussed with: pjd, cperciva, rink, wkoszek and des, in order of appearance.
* Handle zero size for posix_memalign. Return NULL or unique addresskib2009-09-051-0/+9
| | | | | | | according to the 'V' option. PR: standards/138307 MFC after: 1 week
* These checks against BUSY aren't needed: the newbus layer does thisimp2009-09-051-8/+0
| | | | | already with the appropriate locks held... There's no need to do it here, so just delete the checks.
* Go ahead and mention the CVS branch name as well as the svn branch name.imp2009-09-051-1/+2
|
* Note migration of tunable from hw.bus.devctl_disable toimp2009-09-051-0/+6
| | | | | | | hw.bus.devctl_queue. The sysctl interface provides legacys upport for the latter sysctl, but the tunable support was removed. MFC after: 1 day
* If an interface is brought up with no cable it will experiencejfv2009-09-041-1/+2
| | | | | | | watchdog resets, this is due to a missing check for link in the new multiqueue start code. MFC: 3 days
* must also plumb static wep keys to the local sta db in sta mode; notsam2009-09-041-0/+4
| | | | | | | sure when this became necessary and might be caused by some missing code to do auto-configuration of DWDS usage Noticed by: Felix Feng <unixwind@gmail.com>
* Add NFSv4 ACL support to mv(1).trasz2009-09-041-12/+58
| | | | Reviewed by: rwatson
* Fill the reverse RSS map with 0xff's so that the subsequent loop tojhb2009-09-041-0/+3
| | | | | | | calculate the values will work properly. Reviewed by: np MFC after: 1 month
* Add NFSv4 ACL support to find(1).trasz2009-09-041-25/+35
| | | | Reviewed by: rwatson
* Remove artificial MAX_IO_SIZE constant, equal to DFLTPHYS * 2. Use MAXPHYSmav2009-09-041-7/+6
| | | | | instead. It is NULL change for GENERIC kernel, but allows 'fast' mode to work on systems with increased MAXPHYS.
* Allow a jail's name to be the same as its jid (which is the default if nojamie2009-09-041-9/+20
| | | | | | | | name is specified), but still disallow other numeric names. Reviewed by: zec Approved by: bz (mentor) MFC after: 3 days
* remove stale references to RTF_CLONING and RTF_LLINFOkmacy2009-09-041-21/+0
| | | | MFC after: 3 days
* Add to `camcontrol cmd` support for sending arbitrary ATA commands.mav2009-09-042-52/+141
| | | | | | It could be used for broad range of tasks, such as configuring drive power management modes, caching, security and any other features and tasks, not supported by existing drivers.
* Add missing ';'.kib2009-09-041-1/+1
|
* Add NFSv4 ACL support to getfacl(1).trasz2009-09-042-17/+72
| | | | Reviewed by: rwatson
* Make umass(4) pass device USB serial number to CAM, making it possibletrasz2009-09-041-0/+46
| | | | | | | to e.g. retrieve it using camcontrol(8). Reviewed by: scottl, hps (earlier version) Obtained from: Wheel Sp. z o.o. (http://www.wheel.pl)
* If crypto operation is finished with EAGAIN, don't repeat operation frompjd2009-09-041-8/+9
| | | | | | | | the return context, but from the original context. Before repeating operation clear DONE flag and error. Reviewed by: sam Obtained from: Wheel Sp. z o.o. (http://www.wheel.pl)
* Make serial numbers of daX disks visible by GEOM.pjd2009-09-041-0/+2
| | | | | No objections from: scottl Obtained from: Wheel Sp. z o.o. (http://www.wheel.pl)
* Simplify g_disk_ident_adjust() function and allow any printable characterpjd2009-09-041-28/+15
| | | | | | | in serial number. Discussed with: trasz Obtained from: Wheel Sp. z o.o. (http://www.wheel.pl)
* Remove 'ad:' prefix from disk serial number. We don't want serial numberpjd2009-09-041-2/+2
| | | | | | | to change when we reconnect the disk in a way that it is accessible through CAM for example. Discussed with: trasz
* Let the armchair generals handle this one.des2009-09-0422-218/+22
|
* Remove single occurance of HAS_CTYPE ifdef, ctype functionsache2009-09-041-1/+1
| | | | used here for a long time and needs their header in anycase.
* 1) Remove single occurance of HAS_CTYPE ifdef, ctype functionsache2009-09-041-10/+6
| | | | | | | used here for a long time and needs their header in anycase. 2) Add (unsigned char) casts to more ctype macros. 3) Simplify menu input handling using ctype instead of range unguarded hardcoded tricks.
* whitespace commitjulian2009-09-041-2/+2
| | | | Submitted by: bde@
* Add lv_LVache2009-09-043-0/+204
| | | | | PR: 105100 Submitted by: Aldis Berjoza <killasmurf86@gmail.com>
* Add lv_LVache2009-09-043-0/+30
| | | | | PR: 105100 Submitted by: Aldis Berjoza <killasmurf86@gmail.com>
* Add lv_LVache2009-09-042-1/+38
| | | | | PR: 105100 Submitted by: Aldis Berjoza <killasmurf86@gmail.com>
* Bring i386 up to date with amd64 and others.julian2009-09-041-5/+5
| | | | | | | The macros for PCPU can be slightly simplified, which makes the resulting tangle qa lot easier to understand when trying to read them. MFC after: 4 weeks
* fix a TX issue on big endian machines like powerpc or sparc64. Nowweongyo2009-09-041-1/+1
| | | | | | zyd(4) should work on all architectures. Obtained from: OpenBSD
* Don't bother obtaining the ident if we are not going to print it.pjd2009-09-031-4/+1
|
* Stupid cut and paste error on a stats struct member, thanksjfv2009-09-031-1/+1
| | | | to Ryan at Small Tree for finding this one.
* Add ARP statistics to the kernel and netstat.gnn2009-09-035-7/+98
| | | | | | | | | | | | | | | | | | New counters now exist for: requests sent replies sent requests received replies received packets received total packets dropped due to no ARP entry entrys timed out Duplicate IPs seen The new statistics are seen in the netstat command when it is given the -s command line switch. MFC after: 2 weeks In collaboration with: bz
* Round maxio for ATI SB600 to 64K.mav2009-09-031-1/+1
| | | | Submitted by: scottl@
* Add lv_LVache2009-09-031-1/+2
|
* Actually, stable/8 is what was created...imp2009-09-031-1/+1
|
* Add lv_LV, move lt_LT to common partache2009-09-032-3/+6
|
* Time for house-cleaning:imp2009-09-031-826/+119
| | | | | | | | | o remove all entries before RELENG_7 was branched, as is tradition[*]. o Update examples... nobody cares about 5.x upgrades. o minor format tweaking in a few places. o update copyright (although at best I hold an editors copyright these days). o Remove giving people permission to buy me beer. I don't do enough for this document for that anymore...
* Add lv_LV, move lt_LT to common partache2009-09-032-4/+7
|
OpenPOWER on IntegriCloud