summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Explicitly request pre-zeroed memory instead of memset'ing ourdelphij2006-05-311-5/+1
* Clear invalid bits only if CPU supports SSE, otherwise, some fields indavidxu2006-05-311-1/+2
* Protect the mapping used for pmap_copy_page/pmap_zero_page with acognet2006-05-301-2/+15
* Use the method described in IA-32 Intel Architecture Software Developer'sdavidxu2006-05-306-11/+21
* Handle some of the inquiry flags that have come intomjacob2006-05-302-6/+17
* Add a define for the Standard SD Host Controller Base Peripheral.imp2006-05-301-0/+1
* To avoid problems, invalidate the data cache and disable the MMU oncecognet2006-05-302-4/+38
* - Add two checks for syntax errorsdds2006-05-301-7/+13
* Assertion code specifications are introduced using special characterdds2006-05-302-187/+187
* Kris Kennaway found that for '/' NFS mounts, the MPSAFE mount flag wasmohans2006-05-301-1/+2
* Remove incorrect lock validation specifications that causeddds2006-05-301-7/+0
* Revert the (int *) -> (intptr_t *) conversion done as part of rev. 1.59marius2006-05-301-10/+10
* Fix -Wundef warnings.ru2006-05-301-7/+7
* Enable -Wundef warnings for kernel/module compiles. From cpp.info:ru2006-05-301-1/+4
* Make recoverdisk compile on amd64 and possibly other 64bit archs.matteo2006-05-304-10/+10
* Move SiS 760 to where it belongs.jkim2006-05-304-4/+4
* Don't set CAM_DEV_QFRZN when we get an ABORT_TASK. Justmjacob2006-05-301-1/+1
* In pmap_is_prefaultable(), assert that the pte isn't NULL ifcognet2006-05-301-0/+1
* Add jail_<jname>_exec_afterstart<N> rc.conf variable, where <N> ismatteo2006-05-303-2/+55
* style(9)matteo2006-05-301-12/+12
* The Assabet has 32MB of RAM, not 16.cognet2006-05-301-2/+3
* The tinderbox has moved to projcvs.des2006-05-3025-2554/+0
* In pmap_mapdev we correctly round the address off to the nearest pagebenno2006-05-301-1/+1
* Uncomment the call to cpu_idcache_wbinv_all() after the MMU has beencognet2006-05-301-1/+1
* Dike out WARNS from kernel module makefiles. Kernels and modulesru2006-05-308-8/+0
* Fix various typos and brainos in last commit.phk2006-05-301-5/+4
* This commit was generated by cvs2svn to compensate for changes in r159063,harti2006-05-305-114/+915
|\
| * Vendor patch: add support for the BITS construct and enumerations in bothharti2006-05-305-114/+915
* | Use some features of sh(1) which I didn't know about until today ("read"cperciva2006-05-301-5/+2
* | Spin until a request structure is available in the ioctl path.ps2006-05-301-2/+2
* | Don't go past the end of the month with a repetitive entry of thegrog2006-05-301-0/+3
* | Remove reference to no longer existant /etc/rc.d/pccard.brooks2006-05-301-1/+0
* | Close race between vmspace_exitfree() and exit1() and races betweentegge2006-05-296-53/+104
* | Add acknowledgements to LSI-Logic for supportmjacob2006-05-299-0/+39
* | + Change some debug messages to MPT_PRT_NEGOTIATE level (so wemjacob2006-05-291-74/+79
* | Add a mpt_is_raid_volume function which will tell you whethermjacob2006-05-292-2/+20
* | Add a MPT_PRT_NEGOTIATION print level.mjacob2006-05-291-0/+1
* | Nuke sa11x0_attach_args. It's a NetBSDIsm, and we have no use for it.cognet2006-05-291-9/+0
* | o Add net80211/ to cscope dir list.maxim2006-05-291-4/+4
* | o Add a collection of regression tests for ancillary (control)maxim2006-05-294-0/+1823
* | Remove cruft.scottl2006-05-291-5/+0
* | Fix build with -Wundef.ru2006-05-292-4/+4
* | When setting verbose, *set* it, don't *add* it.mjacob2006-05-291-1/+1
* | Add RELENG_5_5 to the 5.x lineup.des2006-05-292-2/+2
* | Remove the telnet command because of filesystem full.nyan2006-05-291-1/+0
* | remove comment about systems, I got confused which arch one of my systemsjmg2006-05-291-4/+0
* | o Test truncate(2) on fifo: it should ignore the request andmaxim2006-05-291-0/+19
* | MFalpha/amd64/arm/ia64alc2006-05-292-23/+7
* | Unexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY(foo).delphij2006-05-291-2/+2
* | Backout changes trying to inherit floating-point environment, althoughdavidxu2006-05-293-40/+1
OpenPOWER on IntegriCloud