summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Acquire and release the vm_map lock instead of Giant in obreak().alc2002-06-201-11/+7
* Solve the 'unregistered netisr 18' information notice with a sledgehammer.peter2002-06-201-4/+7
* - Move the computation of pflags out of the page allocation loop injeff2002-06-191-17/+21
* - Remove the lock(9) protecting the kernel linker system.arr2002-06-191-14/+46
* - Remove bogus use of kmem_alloc that was inherited from the old zonejeff2002-06-192-17/+18
* Teach kmem_malloc about M_ZERO.jeff2002-06-191-4/+10
* Correct spelling of 'supplied'.robert2002-06-191-1/+1
* Change spelling of `u_char' to `unsigned char' to avoid requiringmike2002-06-191-1/+1
* Add better mediaopt support for ibss and friends.imp2002-06-193-39/+171
* MFi386: revisions from 1.342 to 1.344nyan2002-06-191-0/+2
* Backout previous change and merge from sys/dev/sio/sio.c revision 1.375.nyan2002-06-192-12/+46
* Merged from sys/isa/fd.c revision 1.233.nyan2002-06-192-86/+58
* Use si_iosize_max to tell the upper layers not to use moresos2002-06-192-44/+18
* Add yet another (older) Promise chipsos2002-06-192-5/+10
* In rev 1.72 a situation related to write/mmap was fixed which could resultdillon2002-06-191-7/+11
* Remove the compat bits for the mis-aligned struct disklabel on alpha,phk2002-06-194-64/+0
* Squish the "could sleep with process lock" messages caused by callingalfred2002-06-194-19/+52
* o Replace GIANT_REQUIRED in vm_object_coalesce() by the acquisition andalc2002-06-192-8/+10
* fix whitespace botch in previous commit.billf2002-06-191-1/+1
* Removed unneeded files.pdeuskar2002-06-184-5322/+0
* setsugid() touches p->p_flag so assert that the proc is locked.alfred2002-06-181-0/+2
* A node that creates a device entry in /dev (yay devfs)julian2002-06-184-0/+689
* Make the speed used by gdb over serial settable in the kernel configuration.n_hibma2002-06-188-55/+108
* o Remove LK_CANRECURSE from the vm_map lock.alc2002-06-181-2/+2
* Remove so*_locked(), which were backed out by mistake.tanimura2002-06-189-128/+38
* Add support for Comtrol RocketPort 550 PCi models: 4 RJ45, 4 Quadcable,obrien2002-06-181-0/+87
* Support the Comtrol RocketPort 550 PCi 16 (used with RocketPort I/F box).obrien2002-06-182-1/+29
* ebus sio(4) attachment.obrien2002-06-181-0/+113
* Allow one to configure `sio'.obrien2002-06-181-0/+6
* Sync with i386.obrien2002-06-181-8/+10
* Honor the BUCKETCACHE flag on free as well.jeff2002-06-171-4/+9
* - Introduce the new M_NOVM option which tells uma to only check the currentlyjeff2002-06-177-6/+24
* Avoid reprobing on loading a driver. This does not work as the ivars setn_hibma2002-06-171-0/+15
* Set the ivars _after_ checking that the bdev was correctly created insteadn_hibma2002-06-171-2/+2
* clean up some KASSERTS.n_hibma2002-06-171-13/+18
* Use OBJDIR instead of CURDIR. This unbreaks loading modules throughn_hibma2002-06-171-1/+1
* Add constants for the min and max prom addresses. Use these instead ofjake2002-06-172-3/+6
* o Acquire and release Giant in vm_map_wakeup() to preventalc2002-06-171-0/+7
* remove bogus comment, select/poll do NOT need to fhold as they hold thealfred2002-06-171-1/+4
* - Turn a DIAGNOSTIC check into a KASSERT(9).arr2002-06-171-4/+1
* - Turn a DIAGNOSTIC check into a KASSERT(9) macro.arr2002-06-171-6/+2
* - Explicitly pass M_WAITOK in a few calls to uma_zalloc(9).arr2002-06-171-7/+7
* sppp needs slcompress.c nowadays.jhay2002-06-172-1/+2
* Remove <sys/select.h> to unbreak the build. I'm not sure if this affectsdes2002-06-161-1/+0
* Fix two syntax errors and add declarations of statvfs() and fstatvfs().wollman2002-06-161-2/+6
* Rewrite the probe routine. This makes adding drives and quirks more easy.n_hibma2002-06-161-267/+251
* o Remove GIANT_REQUIRED from vm_fault_user_wire().alc2002-06-162-7/+1
* Now that we have a separate header file for sigset_t, use it and avoidwollman2002-06-161-4/+8
* Use <sys/_sigset.h> to get declaration of sigset_t, which has been movedwollman2002-06-161-16/+3
* Delete everything except the sigset_t definitions (subsequent towollman2002-06-161-252/+3
OpenPOWER on IntegriCloud