Age | Commit message (Expand) | Author |
2015-02-28 | Move consinit() out of the bowels of the zs driver to its own file, in | Miod Vallat |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-11 | no md code wants lockmgr locks, so no md code needs to include sys/lock.h | David Gwynne |
2015-02-10 | Convert to uiomove() | Miod Vallat |
2015-02-10 | Convert sun4 eeprom access to uiomove() | Miod Vallat |
2015-02-10 | Convert to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-09 | Change the way stackgap_random is applied. Instead of applying it within the | Miod Vallat |
2015-02-09 | Do not use USRSTACK when VM_MIN_KERNEL_ADDRESS is what you really mean. | Miod Vallat |
2015-02-08 | replace hand rolled code to maintain a list of bufs with a fifo | David Gwynne |
2015-02-07 | Misplaced #endif | Miod Vallat |
2015-02-07 | Oh well, APM_USER_HIBERNATE_REQ being used in MI code, needs to be defined | Miod Vallat |
2015-02-05 | Do what the comments suggest and check for port-[ab]-ignore-cd properties, | Miod Vallat |
2015-01-21 | By popular demand, put NFS, ipv6 and vlan support in sparc installation media. | Miod Vallat |
2015-01-16 | Revert forcing a rachitic `c' slice size when the drive geometry is not known, | Miod Vallat |
2015-01-16 | disklabel_sun_to_bsd() will nicely set the disk size if it is zero, but it is | Miod Vallat |
2015-01-15 | Rework the disk label handling once again. Disk label is read at attach time | Miod Vallat |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2015-01-14 | Don't forget to register event counter for VME interrupts. | Miod Vallat |
2015-01-14 | When a read or write operation fails on a sector found on the bad block table, | Miod Vallat |
2015-01-14 | When the outcome of the watchdog processing is a reset, do not bother checking | Miod Vallat |
2015-01-14 | Make the special buffer used for the few sector I/O at attach time a per-softc | Miod Vallat |
2015-01-14 | Make x[dy]c_e2str return a const char *. | Miod Vallat |
2015-01-14 | Remove pass-through ioctl for SMD disks (DIOSXDCMD). Nothing uses this, because | Miod Vallat |
2015-01-13 | Initialize d_type to DTYPE_SMD in the default label to avoid disklabel(8) | Miod Vallat |
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt |
2015-01-12 | lager -> larger (no beer involved) | Miod Vallat |
2015-01-12 | Fix two 19 years old (since day one) bug in bad144 sector reassignment logic: | Miod Vallat |
2015-01-11 | Remove orphaned defines. | Miod Vallat |
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst |
2015-01-11 | When using sun4 PROM I/O routines, make sure we never attempt to transfer more | Miod Vallat |
2015-01-11 | Use the softc-specific function pointers for bcopy() and bzero() in iestart(), | Miod Vallat |
2015-01-11 | Make sure to initialize nbpg to a sensible value in bootxx, when running on | Miod Vallat |
2015-01-11 | Unbreak sun4 | Miod Vallat |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-17 | Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter | Philip Guenther |
2014-12-17 | delete archaic simplelock use. | Theo de Raadt |
2014-12-15 | Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro, | Philip Guenther |
2014-12-10 | retire shutdown hooks; ok deraadt, krw | Mike Belopuhov |
2014-12-04 | split the word ops into int and longs so things that care a lot | David Gwynne |
2014-11-22 | the per-cpu storage page does not need to be executable in this | Theo de Raadt |
2014-11-22 | Be more careful draining the error register and reenabling traps in the sun4m | Miod Vallat |
2014-11-22 | Driver for the ECC memory controller found on some sun4m (ss20), so that | Miod Vallat |
2014-11-22 | spell PROT_EXEC correctly | Theo de Raadt |
2014-11-19 | Move {recv,send}udp() out of net.c into their own file; to be used shortly. | Miod Vallat |
2014-11-19 | No boot block code shall include <string.h>. | Miod Vallat |
2014-11-18 | (except for the arm architectures...) unify the way the ld.script is | Theo de Raadt |
2014-11-17 | Two additional POSIX_MADV_RANDOM conversions | Theo de Raadt |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-10-25 | Don't let qlw attach to non-sun4m yet, as this driver currently depends upon | Miod Vallat |