summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Various whitespace nits.imp2004-11-121-21/+27
* Don't use aha after calling aha_free.imp2004-11-121-4/+4
* PORTS_MODULES: a list of ports to build with this kernel.imp2004-11-111-0/+14
* Kill the 802.11 crypo changes that shouldn't have been committed.imp2004-11-111-4/+0
* Commit takawata-san's Sony Notebook Controller driver, integrated intoimp2004-11-115-1/+360
* - Place the gcc memory barrier hint in the right place in the 80386 versionjhb2004-11-111-8/+9
* Only warn about missing _PRT tables if bootverbose is set. I've yet to seejhb2004-11-111-2/+4
* Correct a bug in nfsrv_create() where a call to nfsrv_access() mightrwatson2004-11-111-38/+52
* - Temporarily disable the nice -20 throttling code. It has some interactionjeff2004-11-111-0/+4
* - Introduce protosw_init().glebius2004-11-111-26/+31
* Catch up with the header repo copy.obrien2004-11-111-1/+1
* Add missing '='phk2004-11-111-1/+1
* Unbreak the build.des2004-11-111-0/+1
* Return POLLERR rather than POLLIN/POLLOUT on TS_ZOMBIE ttys.dds2004-11-111-4/+5
* Remove now-unused sysctl members.bms2004-11-111-4/+0
* Move per-instance sysctls under the per-device-instance tree.bms2004-11-111-23/+6
* Fix build.ru2004-11-111-2/+2
* pbio has moved to dev/pbioimp2004-11-114-517/+1
* Add device polling supportbrueffer2004-11-104-0/+218
* Don't forget to include opt_vm.h.cognet2004-11-101-0/+2
* Convert the IQ31244 code to use ARM32_NEW_VM_LAYOUT.cognet2004-11-102-6/+16
* Add a new option, ARM32_NEW_VM_LAYOUT. When set, we try to put up to 4cognet2004-11-101-0/+2
* Invalidate the data cache in pmap_qremove() instead of in pmap_kenter(),cognet2004-11-101-2/+2
* Remove at request of author, perhaps to be re-added later.markm2004-11-103-20/+0
* Remove files repocopied to sys/sparc64/sbus.trhodes2004-11-104-1044/+3
* Fix paths after repocopies done by scottltrhodes2004-11-103-4/+4
* Fix build error with ED_DEBUG.nyan2004-11-102-3/+3
* cosmetic changes.nyan2004-11-101-6/+1
* MFi386: revision 1.1170nyan2004-11-101-3/+5
* Add myself to copyright.glebius2004-11-101-0/+1
* remove unused variablephk2004-11-101-1/+0
* Remove hack which mounts the root filesystem R/W if the device isphk2004-11-101-7/+0
* Slim vnodes by another four bytes by eliminating the (now) unused fieldphk2004-11-103-8/+0
* Pick up the inode number using VOP_GETATTR() rather than caching itphk2004-11-101-4/+6
* Remove vn_todev()phk2004-11-102-14/+0
* Don't use vn_todev().phk2004-11-101-2/+2
* fix some commentsphk2004-11-101-4/+1
* Fix malloc type in free().simokawa2004-11-101-1/+1
* Add record capability.julian2004-11-102-488/+1405
* MFi386 rev 1.63-1.64:scottl2004-11-101-37/+142
* Remove __P here too.trhodes2004-11-101-3/+3
* Learn that 'b' comes before 'e' in ISO-LATIN-1imp2004-11-101-1/+1
* Keep a handle on the startup rescan timer and cancel the timer ifiedowse2004-11-101-5/+6
* Make pci_do_powerstate default to 1 now that we've done the release toimp2004-11-101-2/+2
* Tweaks to the resource allocation to allow a few of my obscureimp2004-11-101-7/+7
* Sort function names.imp2004-11-101-13/+12
* Use mount flags instead of NULL path to detect root filesystem mount.phk2004-11-091-1/+1
* Before trying to update metadata (so open consumer for writing), be surepjd2004-11-092-21/+53
* Introduce g_waitidlelock() function which is simlar to g_waitidle(),pjd2004-11-092-0/+13
* Remove stale comment after previous commit.trhodes2004-11-091-3/+0
OpenPOWER on IntegriCloud