summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* printf(1): Clarify that \OOO produces a byte, different %b escape sequences.jilles2010-09-051-4/+10
* sh: Improve comments in expand.c.jilles2010-09-051-21/+37
* Implement correct handling of address parameter andtuexen2010-09-053-126/+80
* Note in rc.conf(5) that jail_list should contain only alphanumericgjb2010-09-051-2/+3
* Add support for the Sharp/Micron flash chips to powermac_mvram(4).mav2010-09-053-12/+118
* Make nexus report name and compat fields as pnpinfo for devices on themav2010-09-051-0/+2
* Several improvements to HPET driver:mav2010-09-051-22/+55
* libedit: Try to map <Delete> to ed-delete-next-char.jilles2010-09-052-2/+10
* Document "show cdev" command.kib2010-09-051-1/+7
* Document MAKEDEV_ETERNAL.kib2010-09-051-1/+14
* Fix some CLANG warnings. One clang warning is leftrrs2010-09-055-17/+35
* Fix invalid class removal when IAF is not the last class.fabient2010-09-052-19/+6
* Initialize buffer for case of empty string. Happens only on non-refactoredmav2010-09-051-0/+1
* Avoid to try to remove suj journal file (.sujournal) and conventionaldaichi2010-09-051-0/+3
* Allowed unionfs to use whiteout not supporting file system asdaichi2010-09-052-24/+4
* Add myself to commiters-ports.dotswills2010-09-051-0/+4
* Add myself to calendar.freebsdswills2010-09-051-0/+1
* Change the code in ncl_bioread() in the experimental NFSrmacklem2010-09-051-4/+1
* Disable use of the NLM in the experimental NFS client, sincermacklem2010-09-051-1/+1
* sh: Get rid of some magic numbers.jilles2010-09-041-2/+2
* struct device: widen type of flags and order fields to u_intavg2010-09-042-6/+5
* Fix a compile problem introduced with r212008 on 32bit:bz2010-09-041-1/+1
* In case of RADIX_MPATH do not leak the IN_IFADDR read lock onbz2010-09-041-2/+3
* Shut the compiler up; initializes the sotype variable to zero inkevlo2010-09-041-0/+1
* libedit: Do not move the cursor for ed-delete-next-char in emacs mode.jilles2010-09-031-7/+4
* sh: Do not use locale for determining if something is a name.jilles2010-09-031-5/+5
* sh: Add a test that 'read' leaves the file pointer at the correct place.jilles2010-09-031-0/+31
* Fix another bug introduced in r212109. We should unload DMA mapsyongari2010-09-031-1/+1
* Use a better #if guard.mdf2010-09-031-1/+1
* Style(9) fixes and eliminate the use of min().mdf2010-09-031-12/+15
* Fix user-space libsbuf build. Why isn't CTASSERT available tomdf2010-09-031-0/+2
* Fix brain fart when converting an if statement into a KASSERT.mdf2010-09-031-1/+1
* Use math rather than iteration when the desired sbuf size is larger thanmdf2010-09-031-5/+9
* Change the parameter passed to the inline assembly to u_shortrdivacky2010-09-032-38/+38
* When an asm location cannot be resolved to a function the costfabient2010-09-034-0/+6
* vm_page.c: include opt_msgbuf.h for MSGBUF_SIZE use in vm_page_startupavg2010-09-031-0/+1
* We need to copy the ports config files before we launch the prefetchphk2010-09-031-3/+3
* acpi: update stale comments about order of cpu devices probingavg2010-09-031-6/+5
* - Bump MAXCPU to 4. Tested on a quad G5 with both 32 and 64-bit kernels.grehan2010-09-033-4/+12
* Allow / in the NANO_DEVICEimp2010-09-031-1/+1
* fix the move so that it matches what the rest of the internetjmg2010-09-031-1/+1
* Initial WOL support. NS DP8315 was tested but SiS900/SiS7016 wasyongari2010-09-032-31/+124
* Implement initial device suspend/resume method.yongari2010-09-021-0/+31
* In the case of non-sequential mappings, ofw_mapmem() could ask Opennwhitehorn2010-09-021-1/+1
* Adding a missing firstname (Monique)edwin2010-09-021-1/+1
* Correct spelling mistake, int -> intogavin2010-09-021-2/+2
* Better wording.yongari2010-09-021-3/+3
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.gibbs2010-09-027-27/+74
* Document tunable dev.sis.%unit.manual_padyongari2010-09-021-1/+18
* Enable sis(4). sis(4) should work on all architectures.yongari2010-09-021-1/+1
OpenPOWER on IntegriCloud