summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux requires -D__dead2= and -D__unused= to get rid of theimp2008-03-041-1/+1
* If a new thread is created, it inherits current thread's signal masks,davidxu2008-03-043-1/+24
* Include cpuset.h, unbreak compiling.davidxu2008-03-041-0/+2
* Also comment-out options MPC85XX. We don't define CCSRBAR_* without E500.marcel2008-03-041-1/+1
* implement pthread_attr_getaffinity_np and pthread_attr_setaffinity_np.davidxu2008-03-044-3/+68
* Comment-out cpu E500. We can't yet build it with AIM at the same time.marcel2008-03-041-1/+1
* Add the pic_ipi method. While here, eliminate the unused openpic_ocpbus_softcmarcel2008-03-041-9/+4
* When unloading kld, don't forget to flush the nat pointers.piso2008-03-031-0/+7
* Import the omitted gdb_machdep.c for PowerPC kernel.raj2008-03-031-2/+57
* Connect MPC85XX to the PowerPC build.raj2008-03-035-2/+105
* Use more compact LIST instead of TAILQ for session hash.mav2008-03-031-62/+32
* Support for Freescale integrated Three-Speed Ethernet Controller (TSEC).raj2008-03-033-0/+2287
* Recognize the quad-port Cicada (Vitesse) CS8204 10/100/1000TX PHY.raj2008-03-032-1/+4
* Support for Freescale QUad Integrated Communications Controller.raj2008-03-0311-0/+1456
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.raj2008-03-0326-3/+9576
* Rework and extend PowerPC headers definitons towards Book-E/e500 CPUs support.raj2008-03-0310-139/+730
* - Add my birthday.jadawin2008-03-031-0/+1
* - Add myself to ports committers and to tabthorpe and thierry's mentee listjadawin2008-03-031-0/+5
* Raise a bit ipfw kld priority.piso2008-03-031-1/+1
* Fix typo.dds2008-03-031-1/+1
* Implement functions pthread_getaffinity_np and pthread_setaffinity_np todavidxu2008-03-033-1/+78
* The Sony i.LINK (CXD1947) is _not_ supported.brueffer2008-03-031-3/+1
* Fix SYNOPSIS and usage().ru2008-03-032-9/+10
* Add cpu affinity APIs to get and set thread's cpu affinity mask, thedavidxu2008-03-031-0/+7
* Convert to be a 2-clause bsd-only license.kevlo2008-03-031-7/+0
* - Fix an off-by-one bug in _libelf_insert_section(). [1]jkoshy2008-03-031-5/+11
* Don't map memory/IO resource in device probe and just use PCIyongari2008-03-032-83/+51
* Don't allow jumbo frame on 8139C+ controller.yongari2008-03-032-3/+13
* Add KMOD target.kmacy2008-03-031-0/+1
* Implement WOL.yongari2008-03-032-1/+147
* Make session ID generator to use session ID hash.mav2008-03-021-40/+37
* Don't auto-start or allow extattrctl for UFS2 file systems, as UFS2 hasrwatson2008-03-021-0/+18
* Typo in comment spotted by Hasso Tepper.fanf2008-03-021-2/+2
* Unbreak after cpuset: initialize td_cpuset in sched_fork_thread().marcel2008-03-021-0/+2
* Rather than copying out the full audit trigger record, which includesrwatson2008-03-021-1/+1
* Don't run tests that assume <= 64-bit precision on machines with quaddas2008-03-021-8/+20
* 1 << 47 needs to be written 1ULL << 47.das2008-03-021-1/+1
* New sentence -> new line.brueffer2008-03-021-1/+2
* Replace lockmgr lock protecting nwfs vnode hash table with an sx lock.rwatson2008-03-021-12/+15
* Replace lockmgr lock protecting smbfs node hash table with sx lock.rwatson2008-03-023-9/+10
* Fix bugs when allocating and passing information of current lifetime andbz2008-03-022-6/+29
* Unify and generalize PowerPC headers, adjust AIM code accordingly.raj2008-03-0212-105/+240
* Return ENOSYS instead of 0 for the unknown futex operations.kib2008-03-021-1/+1
* Set AR=gnu-ar and RANLIB=gnu-ranlib on systems where we are forcedru2008-03-023-8/+3
* Some "cleanup" of tcp_mss():bz2008-03-021-8/+4
* Add support for the new cpu topology api:jeff2008-03-021-497/+439
* - Remove the old smp cpu topology specification with a new, more flexiblejeff2008-03-0213-173/+330
* - Add cpuset to the build.jeff2008-03-021-0/+1
* Add a simple utility for manipulating cpusets. Man page will be availablejeff2008-03-022-0/+335
* - Regen for cpusetjeff2008-03-026-7/+113
OpenPOWER on IntegriCloud