Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-18 | oops, backwards check | Theo de Raadt | |
2001-06-18 | bye bye | Theo de Raadt | |
2001-06-18 | bye bye ipf | Theo de Raadt | |
2001-06-18 | split PT_DETACH handling, so that pc cannot be set by it; art ok | Theo de Raadt | |
2001-06-18 | incorrect panic message | Theo de Raadt | |
2001-06-18 | copyright notices; noted missing by nate | Theo de Raadt | |
2001-06-17 | be careful to avoid null pointer deref | Todd C. Miller | |
2001-06-17 | Use BSD authentication to retrieve the challenge so we no longer require | Todd C. Miller | |
suid root. | |||
2001-06-17 | Do not remove a CVSed file during the build process. | Dale Rahn | |
At one point it was a generated file, but that changed long ago. Pointed out by krw. | |||
2001-06-17 | spelling: Asymetric -> Asymmetric | Peter Valchev | |
2001-06-17 | Add -Wno-uninitialized. | Hugh Graham | |
2001-06-17 | Don't pciaddr_do_resource_allocate if device is AGP to avoid conflict. | Michael Shalayeff | |
from Masanori Kanaoka <kanaoka@netbsd.org> | |||
2001-06-17 | Set the delta for the particular source so telling mixerctl to decrease the | Michael Shalayeff | |
volume (using --) adjusts it far enough to stick. from Eric Haszlakiewicz <erh@netbsd.org> | |||
2001-06-17 | regen | Michael Shalayeff | |
2001-06-17 | ICH3 network controller IDs; from netbsd | Michael Shalayeff | |
2001-06-17 | mention zcat | Michael Shalayeff | |
2001-06-17 | Vern says: | Theo de Raadt | |
Yes, this came up a while ago, and I put together a flex release with a modified copyright that begins: Redistribution and use in source and binary forms, with or without modification, are permitted provided that: [...] feel free to update the copyrights in each of the files with the one in COPYING. | |||
2001-06-17 | fix audio device creation. | Brad Smith | |
2001-06-17 | Interrupt storm problem on awacs fixed, not necessary to disable | Dale Rahn | |
awacs anymore. | |||
2001-06-17 | Significant improvement on awacs driver. | Dale Rahn | |
Interrupts dealt with better, edge/level information used (from netbsd) The device does not cause interrupt storm anymore. Port change interrupt handled correctly now, audio automatically switches from speaker to headphone and back when headphone is inserted. If headphone is present on boot, audio automatically configures to headphone output. Audio level now defaults to decent, low level by default. | |||
2001-06-17 | Allow for more than 5 interrupt attribute values. awacs has 6. | Dale Rahn | |
2001-06-17 | remove bogus scd page | Michael Shalayeff | |
2001-06-16 | Disable the STATUS character when reading passwords -- people seem to | Todd C. Miller | |
expect to be able to use ^T in a password. | |||
2001-06-16 | simplify; commiting at aazubel's place. | Federico G. Schwindt | |
2001-06-16 | More cleanink of unused code and incorrect comments. | Miod Vallat | |
Replace a ton of english typos with (fewer) miodish typos, too... | |||
2001-06-16 | KNF | Theo de Raadt | |
2001-06-16 | sync | Theo de Raadt | |
2001-06-16 | sysarch() takes a void * | Theo de Raadt | |
2001-06-16 | typo | Theo de Raadt | |
2001-06-16 | regen | Michael Shalayeff | |
2001-06-16 | a couple of better names (min size changes) | Michael Shalayeff | |
2001-06-16 | regen | Michael Shalayeff | |
2001-06-16 | ids for dpt/adaptec i20 raid | Michael Shalayeff | |
2001-06-16 | range check the enc & mac key lengths | Theo de Raadt | |
2001-06-16 | copy pw_expire and pw_change, too. | Markus Friedl | |
2001-06-16 | no stdio or exit() in signal handlers. | Markus Friedl | |
2001-06-16 | bad //-style comment; thx to stevev@darkwing.uoregon.edu | Markus Friedl | |
2001-06-16 | typo; dunlap@apl.washington.edu | Markus Friedl | |
2001-06-15 | Compile kernel with -Wall, and fix a few issues for this to work. | Miod Vallat | |
ok hugh@ | |||
2001-06-15 | strncpy vs strlcpy and strchr fix; fromBrian Poole ↵ | Michael Shalayeff | |
<raj@pandemonium.cerias.purdue.edu> | |||
2001-06-15 | Kill MAXSTR, it's no longer used at all. | Marc Espie | |
Define MAXTOK directly. | |||
2001-06-15 | Correct the arg count after parsing a line with an unescaped # that isn't | brian | |
preceeded with whitespace. | |||
2001-06-15 | Avoid a dangerous race. | Artur Grabowski | |
To avoid having a ptrace(2)d process from doing an exec of a suid binary we strip off the suid bits from the executable if the process is traced. Later we P_SUGID{,EXEC} in the process flags that stops further ptrace attempts. The problem is that between the stripping of suid bits and setting P_SUGID{,EXEC} there is a pretty large window where the process can sleep and other processes can attach to it with ptrace. This is a quick fix for that. We set P_SUGID{,EXEC} early and take care to remove them (we don't want the process to become tainted unnecessarily) if exec fails. XXX - exec needs a lot more work, but people are asking for a solution now. | |||
2001-06-15 | save txform->blocksize so we know what the IV size is | Theo de Raadt | |
2001-06-15 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | Jun-ichiro itojun Hagino | |
follows BSD/OS practice and ucd-snmp code (FreeBSD does it for specific interfaces only). was: if_lastchange get updated on every packet transmission/receipt. now: if_lastchange get updated when IFF_UP is changed. | |||
2001-06-15 | copyright clarification. sync with tcpdump.org. | Jun-ichiro itojun Hagino | |
based on communiation with the author, Jeffrey Mogul <mogul@pa.dec.com>. by Jakob Schlyter <jakob@openbsd.org> | |||
2001-06-15 | constrain to less than 64K until a hifn driver bug is fixed | Theo de Raadt | |
2001-06-14 | OOPS | Theo de Raadt | |
2001-06-14 | hackish auto-IV mode for IOV operations | Theo de Raadt | |
2001-06-14 | dst ring corruption fix; jason | Theo de Raadt | |