summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-02Safer, big mem friendly, allocation of identify buf that is theKenneth R Westerback
2011-04-02rmeove the link1 hack, it is in the way, it is only half-baked and doesn'tHenning Brauer
2011-04-02correctly handle data underruns. this makes things like ses(4) and safte(4)David Gwynne
2011-04-02Count the number of physical pages within a memory range.Ariane van der Steldt
2011-04-02add support for pppx interfaces instead of tun interfaces.David Gwynne
2011-04-02add a pipex ioctl that lets you specify a description on pppx interfaces byDavid Gwynne
2011-04-02configure the addresses on the pppx interface when its created by npppd soDavid Gwynne
2011-04-02add the local ip address to the session request ioctl so npppd can tell itDavid Gwynne
2011-04-02Kill a lot of spaces and make this a bit more KNF. No binary change.Claudio Jeker
2011-04-01Fix comment: amd64's list of callee-saved registers isn't the same as i386Philip Guenthe
2011-04-01Add calls to some existing but previously unused free functions. AlsoNicholas Marriott
2011-04-01after nicm's last commit, fix some cases where non-argumentsJason McIntyre
2011-04-01Move an isqrt() call outside a macro, from Michael W Bombardieri.Nicholas Marriott
2011-04-01"or" should be on a line on its own here so it is not emphasised asNicholas Marriott
2011-04-01Two problems with vslock_device functions.Artur Grabowski
2011-04-01Typo in comment.Kenneth R Westerback
2011-03-31just report the frame interval in the same terms the device gives us.Jacob Meuser
2011-03-31update watchdog timeout diagnostic; from richard tooheyJason McIntyre
2011-03-31add a BUFFERS section, to explain how they work;Jason McIntyre
2011-03-31Recognize Loongson 3A processors, but don't accept to run on them yet, theMiod Vallat
2011-03-31- use nitems(); no binary change.Jasper Lievisse Adriaanse
2011-03-31Don't process packets where the USB xfer length is shorter than a packetMichael Knudsen
2011-03-31- use nitems(); no binary change.Jasper Lievisse Adriaanse
2011-03-31these days, newfs creates one inode per 4 fragments, rather than one per 8KB,Stuart Henderson
2011-03-31cleanup and simplification following the asr update.Eric Faurot
2011-03-31- use nitems(); no binary changeJasper Lievisse Adriaanse
2011-03-31Make sure everything run from .init and .fini sections gets a properly alignedMark Kettenis
2011-03-31remove dead code from pppoe(8).Igor Sobrado
2011-03-31Make the top line of systat stop updating, along with the rest of the datalum
2011-03-30style cleanup:Ingo Schwarze
2011-03-30Make sure everything run from .init and .fini sections gets a properly alignedMark Kettenis
2011-03-30Use #ifdef TRAPDEBUG and fix indentation.Joel Sing
2011-03-30Fix diagnostic by correctly initialising oldcpl.Joel Sing
2011-03-29For convenience, work out what type of option is being set by nameNicholas Marriott
2011-03-29Checking for particular options and redrawing is not necessary as weNicholas Marriott
2011-03-29remove unused code now that reverse lookups are done through asr.Eric Faurot
2011-03-29Update an out-of-date and inaccurate comment.Nicholas Marriott
2011-03-29document newly supported ioctls VIDIOC_S_PARM, VIDIOC_G_PARM andJacob Meuser
2011-03-29Change -t on display-message to be target-pane for the #[A-Z]Nicholas Marriott
2011-03-29print ipqos friendly string for sshd -T; ok markusKevin Steves
2011-03-29make use the cname query interface from asr for reverse lookupsEric Faurot
2011-03-28Add -a and -s options to lsp to list all panes in the server or sessionNicholas Marriott
2011-03-28sync from www/build/mirrors.datStuart Henderson
2011-03-28Allow a start and end line to be specified for capture-pane which may beNicholas Marriott
2011-03-28Style: uint -> u_int and a missing else.Nicholas Marriott
2011-03-28Documentation for mlphy(4)Claudio Jeker
2011-03-28Include mlphy(4) to the kernels that include tl(4).Claudio Jeker
2011-03-28Add mlphy(4) a driver for the MicroLinear 6692 Ethernet PHYs.Claudio Jeker
2011-03-28Clean nodes until the number of cached nodes is smaller than the maximum numberMark Kettenis
2011-03-28tweak previous;Jason McIntyre