summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2002-06-17merge nat.conf here as wellHenning Brauer
add more simple filter rule examples "commit it" deraadt@
2002-06-17remove noisy jason debug printf blatther. bad pTheo de Raadt
2002-06-17syncTheo de Raadt
2002-06-17format string fix. From: Gregory Steuck <greg@nest.cx>Jun-ichiro itojun Hagino
2002-06-17make this readable. If I broke something, someone else gets to fix it now ↵Theo de Raadt
that we can read it
2002-06-17note our setuid rule clearerTheo de Raadt
2002-06-17since we do not even have this functionality, this does not need gid kmemTheo de Raadt
2002-06-17KNFTheo de Raadt
2002-06-17Add UK keymap (tested on PBG4). Since it doesn't have a # key, do likeAnil Madhavapeddy
MacOS X and map it to Option-3. ok maja@
2002-06-17make usage like man pageTheo de Raadt
2002-06-17Remove bogus make expression that only confused readers of the file.Marco S Hyman
'make' will do the regression tests using libc_r 'make USELIBPTHREAD=yes' will do the regression tests using libpthread
2002-06-17Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the codebrian
path... after we've talked to any RADIUS servers involved, so that we haven't touched the data before it gets to the server.