summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-261-1/+1
* MFP4 (109713):netchild2006-11-261-0/+5
* - Fix types of "struct vmmeter" members so they are unsigned.ru2006-11-201-14/+14
* Change sleepq_add(9) argument from 'struct mtx *' to 'struct lock_object *',pjd2006-11-161-2/+2
* Add `PN_XNUM', for supporting ELF objects with a large number of programjkoshy2006-11-141-0/+3
* Use tabs instead of spaces.pjd2006-11-141-1/+1
* Correct a typo.bz2006-11-141-1/+1
* Add Kris Kennaway to reflect his performance improvements tokmacy2006-11-141-0/+1
* change vop_lock handling to allowing tracking of callers' file and line forkmacy2006-11-131-2/+6
* track lock class name in a way that doesn't break WITNESSkmacy2006-11-133-7/+10
* Correct typos in comments.ceri2006-11-121-2/+2
* GRRRRR - missed this in the last commitkmacy2006-11-121-0/+1
* Regen (cosmetics in sys/sysproto.h).ru2006-11-111-1/+1
* MFP4: Add an implementation of the ELF(3) and GELF(3) API set.jkoshy2006-11-111-1/+1
* Merge sys/posix4/sched.h into sys/sched.h.trhodes2006-11-111-3/+77
* Merge posix4/* into normal kernel hierarchy.trhodes2006-11-112-2/+2
* Update #includes list.trhodes2006-11-111-1/+1
* define UMUTEX_CONTESTED as an unsigned integer.davidxu2006-11-111-1/+1
* fix messup in last fixkmacy2006-11-111-0/+1
* declare nanoseconds for other architectureskmacy2006-11-111-0/+4
* remove lingering call to rd(tick)kmacy2006-11-111-1/+2
* MUTEX_PROFILING has been generalized to LOCK_PROFILING. We now profilekmacy2006-11-116-24/+208
* Remove extra forward declare of 'struct sem'.jhb2006-11-071-2/+0
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-0/+4
* Add a new priv(9) kernel interface for checking the availability ofrwatson2006-11-063-1/+459
* This commits the remake in kern/ make sysent to getrrs2006-11-033-3/+3
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-035-2/+51
* Rename m_getm() to m_getm2() and rewrite it to allocate up to page sizedandre2006-11-021-2/+4
* Rewrite kern_sendfile() to work in two loops, the inner which turns as manyandre2006-11-022-1/+4
* Add a cnputs() function to write a string to the console withjb2006-11-012-0/+6
* Add gjournal specific code to the UFS file system:pjd2006-10-311-0/+1
* Add MNT_GJOURNAL flag which indicates, that file system has gjournalpjd2006-10-311-3/+4
* Add a new I/O request - BIO_FLUSH, which basically tells providers below topjd2006-10-311-0/+1
* Forward declare struct cdev, since arguments of this type are used inrwatson2006-10-301-0/+1
* Add the padding fields to 'struct proc' for the !KSE case that I missed.jb2006-10-291-0/+4
* Retire the failed OBSOLETE_IN_6 experiment code.imp2006-10-291-6/+0
* MFP4:netchild2006-10-281-2/+2
* Remove member p_procscopegrp which is no longer used by libthr.davidxu2006-10-271-3/+0
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-263-1/+124
* Remove the non-standard and undocumented STAILQ_REMOVE_HEAD_UNTIL()ru2006-10-241-5/+0
* Better naming of fattime conversion functions, they do convert to timespecphk2006-10-241-2/+2
* Add two new functions to convert FAT filesystem format timestampsphk2006-10-221-0/+3
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-222-369/+4
* Fix the race between devfs_fp_check and devfs_reclaim. Derefence thekib2006-10-201-0/+2
* - Define time_t in sys/sem.h so it doesn't require sys/types.h.jhb2006-10-191-14/+17
* Convert types 'Elf{32,64}_Nhdr' into aliases of the generic 'Elf_Note'jkoshy2006-10-172-10/+2
* Regenerate.davidxu2006-10-173-4/+4
* o Add keyword volatile for user mutex owner field.davidxu2006-10-172-20/+16
* Include pcpu.h so that kernel is buildable w/o RWLOCK_NOINLINE optionglebius2006-10-131-0/+1
* Move some declaration of 32-bit signal structures into filedavidxu2006-10-051-0/+2
OpenPOWER on IntegriCloud