summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with finding the still working disk in a broken mirror on VIA.sos2005-09-062-1/+4
* When we read data from socket buffer using soreceive() the socket layerglebius2005-09-061-4/+13
* In soreceive(), when a first mbuf is removed from socket buffer useglebius2005-09-061-8/+1
* In INVARIANTS case also check that nodes do not pass queues of mbufsglebius2005-09-061-1/+5
* Raise one more bit in READER_MASK. I believe that before this changeglebius2005-09-061-1/+1
* Document flags of a pollrec.glebius2005-09-061-0/+5
* Convert the primary ACL allocator from malloc(9) to using a UMA zone instead.csjp2005-09-066-29/+65
* Instead of caching the PID which opened the bpf descriptor, continuouslycsjp2005-09-052-4/+12
* Retain generation count when writing zeroes instead of an inode to disk.tegge2005-09-051-4/+42
* Milestone: enable SMP by default.marcel2005-09-051-1/+1
* o In pmap_remove_pte: always invalidate the page. Previously the pagemarcel2005-09-051-13/+11
* Fix panic when loading libiconv.ko on sparc64.imura2005-09-051-2/+4
* Remove Giant mutex from polling(4) and use a separate poll_mtx(4)glebius2005-09-051-38/+81
* Remove a race condition that could result in processes being stuckphk2005-09-041-24/+30
* Eliminate unnecessary TLB invalidations by pmap_enter(). Specifically,alc2005-09-042-32/+45
* When padding with zero, do pad after prefixes rather than paddingdelphij2005-09-041-1/+5
* clear lock on error in O_LIMIT case of install_statesam2005-09-041-0/+1
* reclaim sbuf and clear lock on error in ifconfsam2005-09-041-1/+4
* When bge_stop() is called from bge_detach(), mii is already NULL, so checkpjd2005-09-041-5/+10
* de(4) is now properly busdma'ed.obrien2005-09-041-1/+0
* o s/vhpt_size/pmap_vhpt_log2size/gmarcel2005-09-033-48/+88
* More consistantly return the correct BAR size. Before, we'd onlyimp2005-09-031-6/+8
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.ssouhlal2005-09-035-8/+6
* Fix collision chain termination checks. The result of IA64_PHYS_TO_RR7marcel2005-09-031-16/+18
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-0312-24/+32
* Typo.phk2005-09-031-1/+1
* If we ignore an unknown % sequence, we must stop interpreting thephk2005-09-031-2/+9
* Unbreak the build.ssouhlal2005-09-031-2/+4
* Add a SYSUNINIT() to SX_SYSINIT() to call sx_destroy() to destroy the sxjhb2005-09-021-3/+5
* - Add some comments to some of the static lock orders. Don't explicitlyjhb2005-09-021-5/+14
* - Add an assertion to panic if one tries to call mtx_trylock() on a spinjhb2005-09-021-1/+4
* Add witness warnings to panic if a thread tries to exit while holding anyjhb2005-09-022-0/+5
* Use non-debug macros inside debugging functions, to preventglebius2005-09-021-4/+4
* Change default KTR_COMPILE from KTR_GEN to KTR_ALL, to match withglebius2005-09-021-1/+1
* Break out the checks for duplicates and absolute settings being too highnjl2005-09-021-8/+17
* Print out a warning and a backtrace if we try to unlock a lockmgr thatssouhlal2005-09-021-0/+7
* Use vput() instead of vrele() in null_reclaim() since the lower vnodessouhlal2005-09-021-4/+5
* *_mountfs() (if the filesystem mounts from a device) needs devvp to bessouhlal2005-09-026-39/+26
* ffs_mountfs() needs devvp to be locked, so lock it.ssouhlal2005-09-021-5/+3
* Don't unbusy the devfs mount in vfs_mountroot_try() as it gets accessedssouhlal2005-09-021-1/+0
* MFp4: kill bogus commentimp2005-09-021-5/+0
* In case of mac_check_vnode_rename_from() or vn_start_write() failure,pjd2005-09-012-2/+4
* At some point in the past, we read the PROM by words. Now we readimp2005-09-011-6/+2
* Typo in comment.jhb2005-09-011-1/+1
* Treat resources that are 0xfffff.... as being 'unassigned'.imp2005-09-011-1/+6
* - Add md_mtx lock to protect ID number and list of devices.pjd2005-08-311-25/+37
* Fix dangling callout problem in the Bluetooth L2CAP code that leads toemax2005-08-313-5/+14
* - Only call txp_release_resources() once if attach fails.jhb2005-08-311-38/+31
* Use if_printf() and device_printf() for printf's and remove the unit numberjhb2005-08-312-20/+15
* Update for a few recently discovered Olicom token ring cards:imp2005-08-311-1/+3
OpenPOWER on IntegriCloud