Age | Commit message (Expand) | Author |
1997-04-08 | Rewrite to make dma more stable from scottr@netbsd | gene |
1997-04-07 | use $< instead of $? for ar. Obviously required since the .a file gets | Theo de Raadt |
1997-04-07 | document the config flags field | Jim Rees |
1997-04-07 | i think i got this right.... | Theo de Raadt |
1997-04-07 | Change a stat(2) -> lstat(2) to avoid symlink games. From Keith | Todd C. Miller |
1997-04-07 | cf_flags & 0x20 forces device to be found even if it won't probe. | Jim Rees |
1997-04-07 | flush all old routes before adding new interfaces or routes. | Jim Rees |
1997-04-07 | paranoid about MAXHOSTNAMELEN | Theo de Raadt |
1997-04-07 | Back out last changes for now. They cause problems. | Todd C. Miller |
1997-04-07 | XXX Work around make(1) bug. This must be fixed. | Jason Downs |
1997-04-07 | Build man pages using my bsd.man.mk extensions, ala Perl, instead of making | Jason Downs |
1997-04-07 | turn off INSECURE, using Aperture driver now; also activate VM86 & USER_LDT f... | kstailey |
1997-04-07 | Bleh. bus_probe has opposite return of my fn. | briggs |
1997-04-07 | Perhaps improve reliability with some small performance sacrifice. | briggs |
1997-04-07 | Denny suggests that we make all Quadra cases the same. The Q700, at least | briggs |
1997-04-07 | cd9660 & partition/block number confusion correction | Theo de Raadt |
1997-04-07 | cd9660 & partition/block number confusion correction | Theo de Raadt |
1997-04-07 | unconfuse partition/block sizing stuff | Theo de Raadt |
1997-04-07 | cd has 16 partitions, plus other misc | Theo de Raadt |
1997-04-07 | wrong place | Theo de Raadt |
1997-04-07 | add cd9660 spoofing and repair partition offset/block offset stuff | Theo de Raadt |
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 |
1997-04-07 | Ahem... bus_probe() already exists and does what bus_space_bad_addr() does. | briggs |
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 |
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 |
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 |
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 |
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 |