index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
vax
/
include
/
macros.h
Age
Commit message (
Expand
)
Author
2017-05-22
Update copyright notice for Ludd (remove clause 3 & 4).
ragge
2011-10-01
use gcc builtin for memset() on vax too.
chs
2007-11-22
remove alias for _insque and _remque since they are no longer
plunky
2007-11-20
sync the prototype of cpu_switchto with sys/cpu.h.
yamt
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-05-17
merge yamt-idlelwp branch. asked by core@. some ports still needs work.
yamt
2007-04-08
Use the ffs builtin in gcc4.1
matt
2007-03-31
s/volatile/__volatile
matt
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-07-08
Make GCC3/GCC4 happy with these asms.
matt
2006-02-16
Change "inline" back to "__inline" in .h files -- C99 is still too
perry
2005-12-24
__asm__ -> __asm
perry
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-01-26
Preserve the const qualifier even if we cast the "from" argument in the
he
2004-07-01
Tidy up the namespace: lint -> __lint__.
kleink
2003-09-18
Remove ; after setrunqueue/remrunqueue macro.
ragge
2003-08-13
Some of the vax-specific mem*() functions did not check for len > 65535,
ragge
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-09-22
Update for cpu_switch() prototype changes. No functional change.
gmcgarry
2002-06-09
Add -ffreestanding and LIBC= to stand/boot/*/Makefile. Fix various
matt
2002-02-24
Move .s files to .S files. (and .s.o rules in boot/Makefile.inc)
matt
2002-02-10
* Add __unused__ attribute to inline functions.
thorpej
2001-06-03
Add bbssi/bbcci (bit set/clear and branch interlocked) as inline functions.
ragge
2001-01-02
Redefine the memset/memmove/bcopy/bzero/memset macros to use more agressive
matt
2000-08-27
Since cpu_switch (aka Swtch) is now called at splsched() with sched_lock
matt
2000-07-19
use size_t instead of u_int.
matt
2000-07-01
GCC 2.96 wants the = constraint first. Older gcc(s) don't care.
matt
2000-04-09
Add insqti/remqhi macros. These macros are interlock queue instructions
ragge
1998-11-07
EGCS fixes. Implement htons as a C macro instead of asm; generates as
ragge
1998-08-08
Lots of kernlib functions rewritten as inline macros.
ragge
1998-03-02
Support for UVM on VAXen.
ragge
1998-01-18
Garbage-collect unnecessary functions. Don't have blkcpy/blkclr
ragge
1997-11-05
asm -> __asm__
thorpej
1997-11-03
Use genassym for the first time in vax port history. Rewrite cpu_exit,
ragge
1997-03-15
Do not use inline functions in boot blocks. Some CPUs doesn't have
ragge
1997-01-11
Prototype change of scanc needs change here also.
ragge
1996-06-10
locc() is unused. Remove it from the machine-independent kernel interface.
cgd
1996-03-17
Fix type clashes.
ragge
1996-02-02
ASSEMBLER -> _LOCORE
mycroft
1995-12-13
waitabit() macro removed.
ragge
1995-10-20
Use macros.h when STANDALONE is defined.
ragge
1995-07-05
nton?/ntoh? moved to endian.h.
ragge
1995-02-13
Lots of fixes...
ragge
1994-10-26
new RCS ID format.
cgd
1994-08-02
Initial VAX port merging.
ragge