summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-14enable lisa(4); tested by Marco Knol; ok deraadtConstantine A. Murenin
2009-08-14SENSOR_WATTS; ok reyk deraadtConstantine A. Murenin
2009-08-14sort list of flags.Igor Sobrado
2009-08-14make the "get_handle: ..." error messages vaguely useful by allowingDamien Miller
2009-08-14Use the nfs_hashlock to protect the nfs_nodetree hanging of the mount.Thordur I. Bjornsson
2009-08-14tweak the vmstat description;Jason McIntyre
2009-08-14- fix for pr 6196 from upstream gitJasper Lievisse Adriaanse
2009-08-14- let this compile after soreceive() changesJasper Lievisse Adriaanse
2009-08-14make the uvm device lock a mutex.Owain Ainsworth
2009-08-14do not timeout disabled hosts in the icmp checksReyk Floeter
2009-08-14SENSOR_WATTS; ok canacar deraadt kettenis henningConstantine A. Murenin
2009-08-14tie IPKTS/OPKTS to bottom corner for smaller screensTheo de Raadt
2009-08-14Avoid double-release of vnodes in several functionsBret Lambert
2009-08-14- use u_char consistentlyJasper Lievisse Adriaanse
2009-08-14- fix format string for daddr64_t to %lldJasper Lievisse Adriaanse
2009-08-14syncTheo de Raadt
2009-08-14- deregister; no binary changeJasper Lievisse Adriaanse
2009-08-14Reset attributes as well as scroll region before poll(2) and add a big commentNicholas Marriott
2009-08-14Initialize len variable; found by Martynas VenckusBret Lambert
2009-08-14Another change to make my life easier when parsing pdus.Claudio Jeker
2009-08-14Send SGR0 when initialising the screen. Fixes problems on terminals with BCENicholas Marriott
2009-08-13add a shutdown hook to stop unsolicited responses and the CORB andJacob Meuser
2009-08-13there are louder and louder moans about the inability to see packetTheo de Raadt
2009-08-13Switch the prompt code to return an empty string when the user enters noNicholas Marriott
2009-08-13Remove unrelated bit from last commit which breaks at least 2 arches.Bret Lambert
2009-08-13- ansify function declarations, no binary changeJasper Lievisse Adriaanse
2009-08-13vi(1)-style half page scroll in copy and scroll modes. Move the vi full pageNicholas Marriott
2009-08-13Scroll by two less than the number of lines in the screen, like emacs, ratherNicholas Marriott
2009-08-13Disable mode-mouse (mouse in copy/choice mode) by default as it isn't veryNicholas Marriott
2009-08-13Forgot to add break to the switch cases. Silly.Paul Irofti
2009-08-13syncTheo de Raadt
2009-08-13make scsi_done set ITSDONE on the xs. this means hba drivers dont have toDavid Gwynne
2009-08-13More changes to make the parsing of those evil messages a bit easier.Claudio Jeker
2009-08-13rwlock assertion functions, currently unusedBret Lambert
2009-08-13Add wake/suspend support for pckbd(4).Paul Irofti
2009-08-13Rewrite part of the promiscuous/multicast handling; tested by myself,Stuart Henderson
2009-08-13Enable guard pages and slow recycling of kva.Ariane van der Steldt
2009-08-13Add more stuff change some fields to make the handling a bit easier.Claudio Jeker
2009-08-13We do not do vm86 mode on amd64Theo de Raadt
2009-08-13zap trailing whitespace;Jason McIntyre
2009-08-13Add a base-index session option to specify the first index checked when lookingNicholas Marriott
2009-08-13fix ID string; from Alan R. S. BuenoJason McIntyre
2009-08-13various MLINK fixes from Alan R. S. Bueno;Jason McIntyre
2009-08-13add ioctls to allow userland to initiator a probe or detach of devices itDavid Gwynne
2009-08-13function is named int des_string_to_2key, not int des_string_to_2keys;Jason McIntyre
2009-08-13provide an api for an interrupt (or something like it) to notify theDavid Gwynne
2009-08-13repair vscsi lineTheo de Raadt
2009-08-13toby do you even care enough to try to do right?Theo de Raadt
2009-08-13Allowing copy mode to scroll left and right is annoying, so limit it to theNicholas Marriott
2009-08-13remove description of link0 for vlan interfaces; this part missed whenStuart Henderson