summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR:jb2006-10-043-11/+562
* This file is the same as the one installed in /usr/include, howeverjb2006-10-041-0/+45
* ELF compatibility definitions for OpenSolaris. These are coveredjb2006-10-041-0/+143
* Regenerate.rwatson2006-10-033-3/+3
* Fix the remaining race in the revs. 1.232, 1,233 that could occur duringkib2006-10-031-0/+1
* Solaris compatibility only: Be specific about the fact thatjb2006-10-031-1/+1
* Use utc_offset() where applicable, and hide the internals of itphk2006-10-021-2/+1
* Update description of td_locks.jhb2006-10-021-1/+1
* Introduce utc_offset() to capture a calculation currently done all over thephk2006-10-021-0/+2
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-023-12/+22
* If the buffer lock has waiters after the buffer has changed identity thentegge2006-10-022-0/+12
* Bump __FreeBSD_version for OpenSSL 0.9.8d import.simon2006-10-011-1/+1
* Retire macros for the old kernel memory allocator.ru2006-09-281-22/+0
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-276-23/+31
* PC98 would also like a trademark.rwatson2006-09-261-1/+2
* Increase mnt_noasync once in softdep_mount() to disallow async io,tegge2006-09-261-0/+1
* Add mnt_noasync counter to better handle interleaved calls to nmount(),tegge2006-09-261-0/+2
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-1/+1
* Add "FreeBSD" trademark statement to copyright section of boot messages.rwatson2006-09-251-0/+5
* hide kqueue_register from public view, and replace it w/ kqfd_register...jmg2006-09-241-2/+2
* MFp4 the sound Google Summer of Code project:netchild2006-09-232-4/+437
* Update the ipmi(4) driver:jhb2006-09-221-0/+36
* Update a comment about M_VLANTAG.ru2006-09-221-1/+1
* Add compatible code to let 32bit libthr work on 64bit kernel.davidxu2006-09-221-0/+4
* Add umtx support for 32bit process on AMD64 machine.davidxu2006-09-221-0/+1
* Regenerate.davidxu2006-09-213-28/+8
* Replace system call thr_getscheduler, thr_setscheduler, thr_setschedparamdavidxu2006-09-212-14/+3
* Use __builtin_offsetof for GCC 4.1.kan2006-09-211-0/+4
* Declare security and security.bsd sysctl hierarchies in sysctl.h alongrwatson2006-09-171-0/+2
OpenPOWER on IntegriCloud