summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o We don't have to keep track of the PIC, nor do we have to make suremarcel2008-03-051-28/+39
* o Various fixes related to PCI Express:marcel2008-03-051-37/+65
* Initialize mnt_stat.f_iosize before autostarting UFS1 extattrs.kib2008-03-051-0/+1
* Oops, I accidently concatenated uslcom.[c4] multiple times before therink2008-03-051-1676/+0
* Import uslcom(4) from OpenBSD - this is a driver for Silicon Laboratoriesrink2008-03-058-0/+2137
* Change float_t and double_t to long double on i386. All floating pointbde2008-03-051-2/+2
* Oops, back out previous commit since it was to the wrong file.bde2008-03-051-5/+4
* Change float_t and double_t to long double on i386. All floating pointbde2008-03-051-4/+5
* Expand the nfs_opts array to include all possible stringrodrigc2008-03-051-1/+4
* In nfs_mount(), default initialize struct nfs_argsrodrigc2008-03-051-1/+25
* - Don't overwrite the recently allocated 'nset' in cpuset_setthread() byjeff2008-03-051-1/+1
* Add rl(4) supportkevlo2008-03-051-0/+2
* Plug memory leak in jumbo buffer allocation failure path.yongari2008-03-051-4/+12
* - Verify that when a user supplies a mask that is bigger than the kerneljeff2008-03-052-26/+100
* Add detection of isolation state.yongari2008-03-051-0/+5
* Change the default port range for outgoing connections by introducingrpaulo2008-03-042-44/+29
* 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
* 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
* Fix incorrect field name.mav2008-03-041-1/+1
* Fix the Giant leak in the nfsrv_remove().kib2008-03-041-2/+6
* Make it possible to continue working after calling doadump()ru2008-03-041-0/+1
* Also comment-out options MPC85XX. We don't define CCSRBAR_* without E500.marcel2008-03-041-1/+1
* 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-034-2/+98
* 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
* Raise a bit ipfw kld priority.piso2008-03-031-1/+1
* Convert to be a 2-clause bsd-only license.kevlo2008-03-031-7/+0
* 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
* 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
* 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
OpenPOWER on IntegriCloud