summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Modify the man pages to reflect the addition of a backuprmacklem2011-04-102-31/+22
* Rename 07.lpr to 07.lpd and re-connect to the build. This wasuqs2011-04-1011-3/+1
* Add link to rctl(8).trasz2011-04-101-1/+2
* Remove stray semicolon.trasz2011-04-101-1/+1
* Update recommendation for mergemaster. The -a and -i options are exclusive.dougb2011-04-101-1/+1
* Fix a long standing SUJ performance problem:jeff2011-04-102-57/+215
* Add support for a backup stable restart file to the nfsd,rmacklem2011-04-101-9/+110
* Add a VOP_UNLOCK() for the directory, when that is not whatrmacklem2011-04-091-1/+5
* Linuxolator calls VOP_READDIR with ncookies pointer. Implement akib2011-04-091-7/+3
* Don't hardcode assumptions about basic rates, similar to what the rt2661bschmidt2011-04-092-21/+23
* Allow the user to use the live environment post-installation, as wellnwhitehorn2011-04-091-2/+5
* Rename the "Reboot" option to "Exit", which reflects what it actuallynwhitehorn2011-04-091-1/+1
* Document SHA256/512 modes.markm2011-04-091-2/+8
* Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn'tmarkm2011-04-096-1/+1009
* Add SHA512 (Actually, this is Colin Percival's code for SHA256, withmarkm2011-04-097-165/+707
* Fix make buildworld -DMODULES_WITH_WORLD on i386uqs2011-04-092-2/+2
* Make it possible to use permission sets (full_set, modify_set, read_settrasz2011-04-093-4/+34
* Remove a check in udp6_send() that prevented v4-mapped v6 addresses frombz2011-04-091-13/+0
* After r219579 and r219779 unbreak v4-mapped v6 sockets for UDPbz2011-04-091-13/+11
* Remove setting of PCB_FULL_IRET at the places where we are going to callkib2011-04-081-2/+0
* Disable local interrupts before testing the PCB_FULL_IRET flag.kib2011-04-081-1/+2
* Refactor DELAYDEBUG as it is only useful for correcting i8254 frequency.jkim2011-04-081-13/+14
* Reintroduce the fix already discussed in r216805 (please check its historyattilio2011-04-081-24/+198
* - Add kern.cam.ada.X.write_cache tunables/sysctls to control write cachingmav2011-04-083-13/+106
* Add tunables that mirror the functionality of sysctls machdep.panic_on_nmirstone2011-04-082-0/+4
* Fix a bug in the previous change to restore the fast path for syscalljhb2011-04-081-6/+5
* Catch up to PCB_FULL_IRET becoming a pcb flag rather than a full field.jhb2011-04-081-1/+1
* Add reference to led(4), supported now.mav2011-04-081-5/+19
* When specifying the -t option (send tag in front of message), this tagedwin2011-04-082-9/+15
* Partially fix ZFS compat code for sparc64.mm2011-04-082-25/+82
* Re-add the pad[2] I deleted by accident.adrian2011-04-081-0/+1
* Add initial support for MIMO statistics to net80211.adrian2011-04-085-5/+109
* Fix the completely wrong types I used in the previous commit.adrian2011-04-083-6/+6
* Begin fleshing out a public HAL routine to export the per-chainadrian2011-04-082-0/+78
* Export the per-chain ctl/ext noise floor values, raw and uncut, to theadrian2011-04-083-0/+22
* Extend the RX descriptor block to include two more EVM words.adrian2011-04-081-0/+2
* Stripped '32' suffix from linux systrace module name on i386.art2011-04-082-2/+8
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-0716-54/+78
* u3g.4:gjb2011-04-072-2/+1
* pcb_flags is an int, so use testl rather than testq.jhb2011-04-071-1/+1
* If a system call does not request a full interrupt return, use a fastjhb2011-04-071-0/+33
* Remove stale checks for RDTSC support. amd64 must have TSC support anyway.jkim2011-04-071-14/+1
* Port of the LRO fix from mxge driver to the genericjfv2011-04-071-2/+4
* - Fixed a problem when multiqueue mode was enabled which caused the CQdavidch2011-04-072-154/+184
* Fix a bug in mxge's LRO which can cause dup acks togallatin2011-04-071-2/+4
* Add some more OS_MARK probes to the RX DMA setup/teardown code path.adrian2011-04-072-0/+14
* - Adjust a comment to actual behaviourgabor2011-04-078-4/+19
* - Simplify the fixed string pattern preprocessing codegabor2011-04-073-11/+12
* - Replace some strcpy()-family functions with memcpy() ones. It has beengabor2011-04-071-5/+6
* Properly unref ng_hub nodes on shutdown, so that we don't leak them.zec2011-04-071-0/+2
OpenPOWER on IntegriCloud