Age | Commit message (Expand) | Author |
2002-09-02 | Make the cgfourteen work in 32bit when possible, also display the size of | Miod Vallat |
2002-09-01 | Oppsie. Remove my debugging code. | Artur Grabowski |
2002-08-31 | Always setup the RAMDAC (even if we're not the console) so when the display | Jason Wright |
2002-08-31 | Driver for the Vigra VS10 and VS12 SBus framebuffers, and possibly more from | Miod Vallat |
2002-08-31 | regen, bad gluk@ | Michael Shalayeff |
2002-08-31 | a strange aironet and a couple of ti bridges | Michael Shalayeff |
2002-08-30 | Support for PDC20271 and PDC20276. | Grigoriy Orlov |
2002-08-30 | Promise Ultra133 TX2v2 aka FastTrak TX2000 EIDE controller. | Grigoriy Orlov |
2002-08-30 | __FUNCTION__ -> __func__ that I forgot to commit. | Marc Espie |
2002-08-30 | Add pnozz and wsdisplay at pnozz for Tadpole users. Spotted by millert@ | Miod Vallat |
2002-08-30 | plug mbuf leak. | Federico G. Schwindt |
2002-08-30 | only do copyout() if wi_get_debug() returned 0. | Federico G. Schwindt |
2002-08-29 | Produce the same escape codes as SunOS with the L function keys in console. | Miod Vallat |
2002-08-29 | Define new wscons symbols for the L function keys found on Sun keyboards, | Miod Vallat |
2002-08-29 | soft line breaks do not work always, just nl and tab instead, prettier too | Michael Shalayeff |
2002-08-28 | vm_offset_t/vm_size_t are on their way to tartars now | Michael Shalayeff |
2002-08-28 | do not forget to export the weak alias, proper line continuation | Michael Shalayeff |
2002-08-28 | update of radiotrack driver, including isapnp support; from jumbo@ | Michael Shalayeff |
2002-08-28 | ancient file name in .file; from pbastos@rdc.puc-rio.br | Michael Shalayeff |
2002-08-28 | Fix a problem where passing NULL as a pointer with varargs does not promote | Per Fogelstrom |
2002-08-28 | - Fix one typo (instead of two disable_rx, one disable_rx and one disable_tx) | Artur Grabowski |
2002-08-28 | RAIDframe spelling. ok art@ | Thierry Deval |
2002-08-28 | cast size_t to u_long on printing. from netbsd | Jun-ichiro itojun Hagino |
2002-08-27 | do not just bail out of the copy loop, but go to the | Michael Shalayeff |
2002-08-27 | call ktrnamei() later, after cnp->cn_pnbuf has been made proper; art@ ok | Michael Shalayeff |
2002-08-27 | config_edit() isn't used anywhere. ok art@ | Wilbern Cobb |
2002-08-26 | now that none of the keyboard maps map anything into | Michael Shalayeff |
2002-08-26 | map backspace to delete, not backspace key symbol which are defined the same ... | Michael Shalayeff |
2002-08-26 | map backspace to delete, not backspace key symbol which are defined the same ... | Michael Shalayeff |
2002-08-26 | Update sb_lastrecord in sbcompress() when the mbuf pointed to is removed. | Daniel Hartmeier |
2002-08-26 | space cleanup; some from grendel@zeitbombe.org | Michael Shalayeff |
2002-08-24 | aperture driver for alpha. It works here the same as on i386 | Matthieu Herrb |
2002-08-23 | Just like getvnode, make getsock FREF the file so that we can't get away | Artur Grabowski |
2002-08-23 | Cleanup change. Since almost all callers (except one) of getvnode did a FREF | Artur Grabowski |
2002-08-23 | Use LIST_ macros for the list of all struct file. | Artur Grabowski |
2002-08-23 | map the heap without PROT_EXEC. | Artur Grabowski |
2002-08-23 | FREF/FRELE cleanup/simplification, no functional changes; ok art | Peter Valchev |
2002-08-23 | Add missing FRELE() in finishdup() error case; ok art | Peter Valchev |
2002-08-23 | Fix missing FRELE in mmap(2); ok art | Peter Valchev |
2002-08-22 | match more serverworks "double bridges", based on discussions with nate and | Theo de Raadt |
2002-08-22 | Change the vnode locking in exec to not keep the vnode locked almost all | Artur Grabowski |
2002-08-22 | simplify multicast setup on the 3c905 (pre-B/C, etc) | Jason Wright |
2002-08-22 | Remove code, use common ether_crc32_le() routine. | Dale Rahn |
2002-08-22 | Configure the media in the initialization routine so that media/mediaopt | Dale Rahn |
2002-08-21 | Recognize both VSIMM slots, and allow one cgfourteen to attach to each | Miod Vallat |
2002-08-21 | Correctly map the video memory, for proper operation. | Miod Vallat |
2002-08-21 | Get the boot device correctly if scsi id != 0 on 1[67]x boards. | Miod Vallat |
2002-08-21 | Attach one screen resource, by default, to every wsdisplay device, | Miod Vallat |
2002-08-20 | print as unsigned for unsigned values, when printing out a map in ddb; art@ ok | Michael Shalayeff |
2002-08-20 | set use_deprecated back to 1. sync w/kame | Jun-ichiro itojun Hagino |