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