summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-08-11call puffs_exit()pooka
2008-08-11We can actually simply use execvp() instead of /bin/sh forpooka
2008-08-11try to handle different byte orders.christos
2008-08-10Manual pages for accept_filters(9), from FreeBSD. Also, document syntax wetls
2008-08-09add manpage for rump_syspuffspooka
2008-08-09simplify the code, from xtraeme.christos
2008-08-08exec file server via sh -c to get the benefit of PATH search.pooka
2008-08-07Since we're printing loc2 and loc3, make the headings match what we print.oster
2008-08-06add comment stating that the manpage is generatedpooka
2008-08-06add simple utility for autogenerating rump man pagespooka
2008-08-06Add manual pages for rump file system servers.pooka
2008-08-05Refactor mount utilities to provide a mount_fs_parseargs() routine.pooka
2008-08-04Add accept filters, ported from FreeBSD by Coyote Point Systems. Add inetdtls
2008-07-31Merge the simonb-wapbl branch. From the original branch commit:simonb
2008-07-29Use command line option parsing code from sbin/mount_msdos topooka
2008-07-29Install rump libraries and utilities to the base system and remove thepooka
2008-07-28fix signed comparison warning.christos
2008-07-27Fix typo in cd9660 functionname cd9660_setup_boot_volume_descritpor ->reinoud
2008-07-23Make sure to update root.cache too.matt
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-07-21Replace gcc initialisers with c99 initialisers.gmcgarry
2008-07-21UBC license does not require an advertizing clause any more - this filesmartin
2008-07-18man page fixes from PR 39164.apb
2008-07-17Use htonl like ping/traceroute6 do, from Markus Mayerchristos
2008-07-17include <stdlib.h> explicitely, for exit(), getprogname() etc.drochner
2008-07-16PR/39157: Markus Mayer: traceroute not 64 bit aware (struct timeval issue)christos
2008-07-16make mkver fetch the date information from src/usr.sbin/ntp/importdatekardel
2008-07-16Remove another source of date/build user/build host that I hadn'tperry
2008-07-15Don't include build date information in the binaries any more.perry
2008-07-15Per christos, s/$$(.*)/unknown/ -- i.e., remove the builder, host andperry
2008-07-15Remove __DATE__ and __TIME__ from usage().perry
2008-07-13Clarify how one is supposed to use the pointers returned by getutentries()dholland
2008-07-13Correct improper escaping of regular expressions in string constants indholland
2008-06-23Don't define ISC_PLATFORM_HAVEXADDQ if i386. It only works on the Pentiumad
2008-06-23Use Xr instead of Nm.wiz
2008-06-23Avoid zooming off the end of a malloced region. Makes rtsol{,d} -a work.dholland
2008-06-22Some more text.ad
2008-06-22Bump date for previous.wiz
2008-06-22Bump date for previous. Drop trailing whitespace. Improve formatting.wiz
2008-06-22Drop trailing whitespace.wiz
2008-06-22Add a dumb, mostly Solaris-compatible psrset command. It's missing somead
2008-06-22netbsd rcsid.christos
2008-06-22make this compile again.christos
2008-06-22Fix a race with the xadd functions.ad
2008-06-22not everyone has atomic_add_64.christos
2008-06-21Add multiple inclusion protection. Include <isc/types.h>matt
2008-06-21use our atomic functions.christos
2008-06-21adjust for 9.5.0christos
2008-06-20Install /etc/pf.os with 444 permissions.peter
2008-06-18merge yamt-pf42 branch.yamt