Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-25 | make docs match reality - we don't support hooks in dhclient-script | Bob Beck | |
2002-03-24 | remove "\n" from fatal() | Kevin Steves | |
2002-03-24 | Work around a compiler bug on sparc64; deraadt@ OK | Todd C. Miller | |
2002-03-24 | This is ridiculous. Put the same dc vs de on the floppy as the kernel. How ↵ | Theo de Raadt | |
did you forget about this, Nate? | |||
2002-03-24 | Kill unneeded longs; fixes some minor 64 bit issues. deraadt@ OK | Todd C. Miller | |
2002-03-24 | from martin@netbsd: | Michael Shalayeff | |
Remove RAY_USE_AMEM. This option claimed to use attribute memory access for the registers, which was true, but actually the same as the driver did without this option. What it realy did is work around a stupid bug in the driver that did not use the "offset" result from the pcmcia_mem_map call mapping the CIS memory. We got away with this for a long time since on i386 and typical pcmcia bridged the offset returned will be 0. It always failed (without RAY_USE_AMEM=1) if the check for a different function CCR aliases in pcmcia.c failed and mapped the CCR base new - this time at the CCR base of this function (0xf00), so all register acceses (that had 0xf00 added) happened way off in neverland. Now we do not hardcode the CCR base to the register definitions, but instead use the offset returned by pcmcia_mem_map. This makes the driver work with and without CCR base aliases being found. | |||
2002-03-24 | double m_free() - niklas@openbsd | Jun-ichiro itojun Hagino | |
2002-03-24 | after codec reset wait for 1/2 sec; from mark@mcs.vuw.ac.nz ↵ | Michael Shalayeff | |
(http://mail-index.netbsd.org/port-i386/2002/03/18/0000.html) | |||
2002-03-24 | m_freem(NULL) bad style, ok jason@ | Niklas Hallqvist | |
2002-03-24 | deref of NULL in out of mbuf situation, ok jason@ | Niklas Hallqvist | |
2002-03-24 | remove /lib and /usr/local/lib from the default search path for the | Brad Smith | |
native linker. -- Ok'd by: pval@, fgsch@ and espie@ | |||
2002-03-24 | we need to figure out AUT0 for sc_private_encrypt, too | Markus Friedl | |
2002-03-24 | minor cleanup and more error checking; ok markus@ | Kevin Steves | |
2002-03-24 | typo; ok markus@ | Kevin Steves | |
2002-03-24 | debug->debug3 for extra padding | Markus Friedl | |
2002-03-24 | remove unused debug | Markus Friedl | |
2002-03-24 | non-access itlb fault puts the addr in isr:ior, not pcsq:pcoq | Michael Shalayeff | |
2002-03-24 | string.h | Theo de Raadt | |
2002-03-24 | WCCP support (trivial hack, it's not the complete protocol, but it'll | Angelos D. Keromytis | |
accept packets from Cisco boxes) --- from joeycoleman@acm.org | |||
2002-03-24 | handle NS Geode GX1; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
2002-03-23 | Hide upgrade stuff from the installation notes until sparc64 systems can | Miod Vallat | |
be upgraded to 3.2. | |||
2002-03-23 | Disable the ability to (U)pgrade a sparc64 installation. | Kenneth R Westerback | |
Requested by deraadt@ for the 3.1 release. ok deraadt@ | |||
2002-03-23 | One more case of __mvme88k__ vs __m88k__ | Miod Vallat | |
With the recent varargs changs, xlint now compiles on mvme88k. | |||
2002-03-23 | mvme88k varargs cleanup 2/2 | Miod Vallat | |
2002-03-23 | setproctitle() after preauth child; ok markus@ | Kevin Steves | |
2002-03-23 | Force inclusion of <sys/ioctl.h> before the body of soundcard.h. | Todd C. Miller | |
Since soundcard.h #defines ioctl to oss_ioctl we need to see the ioctl prototype first. This works around a problem exposed by the __P removal. A slightly better solution may be to simply replace ioctl() in libossaudio, calling the real ioctl() via syscall(2) when needed. | |||
2002-03-23 | some tests for stderr handling | Markus Friedl | |
2002-03-23 | uname(3); hunter@dg.net.ua | Theo de Raadt | |
2002-03-23 | sync | Theo de Raadt | |
2002-03-23 | typo repair; openbsd@davidkrause.com | Theo de Raadt | |
2002-03-23 | \\ not \. needs doubling. wngdn@src.uchicago.edu, pr 2475 | Theo de Raadt | |
2002-03-23 | small cleanups: | Marc Espie | |
ansi prototypes, help formating, common code to handle integer parameters. Let SystemV shm parameters be settable. | |||
2002-03-23 | Add variables for config(8) -e time tweak of systemV shared memory | Marc Espie | |
parameters. Ok millert@, miod@, maja@ | |||
2002-03-23 | Repair. | Miod Vallat | |
2002-03-23 | examples of tcpdump filters on pf log fields | Mike Frantzen | |
2002-03-23 | sync | Theo de Raadt | |
2002-03-23 | document new extensions for PF logs | Mike Frantzen | |
2002-03-23 | language extensions for PF logs. can specify direction, interface, rule | Mike Frantzen | |
number, reason and action. fix the ipv4/ipv6 distinction while I'm here. | |||
2002-03-23 | correct arg to bcmp(). need to compare 15 bytes, not 3 bytes. sync w/kame | Jun-ichiro itojun Hagino | |
2002-03-22 | my guess at a sunix puc; the tester disappeared | Theo de Raadt | |
2002-03-22 | move to 3.1-beta | Theo de Raadt | |
2002-03-22 | Attribute table must be allocated 1-1 because it is accessed from | Dale Rahn | |
pte_spill_r(). ok art@ | |||
2002-03-22 | add some phys for dc. | Dale Rahn | |
2002-03-22 | match style of the rest of the Configure script, test -> [] | Brad Smith | |
2002-03-22 | add dc and hme to ramdisk kernel. | Dale Rahn | |
2002-03-22 | dc is compatible with dc, go figure | Jason Wright | |
2002-03-22 | Pass INSTALL_STRIP in LDFLAGS. Allows debugging without tweaking the file. | Marc Espie | |
Sync with /usr/share/mk: CXXOPTS. noticed by mpech@ | |||
2002-03-22 | Telnet encryption warning messages, taken from kth-krb4-1.1.1. | Hans Insulander | |
(krb4-1.1.1 will be imported after release) Noone bothered to look at this, but I've used this for a couple of weeks, and i really want this to go in before release. | |||
2002-03-22 | - Move reading collision counters out of splimp() | Jason Wright | |
- all non-debug prints should print the interface name - quite whining about RX counter expiring, who cares. | |||
2002-03-22 | On sparc64, try local-mac-address before falling back to myetheraddr() | Jason Wright | |