summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2009-06-06Nuke debug() unless DEBUG is defined. Elminates debug output fromKenneth R Westerback
2009-06-05rtm->rtm_hdrlen conversionChris Cappuccio
2009-06-05seperate -> separateJason McIntyre
2009-06-05tweak -V;Jason McIntyre
2009-06-05Document rdomainClaudio Jeker
2009-06-05Fix usage.Claudio Jeker
2009-06-05Allow ping to use an alternate routing domain by using the -V flag.Claudio Jeker
2009-06-05Make it possible to bind an interface to a rdomain. Manpage will follow soon.Claudio Jeker
2009-06-04Recycle four ancient fields in the disklabel structure, replacing them withTheo de Raadt
2009-06-04i care about theo's hydration level. make him stop whining by documentingHenning Brauer
2009-06-04allow IPvShit to be turned off completely per-interface.Henning Brauer
2009-06-04xfs -> nnpfs;Jason McIntyre
2009-06-03add bufcachepercent to man page, and maxlocksperuid which someone forgot.Bob Beck
2009-06-03Define a wsdisplay type for gfxp(4).Mark Kettenis
2009-06-03Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar...Janne Johansson
2009-06-03Use the new powerful route flush to clean up the mess. With this multipleClaudio Jeker
2009-06-03remove unneeded ARGSUSED; ok krw@ henning@Kevin Steves
2009-06-02snprintf returns int, not size_t.Ray Lai
2009-06-02remove unused variableCharles Longeau
2009-06-02Define a proper wsdisplay type for machfb(4).Mark Kettenis
2009-06-02Add '-h' flag, and '*' as a unit specifier for 'p' Editor command.Kenneth R Westerback
2009-06-01tweak previous;Jason McIntyre
2009-05-31Always show the start and end of the OpenBSD area in units ofKenneth R Westerback
2009-05-31Masking the priority with RTP_MASK is no longer needed in userland.Claudio Jeker
2009-05-31add audible output to ping and ping6: -e beeps when pings are replied, -E bee...Chris Kuethe
2009-05-31'-d' works everywhere now. And it ignores the OpenBSD disk label,Kenneth R Westerback
2009-05-31Never 'humanize' the sector offsets of partitions or 'total sectors'.Kenneth R Westerback
2009-05-30Make it possible to filter monitor output on AF or show only interfaceClaudio Jeker
2009-05-30priority is a u_char not a u_short.Claudio Jeker
2009-05-30Make route flush more powerful by allowing -iface/-interface or -priorityClaudio Jeker
2009-05-29catch funny values of cg_initediblk; make fsck_ffs more robustOtto Moerbeek
2009-05-29Clean up logic around exit values. Make getasciilabel() return 0Kenneth R Westerback
2009-05-27add missing else; from ISC.Kevin Steves
2009-05-25log the reason before we die in routehandler(); ok krw@ henning@Kevin Steves
2009-05-23missed rtm_hdrlen conversion in one placeChris Cappuccio
2009-05-20Do not fall back to using nobody if _user is missing, butThordur I. Bjornsson
2009-05-20Add code to attach sun mice on sparc and sparc64 as wsmouse devices. SinceMiod Vallat
2009-05-17No need to write mount point info twice in 'w' command in Editor.Kenneth R Westerback
2009-05-17fascinating how make parses if statements...Theo de Raadt
2009-05-17Write out mountpoint info in writelabel() after label successfullyKenneth R Westerback
2009-05-17Initialize mountpoints[] when going past again:, since aKenneth R Westerback
2009-05-15Stop this silliness with machine dependent man pagesTheo de Raadt
2009-05-14actually change the require-order default to No; I missed a part withStuart Henderson
2009-05-13The auto-allocator does not remember to increase the d_npartitions fieldTheo de Raadt
2009-05-13Set D_VENDOR when spoofing a label on archs that use D_VENDOR whenKenneth R Westerback
2009-05-12don't define _KERNEL. Theres no need and its gross.Thordur I. Bjornsson
2009-05-12Various mount point handling fixes, most originally from halex@.Kenneth R Westerback
2009-05-11Make sure last, catch-all, auto-allocated partition ends on aKenneth R Westerback
2009-05-11very long lines in comments are uglyTheo de Raadt
2009-05-11Always save an fstab file, even if it is empty; ok krwTheo de Raadt