summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
AgeCommit message (Expand)Author
2010-04-15Turn DIO_INHOLE() into a function, returning the next select code to probe at;Miod Vallat
2010-04-15Let sgc(4) attach on models 362 and 382 - recent documents uploaded toMiod Vallat
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2010-04-04Fix build after spc_scsi_cmd() prototype change.Miod Vallat
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-01-13Remove a few more settings of ITSDONE in drivers. Only a coupleKenneth R Westerback
2009-12-28We do not need to store a copy of the HP-UX exec structure in the pcb sinceMiod Vallat
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-11-01Move IS[12]BYTEMSG and ISEXTMSG defines to a common place.Federico G. Schwindt
2009-11-01Call selwakeup()/KNOTE() even if the queue has emptied completely.Nicholas Marriott
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()Theo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-26In device_match(), match on exact device name (as obtained from struct cfdriver)Miod Vallat
2009-10-19Correct a target name so that we don't rebuild vers.o (and thenPhilip Guenthe
2009-09-18Fix conversion of symbolic IPL level to hardware PSL value in the mutex code.Miod Vallat
2009-09-18Make sure to always initialize the scsi_xfer timeout with timeout_set() earlyMiod Vallat
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2009-08-24- fix format strings for values that are daddr64_tJasper Lievisse Adriaanse
2009-08-16Update to cope with new readdisklabel() return value.Miod Vallat
2009-08-13Replace the error strings that were being passed around with much simplerTheo de Raadt
2009-08-13wire vscsi up to a cdevDavid Gwynne
2009-08-11Do not bother initializing bufpages in the md code if the computation isMiod Vallat
2009-08-11With the SysV memory allocation changes, allocsys() doesn't do anythingMiod Vallat
2009-08-09Introduce option DDB_STRUCT. Kernels compiled with this option (except onMiod Vallat
2009-08-09Rototill system V message queues.Bret Lambert
2009-08-02Dynamic buffer cache support - a re-commit of what was backed outBob Beck
2009-07-30timeout_add -> timeout_add_msec + associated cleanupBret Lambert
2009-07-26timeout_add -> timeout_add_msecBret Lambert
2009-07-23timeout_add -> timeout_add_msecBret Lambert
2009-07-23timeout_add -> timeout_add_msecBret Lambert
2009-07-23a trio of timeout_add conversionsBret Lambert
2009-07-05Make sure the OpenBSD bounds exclude the first cylinder, which is usedMiod Vallat
2009-06-15Back out all the buffer cache changes I committed during c2k9. This reverts t...Bob Beck
2009-06-13Needs <sys/malloc.h> nowMiod Vallat
2009-06-10Allow /dev/kmem reads in the direct mapping region where there isMiod Vallat
2009-06-04Recycle four ancient fields in the disklabel structure, replacing them withTheo de Raadt
2009-06-04Add DIOCRLDINFO to those drivers previously deprived.Kenneth R Westerback
2009-06-03add kern.bufcachepercent sysctl to allow adjusting the buffer cacheBob Beck
2009-06-03Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar...Janne Johansson
2009-03-26Remove cpu_wait(). It's original use was to be called from the reaper soOwain Ainsworth
2009-03-25Nuke old useless define. Miod was ok with the idea.Tobias Weingartner
2009-03-15Generic softinterrupt code for m68k platforms, now copied from m88k.Miod Vallat
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2009-02-06Split sti structures into rom-related information and screen-relatedMiod Vallat
2009-01-25Remove /dev/drum and related code.Miod Vallat
2009-01-25In hpibid(), when computing timeouts from the cpuspeed variable, account forMiod Vallat
2009-01-25If hdattach() aborts early because the disk is not in good shape, alwaysMiod Vallat
2009-01-25Behave correctly in interrupt handlers if no tty has been allocated yetMiod Vallat
2009-01-11Fix a sed bug in the makefile's depend target.Paul Irofti