Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-23 | Inline fsirand(8) (at no noticable cost in speed). | Todd C. Miller | |
1997-02-23 | build host and user is not important | Theo de Raadt | |
1997-02-23 | Fix mem leak, count partitions (tracks) right for audio disklabels. ↵ | Niklas Hallqvist | |
Partition offset & sizes still worng in this case though. | |||
1997-02-23 | Spoof ISO 9660 disklabels | Niklas Hallqvist | |
1997-02-23 | Audio CDs were read as data CDs before, which broke audio. | Niklas Hallqvist | |
This change fixes that and tries to make sane disklabels for audio disks, however it fails at that, but I think the fix is good enough to go in. Hopefully the disklabel will be really fixed tomorrow. | |||
1997-02-23 | All audio CDs does not start at block 0 | Niklas Hallqvist | |
1997-02-23 | s/MINIROOT/RAMDISK/g | Jason Downs | |
1997-02-22 | ramdisk now has raw version, disklabels | kstailey | |
1997-02-22 | add "-l" flag see NetBSD PR #3227 | kstailey | |
1997-02-22 | add tag; NetBSD -> OpenBSD | kstailey | |
1997-02-22 | if sys/kern/malloc.c does not #define KMEMSTATS (and DIAGNOSTIC is also | kstailey | |
not #defined) then vmstat should not try to print kernel memory stats. Fixes NetBSD PR #3187. | |||
1997-02-22 | ufsboot uses strncpy() now | kstailey | |
1997-02-22 | Resolved a couple of open issues (just changed comments after checking | Angelos D. Keromytis | |
RFCs). | |||
1997-02-22 | Fixed problem in ip_weadvertise(). | Angelos D. Keromytis | |
1997-02-22 | sends and receives and illustrates that the vme board has interrupt vector bugs | Theo de Raadt | |
1997-02-22 | add register bit defines | Theo de Raadt | |
1997-02-22 | Fixed problem with authenticator length checking. | Angelos D. Keromytis | |
1997-02-22 | Not used. | Per Fogelstrom | |
1997-02-22 | Update to lite2 -- man page is the only thing that changed. | Todd C. Miller | |
1997-02-22 | update to lite2 -- note restriction when securelevel > 0 | Todd C. Miller | |
1997-02-22 | Upodate to lite2 -- don't allow setting back the clock if securelevel > 0 | Todd C. Miller | |
1997-02-22 | Preliminaries for IPsec socket API. | Angelos D. Keromytis | |
1997-02-22 | Use rlimit to set datasize to max. | Todd C. Miller | |
1997-02-22 | ICMP redirects will not be sent if we do proxy arp pointing to ourselves. | Angelos D. Keromytis | |
1997-02-22 | progname -> __progname and exec fsirand after mkfs(). | Todd C. Miller | |
1997-02-22 | Corrected protocol name. | Angelos D. Keromytis | |
1997-02-22 | Removed duplicate entries. | Angelos D. Keromytis | |
1997-02-22 | header | Niels Provos | |
1997-02-22 | Amended the copyleft. | Angelos D. Keromytis | |
1997-02-22 | Changed to reflect new TTL-option in kernel. | Angelos D. Keromytis | |
1997-02-22 | User-defined TTL for external IP header. | Angelos D. Keromytis | |
1997-02-22 | Add pseudo-device enc 4 | Niklas Hallqvist | |
1997-02-22 | Set MMU/CPU better, except for 060 as that requires intrusive changes | Niklas Hallqvist | |
elsewhere. | |||
1997-02-21 | Integration of IPSEC userland tools, no manpages yet, sorry. | Niklas Hallqvist | |
1997-02-21 | Don't expose private copies of malloc(), calloc(), free(). Ewwww. | Todd C. Miller | |
1997-02-21 | sync to __powerpc__ | gvf | |
1997-02-21 | add _PATH_FSIRAND | Todd C. Miller | |
1997-02-21 | which(1) is now a binary that works in any shell since csh(1) has a | Todd C. Miller | |
which built-in. | |||
1997-02-21 | more cleanup for powerpc miniroot installation, | Dale S. Rahn | |
try to allow install to work without awk in the miniroot. | |||
1997-02-21 | Enable PASSWORD_TIMEOUT now that fdesc bug has been worked around. | Todd C. Miller | |
1997-02-21 | FreeBSD PR ports/2766 (Patch from Marc Slemko marcs@znep.com): | Todd C. Miller | |
Don't pass getdtablesize() as first arg to select(2). No need to do this since we only select on one fd--use (fd+1) as nfds. This fixes the problem with fdesc as well (though that is really an fdesc bug). Fix will be in sudo 1.5.4. | |||
1997-02-21 | add files typically included in snapshot as files that show up in | Dale S. Rahn | |
the "ALLSETS" list for miniroot installation from disk. | |||
1997-02-21 | numeric variable have to be long as they are used like that | Niklas Hallqvist | |
1997-02-21 | add config files for the various pmax types (thanks go to dieter mayer | Thomas Graichen | |
who created them) | |||
1997-02-21 | Add IPSEC + lines for a Teles ISDN card. Support not yet in the tree, | Niklas Hallqvist | |
but I thought you might want to taste it beforehands :-) Besides it is my personal kernel config so this one does not *have* to build. so there! | |||
1997-02-21 | Drop ${PARAM} from CPPFLAGS, add it to the HOSTED_C rule. | Niklas Hallqvist | |
Use the NORMAL_C_C rule for building parma.o. Put -nostdinc upfront in INCLUDES. | |||
1997-02-21 | Bring closer to the ISA version by dropping the use of a structure for | Niklas Hallqvist | |
accessing fields in the shared mem, and fixing the packet length check. Slight cleanup otherwise. | |||
1997-02-21 | add bus_space_{read,write}_region_* + some KNF | Niklas Hallqvist | |
1997-02-21 | We do not use the rsr field | Niklas Hallqvist | |
1997-02-21 | We are OpenBSD | Niklas Hallqvist | |