| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop advertising clause in manpages. It was done a long time ago | uqs | 2010-12-06 | 8 | -41/+9 |
* | Fix scanning after loosing a connection. The firmware assumes that as long | bschmidt | 2010-12-06 | 1 | -2/+19 |
* | Fixes for monitor mode: | bschmidt | 2010-12-06 | 1 | -4/+3 |
* | When masking direct and processor devices during an inquiry, properly | jhb | 2010-12-06 | 1 | -1/+2 |
* | When masking direct and processor devices during an inquiry, properly | jhb | 2010-12-06 | 1 | -4/+4 |
* | Fix style bug introduced by previous commit. | trasz | 2010-12-06 | 1 | -1/+1 |
* | Improve readability by factoring out the !RFPROC case. While here, | trasz | 2010-12-06 | 1 | -59/+57 |
* | Add a manpage for SYSINIT() and SYSUNINIT(). | jhb | 2010-12-06 | 2 | -0/+165 |
* | Do not leak %rdx value in the previous image to the new image after | kib | 2010-12-06 | 1 | -0/+1 |
* | Use GEOM stripesize field when calculating ashift. This will enable correct | ivoras | 2010-12-06 | 1 | -1/+4 |
* | Revert r209469: it causes the rest of the function to be bypassed. | brucec | 2010-12-06 | 1 | -2/+0 |
* | Fix double ;; | kevlo | 2010-12-06 | 8 | -9/+9 |
* | Catch up with kernel using time_uptime to drive ARP timeouts. | glebius | 2010-12-06 | 1 | -3/+3 |
* | Catch up with kernel using time_uptime to drive ARP timeouts. | glebius | 2010-12-06 | 1 | -1/+3 |
* | Don't write the terminating NUL past end of buffer. | jh | 2010-12-06 | 1 | -1/+1 |
* | Work around gcc constant folding bugs. | das | 2010-12-06 | 1 | -1/+6 |
* | signbit() returns nonzero for negative arguments, but we shouldn't assume | das | 2010-12-06 | 6 | -6/+8 |
* | Fix some warnings. | das | 2010-12-05 | 1 | -3/+3 |
* | sh: POSIX says there should not be a space between Done and (exitstatus). | jilles | 2010-12-05 | 1 | -1/+1 |
* | Bring in the change from NetBSD 1.28: | dougb | 2010-12-05 | 1 | -3/+3 |
* | Bring in the following changes from NetBSD: | dougb | 2010-12-05 | 1 | -13/+42 |
* | sh: Improve jobs output of pipelines. | jilles | 2010-12-05 | 1 | -66/+83 |
* | Bring in the change from NetBSD 1.20: | dougb | 2010-12-05 | 1 | -2/+2 |
* | Bring in the changes from NetBSD 1.16 that we did not already have. | dougb | 2010-12-05 | 1 | -2/+2 |
* | Add regression tests for logarithmic functions in the math library. | das | 2010-12-05 | 3 | -1/+169 |
* | Bring in the changes from NetBSD 1.13 that we did not already have, with | dougb | 2010-12-05 | 1 | -4/+9 |
* | Bump __FreeBSD_version for the addition of log2(). This is mainly for the | das | 2010-12-05 | 1 | -1/+1 |
* | Add log2() and log2f(). | das | 2010-12-05 | 8 | -12/+149 |
* | Add a "kernel" log function, based on e_log.c, which is useful for | das | 2010-12-05 | 2 | -0/+171 |
* | Bring in the change from NetBSD 1.12: | dougb | 2010-12-05 | 1 | -0/+7 |
* | sh: Avoid marking a job as done before it is fully created. | jilles | 2010-12-05 | 1 | -2/+2 |
* | Bring in the following changes from NetBSD. See the discussion at: | dougb | 2010-12-05 | 1 | -7/+10 |
* | Fix an "unused variable" error that gets us all the way to WARNS=6 | dougb | 2010-12-05 | 2 | -4/+3 |
* | Bring in the update from NetBSD 1.28: | dougb | 2010-12-05 | 1 | -25/+26 |
* | Bring in the update from NetBSD 1.19, the documentation of readlink -f | dougb | 2010-12-05 | 1 | -4/+17 |
* | Bring in a new feature, adding a -f option to readlink to print the path | dougb | 2010-12-05 | 1 | -3/+29 |
* | Bring in the change from NetBSD 1.22: | dougb | 2010-12-05 | 1 | -3/+3 |
* | sh: jobs -p: Do not ask the kernel for the pgid. | jilles | 2010-12-05 | 1 | -4/+1 |
* | Use proper bounds checking on VPA. | ed | 2010-12-05 | 1 | -2/+1 |
* | Add my own documentation for the change in our r216196, aka NetBSD's 1.18 | dougb | 2010-12-05 | 1 | -0/+4 |
* | Bring in the change from NetBSD 1.18: | dougb | 2010-12-05 | 1 | -3/+13 |
* | For 6000 series and newer devices the DC calibration results are no | bschmidt | 2010-12-05 | 2 | -9/+29 |
* | MFamd64 r204214: Enforce stronger alignment semantics (require that the | cperciva | 2010-12-05 | 1 | -12/+18 |
* | Switch which software-reserved bit is used to designate a locked PTE | nwhitehorn | 2010-12-05 | 1 | -2/+2 |
* | Use correct field to track statistics counting error as bad header length. | bz | 2010-12-05 | 1 | -1/+1 |
* | Remove gratuitous i386/amd64 inconsistency in favour of the less verbose | cperciva | 2010-12-04 | 1 | -2/+1 |
* | Remove unnecessary #includes which seem to have been accidentally added | cperciva | 2010-12-04 | 1 | -3/+0 |
* | De-orbit usbdevs(8) which hasn't worked with the new USB stack for a long | uqs | 2010-12-04 | 3 | -310/+0 |
* | Fix a bug where also the number of non-renegable gap reports | tuexen | 2010-12-04 | 3 | -47/+25 |
* | Add MAKEDEV.8 | dougb | 2010-12-04 | 1 | -0/+2 |