summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-02-23Inline fsirand(8) (at no noticable cost in speed).Todd C. Miller
1997-02-23build host and user is not importantTheo de Raadt
1997-02-23Fix mem leak, count partitions (tracks) right for audio disklabels. ↵Niklas Hallqvist
Partition offset & sizes still worng in this case though.
1997-02-23Spoof ISO 9660 disklabelsNiklas Hallqvist
1997-02-23Audio 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-23All audio CDs does not start at block 0Niklas Hallqvist
1997-02-23s/MINIROOT/RAMDISK/gJason Downs
1997-02-22ramdisk now has raw version, disklabelskstailey
1997-02-22add "-l" flag see NetBSD PR #3227kstailey
1997-02-22add tag; NetBSD -> OpenBSDkstailey
1997-02-22if sys/kern/malloc.c does not #define KMEMSTATS (and DIAGNOSTIC is alsokstailey
not #defined) then vmstat should not try to print kernel memory stats. Fixes NetBSD PR #3187.
1997-02-22ufsboot uses strncpy() nowkstailey
1997-02-22Resolved a couple of open issues (just changed comments after checkingAngelos D. Keromytis
RFCs).
1997-02-22Fixed problem in ip_weadvertise().Angelos D. Keromytis
1997-02-22sends and receives and illustrates that the vme board has interrupt vector bugsTheo de Raadt
1997-02-22add register bit definesTheo de Raadt
1997-02-22Fixed problem with authenticator length checking.Angelos D. Keromytis
1997-02-22Not used.Per Fogelstrom
1997-02-22Update to lite2 -- man page is the only thing that changed.Todd C. Miller
1997-02-22update to lite2 -- note restriction when securelevel > 0Todd C. Miller
1997-02-22Upodate to lite2 -- don't allow setting back the clock if securelevel > 0Todd C. Miller
1997-02-22Preliminaries for IPsec socket API.Angelos D. Keromytis
1997-02-22Use rlimit to set datasize to max.Todd C. Miller
1997-02-22ICMP redirects will not be sent if we do proxy arp pointing to ourselves.Angelos D. Keromytis
1997-02-22progname -> __progname and exec fsirand after mkfs().Todd C. Miller
1997-02-22Corrected protocol name.Angelos D. Keromytis
1997-02-22Removed duplicate entries.Angelos D. Keromytis
1997-02-22headerNiels Provos
1997-02-22Amended the copyleft.Angelos D. Keromytis
1997-02-22Changed to reflect new TTL-option in kernel.Angelos D. Keromytis
1997-02-22User-defined TTL for external IP header.Angelos D. Keromytis
1997-02-22Add pseudo-device enc 4Niklas Hallqvist
1997-02-22Set MMU/CPU better, except for 060 as that requires intrusive changesNiklas Hallqvist
elsewhere.
1997-02-21Integration of IPSEC userland tools, no manpages yet, sorry.Niklas Hallqvist
1997-02-21Don't expose private copies of malloc(), calloc(), free(). Ewwww.Todd C. Miller
1997-02-21sync to __powerpc__gvf
1997-02-21add _PATH_FSIRANDTodd C. Miller
1997-02-21which(1) is now a binary that works in any shell since csh(1) has aTodd C. Miller
which built-in.
1997-02-21more cleanup for powerpc miniroot installation,Dale S. Rahn
try to allow install to work without awk in the miniroot.
1997-02-21Enable PASSWORD_TIMEOUT now that fdesc bug has been worked around.Todd C. Miller
1997-02-21FreeBSD 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-21add files typically included in snapshot as files that show up inDale S. Rahn
the "ALLSETS" list for miniroot installation from disk.
1997-02-21numeric variable have to be long as they are used like thatNiklas Hallqvist
1997-02-21add config files for the various pmax types (thanks go to dieter mayerThomas Graichen
who created them)
1997-02-21Add 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-21Drop ${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-21Bring closer to the ISA version by dropping the use of a structure forNiklas Hallqvist
accessing fields in the shared mem, and fixing the packet length check. Slight cleanup otherwise.
1997-02-21add bus_space_{read,write}_region_* + some KNFNiklas Hallqvist
1997-02-21We do not use the rsr fieldNiklas Hallqvist
1997-02-21We are OpenBSDNiklas Hallqvist