summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Bump __FreeBSD_version to reflect removal of MNT_NODEV mount option.rodrigc2005-12-051-1/+1
* Fix -Wundef.ru2005-12-043-5/+5
* Introduce startup scripts from the local_startup directories todougb2005-12-021-1/+1
* Define MQ_PRIO_MAX, it seems it is the only placedavidxu2005-12-021-0/+4
* messqge queue has been implemented, set _POSIX_MESSAGE_PASSING to 200112L.davidxu2005-12-021-1/+1
* We've already implemented all TMO functions, set _POSIX_TIMEOUTS to 200112L.davidxu2005-12-021-1/+1
* Avoid using signal 127 and 128 as RT signals, these two signals confusedavidxu2005-11-301-1/+1
* Last step to make mq_notify conform to POSIX standard, If the processdavidxu2005-11-302-0/+7
* Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op.rodrigc2005-11-291-1/+0
* Regen.davidxu2005-11-273-55/+55
* Add several aliases for existing clockid_t names to indicate that therwatson2005-11-271-1/+8
* Bring in mqueue.h to define struct mq_attr.davidxu2005-11-261-0/+40
* Regen.davidxu2005-11-263-3/+53
* Bring in experimental kernel support for POSIX message queue.davidxu2005-11-263-0/+7
* Fix prototype to match the code and documentation.ru2005-11-241-1/+1
* Correct division by zero error in comment.kris2005-11-241-1/+1
* Userland applications may include queue.h and define INVARIANTSemaste2005-11-231-2/+2
* Add sanity checking for QUEUE(3) lists under INVARIANTS. Races may leademaste2005-11-181-2/+35
* Add CLOCK_UPTIME to clock_gettime(2) reporting the currentandre2005-11-181-0/+1
* Purge layer specific mbuf flags on layer crossings to avoid confusingandre2005-11-181-0/+5
* Add KASSERTs to M_ALIGN() and MH_ALIGN() to prevent usage on wrongandre2005-11-181-0/+8
* Correct description of RLIMIT_CPU.jhb2005-11-161-1/+1
* Moderate rewrite of kernel ktrace code to attempt to generally improverwatson2005-11-132-0/+12
* Define SIGLWP which is an alias for SIGTHR, the reason why I did thisdavidxu2005-11-131-0/+1
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* Rename GEOM class kernel module g_md.ko to geom_md.ko for consistencypjd2005-11-111-1/+0
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherru2005-11-111-1/+1
* add set/read max address 48bit versionssos2005-11-101-0/+2
* Since union wait was removed in revision 1.17 (3 years, 5 months ago),davidxu2005-11-101-3/+1
* Add support for queueing SIGCHLD same as other UNIX systems did.davidxu2005-11-082-1/+5
* Add utility function to propagate mount errors as text string messages.rodrigc2005-11-081-0/+1
* Free only those mbuf+clusters back to the packet zone that were allocatedandre2005-11-051-0/+1
* Fix name compatible problem with POSIX standard. the sigval_ptr anddavidxu2005-11-041-3/+3
* Cleanup some signal interfaces. Now the tdsignal function acceptsdavidxu2005-11-031-10/+3
* Add thread_find() function to search a thread by lwpid.davidxu2005-11-031-0/+1
* Calling setrlimit from 32bit apps could potentially increase certainps2005-11-021-1/+2
* Mandatory mbuf cluster reference counting and groundwork for UMAandre2005-11-022-46/+22
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-022-5/+3
* Reuse ktr_unused field in ktr_header structure as ktr_tid; populaterwatson2005-11-011-1/+1
* Replace ktr_buffer pointer in struct ktr_header with a ktr_unusedrwatson2005-11-011-1/+1
* Update SIGTHR's comment.davidxu2005-11-011-1/+1
* Reformat socket control messages on input/output for 32bit compatibilityps2005-10-311-1/+1
* Push the assignment of a new or updated so_qlimit from solisten()rwatson2005-10-303-4/+5
* Change POSIX_TIMERS to 200112L.davidxu2005-10-301-1/+1
* Let itimer store itimerspec instead of itimerval, so I don't have todavidxu2005-10-301-2/+2
* Regen.davidxu2005-10-303-19/+40
* Fix sigevent's POSIX incompatible problem by adding member fieldsdavidxu2005-10-303-16/+29
* Add a swi_remove() function to teardown software interrupt handlers. Forjhb2005-10-261-0/+1
* - Fix leak of struct nlminfo on process exit.glebius2005-10-261-4/+0
* do umtx_wake at userland thread exit address, so that others userlanddavidxu2005-10-261-0/+2
OpenPOWER on IntegriCloud