summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | The 'end' word was missed in the comment.kib2013-02-081-2/+2
* | Print a warning if not setuid root.des2013-02-082-3/+13
* | Cross-reference newgrp(1), and document the use of pw(8) to set the groupdes2013-02-081-2/+8
* | Remove NO_OBJ from Makefiles that generate manuals because this causes thedteske2013-02-082-4/+0
* | Fix warning: comparison of unsigned expression < 0 is always false.pluknet2013-02-081-1/+1
* | Fix ieee80211_mesh.c compilation.adrian2013-02-081-0/+4
* | Fix a corner case that I noticed with the AR5416 (and it's currentlyadrian2013-02-081-10/+7
* | zfs_vget, zfs_fhtovp: properly handle the z_shares_dir objectavg2013-02-081-4/+13
* | zfs: update comments about zfid_long_t to match the FreeBSD definitionsavg2013-02-081-2/+5
* | ktr: correctly handle possible wrap-around in the boot bufferavg2013-02-081-1/+5
* | sh: Simplify mksyntax and make it fit for cross-compiling.jilles2013-02-071-88/+66
* | Mesh: recevied GANN frames where not parsed correctly.monthadar2013-02-071-26/+66
* | Mesh HWMP forwarding information: updating FI for transmitter.monthadar2013-02-071-5/+44
* | Mesh HWMP PERR bug fixes.monthadar2013-02-071-1/+1
* | Mesh bug: debug infomartion showing swapped SA and DA address.monthadar2013-02-071-2/+2
* | Update ddb to print mesh routing table.monthadar2013-02-071-11/+27
* | Mesh HWMP PREQ: fixed conditions for discarding elements.monthadar2013-02-071-4/+4
* | Mesh HWMP: don't send an intermediate PREP for proxy entries.monthadar2013-02-071-1/+3
* | Mesh HWMP PREQ update: proxy reply only if mesh STA is a meshgate.monthadar2013-02-071-3/+6
* | HWMP: ic->raw_xmit didn't always point to correct ni.monthadar2013-02-073-75/+58
* | Mesh gate code to transmit to all mesh gates.monthadar2013-02-071-25/+167
* | Send frames to mesh gate if 11s discovery fails.monthadar2013-02-073-6/+78
* | Mark root mesh as gate when mesh gate flag set.monthadar2013-02-073-0/+59
* | Propagate GANN frames, and store know gate info.monthadar2013-02-072-5/+79
* | sh: Fix a comment.jilles2013-02-071-1/+1
* | Mesh update: add base Mesh Gate functionality.monthadar2013-02-073-10/+196
* | Mark a mesh path to a mesh gate with a 'G'.monthadar2013-02-071-1/+3
* | Start accepting IEEE80211_ACTION_MESH_GANN frames;monthadar2013-02-071-0/+4
* | Mesh: management mesh action frames are to be discardedmonthadar2013-02-072-14/+11
* | Update in ieee80211_action.c for mesh code handlers.monthadar2013-02-071-51/+14
* | Update net80211 mesh struct ieee80211_meshgann_ie.monthadar2013-02-072-7/+15
* | HWMP: Accept a PERR even if path is valid.monthadar2013-02-071-1/+1
* | Add mesh debug for interarction between DS & MBSS.monthadar2013-02-072-0/+7
* | Fix mesh path flag.monthadar2013-02-071-2/+5
* | Stop a mesh STA from flooding with peer frames.monthadar2013-02-072-1/+33
* | Catch TRACE parameters up with r238888. This change is only needed whendelphij2013-02-071-1/+1
* | Import new libc++ to head. Various small fixes and cleanups.theraven2013-02-0726-214/+659
* | Document P_PPTRACE.kib2013-02-071-1/+2
* | Document the detail of interaction between vfork and PT_TRACEME.kib2013-02-071-1/+11
* | When vforked child is traced, the debugging events are not generatedkib2013-02-075-3/+6
* | This fixes a out-of-order problem with severalrrs2013-02-079-83/+189
* | Document the ERESTART translation to EINTR for devfs nodes.kib2013-02-071-1/+12
* | Stop translating the ERESTART error from the open(2) into EINTR.kib2013-02-072-3/+4
* | Add myself as a src committer and my mentor relationship.achim2013-02-071-0/+3
* | Fix a copy-and-paste error in libcxxrt.theraven2013-02-071-1/+1
* | Add support for mute buttons on USB audio devices andhselasky2013-02-073-29/+58
* | Create a new TX lock specifically for queuing frames.adrian2013-02-074-19/+39
* | If an interrupt event's assign_cpu method fails, then restore the originalneel2013-02-071-1/+1
* | Methodize the process of adding the software TX queue to the taskqueue.adrian2013-02-074-7/+21
* | Audit sockaddr argument for bind(2), connect(2), accept(2), sendto(2) andpjd2013-02-071-1/+8
OpenPOWER on IntegriCloud