summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the full module path name to the kld_file_stat structurejb2007-10-221-0/+26
* Add PRIV_VFS_STAT privilege, which will allow overriding policy limits onrwatson2007-10-211-0/+1
* Add a partition type for ZFS.marcel2007-10-211-0/+1
* Add a UUID for ZFS file systems.marcel2007-10-211-0/+2
* Mark the point where kthread_xxx disappeared and kproc_xxx appearedjulian2007-10-211-1/+1
* Remove out of date commentsjulian2007-10-211-3/+3
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-5/+5
* Remove redundant prototypes.pjd2007-10-201-2/+0
* Rescue hw.machine_arch in CTL_HW_NAMES.ru2007-10-161-0/+1
* Bump version for libpcap and tcpdump importsmlaier2007-10-161-1/+1
* Backout sensors framework.netchild2007-10-152-172/+1
* Import OpenBSD's sysctl hardware sensors framework.netchild2007-10-142-1/+172
* I don't know what I was smoking when I wrote these three years ago; thedes2007-10-131-2/+3
* Add definitions for the 3rd ATA support word.scottl2007-10-121-0/+9
* To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT.kensmith2007-10-111-1/+1
* This patch adds an M_NOFREE flag which allows one to mark an mbuf askmacy2007-10-061-1/+2
* Allow drivers to free an mbuf without having the mbuf be touched ifkmacy2007-10-061-0/+10
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-302-13/+14
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-2/+2
* - Redefine p_swtime and td_slptime as p_swtick and td_slptick. Thisjeff2007-09-211-2/+2
* Reserve AF_ constants for vendors by giving them the odd numberedalfred2007-09-181-0/+53
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-172-12/+15
* Remove the definition and implementation of 'CALLOUT_NETGIANT', a now- (andrwatson2007-09-151-1/+0
* Currently the LO_NOPROFILE flag (which is masked on upper level code byattilio2007-09-141-3/+5
* When restoring the mount after umount failed, the MNTK_UNMOUNT flagkib2007-09-121-0/+5
* Rework the routines to convert a 5.x+ statfs structure (with fixed-sizejhb2007-08-281-0/+1
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-1/+1
* Regenerate.davidxu2007-08-163-2/+11
* Add thr_kill2 syscall which sends a signal to a thread in another process.davidxu2007-08-161-0/+13
* Expand the data structure returned by the ATA RAID status ioctl to includejhb2007-08-131-1/+17
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-13/+0
* Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and removerwatson2007-07-281-1/+0
* Add a counter for the total number of pages cached and support foralc2007-07-271-0/+1
* First in a series of changes to remove the now-unused Giant compatibilityrwatson2007-07-272-27/+5
* Actually, upcalls cannot be freed while destroying the thread because weattilio2007-07-271-0/+1
* Actually, KSE kernel bits locking is broken and can lead likely toattilio2007-07-231-1/+0
* Preprocessing stub "KSE" breaks ABI either with modules and userspaceattilio2007-07-221-8/+0
* Fix some problems with lock profiling in rw locks:attilio2007-07-201-9/+6
* - Remove the global definition of sched_lock in mutex.h to breakjeff2007-07-181-1/+0
* Fix a couple of issues with the stack limit for 32-bit processes on 64-bitjhb2007-07-121-0/+1
* Fix userland applications compilation by using correct KPI protectionattilio2007-07-111-0/+7
* Fix some problems with lock_profiling in sx locks:attilio2007-07-061-1/+3
* Bump version after repo-copy of I4B headers.bz2007-07-061-1/+1
* Bump version for new mmap/lseek/etc syscallspeter2007-07-041-1/+1
* Regenerate after mmap/lseek/etc syscall changes.peter2007-07-043-42/+112
* Since cdev mutex is after system map mutex in global lock order, free()kib2007-07-041-0/+2
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-041-1/+1
* Since rev. 1.199 of sys/kern/kern_conf.c, the thread that callskib2007-07-031-0/+10
* Add a note about the pf update, mark libexec/ftp-proxy as obsolete and bumpmlaier2007-07-031-1/+1
* Link pf 4.1 to the build:mlaier2007-07-031-5/+1
OpenPOWER on IntegriCloud