summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-02-03map user space uncached, later to be dealt with.Michael Shalayeff
2002-02-03only check for serial console if any compiledMichael Shalayeff
2002-02-03defer non-0 units to keep iface order rightMichael Shalayeff
2002-02-03better space mapMichael Shalayeff
2002-02-03flush cache on attentionMichael Shalayeff
2002-02-03fix missing srNsMichael Shalayeff
2002-02-02update for newer binutilsMichael Shalayeff
2002-02-02missing NULLMichael Shalayeff
2002-02-02small stupid tyops (mostly from netbsd); some cleanups from meMichael Shalayeff
2002-02-02fix 'physmem' usageMichael Shalayeff
2002-02-02implement the rest of /dev/mem devices; from netbsdMichael Shalayeff
2002-02-02Reorganize sys_fcntl to make future changes easier.Artur Grabowski
2002-02-02Be more consistent about using fd_getfile where it matters.Artur Grabowski
2002-02-02tiny fixens from netbsdMichael Shalayeff
2002-02-01Clean up auxio a bit and add machdep.led_blink sysctl (like sparc),Jason Wright
2002-02-01use kenter/kremove in pagemove(), from netbsdMichael Shalayeff
2002-02-01Default kernel is bsd around these parts.Jason Wright
2002-02-01long arg int format fix, from netbsdMichael Shalayeff
2002-02-01clean the hppa leftover, from netbsdMichael Shalayeff
2002-02-01missing \nJason Wright
2002-02-01Don't MALLOC/FREE with variable size.Artur Grabowski
2002-02-01Allocate kqueues with pool.Artur Grabowski
2002-02-01Don't MALLOC with variable size.Artur Grabowski
2002-02-01duplicate includeArtur Grabowski
2002-02-01cdstrategy(): check that media is loaded before doing anything with theHans Insulander
2002-02-01fix debugging printfMichael Shalayeff
2002-02-01redefine COM_FREQ to 7.272727MHzMichael Shalayeff
2002-01-31scsi_done() is unsafe, rearrange locking to compensateMichael Shalayeff
2002-01-31add USER_PCICONFJason Wright
2002-01-31add support for USER_PCICONFJason Wright
2002-01-31Whoops! Add back matching of 7951; Matthias Bauer <bauerm@immd1.informatik.u...Jason Wright
2002-01-31Move ioctl userland accessible stuff to <dev/sun/uperfio.h>Jason Wright
2002-01-31Don't need uperf_psychovar.h to define one structure, put it in psychovar.hJason Wright
2002-01-31Fallout from moving SET/CLR/etcJason Wright
2002-01-31Make comment more representative.Hugh Graham
2002-01-31Make comment more representative.Hugh Graham
2002-01-31A little KNF.Hugh Graham
2002-01-31Add support for VAX 4000 500A.Hugh Graham
2002-01-31zero out csum when re-using mbuf (cures 50% packet loss under load)Jim Rees
2002-01-31Ignore signals if/when we are exiting.Tobias Weingartner
2002-01-31drop the low drop bits number to 10 dropMichael Shalayeff
2002-01-31Don't need NFB (fb's aren't accessible this way)Jason Wright
2002-01-30Driver for getting at performance counters. These manifest themJason Wright
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2002-01-30Add proc0 to the PIDHASH table. art@ okThomas Nordin
2002-01-30TI 1410 PCI-CardBus support.Federico G. Schwindt
2002-01-30A bit of hacking on awacs to try to get audio input working.Dale Rahn
2002-01-30IOCTL for retrieving traces from the ATA subsystemConstantine Sapuntzakis
2002-01-29Don't install a handler for powerfail... this causes weird problems withJason Wright
2002-01-29Remove the iov2pages/mbuf2pages API... All of the relevant arch's supportJason Wright