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