summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-09Add urtwn(4) for upgradesMartin Pieuchot
2013-08-09Uncomment another kprintf attribute.Sylvestre Gallon
2013-08-09match linux and only allow multiple contexts on the render ringJonathan Gray
2013-08-09add commented out versions of unused functions present in the originalJonathan Gray
2013-08-09Constify the default null sockaddr_dl, no functional change.Martin Pieuchot
2013-08-09enable ctrl-left-arrow and ctrl-right-arrow to move forward/back a word;Damien Miller
2013-08-09two problems found by a to-be-committed regress test: 1) msg_id was notDamien Miller
2013-08-09do getopt parsing for all sftp commands (with an empty optstring forDamien Miller
2013-08-08Add support for Intel Wifi Link 130.Sylvestre Gallon
2013-08-08Uncomment kprintf format attributes for sys/kernSylvestre Gallon
2013-08-08Fix sign of errno values to match Linux.Mark Kettenis
2013-08-08Add PMAP_NOCACHE as an alias for PMAP_NC for use in semi-MI code.Mark Kettenis
2013-08-08Test .%C; supported by mandoc, will soon be supported by the groff port, too.Ingo Schwarze
2013-08-08/dev/drmN for sparc64Mark Kettenis
2013-08-08Drop the retval argument from do*at() functions which don't use it.Philip Guenther
2013-08-08Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze
2013-08-08Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-08Remove an optimizer workaround for alpha/gcc2 although it was beingBrad Smith
2013-08-08Make it possible for graphics drivers to opt-out of VGA arbitration.Mark Kettenis
2013-08-08Turns out neither the flow control diff nor the RX checksum offload diffMark Kettenis
2013-08-08Re-add `-e' to default daemon_flags like the previous identd did.Antoine Jacoutot
2013-08-08Constify the table of common MTUs and use nitems(), no functional change.Martin Pieuchot
2013-08-08bugfix update to 1.4.2Robert Nagy
2013-08-08Fix typo; from patrick keshishianTodd C. Miller
2013-08-08Change MTU discovery functions to not abuse the global icmpsrc variableMartin Pieuchot
2013-08-08regenJonathan Gray
2013-08-08create drm device nodes on sparc64 and create additional entriesJonathan Gray
2013-08-08Remove duplicate loop.Raphael Graf
2013-08-08These functions should only used in the usb-autoconf glue, do not exposeMartin Pieuchot
2013-08-08Use the same functions to abort and close the control pipe of a deviceMartin Pieuchot
2013-08-08Insert new IPv4 addresses in only one place, no functional change.Martin Pieuchot
2013-08-08Make use of IFP_TO_IA() instead of rolling our own copy, no functionalMartin Pieuchot
2013-08-08move the parameter expansion text to after the config options text,Jason McIntyre
2013-08-08sync with recent name changes;Jason McIntyre
2013-08-08no need for this file: all relevant info found in dhclient(8)Jason McIntyre
2013-08-08rename fuse docs after existent functions;Jason McIntyre
2013-08-08ino_t will never be smaller than 32 bits again; prep for when it's 64 bits.Philip Guenther
2013-08-08add a "-l" flag for the rename command to force it to use the sillyDamien Miller
2013-08-08fix two year old regression: symlinking a file would incorrectlyDamien Miller
2013-08-08Prep for big ino_t: cast to unsigned long long and format with %ll or %qPhilip Guenther
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-07Document lgamma_r, lgammaf_r, and lgammal_r.Todd C. Miller
1998-03-12Latest version from CyclicThorsten Lockert
2013-08-07disable libexec/identd and enable usr.sbin/identd.David Gwynne
2013-08-07After a panic, do not fill up the dmesg with splassert messages.Alexander Bluhm
2013-08-07re-enable POOL_DEBUG after release; ok deraadt@Christian Weisgerber
2013-08-07Another major overhaul of the inteldrm(4) GEM code, bringing us considerablyMark Kettenis
2013-08-07Add a note about booting from the sdcard on beaglebone black.Brandon Mercer
2013-08-07needs timeout.h to compile. from Rafael NevesTed Unangst
2013-08-07We uniformly define size_t to be unsigned long and ssize_t to be long. MakeMark Kettenis