| Commit message (Expand) | Author | Age | Files | Lines |
* | Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn't | markm | 2011-04-09 | 6 | -1/+1009 |
* | Add SHA512 (Actually, this is Colin Percival's code for SHA256, with | markm | 2011-04-09 | 7 | -165/+707 |
* | Fix make buildworld -DMODULES_WITH_WORLD on i386 | uqs | 2011-04-09 | 2 | -2/+2 |
* | Make it possible to use permission sets (full_set, modify_set, read_set | trasz | 2011-04-09 | 3 | -4/+34 |
* | Remove a check in udp6_send() that prevented v4-mapped v6 addresses from | bz | 2011-04-09 | 1 | -13/+0 |
* | After r219579 and r219779 unbreak v4-mapped v6 sockets for UDP | bz | 2011-04-09 | 1 | -13/+11 |
* | Remove setting of PCB_FULL_IRET at the places where we are going to call | kib | 2011-04-08 | 1 | -2/+0 |
* | Disable local interrupts before testing the PCB_FULL_IRET flag. | kib | 2011-04-08 | 1 | -1/+2 |
* | Refactor DELAYDEBUG as it is only useful for correcting i8254 frequency. | jkim | 2011-04-08 | 1 | -13/+14 |
* | Reintroduce the fix already discussed in r216805 (please check its history | attilio | 2011-04-08 | 1 | -24/+198 |
* | - Add kern.cam.ada.X.write_cache tunables/sysctls to control write caching | mav | 2011-04-08 | 3 | -13/+106 |
* | Add tunables that mirror the functionality of sysctls machdep.panic_on_nmi | rstone | 2011-04-08 | 2 | -0/+4 |
* | Fix a bug in the previous change to restore the fast path for syscall | jhb | 2011-04-08 | 1 | -6/+5 |
* | Catch up to PCB_FULL_IRET becoming a pcb flag rather than a full field. | jhb | 2011-04-08 | 1 | -1/+1 |
* | Add reference to led(4), supported now. | mav | 2011-04-08 | 1 | -5/+19 |
* | When specifying the -t option (send tag in front of message), this tag | edwin | 2011-04-08 | 2 | -9/+15 |
* | Partially fix ZFS compat code for sparc64. | mm | 2011-04-08 | 2 | -25/+82 |
* | Re-add the pad[2] I deleted by accident. | adrian | 2011-04-08 | 1 | -0/+1 |
* | Add initial support for MIMO statistics to net80211. | adrian | 2011-04-08 | 5 | -5/+109 |
* | Fix the completely wrong types I used in the previous commit. | adrian | 2011-04-08 | 3 | -6/+6 |
* | Begin fleshing out a public HAL routine to export the per-chain | adrian | 2011-04-08 | 2 | -0/+78 |
* | Export the per-chain ctl/ext noise floor values, raw and uncut, to the | adrian | 2011-04-08 | 3 | -0/+22 |
* | Extend the RX descriptor block to include two more EVM words. | adrian | 2011-04-08 | 1 | -0/+2 |
* | Stripped '32' suffix from linux systrace module name on i386. | art | 2011-04-08 | 2 | -2/+8 |
* | Use atomic load & store for TSC frequency. It may be overkill for amd64 but | jkim | 2011-04-07 | 16 | -54/+78 |
* | u3g.4: | gjb | 2011-04-07 | 2 | -2/+1 |
* | pcb_flags is an int, so use testl rather than testq. | jhb | 2011-04-07 | 1 | -1/+1 |
* | If a system call does not request a full interrupt return, use a fast | jhb | 2011-04-07 | 1 | -0/+33 |
* | Remove stale checks for RDTSC support. amd64 must have TSC support anyway. | jkim | 2011-04-07 | 1 | -14/+1 |
* | Port of the LRO fix from mxge driver to the generic | jfv | 2011-04-07 | 1 | -2/+4 |
* | - Fixed a problem when multiqueue mode was enabled which caused the CQ | davidch | 2011-04-07 | 2 | -154/+184 |
* | Fix a bug in mxge's LRO which can cause dup acks to | gallatin | 2011-04-07 | 1 | -2/+4 |
* | Add some more OS_MARK probes to the RX DMA setup/teardown code path. | adrian | 2011-04-07 | 2 | -0/+14 |
* | - Adjust a comment to actual behaviour | gabor | 2011-04-07 | 8 | -4/+19 |
* | - Simplify the fixed string pattern preprocessing code | gabor | 2011-04-07 | 3 | -11/+12 |
* | - Replace some strcpy()-family functions with memcpy() ones. It has been | gabor | 2011-04-07 | 1 | -5/+6 |
* | Properly unref ng_hub nodes on shutdown, so that we don't leak them. | zec | 2011-04-07 | 1 | -0/+2 |
* | Fix spelling. | mav | 2011-04-07 | 1 | -1/+1 |
* | Add one more ID for Marvell 88SE912x chip found on Asus U3S6 card. | mav | 2011-04-07 | 1 | -0/+1 |
* | Make ada(4) driver to control device write cache, same as ata(4) does. | mav | 2011-04-07 | 2 | -3/+97 |
* | Modify read/write ioctls to work with 64 bit registers too. | np | 2011-04-07 | 2 | -15/+33 |
* | - Don't invalidate jnewblks immediately upon discovering that the block | jeff | 2011-04-07 | 2 | -102/+233 |
* | Implement atomic_load_acq_64(9) and atomic_store_rel_64(9) for i386. These | jkim | 2011-04-06 | 3 | -0/+121 |
* | Update arcmsr(4) to vendor version 1.20.00.21. This release primarily | delphij | 2011-04-06 | 2 | -114/+196 |
* | Regenerate after r220401. It turns out makeman is clever about implied | uqs | 2011-04-06 | 2 | -7/+18 |
* | Complete WITHOUT_CXX support. It implies WITHOUT_GROFF and | uqs | 2011-04-06 | 4 | -3/+584 |
* | Add RACCT_NOFILE accounting. | trasz | 2011-04-06 | 2 | -2/+43 |
* | Style fix. | trasz | 2011-04-06 | 3 | -6/+3 |
* | Add accounting for SysV-related resources. | trasz | 2011-04-06 | 3 | -12/+84 |
* | Move getc() body before xgetc() so gcc does not emit a warning about function | rdivacky | 2011-04-06 | 1 | -9/+9 |