summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* MFp4: Expose device_probe_child()imp2005-09-181-0/+1
* o Change the type of the ent_name field from short to uint16_t.marcel2005-09-171-1/+1
* - Add a new simple facility for marking the current thread as being in ajhb2005-09-151-1/+14
* Retire unused dev_named() function.phk2005-09-151-1/+0
* Remove bogous semicolons at the end of the definitions ofandre2005-09-141-5/+5
* Introduce vfs_read_dirent() which can help VOP_READDIR() implementationsphk2005-09-121-0/+2
* Make callout_reset() return a non-zero value if a pending calloutglebius2005-09-081-1/+1
* Add a new struct buf flag bit, B_PERSISTENT, and use it to tagtruckman2005-09-081-4/+4
* Convert the primary ACL allocator from malloc(9) to using a UMA zone instead.csjp2005-09-062-7/+7
* Fix panic when loading libiconv.ko on sparc64.imura2005-09-051-2/+4
* Add a SYSUNINIT() to SX_SYSINIT() to call sx_destroy() to destroy the sxjhb2005-09-021-3/+5
* Change default KTR_COMPILE from KTR_GEN to KTR_ALL, to match withglebius2005-09-021-1/+1
* Unbreak m_demote() and put back the 'all' flag. Without it we cannotandre2005-08-301-1/+1
* o Remove the 'all' flag from m_demote(). Users can simply call it withandre2005-08-301-1/+1
* Add m_copymdata(struct mbuf *m, struct mbuf *n, int off, int len,andre2005-08-291-0/+2
* Add m_sanity(struct mbuf *m, int sanitize) to do some heavy sanityandre2005-08-291-0/+1
* Add m_demote(struct mbuf *m, int all) to clean up mbuf (chain) fromandre2005-08-291-0/+1
* Add 'depth' argument to CTRSTACK() macro, which allows to reduce numberpjd2005-08-291-4/+4
* Bump __FreeBSD_version for memmem(3).andre2005-08-251-1/+1
* End the MALLOC_DEFINE macro without the semi-colon, the caller suppliesphk2005-08-231-1/+1
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renamestefanf2005-08-201-0/+2
* Avoid code duplication and implement bitcount32() function in systm.h only.pjd2005-08-191-0/+52
* Handle device drivers with D_NEEDGIANT in a way which does notphk2005-08-171-0/+1
* Create a new internal .h file to communicate very private stuffphk2005-08-161-3/+0
* Bump __FreeBSD_version for dev_clone eventhandler to add credential.rwatson2005-08-131-1/+1
* Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable.kan2005-08-131-0/+2
* Add definition for SATAII 3Gb/s mode.sos2005-08-121-0/+1
* Embellish comment.obrien2005-08-111-1/+1
* Remove public declarations of variables that were forgotten when they wereobrien2005-08-102-2/+0
* Match IPv6 and use a static struct pr_usrreqs nousrreqs.obrien2005-08-101-3/+1
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-081-6/+3
* Add strcasecmp() and strncasecmp() to libkern and connect to the build.pjd2005-08-081-0/+2
* Insert a series of place-holder function pointers in mac_policy.h forrwatson2005-08-081-0/+25
* Fix typo so QUEUE_MACRO_DEBUG works again.phk2005-08-081-1/+1
* Export a routine, kobj_machdep_init(), that allows platformsgrehan2005-08-071-0/+5
* Change the data type of the upper shared memory limits from a signedcsjp2005-08-061-5/+5
* Holding a vnode doesn't prevent v_mount from disappearing (when thessouhlal2005-08-062-4/+3
* Allow the array number to be read back on atacontrol createsos2005-08-051-1/+1
* Make IOCATARAIDSTATUS IOWR so status can be gotten correctlysos2005-08-051-1/+1
* - Fix a problem that slipped through review; the stack member of the lockmgrjeff2005-08-031-1/+1
* - Replace the series of DEBUG_LOCKS hacks which tried to save the vn_lockjeff2005-08-032-28/+5
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+62
* Include a SYSUNINIT() to destroy the mutex in MTX_SYSINIT. This makesjhb2005-08-021-1/+3
* OSS defines AFMT_x32_xE as:netchild2005-07-311-0/+4
* Fail the module loading process if the currently executing kerneljkoshy2005-07-301-0/+3
* add m_align, a function to align any type of mbuf (i.e. itsam2005-07-301-0/+1
* Change API of mb_copy_t in libmchain so that netsmb can handleimura2005-07-291-1/+2
* Oops, bump __FreeBSD_version to mark shared library version bump.kensmith2005-07-231-1/+1
* Define four constants, MBUF_{,MEM,CLUSTER,PACKET,TAG}_MEM_NAME, whichrwatson2005-07-171-0/+10
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-151-12/+14
OpenPOWER on IntegriCloud