aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/eventhandler.h
Commit message (Expand)AuthorAgeFilesLines
* Use an event handler to notify the SCTP about IP address changesMichael Tuexen2019-10-131-0/+5
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-24/+1
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Introduce EVENTHANDLER_LIST and some users.Matt Joras2017-11-091-8/+37
* Add eventhandler notifications for newbus device attach/detach.Ian Lepore2017-10-081-0/+11
* Restore the ability to deregister an eventhandler from within the callback.Ian Lepore2017-10-081-1/+10
* ifnet: move the new ifnet_event EVENTHANDLER_DECLARE to net/if_var.hDexuan Cui2017-01-281-7/+0
* ifnet: introduce event handlers for ifup/ifdown eventsDexuan Cui2017-01-241-0/+7
* Add a page queue for holding dirty anonymous unswappable pages.Mark Johnston2017-01-031-0/+7
* cam/ata: Allow drivers to veto ATA disk attachment.Sepherosa Ziehau2016-09-281-0/+7
* hook userland threads suspend + resume into acpi suspend codeAndriy Gapon2015-01-271-0/+1
* Whitespace fix.John Baldwin2014-02-281-1/+0
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-051-0/+8
* Style: s/SYS_EVENTHANDLER_H/_SYS_EVENTHANDLER_H_/gGleb Smirnoff2013-10-281-3/+3
* Instead of putting ifnet declaration into eventhandler.h, moveGleb Smirnoff2013-10-281-13/+0
* Rename the kld_unload event handler to kld_unload_try, and add a newMark Johnston2013-08-241-1/+3
* Use kld_{load,unload} instead of mod_{load,unload} for the linker file loadMark Johnston2013-08-141-5/+5
* Add event handlers for module load and unload events. The load handlers areMark Johnston2013-08-131-0/+7
* Add vfs_mounted and vfs_unmounted events so that components can be informedMarcel Moolenaar2013-07-101-1/+11
* Base the mbuf related limits on the available physical memory orAndre Oppermann2012-11-271-0/+1
* Add event handlers for (ACPI) suspend/resume events. Suspend event handlersJung-uk Kim2011-04-141-0/+5
* Extend struct sysvec with new method sv_schedtail, which is used for anDmitry Chagin2011-03-081-2/+0
* I added vfs_lowvnodes event, but it was only used for a short while and nowPawel Jakub Dawidek2010-05-111-4/+0
* Split eventhandler_register() into an internal part and a wrapper functionBjoern A. Zeeb2010-03-191-0/+16
* Merge projects/enhanced_coredumps (r204346) into HEAD:Alfred Perlstein2010-03-021-0/+13
* rev bpf attach/detach event api to include the dltSam Leffler2009-05-251-1/+2
* add bpf_track eventhandler for monitoring bpf taps attached/detachedSam Leffler2009-05-181-0/+5
* Add an event handler to the vlan driver so the NIC driverJack F Vogel2008-07-141-0/+7
* o add a mountroot event handler that fires when / is mounted; this informationSam Leffler2008-04-081-0/+4
* Revert previous change - it appears that the limit I was hitting was aMaxim Sobolev2008-03-191-1/+0
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* Properly set size of the file_zone to match kern.maxfiles parameter.Maxim Sobolev2008-03-161-0/+1
* - Adds event handlers for process_ctor,process_dtor, process_init,Randall Stewart2007-11-151-1/+18
* When we are running low on vnodes, there is currently no way to ask otherPawel Jakub Dawidek2007-04-131-0/+4
* Add an interface for drivers to be notified of changes to CPU frequency.Nate Lawson2007-03-261-0/+11
* - Change process_exec function handlers prototype to include structAlexander Leidinger2006-08-151-1/+5
* Allow for nmbclusters and maxsockets to be increased via sysctl.Paul Saab2006-04-211-0/+3
* Use 'const char *' for a few prototypes.Joseph Koshy2004-12-061-2/+2
* Make the process_exit eventhandler run without Giant. Add Giant hooksPeter Wemm2004-03-141-2/+2
* Move the process_fork event out from under Giant. This one is easy,Peter Wemm2004-03-141-1/+5
* Move the "fast" but unused eventhandlers to pasture. They're in thePoul-Henning Kamp2004-03-011-52/+0
* Oops, SHUTDOWN_PRI_LAST should be EVENTHANDLER_PRI_LAST, notJohn Baldwin2003-03-241-1/+1
* Replace the at_fork, at_exec, and at_exit functions with the slightly moreJohn Baldwin2003-03-241-0/+11
* Define some generic eventhandler priorities for use with eventhandlers andJohn Baldwin2003-03-241-6/+11
* Rework the eventhandler locking for hopefully the last time. The schemeJohn Baldwin2003-03-111-43/+62
* - Add an event that is triggered when the system is low on memory. This isJeff Roberson2002-11-211-0/+4
* Convert macros with variadic arguments from GNU format to ISO 9X.Mark Murray2002-07-151-4/+4
* The previous ANSIfication did not take into account upgrade-buildsMark Murray2002-05-241-4/+4
* ANSIfy variable-argument macros.Mark Murray2002-05-231-4/+4
* Whitespace only; fix indentation.Mark Murray2002-05-231-3/+3