Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-19 | Repair | Marc Espie | |
1998-09-18 | buf oflows | Theo de Raadt | |
1998-09-18 | fix table | Theo de Raadt | |
1998-09-17 | sbin/ man page fixes | Aaron Campbell | |
1998-09-17 | pmax needs libkvm.old too | Todd C. Miller | |
1998-09-16 | take out gzip support for now, it seems to have problems on some platforms | Todd C. Miller | |
1998-09-15 | Updated to v3.2.9 of Darren's codebase. His code reimplements variable | pattonme | |
locking, replaces u_long's with u_32_t to properly handle 64bit archs. Wrapped OpenBSD specific preprocessor logic. | |||
1998-09-15 | Updated to v3.2.9 of Darren's codebase. His code reimplements variable | pattonme | |
locking, replaces u_long's with u_32_t to properly handle 64bit archs. Wrapped OpenBSD specific preprocessor logic. | |||
1998-09-15 | Updated to v3.2.9 of Darren's codebase. His code reimplements variable | pattonme | |
locking, replaces u_long's with u_32_t to properly handle 64bit archs. Wrapped OpenBSD specific preprocessor logic. | |||
1998-09-14 | remove -DDEBUG from CFLAGS | Niels Provos | |
1998-09-14 | Since on the powerpc, the system does not supply the user with | Dale 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-13 | typos | Aaron Campbell | |
1998-09-12 | typo | Niels Provos | |
1998-09-11 | Don't build pcmcia_cntrl or config_slot. | Federico G. Schwindt | |
1998-09-11 | i386 is now the only port using libkvm.old | Todd C. Miller | |
1998-09-11 | Pass specname in to editor(), missing part of a commit a while ago. | Todd C. Miller | |
1998-09-10 | pass correct args to editor() | Theo de Raadt | |
1998-09-08 | For powerpc's we want to keep the preinstalled msdos partition in the init | Per 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-07 | More 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-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | Aaron Campbell | |
occurrences squashed as well. | |||
1998-09-06 | Berkekely? | Niklas Hallqvist | |
1998-09-05 | we don't have a mount_lfs, but we have a mount_xfs now | Artur Grabowski | |
1998-09-05 | make a link to mount_afs that will automagically start afsd | Artur Grabowski | |
1998-09-05 | always build mount_xfs | Artur Grabowski | |
1998-09-05 | build mount_xfs when AFS is defined in bsd.own.mk | Artur Grabowski | |
1998-09-05 | code for mounting xfs | Artur Grabowski | |
1998-09-05 | We 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-03 | Documentation for ifmedia & updated ifconfig usage | Jason Wright | |
1998-09-03 | o OpenBSD gets if_media support (from NetBSD) | Jason Wright | |
o rework/simplify if_xl to use it | |||
1998-09-01 | more man page fixes; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-30 | man page fixes; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-30 | alpha, powerpc, mvme88k use savecore.c, not savecore_old.c; janjaap@alf.stack.nl | Todd C. Miller | |
1998-08-30 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-24 | Try /dev/ksyms, fall back on /bsd when getting namelist from live (not dead) ↵ | Todd C. Miller | |
kernel | |||
1998-08-22 | fix usage | Michael Shalayeff | |
1998-08-20 | typo; msaitoh | Theo de Raadt | |
1998-08-17 | fix realloc | Niels Provos | |
1998-08-15 | fix realloc | Theo de Raadt | |
1998-08-11 | Better fix. Now print mount point in both the statfs and fstab cases. | Todd C. Miller | |
1998-08-11 | Fix unitialized value use introduce in last change; problem noted by ↵ | Todd C. Miller | |
hgweigand@wiesbaden.netsurf.de | |||
1998-08-11 | proper name is -network not -net; d | Theo de Raadt | |
1998-08-10 | fix usage() string; use __progname | Michael Shalayeff | |
1998-08-08 | fix atime and mtime commands; ms@xy.org | Theo de Raadt | |
1998-08-08 | Include signal.h so that it compiles. | Jason Downs | |
1998-08-07 | protect against SIGPIPE | Todd C. Miller | |
1998-08-07 | delete the garbage which does not work | Theo de Raadt | |
1998-08-07 | Use 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-07 | Directories can't be opened for writing these days. | Constantine Sapuntzakis | |
1998-08-07 | Support 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. |