summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-0129-100/+124
* Add comment to accept1() that it should use getsock() instead of fgetsock()rwatson2006-04-011-0/+3
* Mark fgetsock() and fputsock() as depcrecated: callers should rely onrwatson2006-04-011-2/+8
* Add a comment describing SS_PROTOREF in detail. This will eventually berwatson2006-04-011-0/+7
* Assert so->so_pcb is NULL in sodealloc() -- the protocol state should notrwatson2006-04-011-0/+2
* Add a somewhat sizable comment documenting the semantics of various kernelrwatson2006-04-011-0/+57
* Fix some of the previus changes 'better'.mjacob2006-04-015-842/+970
* Build the scc(4) module with EBus and SBus attachments for sparc64marcel2006-04-011-2/+8
* Add the MacIO attachment for scc(4).marcel2006-04-011-0/+1
* Add a MacIO bus attachment. The Z8530 as present in the Mac needsmarcel2006-04-017-18/+101
* - Busy the filesystem in nfs_statfs to prevent us from creating a newjeff2006-04-011-1/+7
* - Add an assert to vgone. It is illegal to call vgone without a referencejeff2006-03-311-3/+0
* - When there are dangling vnodes at unmount print them before we panic.jeff2006-03-311-1/+6
* - Add a bogus vhold/vdrop around vgone() in devfs_revoke. Without thisjeff2006-03-311-0/+3
* Add kbdmux(4) to GENERIC on amd64emax2006-03-311-0/+2
* Fix cut-n-paste braino in previous commit: s/puc/scc/gmarcel2006-03-311-1/+1
* Remove the USB keyboard hack now that KBDMUX is enabled by default. Allowscottl2006-03-311-11/+1
* Add kbdmux(4) to GENERICemax2006-03-311-0/+2
* Add a DRIVER_MODULE declaration for fhc(4) as this attachement ismarcel2006-03-311-0/+1
* MEGA Fixes / Cleanupariff2006-03-311-300/+239
* - Increase snddev refcount earlier while accessing through sysctl interfaceariff2006-03-311-27/+34
* Make the ATAPI sense data accessible when using the ioctl interfacesos2006-03-318-93/+107
* - Release the references acquired by VOP_GETWRITEMOUNT and vfs_getvfs().jeff2006-03-317-31/+62
* - Hold a reference from the time vfs_busy starts until vfs_unbusy isjeff2006-03-311-3/+9
* - GETWRITEMOUNT now returns a referenced mountpoint to prevent itsjeff2006-03-311-1/+15
* - Allocate mounts from a uma zone that uses UMA_ZONE_NOFREE to preventjeff2006-03-311-8/+32
* - Define mnt_startzero and mnt_endzero as a range that excludes mnt_mtxjeff2006-03-311-2/+4
* - LK_RETRY means nothing when passed to VOP_LOCK. Call vn_lock instead.jeff2006-03-311-1/+2
* - Add the B_NEEDSGIANT flag which is only set if the vnode that owns a bufjeff2006-03-313-17/+39
* Build uart(4) on PowerPC.marcel2006-03-311-2/+1
* Allow uart(4) to be built on PowerPC.marcel2006-03-312-0/+55
* Add a dummy implementation of bus_space_map().marcel2006-03-311-3/+9
* fixup error handling in taskqueue_start_threads: check for kthread_createsam2006-03-301-11/+20
* Include the sbus attachment of scc(1) when either fhc(4) or sbus(4)marcel2006-03-301-1/+1
* Revert to using acpi_max_threads instead of the hardcoded value of '3'.scottl2006-03-301-1/+2
* Fix more stack corruptions on amd64.bz2006-03-302-19/+11
* Revert previous change, as I fixed MD5(9).pjd2006-03-301-6/+2
* Fix a panic on sparc64 related to inproper aligment - we cannot assume,pjd2006-03-301-7/+13
* When we attach to either a SAB82532 or a Z8530, print a noticemarcel2006-03-302-0/+4
* Add scc(4).marcel2006-03-301-2/+2
* o Add scc(4) to the build.marcel2006-03-304-5/+20
* Add support for scc(4).marcel2006-03-306-82/+191
* Add scc(4), a driver for serial communications controllers. Thesemarcel2006-03-3011-0/+1541
* o Don't make the SER_INT_* defines visible to userland. Theymarcel2006-03-301-0/+7
* Style fix.jhb2006-03-301-7/+6
* md_hash field in g_eli_metadata structure is not 4 byte aligned, whichpjd2006-03-301-2/+6
* Protect from creating striped and RAID5 plexes with unequally sizedle2006-03-305-68/+112
* - 'ndisks' variable is not boolean, so compare it with a value.pjd2006-03-301-1/+1
* Add IFF_NEEDSGIANT to kernel PPP support. I have no idea why this wasn'trwatson2006-03-301-1/+1
* regen for 32bit System V shared memoryps2006-03-304-7/+13
OpenPOWER on IntegriCloud