summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Connect ZFS to the build.pjd2007-04-061-0/+4
* If we've encountered unrecognized chipset don't access hardwareyongari2007-04-061-2/+2
* Add Makefile for zfs.ko kernel module.pjd2007-04-061-0/+87
* Add ZFS-specific privileges.pjd2007-04-061-0/+9
* Please welcome ZFS - The last word in file systems.pjd2007-04-06466-0/+184754
* Add local ptototype for memset function.kan2007-04-061-0/+3
* allprison mutex was converted to sx(9) lock.pjd2007-04-051-1/+1
* Implement functionality I called 'jail services'.pjd2007-04-052-28/+263
* Add trivial MI memset function implementation. GCC mandates thekan2007-04-052-0/+38
* Make prison_find() globally accessible.pjd2007-04-052-2/+2
* Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found inpjd2007-04-053-0/+15
* Add security.jail.mount_allowed sysctl, which allows to mount andpjd2007-04-053-0/+25
* When KVA is exhausted, try the vm_lowmem event for the last time beforepjd2007-04-051-4/+14
* Fix a problem for file systems that don't implement VOP_BMAP() operation.pjd2007-04-051-0/+2
* Hide lbolt under _SOLARIS_C_SOURCE in preparation for ZFS import.pjd2007-04-051-0/+2
* Add PCI IDs for the HP RMP3 serial port. This is often used asmarcel2007-04-051-0/+1
* Remove extern struct pcb stoppcbs[] declaration from this file.kan2007-04-051-2/+0
* Whitespace nits.des2007-04-052-4/+4
* Fix mb_ctor_clust and mb_dtor_clust to reference the appropriate zone,kmacy2007-04-041-29/+37
* Add INP_INFO_UNLOCK_ASSERT() and use it in tcp_input(). Also add someandre2007-04-043-0/+9
* Move last tcpcb initialization for the inbound connection case fromandre2007-04-043-20/+7
* Some local and style(9) cleanups.andre2007-04-042-36/+41
* Retire unused TCP_SACK_DEBUG.andre2007-04-048-8/+0
* In tcp_dooptions() skip over SACK options if it is a SYN segment.andre2007-04-042-0/+4
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-0424-345/+325
* Use *_EMPTY macros when appropriate.delphij2007-04-044-47/+47
* Make DMA tags per-queue to facilate parallel mappingskmacy2007-04-042-61/+110
* m_extadd does not appear to do the right thing for the case of clusterskmacy2007-04-041-0/+39
* Include string.h for non-kernel builds to get proper memcpy prototype.kan2007-04-041-0/+1
* Include string.h for non-kernel builds to get proper strcpy, strlenkan2007-04-041-0/+1
* Do not assign result of (char *) cast to u_char * variable.kan2007-04-041-1/+1
* add helper functions for mapping size to zonez and typeskmacy2007-04-041-37/+63
* fix typokmacy2007-04-041-1/+1
* style fixes and make sure that the lock is treated as released in the sharers...kmacy2007-04-041-4/+5
* Fixes to sx for newsx - fix recursed case and move out of inlinekmacy2007-04-032-22/+37
* move lock_profile calls out of the macros and into kern_mutex.ckmacy2007-04-032-25/+27
* Since we switched to using monatomically increasing timestamps,julian2007-04-031-0/+9
* skip call to _lock_profile_obtain_lock_success entirely if acquisition time i...kmacy2007-04-032-16/+15
* Add dl_iterate_phdr function prototype and corresponding dl_phdr_infokan2007-04-031-1/+21
* Remove unneccessary LO_CONTESTED flagkmacy2007-04-032-10/+6
* Fix use after free bug: use temporary variable to hold next entry in linkedrwatson2007-04-031-2/+3
* Add root_mount_wait() function which can be used to wait until the rootpjd2007-04-032-10/+59
* - fixed several places where we did not release INP locks.rrs2007-04-0317-221/+387
* - Fix a bug in the TSO transmit routine where frames which hadgallatin2007-04-031-1/+3
* Since the driver uses mutexes, remove splusb() and splx().kevlo2007-04-031-5/+0
* Correct PT_GNU_EH_FRAME definition.kan2007-04-031-1/+1
* Don't use a time-limiting loop that's defined in terms of the baudratemarcel2007-04-031-13/+7
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-0221-76/+184
* Loop on sdcard init. This helps if one hasn't plugged in the cardimp2007-04-021-1/+2
* Fix a fd leak in socketpair():jhb2007-04-021-2/+7
OpenPOWER on IntegriCloud