Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-07 | use libc err(); ahd@kew.com | Theo de Raadt | |
1997-04-07 | that is right | Theo de Raadt | |
1997-04-07 | deal with partition/block size differences | Theo de Raadt | |
1997-04-07 | Better error message when lookup of getlogin() != uid | Todd C. Miller | |
1997-04-07 | Use MAXPARTITIONS not ``8'' | Todd C. Miller | |
1997-04-07 | 16 partitions | Todd C. Miller | |
1997-04-07 | 16 partitions | Todd C. Miller | |
1997-04-07 | #include "stand.h" not <stand.h> | Todd C. Miller | |
1997-04-07 | We run OpenBSD. Also note that installboot may be run on the ``c'' | Todd C. Miller | |
partition instead of ``a'' to avoid problems with securelevel > 0. | |||
1997-04-07 | Ahem... bus_probe() already exists and does what bus_space_bad_addr() does. | briggs | |
Nuke the latter. | |||
1997-04-07 | Fix device name. | Tobias Weingartner | |
1997-04-07 | Reboot stuff. | Tobias Weingartner | |
1997-04-07 | Fix m68k/153 as suggested by David Leonard <d@occult.fnarg.net.au>. | briggs | |
Fix a couple more, similar, bugs while I'm here to save David the trouble of reporting them, too. | |||
1997-04-07 | Reset stuff. | Tobias Weingartner | |
1997-04-07 | Clarifications. | Tobias Weingartner | |
1997-04-07 | Re-run configure if Makefile.in, configure, or c-parse.in changes. | Todd C. Miller | |
This should fix the problem people were seeing with gcc reporting unresolved symbols (Makefile and Makefile.in were inconsistent). | |||
1997-04-06 | Add partition type 0x12. | Jason Downs | |
1997-04-06 | bad dkpart(), bad dkunit(), bad bad bad | Theo de Raadt | |
1997-04-06 | Use a size_t as arg 4 to sysctl(3). | Todd C. Miller | |
1997-04-06 | Use a size_t when necesary. | Todd C. Miller | |
1997-04-06 | #include stdlib.h to get malloc(3) and calloc(3) definitions. | Todd C. Miller | |
Fixes compiler warnings. | |||
1997-04-06 | devboot commit | Michael Shalayeff | |
1997-04-06 | devboot proto | Michael Shalayeff | |
1997-04-06 | Fix int vs. long problems | Todd C. Miller | |
1997-04-06 | Fix mangling in assignment of np->n_net to ina.s_addr. | Todd C. Miller | |
Presumably this was added to deal with 64-bit machines but it is a) wrong and b) not necesary now that we use in_addr_t. | |||
1997-04-06 | Cast pointer to u_long, not u_int32_t (which is too small on alpha) | Todd C. Miller | |
1997-04-06 | Now need sys/time.h here. | briggs | |
1997-04-06 | 16 bit uids suck | Theo de Raadt | |
1997-04-06 | cleanup using -Wall | Theo de Raadt | |
1997-04-06 | strncpy | Theo de Raadt | |
1997-04-06 | clean -Wall | Theo de Raadt | |
1997-04-06 | issetugid() this last getenv based open | Theo de Raadt | |
1997-04-06 | Fix improper cast (compiler warning). | Todd C. Miller | |
1997-04-06 | Add CD9660 now that it works. | Todd C. Miller | |
1997-04-06 | Use long, not int when casting pointers and storing as integers. | Todd C. Miller | |
Now compiles on alpha w/o warnings. | |||
1997-04-06 | Remove old -P flag since it doesn't do anything and make -P mean | Todd C. Miller | |
"preserve leading /" like GNU tar (no longer use -S for this). | |||
1997-04-06 | support cd9660 disklabel spoofing; also fix block offset confusion | Theo de Raadt | |
1997-04-06 | Allow creation of archives with block sizes up to 64512 bytes | Todd C. Miller | |
but complain about non-portability if > 32256 bytes. Brought up by George Robbins <grr@shandakor.tharsis.com> | |||
1997-04-06 | correct blocksize confusion | Theo de Raadt | |
1997-04-06 | correct labelsector confusion | Theo de Raadt | |
1997-04-06 | support cd9660 disklabel spoofing; also fix block offset confusion | Theo de Raadt | |
1997-04-06 | Eradicate #include <sys/*> from machine/*.h. Prompting from Gene. | briggs | |
1997-04-06 | Attempt to kludge around the fact that we can not yet get the correct MAC | briggs | |
address for the SONIC on PB5xx series. This uses the bus_space_bad_addr function that I added earlier. | |||
1997-04-05 | 32bit corrections | Michael Shalayeff | |
1997-04-05 | add quirk table entry for the Ultima A6000C | kstailey | |
1997-04-05 | devboot is no longer in boot.c | Michael Shalayeff | |
missed from last commit | |||
1997-04-05 | fix NULL ptr deref in ss_set_window() | kstailey | |
1997-04-05 | Fix bug introduced with "exit(0) if no files" behavior change. | Todd C. Miller | |
1997-04-05 | Strip leading '/' of pathnames (only in tar mode). -S option turns | Todd C. Miller | |
this off like GNU tar. | |||
1997-04-05 | settimeofday(2) restruction moved to secure level 2. | Todd C. Miller | |