summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
2008-04-11add support for the "include" directive using code from pfctl/parse.y.Reyk Floeter
2008-04-07Since Alpha is NUMBOOT=0, no need for #ifdef __alpha__ code inside aKenneth R Westerback
2008-04-07Restore boot block (-B) support that was incorrectly deleted duringKenneth R Westerback
2008-04-06nwflag is never set now that '-r' is no more, so remove it and the warningKenneth R Westerback
2008-04-06Remove stray '-r' reference that survived the nuke of -r.Kenneth R Westerback
2008-04-06Fix logic botch I introduced with r1.123 which effectively disabledKenneth R Westerback
2008-03-29fix a free(NULL) in setcarp_nodes().Damien Bergamini
2008-03-26zap undocumented 'F' flag; prompted by J.Thornburg. ok millert@Otto Moerbeek
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-23Remove two stray references to the departed -r argument to disklabel.Kenneth R Westerback
2008-03-23Nuke disklabel -r. All labels come from the kernel via ioctl.Kenneth R Westerback
2008-03-19document "netboot" interface group;Jason McIntyre
2008-03-15Repair the simple cases for msg_controllen where it should just beTheo de Raadt
2008-03-15Fix several CMSG-related bugs. Chaining CMSG's is tricky since you need toMark Kettenis
2008-03-14"-Aa" are not required flags; sort synopses; improve description of "-a"Igor Sobrado
2008-03-13make sure we start 4 servers on udp if called withThordur I. Bjornsson
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2008-03-12Code was not passing script exit status; fix with macro.Hugh Graham
2008-03-02Use a union to ensure alignment of the cmsg.Hans-Joerg Hoexer
2008-02-28Log an error if a device can not be opened, only log line discipline attachmentMarc Balmer
2008-02-22Support for specifying aes-{128,192,256}. Originial idea by PrabhuHans-Joerg Hoexer
2008-02-18adjust width of S column to improve printing of the MBR partition tableIgor Sobrado
2008-02-17Define default configurations for AES-192 and AES-256. From Mitja MuzenicHans-Joerg Hoexer
2008-02-13Use HW_PHYSMEM64.Mark Kettenis
2008-02-12document modifier types; requested by AurelienJason McIntyre
2008-02-11bump Mdocdate for pages committed in "febuary", necessary becauseJason McIntyre
2008-02-09Adjust type of hw.physmem and hw.usermem; they are 64-bit values now.Mark Kettenis
2008-02-09Introduce HW_PHYSMEM64 and HW_USERMEM64 sysctls, which don't overflow onMark Kettenis
2008-02-07Check reads and lseek correctly for unsigned return; ok krw@Ian Darwin
2008-02-06Fix possible memory leaks when sending phase 1 IDs.Moritz Jodeit
2008-02-05Move carp load balancing (ARP/IP) to a simpler configuration scheme.Marco Pfatschbacher
2008-02-01Enable the rest of the filter_opts to be used on anchors. These were acceptedRyan Thomas McBride
2008-01-29More read/write result checking fixes to avoid unsigned comparisons vsKenneth R Westerback
2008-01-29fix race in makefileMarc Espie
2008-01-26the kids want I/O;Jason McIntyre
2008-01-26getuint() doesn't use its partno argument. So eliminate it. NoKenneth R Westerback
2008-01-26Create the automatic tables at the base of the anchor stack rather thanRyan Thomas McBride
2008-01-25Fix my screwup and don't return NULL from sort_paritions.Kenneth R Westerback
2008-01-25document maximum partition size; ok jmc@ krw@Otto Moerbeek
2008-01-25Get rid of warning when compiling with OPT_DEBUG.Ryan Thomas McBride
2008-01-24"read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because itKenneth R Westerback
2008-01-22pick the right csaddr when dumping cgs. Makes FFS2 dumps work much betterOtto Moerbeek
2008-01-22Another sneaky 32 bit variable trying to hold 64 bit values. This timeKenneth R Westerback
2008-01-22Use u_int64_t variables to hold partition offsets when calculatingKenneth R Westerback
2008-01-22Make sort_partitions() even more consistant with free_chunks() by notKenneth R Westerback
2008-01-22Kill redundant loop to find number of partitions to sort. We no longerKenneth R Westerback
2008-01-22Replace a frequent calloc/free dance for sorted partitions with aKenneth R Westerback
2008-01-21changes to disklabel's usage:Igor Sobrado
2008-01-19Add initial scaffold for RAID 0. No IO just yet.Marco Peereboom