// Implementation file for Exception Support for -*- C++ -*- // This file is part of the GNU ANSI C++ Library. #ifdef __GNUG__ #pragma implementation "stdexcept" #endif #include // Entry points for string. void __out_of_range (const char *s) { throw out_of_range (s); } void __length_error (const char *s) { throw length_error (s); } in'>index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_anon.h
AgeCommit message (Expand)Author
2020-03-20Go back to freeing struct vm_anon one by one. There may have been anad
2020-02-23UVM locking changes, proposed on tech-kern:ad
2011-08-06- Rework uvm_anfree() into uvm_anon_freelst(), which always drops the lock.rmind
2011-06-24Fix uvmplock regression - a lock against oneself case in amap_swap_off().rmind
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind
2011-02-02udpate license clauses on my code to match the new-style BSD licenses.chuck
2009-06-14change the order of members of vm_anon for better packing.yamt
2008-01-02Merge vmlocking2 to head.ad
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2005-12-11merge ktrace-lwp.christos
2005-09-17make VMSWAP optional again.yamt
2005-09-13wrap swap related code by #ifdef VMSWAP. always #define VMSWAP for now.yamt
2005-07-31revert "defflag VMSWAP" changes for now.yamt
2005-07-30defflag VMSWAP.yamt
2005-05-11allocate anons on-demand, rather than reserving static amount ofyamt
2004-05-05fix a amap_wirerange deadlock problem by re-introducingyamt
2004-03-24Nuke __P().junyoung
2001-05-26replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}.chs
2001-05-25remove trailing whitespace.chs
2000-12-27when we fail to allocate anons to represent new swap space,chs
2000-01-11add support for ``swapctl -d'' (removing swap space).chs
1999-06-21Protect prototypes, certain macros, and inlines from userland.thorpej