summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Temporarily back out revision 1.98 to give Portmgr some time toobrien2008-03-041-2/+2
* Change the default port range for outgoing connections by introducingrpaulo2008-03-042-44/+29
* Back out revision 1.97, which backed out part of revision 1.96.obrien2008-03-041-2/+2
* Add support for automatic promotion of 4KB page mappings to 2MB pagealc2008-03-042-105/+1081
* Implement 128 items node name hash for faster name search.mav2008-03-041-47/+70
* Force an explicit dependency on opt_global.h for all module object filesjhb2008-03-041-0/+7
* <limits.h> is necessary for using INT_MIN, so included it hereimp2008-03-041-0/+1
* Continue on-going campaign to replace lockmgr locks with sx locks whererwatson2008-03-042-12/+14
* Move setting of MNTK_MPSAFE flag before UFS1 extended attributerwatson2008-03-041-3/+3
* Move a stray paragraph on .Ev MAKEFLAGS to where it belongs.yar2008-03-041-14/+14
* Revise the description of how .Ev MAKEFILE and .Va .MAKEFILE relate.yar2008-03-041-21/+27
* Fix incorrect field name.mav2008-03-041-1/+1
* Fix the Giant leak in the nfsrv_remove().kib2008-03-041-2/+6
* Split descriptions of .Ev MAKEFILE and .Va .MAKEFLAGS for clarity.yar2008-03-041-2/+2
* Make it possible to continue working after calling doadump()ru2008-03-041-0/+1
* Note 7.0 was the first version that FreeBSD/pc98 had a MACHINE of pc98imp2008-03-041-8/+7
* 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
OpenPOWER on IntegriCloud