| Commit message (Expand) | Author | Age | Files | Lines |
* | sync 11n support with vap code base; many changes based on interop | Sam Leffler | 2007-11-02 | 16 | -272/+1036 |
* | correct channel flags returned by IEEE80211_IOC_STA_INFO; we need | Sam Leffler | 2007-11-02 | 1 | -1/+1 |
* | don't try to re-associate after a parameter change, too many ap's | Sam Leffler | 2007-11-02 | 1 | -11/+1 |
* | - Add sysctl for sizeof(znode_t), which will be used by fstat(1). | Ulf Lilleengen | 2007-11-02 | 2 | -0/+8 |
* | Don't imply O(n) removal for the doubly linked data structures. | David E. O'Brien | 2007-11-02 | 1 | -2/+8 |
* | Add my birthday to the calendar. | Henrik Brix Andersen | 2007-11-01 | 1 | -0/+1 |
* | Don't look for GPT primary and secondary tables on a disk unless we have | John Baldwin | 2007-11-01 | 1 | -4/+10 |
* | Rework aac locking for MPSAFE CAM. This fixes a Giant mutex assertion | Ed Maste | 2007-11-01 | 2 | -19/+22 |
* | Add the -h <bindip> option to rpc.statd, similar to the one in nfsd(8) | Matteo Riondato | 2007-11-01 | 2 | -91/+335 |
* | Fix 'gpt boot' to work on disk devices and not just plain files. Writes to | John Baldwin | 2007-11-01 | 1 | -5/+10 |
* | Document -t. | David E. O'Brien | 2007-11-01 | 1 | -0/+4 |
* | Add myself and note that erwin is my mentor | Henrik Brix Andersen | 2007-11-01 | 1 | -0/+2 |
* | Call zil_commit() (if ZIL is not disabled) after every non-read request | Pawel Jakub Dawidek | 2007-11-01 | 2 | -22/+22 |
* | __CPU_XSCALE_PXA2XX -> CPU_XSCALE_PXA2X0 | Kevin Lo | 2007-11-01 | 1 | -1/+1 |
* | Bump document date on behalf of previous revision. | Ruslan Ermilov | 2007-11-01 | 1 | -1/+1 |
* | - Move crfree() outside MNT_ILOCK()/MNT_IUNLOCK() to eliminate a LOR: | Pawel Jakub Dawidek | 2007-11-01 | 2 | -4/+12 |
* | Back out not human readable optimization in prev. commit which shown | Andrey A. Chernov | 2007-11-01 | 1 | -1/+1 |
* | Also fix a "blank line" issue that sneaked in from rev. 1.19. | Ruslan Ermilov | 2007-10-31 | 1 | -1/+1 |
* | Add a small note about how "mkfs.xfs -p" can be used to create | Craig Rodrigues | 2007-10-31 | 1 | -1/+11 |
* | add zyd | Sam Leffler | 2007-10-31 | 1 | -1/+2 |
* | Fix one more typo. | Alexander Motin | 2007-10-31 | 1 | -2/+2 |
* | Fix some mistakes. | Alexander Motin | 2007-10-31 | 1 | -5/+5 |
* | Fix locking issue in ng_btsocket_l2cap_ctloutput() | Maksim Yevmenkin | 2007-10-31 | 1 | -2/+4 |
* | Update copyright attribution. | John Baldwin | 2007-10-31 | 2 | -2/+4 |
* | Insert zero-width break points to fix warnigns in nroff output, | Giorgos Keramidas | 2007-10-31 | 2 | -3/+3 |
* | Normalize usage output. | Ruslan Ermilov | 2007-10-31 | 1 | -2/+4 |
* | Add a hackish knob to skip rtld, NO_RTLD. In conjunction with | Yaroslav Tykhiy | 2007-10-31 | 1 | -1/+1 |
* | Decouple the install tools from the main system as much as possible. | Yaroslav Tykhiy | 2007-10-31 | 1 | -14/+32 |
* | Give more details on the following topics: | Yaroslav Tykhiy | 2007-10-31 | 1 | -7/+77 |
* | Add CPU_ARM9E | Kevin Lo | 2007-10-31 | 1 | -0/+1 |
* | Don't define get_cachetype() for CPU_ARM9E unless it's going to be used. | Kevin Lo | 2007-10-31 | 1 | -1/+1 |
* | Remove dublicate .Pp, sort SEE ALSO. | Christian Brueffer | 2007-10-31 | 1 | -4/+3 |
* | Avoid doing adaptive spinning for priority protected mutex, current | David Xu | 2007-10-31 | 1 | -2/+5 |
* | Don't do adaptive spinning if it is running on UP kernel. | David Xu | 2007-10-31 | 1 | -3/+5 |
* | Restore revision 1.55, the kris's adaptive mutex type. | David Xu | 2007-10-31 | 1 | -14/+36 |
* | If we're on an SMP kernel and there is more than 1 CPU, reject any attempts | Nate Lawson | 2007-10-30 | 1 | -1/+17 |
* | Split agp_generic_detach() up into two routines: agp_free_cdev() destroys | John Baldwin | 2007-10-30 | 22 | -76/+78 |
* | Remove newly acquired hard sentence breaks. | Ruslan Ermilov | 2007-10-30 | 1 | -2/+4 |
* | Apply style(9) to usage(), fix markup of the manpage. | Ruslan Ermilov | 2007-10-30 | 2 | -7/+5 |
* | Whitespace-only change: trim EOL spaces. | Giorgos Keramidas | 2007-10-30 | 1 | -3/+3 |
* | mdoc warning fix: delete spurious empty line. | Giorgos Keramidas | 2007-10-30 | 1 | -2/+1 |
* | Remove an extra (commented out) .Sh HISTORY section heading, to avoid | Giorgos Keramidas | 2007-10-30 | 1 | -3/+1 |
* | mdoc fix: Add missing .El request | Giorgos Keramidas | 2007-10-30 | 2 | -2/+4 |
* | mdoc warning fixes: Use the correct syntax for .Bl -offset indent | Giorgos Keramidas | 2007-10-30 | 2 | -4/+4 |
* | mdoc warning fix: Remove a spurious .El request. | Giorgos Keramidas | 2007-10-30 | 1 | -2/+1 |
* | Remove an extra (commented out) .Sh HISTORY section heading, to avoid | Giorgos Keramidas | 2007-10-30 | 1 | -4/+2 |
* | Change a .PP request to a valid .Pp mdoc request, and remove an extra | Giorgos Keramidas | 2007-10-30 | 2 | -6/+3 |
* | Remove duplicate (but commented out) .Sh HISTORY section heading. | Giorgos Keramidas | 2007-10-30 | 28 | -56/+28 |
* | Remove duplicate (but commented out) .Sh HISTORY section heading | Giorgos Keramidas | 2007-10-30 | 2 | -4/+4 |
* | Remove extraneous empty lines, to fix mdoc warnings. | Giorgos Keramidas | 2007-10-30 | 3 | -7/+3 |