summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add 64bit addressing support to SiI 3132/3124sos2007-04-061-0/+2
* Remove debug gunk.sos2007-04-061-1/+0
* Add support for 64bit addressing to AHCI and Marvell controllers.sos2007-04-065-15/+28
* Sysctl description is not a format string, so one % is enough.pjd2007-04-061-1/+1
* MFi386: add libkern/memset.cnyan2007-04-061-0/+1
* sort.nyan2007-04-062-2/+2
* Use strcasecmp() from libkern.pjd2007-04-061-4/+4
* We have strcasecmp() in libkern now.pjd2007-04-064-55/+3
* make modules compile without updating etckmacy2007-04-061-1/+1
* Be more conservative and compile libkern/memset.c only on architectureskan2007-04-064-1/+4
* Bump __FreeBSD_version on ZFS import.pjd2007-04-061-1/+1
* 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
OpenPOWER on IntegriCloud