summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-28delete xdr_ypresp_all_seq prototypeTheo de Raadt
2015-09-28Track size of an opaque allocation to pass to free() laterTheo de Raadt
2015-09-28easy size for free(); ok beckTheo de Raadt
2015-09-28remove excessive brackets on pointer mathTheo de Raadt
2015-09-28In low-level suspend routines, set cold=2. In tsleep(), use this toTheo de Raadt
2015-09-28the kernel lock is no longer needed in the fixed case since uvm_mapTed Unangst
2015-09-28add a flag to indicate to uvm_map that it should unmap to make space.Ted Unangst
2015-09-28The Linux code that handles the DPMS mode for inteldrm(4) can sleep now.Mark Kettenis
2015-09-28track sizes for free in sysctl_diskinit(); ok krwTheo de Raadt
2015-09-28strcat -> strlcat. last time i checked, this was the last remainingTheo de Raadt
2015-09-28make using tame path "/" work.Sebastien Marie
2015-09-28Keep sparc/disksubr.c and sparc64/disksubr.c as close as possible.Kenneth R Westerback
2015-09-28Oops. sparc64/disksubr.c was overlooked when all the other disksubr.c'sKenneth R Westerback
2015-09-28Explicit NULL checks and style(9) tweaks.Joel Sing
2015-09-28Mechanical changes from manual buf set up to readdisksector().Kenneth R Westerback
2015-09-28syncTheo de Raadt
2015-09-28seperate random functions into their own blockTheo de Raadt
2015-09-28xdr_ypresp_all_seq() does not need to be exported by libc, we can make itTheo de Raadt
2015-09-28syncTheo de Raadt
2015-09-28Make dired mode treat a double '/' in a path like fundamental mode.Mark Lumsden
2015-09-28remove duplicate entry caused by the "Quanta Transcode" deviceJonathan Gray
2015-09-28Use the radix-tree API instead of function pointers.Martin Pieuchot
2015-09-28Sync with recent changes, local routes are now always UP.Martin Pieuchot
2015-09-28Factors ou the route hashing code to implement Equal-Cost Multi-PathMartin Pieuchot
2015-09-28Merge gif(4)'s tentacles in a single file.Martin Pieuchot
2015-09-28Do not manually decrement rt's refcounter in arplookup() and let theMartin Pieuchot
2015-09-28Remove "if_tp" from the "struct ifnet".Martin Pieuchot
2015-09-28Remove the "Quanta Transcode" device from the list of supported hardware.Mark Kettenis
2015-09-28Use readdisksector() instead of manual buf initialization. hppa compilesKenneth R Westerback
2015-09-28Use readdisksector() instead of manual buf initialization.Kenneth R Westerback
2015-09-27Use readdisksector() instead of manual buf initialization. sparc64Kenneth R Westerback
2015-09-27Enable monitor hot plugging for the framebuffer console.Mark Kettenis
2015-09-27Don't print output when setting autoconf on interfaces. Suggested by deraadt,Stuart Henderson
2015-09-27include <unistd.h> unconditionallyTheo de Raadt
2015-09-27Use readdisksector() instead of manual buf initialization. These areKenneth R Westerback
2015-09-27Redo 1.25, without the NULL deref.Miod Vallat
2015-09-27Add IP26 kernels and boot blocks to the installation media.Miod Vallat
2015-09-27HEAD is past 5.8 now, so remove /var/tmp removal tweak.Alexander Hall
2015-09-27syncTheo de Raadt
2015-09-27basic grammar fixes;Jason McIntyre
2015-09-27check if openssl(1) actually works before proceedingBrent Cook
2015-09-27Don't forget to put the necessary MFC0_HAZARD in SAVE_CPU. For some reason IMiod Vallat
2015-09-27bump to 2.3.1Brent Cook
2015-09-27Use readdisksector() instead of manual buf initialization.Kenneth R Westerback
2015-09-27add a tame(2) regress for stat(2) and realpath(3)Sebastien Marie
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in ripd.Stefan Sperling
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.Stefan Sperling
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in ldpd.Stefan Sperling
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in dvrmpd.Stefan Sperling
2015-09-27Mark diag() as printf-likePhilip Guenther