summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Always pullup mbuf prior to accessing TCP header.yongari2008-09-301-0/+5
* Verify high-res birthtime support on FreeBSD.kientzle2008-09-301-0/+2
* MfP4: restore birth time data to disk + more thorough tests forkientzle2008-09-304-83/+320
* MfP4: Store/read birthtime data in pax format.kientzle2008-09-304-0/+160
* MfP4: Support for storing birthtime in archive_entry objects.kientzle2008-09-307-0/+73
* Improve support for multiple block read/write. This code is currentlyimp2008-09-301-38/+42
* Properly implement read only. Also, the caps implementation is wrongimp2008-09-301-5/+1
* vm_fault_hold_user_pages will not return if an address in the range passed in...kmacy2008-09-291-14/+8
* Move the code for doing out-of-memory grass from vm_pageout_scan()kib2008-09-293-71/+87
* Make the media size return the block rather than the bytes on the device.imp2008-09-291-1/+1
* Explicitly set data to NULL rather than relying mmc_wait_for_cmd() toimp2008-09-291-1/+8
* Minor style fixes from mav@ (with similar problems fixed where I noticedimp2008-09-292-4/+5
* Conform to style(9) for return (foo); The files were a mix before.imp2008-09-292-12/+12
* Distinguish between cmd/parameters used for clone operations andsam2008-09-291-33/+43
* Since in some cases (when found obsolete) 'make' can be builded earlierache2008-09-291-1/+6
* Support for CPU sets is going to appear in 7.1 before 8.0.jhb2008-09-293-3/+3
* Expand comments relating various detach/free/drop inpcb routines.rwatson2008-09-291-9/+31
* Fix typo in comment.rwatson2008-09-291-2/+2
* Our groff doesn't understand $Mdocdate$, so replace them with bare dates.des2008-09-2913-13/+13
* o Add missed dot.maxim2008-09-291-1/+1
* Return G_PART_PROBE_PRI_HIGH instead of G_PART_PROBE_PRI_NORMmarcel2008-09-291-1/+1
* Insert the null scheme at the head. This does not change anymarcel2008-09-291-1/+1
* Convert all C++ comments to C style. There's lots of folks that don'timp2008-09-291-23/+30
* The parameters to the MMCBR_ACQUIRE_HOST and MMCBR_RELEAES_HOST wereimp2008-09-291-2/+2
* Implement MMCBR_IVAR_CAPS for AT91 MCI device.imp2008-09-281-0/+5
* Add "caps" word to host bridge.imp2008-09-281-0/+2
* Implement power down, and power down the bus on detach.imp2008-09-281-1/+15
* When a device is read only, fail all non-read BIO requests.imp2008-09-281-1/+8
* Propigate read-only status of cards. Right now it is read only atimp2008-09-283-1/+14
* The OCR register defines both acceptable voltage bits, as well as bitsimp2008-09-282-2/+3
* Other busses on the system use the official capitalization for theimp2008-09-281-1/+1
* Fix line continuation whitespace.imp2008-09-281-2/+2
* Small typo in the makedev(3) manpage.ed2008-09-281-1/+1
* Several documentation fixups related to device minor/major numbers:ed2008-09-286-82/+103
* Catch up with svn r96606 (cvs rev 1.127 2002/05/14 20:35:29) ofimp2008-09-281-43/+4
* Revert previous commit. The prototype has been moved to unistd.hmarcel2008-09-281-1/+1
* Remove ipi_all() and ipi_self() as the former hasn't been used atmarius2008-09-2815-207/+5
* Don't automatically prepend the "tty" prefix to `pkill -t' arguments.ed2008-09-282-9/+5
* Unbreak support for G4s without an L3 cache. L3 cache support was introducednwhitehorn2008-09-281-6/+5
* Add new PMC classes and CPU types.jkoshy2008-09-281-3/+8
* Update a comment.jkoshy2008-09-281-1/+1
* White space nit.imp2008-09-281-1/+0
* Fix comments to relate to FreeBSD's current interrupt blockingimp2008-09-281-3/+2
* Fix comment about needing to call something from splnet, which doesn'timp2008-09-281-1/+1
* Remove stale comment. splhigh -> critical_enter transition happendimp2008-09-281-6/+0
* Add stronger warning that spl is historical. I almost deleted thisimp2008-09-281-0/+12
* Change while (cond)\n\t\t; to while (cond)\n\t\tcontinue; since theimp2008-09-281-3/+3
* Add a driver for `Schizo' Fireplane/Safari to PCI 2.1 and `Tomatillo'marius2008-09-285-0/+1652
* - Build jexec (1) and slstat.antoine2008-09-271-6/+6
* guard against adhoc_pick_channel returning a NULL channel; this cansam2008-09-271-3/+6
OpenPOWER on IntegriCloud