summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-18propogate a '!' when a host resolves to multiple IP addressesMike Frantzen
ok dhartmei@
2002-06-18actually, wrong type for printing of sise_tTheo de Raadt
2002-06-18don't allow individual keep state rules to specify timeouts for 'interval' andMike Frantzen
'frag' -- they aren't applied anyway ok dhartmei@ and henning@
2002-06-18Fix double-free.Angelos D. Keromytis
2002-06-18Same as with ip_ah.c (fix unreachable reference-after-free)Angelos D. Keromytis
2002-06-18Fix reference to free'ed location (unreachable condition because ofAngelos D. Keromytis
spl protection, but better safe...) --- pointed out by sam@errno.com
2002-06-18update copyright notice. mckusick says that Van signed the standardTheo de Raadt
Berkeley copyright assignment form, therefore the new license should be on these files. I just copied in the notice that Kirk mailed me.
2002-06-18make this example code 'secure' wrt shmget() perms; ok millert@Todd T. Fries
2002-06-18unbreak sshd with privsep: open /dev/crypto, keep fd, and callMarkus Friedl
CRIOGET per EVP_Init(); ok niklas@, miod@
2002-06-18Remove all traces of the PCCONS stuff. (Remove pc.h and references to NPCNathan Binkert
and NPCCONSKBD) ok matthieu
2002-06-18per-evp state is now sizeof(struct dev_crypto_state) instead sizeof(struct ↵Markus Friedl
session_op)
2002-06-18Rewrite to get proper Copyright.Marc Espie
Should even be slightly better than the old one. Checked and fixed by miod@, my initial version was not 100% right (writing m68k loops blindly doesn't always work).
2002-06-18fix file descriptor leak.Jun-ichiro itojun Hagino
http://marc.theaimsgroup.com/?l=openbsd-tech&m=102125850815351&w=2 From: Gregory Steuck <greg@nest.cx>
2002-06-18KNF (whitespace)Jun-ichiro itojun Hagino
2002-06-18document CAPS_IS_CONTROL. suggested by miodJun-ichiro itojun Hagino
2002-06-18format string audit. From: Gregory Steuck <greg@nest.cx>Jun-ichiro itojun Hagino
2002-06-18"option CAPS_IS_CONTROL" will enable use of caps key as controlJun-ichiro itojun Hagino
(need wsconsctl keymap too)
2002-06-18From bjh21@NetBSD:Jason Wright
- When open(2) fails, it returns -1, not NULL. - When we're assigning to a long, use 0 rather than NULL.
2002-06-18add x flag for systraced processes; mentioned by christos@netbsdNiels Provos
document missing flags from proc.h
2002-06-18KNFTheo de Raadt
2002-06-18update a bit.Federico G. Schwindt
2002-06-18uftdi is fixed nowNathan Binkert
2002-06-18fix uftdi so that it matches what usbdevs saysNathan Binkert
2002-06-18syncTheo de Raadt
2002-06-18regen.Federico G. Schwindt
2002-06-18this is better.Federico G. Schwindt
2002-06-18ANSITheo de Raadt
2002-06-18revoke privs after kvm_openfilesTheo de Raadt
2002-06-18remove ifdef sgi code, and HAVENIS. sgi was pointless and this didnt even comeEric Jackson
close to compiling w/o HAVENIS deraadt@ ok
2002-06-18Add gpr, i386 only; this may change in the near future to something moreFederico G. Schwindt
generic as /dev/smartcard or similar. deraadt@ ok.
2002-06-17syncTheo de Raadt
2002-06-17option XSERVER was only needed for pccons console driver, whichMatthieu Herrb
has been obsoleted. ok millert@, miod@ and deraadt@.
2002-06-17remove old pccons console driver. Not used anymore and not maintained.Matthieu Herrb
ok millert@, miod@.
2002-06-17typo. From: "R. Lewczuk" <rafal.lewczuk@pronet.pl>Jun-ichiro itojun Hagino
2002-06-17Go ahead and enable upa0 at mainbus0Jason Wright
2002-06-17cosmetic changes in the copyright suggested by theo.Federico G. Schwindt
2002-06-17when calling system(3) redirect std* from /dev/nullJason Wright
2002-06-17and more uftdi kernel breaking crap here. GeezTheo de Raadt
2002-06-17Who the HELL commited this thing which breaks kernels? Get your actTheo de Raadt
in gear!
2002-06-17Make the stupid warnings go away.Angelos D. Keromytis
2002-06-17Initialize SIGALRM handler once in main(), instead of in severalDan Harnett
different locations. This fixes a problem where the SIGALRM handler was being set to an uninitialized pointer in receive_data(). Originally reported to the misc@ list by Colin Harford. ok millert@
2002-06-17The Real Fix for the buffer overflow; from apache.orgHenning Brauer
ok beck@
2002-06-17make fabs use asm, and license repairTheo de Raadt
2002-06-17- make user ioctl's available via gprio.hFederico G. Schwindt
- correct tlvput checks. - replace delay with tsleep(9) per jason@ suggestion - implement GPR_RAM. - use bus_space_write_region_1(9).
2002-06-17sync with libc_r (NOPOLL no longer needed)Marco S Hyman
2002-06-17only make -g available to root, by disabling setgid kmem; bunch of people okTheo de Raadt
2002-06-17work around a possible buffer overflow in chunk handling.Henning Brauer
ok beck@
2002-06-17syncNathan Binkert
2002-06-17New Rio/Nike psa[play 120 mp3 playerNathan Binkert
2002-06-17A bit better. Remove debug cruft.Hakan Olsson