summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-03Add Dlink DWL650 and add Spectrum24 in the NAME section; from WarnerTodd C. Miller
2002-05-03Fix pasto in -anewer and -cnewer options that caused them to behaveTodd C. Miller
as -newer; Dave Horsfall
2002-05-03add pwdgen entries. PR 2557.Brad Smith
-- From: Sebastian Stark
2002-05-03md5 -> distinfo rename.Marc Espie
Noticed by Christian Edward Gruber.
2002-05-03cross-reference atactl(8); ok miod@, fgsch@, espie@Christian Weisgerber
2002-05-03ptrdiff_t and size_t fixes.Marc Espie
okay mickey@
2002-05-03no guarantee that ptrdiff_t is int and not long, so cast.Marc Espie
ok mickey@
2002-05-0382801CA/CAM works like previous models.Marc Espie
Suggested by csapuntz@, tested to work. Okay csapuntz@
2002-05-03+pthread_specificWilbern Cobb
ok fgsch@.
2002-05-03test pthread_key_create(), pthread_key_delete(), pthread_getspecific()Wilbern Cobb
and pthread_setspecific(). ok fgsch@.
2002-05-03LBA48 support.Grigoriy Orlov
Adopted from NetBSD by Alexander Yurchenko <grange@openbsd.ru>. costa@ ok.
2002-05-03le_ioasic.h is historyTodd C. Miller
2002-05-03Need a dummy tc_fb_cnattach() until we have real fb support onTodd C. Miller
TURBOchannel machines.
2002-05-02Oops, it's too early for this chunk of code... spotted by millert@.Miod Vallat
2002-05-02Update TURBOchannel machines status.Miod Vallat
2002-05-02Add a type specifier for intrnames, eintrnames, intrcnt, and eintrcnt.Todd C. Miller
Without this, n_type in struct nlist ends up as N_UNDF for those symbols which makes vmstat -i unhappy. mido@ OK
2002-05-02Big TURBOchannel support catchup from NetBSD, part 1.Miod Vallat
A few local changes and tweaks remain. This bring DEC 3000 machines back in the game, but framebuffers are still not supported at the moment. Thanks to ericj@ and nate@ for supplying me a DEC 3000 for testing.
2002-05-02localhost:comsat appears to work. might be DNS issues, but only if we ↵Theo de Raadt
deploy it can we see such issues
2002-05-02userland portion of prefixing usb structure members to avoid name clashes.Nathan Binkert
From NetBSD
2002-05-02prefix structure members to avoid name clashes.Nathan Binkert
From NetBSD
2002-05-02use the gallant 12x22 font by default on screens that are moreMatthieu Herrb
than 960 pixels wide if !SMALL_KERNEL, like rcons does. Ok drahn@, mickey@, miod@.x
2002-05-02the exponent parameter is:Jason Wright
1. byte counted (not word count * 4 counted) 2. not normalized (we don't normalize anything yet, so no biggy) Increase maximum size of exponent to 2048 bits. (Better length checks coming soon)
2002-05-02More of previous (don't refer to parameters by index directly)Jason Wright
Also, add a sanity check that the result bits must be >= modulus bits.
2002-05-02Don't refer to the parameters directly by number, use macro's so it can beJason Wright
changed later if necessary. Also, don't bother bzero'n the mcr, all of the fields are initialized anyway
2002-05-02update the nbsd rcsid to unconfuse some lamersMichael Shalayeff
2002-05-02syncJason Wright
2002-05-02new vendor: AtherosJason Wright
2002-05-02SWAP_OFF has been implemented a long time ago.Artur Grabowski
Noted by Kamo Hiroyasu
2002-05-02In UKC, when adding a fixed unit device (foo0) by cloning a star deviceMiod Vallat
(foo*), be sure to update all cf_starunit1 fields for related star devices, so that they will not compete for the foo0 probe. This fixes the new sparc bsd.scsi3 behaviour. Tested by brad@ and myself, ok maja@
2002-05-02Cause the exec to fail if we are unable to allocate resources when dup'ingTodd C. Miller
/dev/null to fd's 0-2 for a setuid program; deraadt@ and art@ OK
2002-05-01- make sure 'me' is initializedJason Wright
- compute modulus bits early (if its too big, return E2BIG) - modulus bits must be rounded to 512/768/1024 (and/or 1536/2048 for 5820) - allocate the result based on modulus bits and bzero it - add two diagnostic checks that will hang the chip: unaligned result/length [score so far: 655 out of 1000 test cases work for modexp on 5820]
2002-05-01when filtering termcap selecet vt220, not vt200, since that's what we gonna ↵Michael Shalayeff
use later, plus a few rcsid vicinity cleanups; millert@ ok
2002-05-01Character 0 is called NUL, not nul.Todd C. Miller
2002-05-01YP, not NISTodd C. Miller
2002-05-01under lying -> underlyingTodd C. Miller
2002-05-01make fw images const and fix ti for unneeded type casts; jason@ testing ans okMichael Shalayeff
2002-05-01one line had tripped overMichael Shalayeff
2002-05-01Sync EA with FreeBSD, mostly addition of new ENOATTR errno.Dale Rahn
ok millert@, art@
2002-05-01o) start new sentence on a new line;Mike Pechkin
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
2002-05-01Change WI_PORTTYPE_IBSS to 4. This change got lost in the big ibssTodd C. Miller
simplication a while back. Luckily, it is basically cosmetic...
2002-05-01Sync with OpenBSD hints file from latest perl snapshot.Todd C. Miller
2002-05-01We only need fsck_ffs, not the fsck front end.Todd C. Miller
Make all fsck list file entries simply be: LINK instbin sbin/fsck_ffs sbin/fsck
2002-04-30Clean up configure_all_interfaces() a bit.Kenneth R Westerback
Always make the default answer the first unconfigured interface, and when there are no unconfigured interfaces make the default answer 'done'. As a result _reprompt would always be set to 1, so eliminate it and the if statement testing it.
2002-04-30Do signal regress testsTodd C. Miller
2002-04-30Test some floating point exception problems when SIG_IGN is in effect.Todd C. Miller
2002-04-30enough letoh-foo to get through firmware upload on big endian machinesJason Wright
2002-04-30constify a few structsMichael Shalayeff
2002-04-30charClass is const and kill lotsa spacesMichael Shalayeff
2002-04-30cdev_decl is done in conf.h, do not dupe hereMichael Shalayeff
2002-04-30crc32_tab can be constMichael Shalayeff