summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Adjust some comments to be a bit more correct.jhb2005-06-231-3/+3
* - Don't make vgonel() globally visible, we want to change its prototypejeff2005-06-131-1/+0
* - We should never unlock a buf before we've cleared B_REMFREE. I believejeff2005-06-131-0/+2
* - switch_point is now unused. This doesn't break module binary compatabilityjeff2005-06-121-1/+0
* Do not allocate memory based on not-checked argument from userland.pjd2005-06-111-1/+1
* - Replace the unused KTR_NFS with KTR_VFS. KTR_VFS differs from KTR_VOPjeff2005-06-111-2/+2
* Fix a serious deadlock with the NFS client. Given a large enoughgreen2005-06-102-2/+3
* - I broke binary compat. update KTR_VERSION.jeff2005-06-101-1/+1
* - Add curthread to the state that ktr is saving. The extra information isjeff2005-06-101-0/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Make the default RB_AUGMENT() produce a 'do {} while (0)' insteadharti2005-06-101-1/+1
* Allow EVFILT_VNODE events to work on every filesystem type, not justssouhlal2005-06-093-12/+59
* MFP4:jkoshy2005-06-093-618/+391
* Re-arrange some variables in kinfo_proc, and add more spare room. Thisgad2005-06-091-36/+51
* Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfspjd2005-06-091-1/+4
* Avoid code duplication in serval places by introducing universalpjd2005-06-091-0/+2
* Gratuitous renaming of four System V Semaphore MAC Framework entryrwatson2005-06-072-8/+8
* Bump __FreeBSD_version for if_bridge.thompsa2005-06-051-1/+1
* Add hooks into the networking layer to support if_bridge. This changes structthompsa2005-06-051-0/+5
* Wrap copyin/copyout for kevent so the 32bit wrapper does not haveps2005-06-032-3/+8
* Use predefined __offsetof__ builtin function when compiling C++ sources.kan2005-06-031-0/+7
* This patch addresses a standards violation issue. The standards say akensmith2005-05-311-0/+1
* According to:rodrigc2005-05-312-0/+97
* Use the proc mtx to prevent simultaneous changes to p_aioinfo.alc2005-05-301-1/+1
* Rebuild generated system call definition files following the addition ofrwatson2005-05-303-3/+3
* - Add bufobj_wrefl() to add a write ref to a bufobj that is already locked.jeff2005-05-301-0/+1
* Kernel hooks to support PMC sampling modes.jkoshy2005-05-302-17/+26
* Add a new field, sy_auevent, to the system call entry descriptionrwatson2005-05-291-0/+3
* bump version for libpcap (+tcpdump) importsam2005-05-291-1/+1
* Due to a last minute change in the #ifdefing in malloc.h before committing,rwatson2005-05-291-0/+1
* Kernel malloc layers malloc_type allocation over one of two underlyingrwatson2005-05-291-16/+72
* Regenerate from syscalls.master.rwatson2005-05-283-3/+3
* Regenerate for updated syscalls.master.rwatson2005-05-283-3/+3
* Regenerate from syscalls.master.rwatson2005-05-283-3/+3
* Regenerate from updated syscalls.master.rwatson2005-05-283-3/+3
* Regenerate system call tables from syscalls.master.rwatson2005-05-283-3/+3
* Remove thread_upcall_check, it was used to avoid race bug in earlierdavidxu2005-05-271-1/+0
* Fix kiconv on the 64bit plathomes.imura2005-05-241-1/+2
* Use low level constructs borrowed from interrupt threads to wait forups2005-05-231-1/+2
* Grab FBTYPE_NOTSUN3 and use it for FBTYPE_PCIMISC. The value matchesmarius2005-05-211-1/+1
* Change the way ioctls are issue to ATA.sos2005-05-161-361/+350
* Remove the ADJUST_CLOCK ioctl on pc98. It's not used at all.nyan2005-05-151-4/+0
* Bump __FreeBSD_version for POSIX ttyname_r(3) changes.delphij2005-05-131-1/+1
* Remove unimplemented ACL types.rwatson2005-05-121-4/+0
* Change DOSPTYP_386BSD to 0xc494.nyan2005-05-081-3/+3
* Capitalize at the start of sentence.maxim2005-05-081-1/+1
* o N_SETMAGIC/N_GET{MAGIC,MID,FLAG} macros live in imgact_aout.hmaxim2005-05-081-1/+1
* Bump __FreeBSD_version for libalias and ng_nat.glebius2005-05-061-1/+1
* Change m_uiotombuf so it will accept offset at which data should be copiedemax2005-05-041-1/+1
* Introduce MAC Framework and MAC Policy entry points to label and controlrwatson2005-05-043-0/+40
OpenPOWER on IntegriCloud