summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Ports aren't generally ready for parallel make.ru2004-11-121-1/+1
* Catch a few more autofs references.peter2004-11-122-2/+0
* Spell _KERNEL correctly so that UP kernels are actually optimized again.jhb2004-11-121-1/+1
* - Use the SMP style ops for atomic_load/store() in userland so thatjhb2004-11-121-2/+1
* Add altq support.brueffer2004-11-122-14/+18
* Pass the "?" command output through the pager.ru2004-11-121-4/+15
* Second of several commits to allow kernel System V IPC data structuresrwatson2004-11-124-349/+353
* First of several commits to allow kernel System V IPC data structuresrwatson2004-11-123-1/+30
* Correct a bug in the if_em driver relating to the use of vlans withrwatson2004-11-122-6/+44
* Put back the vfs_object_create() calls, they do make a difference whenphk2004-11-121-0/+2
* Doh! This one crept in two commits ago and didn't get weeded out onimp2004-11-121-1/+0
* Put back usb_uncallout_drain(), as it is now also used by umass.c.iedowse2004-11-121-0/+1
* Back out my recent changes for timeout races, as there have beeniedowse2004-11-124-125/+49
* 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
OpenPOWER on IntegriCloud