summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2012-12-19Remove extra semicolon in "if (...);" which caused an incorrect flag toStuart Henderson
2012-12-18We no longer use struct eproc for kinfo_proc in sysctl.h so thereTodd C. Miller
2012-12-18reorder some variables and move large buffers to the top of the stack.Reyk Floeter
2012-12-18remove unused variableReyk Floeter
2012-12-18no nead to touch argv later since we don't support non-getopt arguments.Reyk Floeter
2012-12-18doin't complain if the child processes exited cleanly.Reyk Floeter
2012-12-18cnl is only allocated if F_NATLOOK was specified before, so skip theReyk Floeter
2012-12-18reorder the variables a bit, no functionaly change.Reyk Floeter
2012-12-10OpenBSD->.OxJason McIntyre
2012-12-10Implement panic command.Mark Kettenis
2012-12-09Implement panic command.Mark Kettenis
2012-12-08Make ldomd(8) to control the availability of virtual disks to guest domains.Mark Kettenis
2012-12-08Fix previous.Mark Kettenis
2012-12-08Add a few missing properties to vnet-port devices to make Linux happy.Mark Kettenis
2012-12-08don't forget to include a path separator after an SSLDIR;Mike Belopuhov
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-12-01If compiling with gcc 3, initialize a local variable to prevent -WuninitializedMiod Vallat
2012-12-01Add support for older firmware on UltraSPARC T1 machines.Mark Kettenis
2012-12-01Make it possible to share cores between domains.Mark Kettenis
2012-12-01The capability parser should only return an error in extreme cases. If aClaudio Jeker
2012-11-29s/daemon/program/Mark Kettenis
2012-11-29Wrong argument was passed to control_dispatch_imsg(). Use alwaysYASUOKA Masahiko
2012-11-29export ipintrq drops as ifInDiscards; ok reykMike Belopuhov
2012-11-29Change scandir()'s 'select' argument fromPhilip Guenthe
2012-11-29Fix white spaces in relayd. No binary diff.Alexander Bluhm
2012-11-28Prevent people from shooting themselves in the foot by not allowing them toMark Kettenis
2012-11-28Including ../../Makefile.inc was loop when npppd/obj is not a symbolic link.YASUOKA Masahiko
2012-11-27missing initialization.Eric Faurot
2012-11-27Fix type typoPhilip Guenthe
2012-11-27Add format attributes to the proper functions and then fix the warningsPhilip Guenthe
2012-11-26We don't really need a "rngs" node in the Hypervisor MD.Mark Kettenis
2012-11-26Fix generation of "hvmd_mblock" node. Only add the "stick-frequency"Mark Kettenis
2012-11-26Regeerate Hypervisor MD from scratch instead of modifying the existing one.Mark Kettenis
2012-11-25More changes to make this work on UltraSPARC T2 systems. Now there'sMark Kettenis
2012-11-25Use "id" property as physical ID for CPUs on UltraSPARC T2 and later.Mark Kettenis
2012-11-25Properly remove virtual device ports if we remove the associated channels.Mark Kettenis
2012-11-25spacingMark Kettenis
2012-11-25Add support for building a new configuration based on a configuration thatMark Kettenis
2012-11-24Better error reporting.Mark Kettenis
2012-11-24Delete "ncp" and "n2cp" virtual devices. Makes Solaris stop whining aboutMark Kettenis
2012-11-24Get rid of some hard-coded constants. Improve memory allocation code.Mark Kettenis
2012-11-24fix after asr updateEric Faurot
2012-11-24Fix yacc warning.Mark Kettenis
2012-11-24Add code to create new system configuration. Work in progress, but there'sMark Kettenis
2012-11-24Export a few more prototypes. Make md_get_prop_val set the returned valueMark Kettenis
2012-11-24Add xasprintf.Mark Kettenis
2012-11-23fix mixed code and declarations, from brad@Stuart Henderson
2012-11-23resolve conflictsStuart Henderson
2012-11-23update to NSD 3.2.14, requested by/ok brad@Stuart Henderson
2012-11-23knfEric Faurot