Age | Commit message (Expand) | Author |
2006-07-26 | More files which have changed name or location since some time already and | Miod Vallat |
2006-07-25 | Remove cursor register address constants, code should (and does) use dc503reg.h | Miod Vallat |
2006-07-25 | Assembly versions of kvtopte() and kvtophys(), better than what gcc | Miod Vallat |
2006-07-24 | Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) and | Miod Vallat |
2006-07-24 | Make sure the mapped frame buffer area is a multiple of the logical page | Miod Vallat |
2006-07-24 | Add a wsdisplay driver for the frame buffer found on VS4000/60 and VLC | Miod Vallat |
2006-07-24 | Simplify ioaccess() by computing the pte template outside the loop, and | Miod Vallat |
2006-07-24 | Recent change to the way mainbus children attach requires sbi_match to be | Miod Vallat |
2006-07-23 | Do not print an odd message on machines where led0 is configured but did | Miod Vallat |
2006-07-23 | Make smg(4) on par with the current state of wsdisplay drivers: make it use | Miod Vallat |
2006-07-20 | Not all Cheetah machines have the DSSI controller at a non-canonical address; | Miod Vallat |
2006-07-20 | Conform to the party's line when printing unconfigured devices. | Miod Vallat |
2006-07-20 | Here cometh the blinkenlichten on VAXens. | Miod Vallat |
2006-07-20 | Kill an autoconf abuse introduced with Cheetah support, and pass real | Miod Vallat |
2006-07-20 | Oops, correctly initialize vax_confdata for VS4k/90. | Miod Vallat |
2006-07-19 | Actually we can optimize further an assignment in sendsig(). | Miod Vallat |
2006-07-19 | Trivial simplification in the signal delivery code; shave one instruction | Miod Vallat |
2006-07-19 | Remove long dead meat and irrelevant defines. No functional change. | Miod Vallat |
2006-07-19 | Honour L3 switch on VS4k/90, even if we don't support glass console yet; | Miod Vallat |
2006-07-19 | Cheetah machines can use dz as a console since a long time already, thus do | Miod Vallat |
2006-07-19 | Remove code checking for memory residence of pages in disk_reallymapin(), | Miod Vallat |
2006-07-16 | Fix splassert false positives on older VAXstation with devices wired to | Miod Vallat |
2006-07-14 | Allow tracebacks of the kernel stack even when the kernel did not panic, | Miod Vallat |
2006-07-12 | zap some unused variables. | Thordur I. Bjornsson |
2006-07-12 | Shorten the dmesg one line. | Miod Vallat |
2006-07-04 | use empty INSTALL_STRIP instead of STRIPFLAG to indicate we don't want to | Martin Reindl |
2006-06-30 | Old typos bite the dust. | Miod Vallat |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt |
2006-06-11 | Working kernel crash dumps. | Miod Vallat |
2006-06-05 | In ubareset(), be sure to destroy the uba extent before recreating it, to | Miod Vallat |
2006-06-04 | When VM_PHYSSEG_MAX is 1, use VM_PSTRAT_RANDOM for VM_PHYSSEG_STRAT, this | Miod Vallat |
2006-06-02 | Implement splassert() on vax. | Miod Vallat |
2006-06-01 | Change spl4() to spl7() to raise-only semantics. | Miod Vallat |
2006-05-30 | Define meaningful values for IPL_ levels, which directly map to the spl | Miod Vallat |
2006-05-30 | Map buffers with pmap_kenter_pa() instead of pmap_enter(). | Miod Vallat |
2006-04-17 | Remove unused struct mdproc fields. | Miod Vallat |
2006-04-16 | Convert the last remaining net-driver users of ether_input to ether_input_mbuf. | Christopher Pascoe |
2006-04-09 | #ifdef lint wraps for va_start | Theo de Raadt |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-15 | Correct checks against cd_ndevs - valid numbers are strictly inferior to | Miod Vallat |
2006-03-12 | IPL_IMP -> IPL_VM | Brad Smith |
2006-03-12 | remove splimp. | Brad Smith |
2006-03-07 | Remove COMPAT_1x stuff inherited from NetBSD, which does not apply to us. | Miod Vallat |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat |
2006-02-22 | Remove unused _{ins,rem}que functions - they were not even implemented on | Miod Vallat |
2006-01-30 | When delivering SIGFOO, make sure the siginfo code is a FOO_xxx constant; | Miod Vallat |
2006-01-20 | b_un.b_addr -> b_data; no functional change. | Miod Vallat |
2006-01-17 | Use angle bracket and no relative paths for all include files which are not | Miod Vallat |