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
/
dev
/
arcbios
Age
Commit message (
Expand
)
Author
2009-11-23
Remove some unecessary includes sys/user.h header.
rmind
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-12-25
Convert many of the uses of __attribute__ to equivalent
perry
2007-11-19
- Factor out too many copies of the same bit of tty code.
ad
2007-07-11
Adapt to callout_init signature change.
ad
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-10-01
Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!
elad
2006-07-21
- Use the LWP cached credentials where sane.
ad
2006-05-15
- include kauth.h for kauth_authorize_generic.
yamt
2006-05-14
integrate kauth.
elad
2005-12-11
merge ktrace-lwp.
christos
2005-09-06
Change the driver open function's conditional for overriding exclusive tty
kleink
2005-06-03
Constify
martin
2005-04-18
- Use u_long or long rather than paddr_t for ARCBIOS function prototypes
tsutsui
2005-02-27
nuke trailing whitespace
perry
2004-10-02
uint32_t -> unsigned long, per the differences between 32- and 64-bit ARCS.
sekiya
2004-10-02
ARCS on 64-bit platforms uses 64-bit pointers. This now works on my Octane.
sekiya
2004-04-10
protect against multiple inclusion
pooka
2003-12-29
Fix typo ("ARCBIOS_MEM_ExecptionBlock"). From Steve Rumble.
sekiya
2003-03-06
Catch up to struct consdev changes.
rafal
2002-10-23
merge kqueue branch into -current
jdolecek
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2001-12-06
Fix component class/types to match reality for SGI's ARCS, which is just
rafal
2001-11-13
add RCSID
lukem
2001-09-08
Make the ARCS console work again, by initializing the dev_t on arcbios init
rafal
2001-07-08
When we initialize the ARC BIOS, fetch the system ID structure
thorpej
2001-07-08
Make the field names in the system ID structure match the spec.
thorpej
2001-07-08
Add routines to walk the ARC BIOS component tree.
thorpej
2001-07-08
Initial pass a ARC BIOS code that can be shared between the sgimips
thorpej