summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
1998-09-19RepairMarc Espie
1998-09-18buf oflowsTheo de Raadt
1998-09-18fix tableTheo de Raadt
1998-09-17sbin/ man page fixesAaron Campbell
1998-09-17pmax needs libkvm.old tooTodd C. Miller
1998-09-16take out gzip support for now, it seems to have problems on some platformsTodd C. Miller
1998-09-15Updated to v3.2.9 of Darren's codebase. His code reimplements variablepattonme
locking, replaces u_long's with u_32_t to properly handle 64bit archs. Wrapped OpenBSD specific preprocessor logic.
1998-09-15Updated to v3.2.9 of Darren's codebase. His code reimplements variablepattonme
locking, replaces u_long's with u_32_t to properly handle 64bit archs. Wrapped OpenBSD specific preprocessor logic.
1998-09-15Updated to v3.2.9 of Darren's codebase. His code reimplements variablepattonme
locking, replaces u_long's with u_32_t to properly handle 64bit archs. Wrapped OpenBSD specific preprocessor logic.
1998-09-14remove -DDEBUG from CFLAGSNiels Provos
1998-09-14Since on the powerpc, the system does not supply the user withDale S. Rahn
bios valid cyl,head,sector information (the information comes from the sd driver) I have made some changes to fdisk to do the following. Allow the powerpc to specify values larger than the bios limits. All platforms now have code that will translate the LBA values in the mbr into CHS values according to the disk geometry. This occurs if the start and ending CHS values have been stored as 0xffffff. If writing to the disk and one of the values of a partition violates the bios limits, it writes the requested values in the LBA fields , and stores 0xffffff for the starting and ending CHS values. This should not change the default formatting of any existing system other than the CHS and LBA values should always match given the detected geometry of the disk.
1998-09-13typosAaron Campbell
1998-09-12typoNiels Provos
1998-09-11Don't build pcmcia_cntrl or config_slot.Federico G. Schwindt
1998-09-11i386 is now the only port using libkvm.oldTodd C. Miller
1998-09-11Pass specname in to editor(), missing part of a commit a while ago.Todd C. Miller
1998-09-10pass correct args to editor()Theo de Raadt
1998-09-08For powerpc's we want to keep the preinstalled msdos partition in the initPer Fogelstrom
MBR when doing a 'fdisk -i'. That is because the msdos partition is used for booting. The OpenBSD part (part 3) is set up to be the rest of the disk. Also the msdos partition is set as the 'active' partition.
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
occurrences squashed as well.
1998-09-06Berkekely?Niklas Hallqvist
1998-09-05we don't have a mount_lfs, but we have a mount_xfs nowArtur Grabowski
1998-09-05make a link to mount_afs that will automagically start afsdArtur Grabowski
1998-09-05always build mount_xfsArtur Grabowski
1998-09-05build mount_xfs when AFS is defined in bsd.own.mkArtur Grabowski
1998-09-05code for mounting xfsArtur Grabowski
1998-09-05We can now savecore with a gzipped kernel:Todd C. Miller
o Use new gzip-aware nlist o If kernel cannot be found, use kernel.gz if it exists
1998-09-03Documentation for ifmedia & updated ifconfig usageJason Wright
1998-09-03o OpenBSD gets if_media support (from NetBSD)Jason Wright
o rework/simplify if_xl to use it
1998-09-01more man page fixes; aaron@ug.cs.dal.caTheo de Raadt
1998-08-30man page fixes; aaron@ug.cs.dal.caTheo de Raadt
1998-08-30alpha, powerpc, mvme88k use savecore.c, not savecore_old.c; janjaap@alf.stack.nlTodd C. Miller
1998-08-30man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-08-24Try /dev/ksyms, fall back on /bsd when getting namelist from live (not dead) ↵Todd C. Miller
kernel
1998-08-22fix usageMichael Shalayeff
1998-08-20typo; msaitohTheo de Raadt
1998-08-17fix reallocNiels Provos
1998-08-15fix reallocTheo de Raadt
1998-08-11Better fix. Now print mount point in both the statfs and fstab cases.Todd C. Miller
1998-08-11Fix unitialized value use introduce in last change; problem noted by ↵Todd C. Miller
hgweigand@wiesbaden.netsurf.de
1998-08-11proper name is -network not -net; dTheo de Raadt
1998-08-10fix usage() string; use __prognameMichael Shalayeff
1998-08-08fix atime and mtime commands; ms@xy.orgTheo de Raadt
1998-08-08Include signal.h so that it compiles.Jason Downs
1998-08-07protect against SIGPIPETodd C. Miller
1998-08-07delete the garbage which does not workTheo de Raadt
1998-08-07Use strlcpy() instead of strncpy().Todd C. Miller
Change the order of name -> raw device conversions 1) statfs the name and use that info iff the name is the mount point 2) look up name in fstab 3) treat as a device The reason for this is that the mounted filesystems may not agree with what fstab says. Anyone who has ever moved disks around and accidentally dumped and empty filesystem will know what I mean.
1998-08-07Directories can't be opened for writing these days.Constantine Sapuntzakis
1998-08-07Support PAGER environment vairable in conjuction with the 'M' command.Todd C. Miller
Ignore SIGPIPE when spawing the pager since disklabel could get killed. Add smarts in disk type guesser to know that rz is SCSI. Kill annoying extra blank line.