summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-08-13syncTheo de Raadt
2009-08-13Rather than telling the client to exit in the function when creating a newNicholas Marriott
2009-08-13When creating a new session from the command-line where there is an externalNicholas Marriott
2009-08-13document the show all vnodes command. prompted by jmc@.Thordur I. Bjornsson
2009-08-13synbcTheo de Raadt
2009-08-13use Bk/Ek to avoid ugly split in synopsis;Jason McIntyre
2009-08-13typoMiod Vallat
2009-08-13rewrite the promisc mode / multicast handling code for the sparc hme(4)Peter Hessler
2009-08-13Redraw the screen after resizing.Nicholas Marriott
2009-08-13In pmap_pte_flush flush the icache before the dcache, as is done elsewhere.Theo de Raadt
2009-08-13It was originally intended that scroll mode would show content that wasNicholas Marriott
2009-08-13- remove super-obvious comments from vnodeop_entries[]Jasper Lievisse Adriaanse
2009-08-13fix a typo its supposed to be show all vnodes not show all vnodes,Thordur I. Bjornsson
2009-08-13Cleanup differences between i386 and amd64.Mark Kettenis
2009-08-13PAGEFASTRECYCLE is an option we have been using for a while to encourageTheo de Raadt
2009-08-13Replace the error strings that were being passed around with much simplerTheo de Raadt
2009-08-13Replace the error strings that were being passed around with much simplerTheo de Raadt
2009-08-13Teach nfsm_fhtom about nfsm_info structsBret Lambert
2009-08-13- remove the ef(4) chunk, it's unused now and the ioc ethernet driverJasper Lievisse Adriaanse
2009-08-13syncTheo de Raadt
2009-08-13Add nodes for vscsi0; ok dlgTheo de Raadt
2009-08-13i forgot a commentDavid Gwynne
2009-08-13wire vscsi up to a cdevDavid Gwynne
2009-08-13change version 3 post-operation attribute building function to notBret Lambert
2009-08-13- remove super-obvious comments from $fs_vnodeop_entries[]Jasper Lievisse Adriaanse
2009-08-13Print a warning when rdomain is used on non-AF_INET sockets. Those areClaudio Jeker
2009-08-13- consistify cfdriver for the ethernet drivers (0 -> NULL)Jasper Lievisse Adriaanse
2009-08-13Allow tcpbench to bind to a different rdomain.Claudio Jeker
2009-08-13add new 'router' functionality to dynamically add or remove routesReyk Floeter
2009-08-13add a show all vnodes command, use dlg's nice pool_walk() to accomplishThordur I. Bjornsson
2009-08-13sync synopsis and usage();Jason McIntyre
2009-08-13Start using a linking script for this kernel. ThisTobias Weingartner