summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* M_USE_RESERVE has been deprecated for a decade. Eliminate any uses thatalc2010-10-023-5/+3
* Try to adhere to style(9) and be consistent within this file.marius2010-10-021-21/+22
* Fix some KTR arguments that were breaking the LINT build.nwhitehorn2010-10-021-3/+3
* Release the vnode lock and close the linker file vnode earlier inkib2010-10-022-6/+6
* Cleanup some example and empty directories that were left around afterdim2010-10-0216-665/+0
* Cosmetic: make it less confusing when displaying RAID 1 level, that mightkib2010-10-021-1/+1
* Fix up whatis/apropos issue displaying all output on a single due togordon2010-10-021-2/+2
* o) Allow devices to override the MDIO read and write functions presented tojmallett2010-10-029-3/+234
* Rather than shifting offsets by three, set register offset to 3. All ourjmallett2010-10-023-16/+15
* Use ABI-aware macros for setting up a fake frame.jmallett2010-10-021-4/+4
* Remove extra cpu setting and commented-out devices, some of which don't exist.jmallett2010-10-021-12/+0
* Make the OCTEON1 configuration look like a normal GENERIC configuration. Injmallett2010-10-021-56/+250
* Use __FBSDID() instead of RCSID() in most .S files under lib/msun/i386,dim2010-10-0121-42/+21
* Map the Open Firmware framebuffer console with write combining turned on,nwhitehorn2010-10-011-13/+27
* Fix pmap_page_set_memattr() behavior in the presence of fictitious pagesnwhitehorn2010-10-012-42/+20
* Remove extra semicolon.yongari2010-10-011-2/+2
* Allow write DMA to request larger DMA burst size to get betteryongari2010-10-012-0/+5
* put back the assigment to sched_time. It was correct, andluigi2010-10-011-0/+1
* Only hide the ifa and not the tp under #ifdef INET as the tp is neededbz2010-10-011-1/+1
* Change the output of mctest to give a summary of the results insteadgnn2010-10-012-13/+34
* libc: Remove the i386 assembler version of strlen(3).jilles2010-10-012-55/+1
* Proper bracketing.bz2010-10-011-2/+2
* - simplify by using one build scriptmr2010-10-018-678/+32
* i386 and amd64 mp_machdep: improve topology detection for Intel CPUsavg2010-10-012-172/+250
* sysctls in kern_shutdown: add twin tunablesavg2010-10-011-6/+9
* Fix background roaming to actually work in AUTO roaming mode.adrian2010-10-011-1/+1
* - Check flag with the bitwise operator, not the logical operator.lulf2010-10-012-4/+4
* Implementaiton of man, manpath, whatis, and apropos written entirely in sh.gordon2010-10-016-0/+1510
* Fix IFCAP_TXCSUM/IFCAP_RXCSUM handling. Previously bge(4) usedyongari2010-09-301-4/+8
* MFV of 213310, tzdata2010medwin2010-09-302-5/+5
* Retire the amd64 and i386 specific inline assembly versions of ldexp.c,dim2010-09-302-136/+0
* Add support for memory attributes (pmap_mapdev_attr() and friends) onnwhitehorn2010-09-307-51/+290
* Rename rl_setmulti() to rl_rxfilter() as rl_rxfilter() will handleyongari2010-09-301-66/+42
* there must be only one SYSINIT with SI_SUB_RUN_SCHEDULER+SI_ORDER_ANY orderavg2010-09-303-3/+3
* debug.kdb.stop_cpus sysctl: hint that this is also a tunableavg2010-09-301-1/+1
* kmem_size* sysctls: hint that these are also tunablesavg2010-09-301-4/+4
* Do not use regular interrupts on NVidia HPETs. NVidia MCP5x chipsets havemav2010-09-301-0/+7
* Revert r132291.mav2010-09-301-2/+1
* If an RCS file is truncated, rcsfile_getdelta() will return NULL. Insteadjhb2010-09-301-0/+8
* Fix printing of the "rw" mount option in fstab(5) format (-p option).jh2010-09-301-12/+12
* change code to use unwind.h.davidxu2010-09-302-5/+6
* Remove target peigen.c so that make doesn't warn us about it.rpaulo2010-09-301-2/+0
* Also the stop function should accept 64-bit exception class.davidxu2010-09-301-1/+1
* - Sizeof exception class type should always be 64-bit.davidxu2010-09-301-3/+5
* Import unwind.h from libunwind-0.99.davidxu2010-09-301-0/+154
* Add advice to new fathers from Thomas Ptacek.cperciva2010-09-291-0/+6
* - Fix values of CS1_EN and CS2_EN flagsgonzo2010-09-292-7/+6
* Commit the rest of r213270.emaste2010-09-291-0/+1
* tr: Fix '[=]=]' equivalence class.jilles2010-09-294-2/+6
* Implement hardware MAC statistics for BCM5705 or newer Broadcomyongari2010-09-292-49/+339
OpenPOWER on IntegriCloud