Age | Commit message (Expand) | Author |
2010-03-27 | Fix the pageqlock recusion on sun4m. | Owain Ainsworth |
2010-03-06 | remove the (now inaccurate) note about not being able to run | Jason McIntyre |
2010-03-03 | Bring back cua code for sparc zs; lost in zs.c 1.36 on sparc and later forgotten | Miod Vallat |
2010-02-26 | when we build a vendor label for writing, clear the memory supplied by the | Theo de Raadt |
2009-12-25 | Fix (currently unused) bus_space_vaddr() return value. | Miod Vallat |
2009-11-27 | Move MB_LEN_MAX into the machine-independent sys/limits.h header, | Philip Guenthe |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-11-02 | s/hz/Hz/ on multiples of the SI unit hertz other than MHz. | Igor Sobrado |
2009-10-31 | in the absense of link state handling, drivers should still be silent; ok miod | Theo de Raadt |
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-26 | Do not do strncmp comparisons on dv_xname because longer device names which | Theo de Raadt |
2009-10-19 | Correct a target name so that we don't rebuild vers.o (and then | Philip Guenthe |
2009-09-12 | Add DIOCSDINFO support to the three fd drivers. No change to existing | Kenneth R Westerback |
2009-09-05 | fix typos | Theo de Raadt |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2009-09-05 | Make DIOCSDINFO code consistant everywhere. | Kenneth R Westerback |
2009-08-30 | Add support for ISP2200 SBus FC cards. | Mark Kettenis |
2009-08-29 | Glue for the SBus version of the Sun Vector Gigabit Ethernet card. | Mark Kettenis |
2009-08-29 | The intention is to map the dvma map at a fixed address, so specify | Mark Kettenis |
2009-08-24 | - fix format strings for values that are daddr64_t | Jasper Lievisse Adriaanse |
2009-08-13 | rewrite the promisc mode / multicast handling code for the sparc hme(4) | Peter Hessler |
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-13 | A new(er) mtx_enter_try(). | Tobias Weingartner |
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 | No need to clean genassym{.,o} during `make clean', genassym.sh does this | 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 | Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can be | Miod Vallat |
2009-07-28 | gem(4) + gentbi(4) do fit; requested by brad | Theo de Raadt |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-07-24 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-16 | - Add missing tick handler calling mii_tick(). | Stuart Henderson |
2009-07-13 | Add the neccessary glue to attach gem(4) to sbus(4) and enable gem(4) in | Mark Kettenis |
2009-07-13 | Add a somewhat minimal bus_dma(9) implementation. Only fully implemented for | Mark Kettenis |
2009-07-12 | Add protection against multiple inclusion. | Mark Kettenis |
2009-07-01 | Crank bootblocks version for identification purposes. | Miod Vallat |
2009-06-30 | Link the second stage bootblocks (and boot.net) 256KB higher to accomodate | Miod Vallat |
2009-06-24 | for the isp(4) driver, invert the meaning of the options which pull | Theo de Raadt |
2009-06-24 | Major update to isp driver, mostly from mjacob via FreeBSD. | Kenneth R Westerback |
2009-06-24 | Simplify the ioctl handling code. From Brad. | Stuart Henderson |
2009-06-20 | Have hmestop() properly clear the RUNNING/OACTIVE flags and the interface | Stuart Henderson |
2009-06-15 | Back out all the buffer cache changes I committed during c2k9. This reverts t... | Bob Beck |
2009-06-04 | Recycle four ancient fields in the disklabel structure, replacing them with | Theo de Raadt |
2009-06-03 | add kern.bufcachepercent sysctl to allow adjusting the buffer cache | Bob Beck |
2009-06-03 | Fix check for window-top and window-left values. | Mark Kettenis |