Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-23 | Missed this in the atw(4) commit. | Todd C. Miller | |
2004-06-23 | Make compiling with Boehm's gc possible again. | Hakan Olsson | |
2004-06-23 | tabs vs spaces | Aaron Campbell | |
2004-06-23 | Support IPV{4,6}_ADDR_SUBNET IDs in Phase 1, just like the man page | Hakan Olsson | |
says we do. Noted and tested by alex at vbone.net. Also avoid a potential SEGV here. hshoexer@ok | |||
2004-06-23 | Add commandline switch -a / config tag "Acquire-Only" to tell isakmpd to not | Hans-Joerg Hoexer | |
touch flows. initial work by markus ok markus@ ho@ henning@ | |||
2004-06-23 | Remove some ifdef notyet symbols for non-existent floppy driver. art@ ok | Aaron Campbell | |
2004-06-23 | -Wshadow fix up s/encrypt/do_encrypt/. OK djm@, markus@ | mouring | |
2004-06-23 | When servicing 88110 exceptions, reset dsr and isr as fast as possible. | Miod Vallat | |
While there, simplify badaddr() handling on 88110. | |||
2004-06-23 | Since the NMI interrupt source on 88110 is, well, non maskable, it is | Miod Vallat | |
possible to receive it during autoconf. In this case, do not enable _other_ interrupts while we are servicing it. Note that, on the MVME197, since we are using the BUG for console output during autoconf, it is still possible to abort the bootstrap and return to the BUG with the NMI/ABORT switch. | |||
2004-06-23 | Hook cdbr and cdboot into the build (though nothing uses them yet). | Tom Cosgrove | |
suggested by deraadt@ ok weingart@ | |||
2004-06-23 | Enter cdboot, a CD-specific second-stage bootrap. | Tom Cosgrove | |
Testing krw@ and todd@, thanks. assistance, testing and ok weingart@ | |||
2004-06-23 | Install adw(4) | Todd C. Miller | |
2004-06-23 | The DWL520 version we support is rev L1 | Todd C. Miller | |
2004-06-23 | Mention atw. | Miod Vallat | |
2004-06-23 | Support rfc 3765 which adds a new well known community NOPEER. OK henning@ | Claudio Jeker | |
2004-06-23 | tlp(4) is only found in NetBSD, here it is still dc(4). | Miod Vallat | |
2004-06-23 | daa should be 0x27 and aaa 0x37 | Andreas Gunnarsson | |
ok deraadt@ | |||
2004-06-22 | atw(4) driver from NetBSD (dyoung). Based in part on a port by | Todd C. Miller | |
Matthew Gream. Unfortunately, the adm8211 card I have with me does not work correctly with the driver yet so real testing will have to wait until I get my hands on an adm8211-based DWL-650 or something similar. | |||
2004-06-22 | Replace a whole bunch of scary uses of strncpy() with strlcpy() and | Jean-Francois Brousseau | |
use compat-specific MAXNAMLEN values where appropriate ok millert@, pedro@ | |||
2004-06-22 | Remove... almost 10 years, and things have changed enough that this | Tobias Weingartner | |
is more historic than anything else. If ya want it, find it in the Attic. ok tom@ | |||
2004-06-22 | Change of variable name from read to nread, to reduce difference | Tom Cosgrove | |
from NetBSD version. ok weingart@ | |||
2004-06-22 | Cleanup. jajaja henning@ | Claudio Jeker | |
2004-06-22 | Enter cdbr, an El Torito no-emulation CD boot sector that fits | Tom Cosgrove | |
comfortably in a single CD sector of 2,048. Not currently hooked into the build. Based on the FreeBSD equivalent by John Baldwin, jhb (at) FreeBSD (dot) org, who agreed to change to a 3-clause BSD licence. Thanks. assistance, testing and ok weingart@ | |||
2004-06-22 | horrid horrid horrid. we have a race window where we, ourselves, do an | Theo de Raadt | |
address deletion. yesterday we stopped ignoring deletions. but now dhclient does not see itself coming up, and voila, we get more and processes. so now make a 5-second window where we ignore delete messages, but terminate if we get them at any other time. a very relucant ok from henning who is actively searching for a final solution to this problem. | |||
2004-06-22 | Make the interactive "update" command match the command-line "-u" | Tom Cosgrove | |
option by updatng/setting the 0xAA55 signature at the end of the sector. ok nick@ weingart@ | |||
2004-06-22 | During exception processing, we are not supposed to fault immediately | Miod Vallat | |
after re-enabling the FPU (unless exception handling code is suffering from bugs, of course). Should this happen, invoke the error fault handler, but at least clear the exception state first, so that it gets a chance to run. | |||
2004-06-22 | Teach mkhybrid how to create an El Torito non-emulation boot CD, with | Tom Cosgrove | |
a 2,048-byte boot sector. ok weingart@ | |||
2004-06-22 | Allow setting of port for regress from TEST_SSH_PORT variable; ok markus@ | Darren Tucker | |
2004-06-22 | Import current NetBSD/FreeBSD 802.11 framework. | Todd C. Miller | |
Based in part on a diff from Matthew Gream. | |||
2004-06-22 | Add M_LINK0 for net80211; OK markus@ and mcbride@ | Todd C. Miller | |
2004-06-22 | Add TEST_SSH_SSHD_CONFOPTS and TEST_SSH_SSH_CONFOPTS to allow adding | Darren Tucker | |
arbitary options to sshd_config and ssh_config during tests. ok markus@ | |||
2004-06-22 | Add quoting for test -z; ok markus@ | Darren Tucker | |
2004-06-22 | Enable ahd interrupts and reset the channel before scanning the bus | Kenneth R Westerback | |
for devices. This is how ahc is done too. Fixes probe hang on Theo's box with the 7902B chip. ok marco@ | |||
2004-06-22 | Rewrite of getmntopts(), making it more robust and getting rid of | Otto Moerbeek | |
the mount_nfs alternative implementation of the same function. Joint work with millert@. Fixes PR 3642. ok pedro@ millert@ | |||
2004-06-22 | Recent glue_strings change reversed a few checks; fix up conditionals | Anil Madhavapeddy | |
to check for overflow as others do by convention. Noticed by Andreas Kahari <ak+openbsd at freeshell.org>, millert@ ok | |||
2004-06-22 | Use SIOCSIFGENERIC and SIOCGIFGENERIC for SIOCSWAVELAN and SIOCGWAVELAN | Todd C. Miller | |
instead of SIOCSIFASYNCMAP and SIOCGIFASYNCMAP. Needed for upcoming 802.11 framework. OK deraadt@ | |||
2004-06-22 | Remove the CNF_ from WI_RID_CNF_ENH_SECURITY and WI_RID_CNF_DBM_ADJUST | Todd C. Miller | |
to match changes in wi(4). Also, don't exit wicontrol if SIOCGWAVELAN fails; just keep going and get the values we can. OK deraadt@ | |||
2004-06-22 | The Prism device driver's manual makes a distinction in naming of | Todd C. Miller | |
config comands and other types but we don't so remove the CNF_ from WI_RID_CNF_ENH_SECURITY and WI_RID_CNF_DBM_ADJUST for consistency and compat with Net and Free. | |||
2004-06-22 | do not bcopy wrong stuff there | Theo de Raadt | |
2004-06-22 | Don't make xetc a default install set. | Kenneth R Westerback | |
ok matthieu@ | |||
2004-06-22 | Make the RDE IPv6 ready missing is the message handling. The internal | Claudio Jeker | |
prefix tree changed form a hash table to a per AF RB tree. OK henning@ some ideas are from Brent Graveland. | |||
2004-06-22 | Cosmetic clean-up. | Marc Espie | |
Simpler licence, update copyright years, trim empty lines, ISO declarations. okay miod@ | |||
2004-06-22 | why should . and .. be the first two entries of any dir ? | Marc Espie | |
Let code be portable. okay millert@ | |||
2004-06-22 | move PICFLAG into bsd.own.mk where the rest of the lib stuff is | Peter Valchev | |
(don't ask why) and simplify logic; needed soon | |||
2004-06-22 | Do not generate floating point exception followed by a core dump | Otto Moerbeek | |
on div or mod by zero, print error message instead. ok espie@ | |||
2004-06-22 | Spacing. ok krw@ | Marco Peereboom | |
2004-06-22 | Remove all static functions. ok krw@ | Marco Peereboom | |
2004-06-22 | Change various macro and symbol names in order to have recognizable *100* | Miod Vallat | |
and *110* names for processor-dependent code. No functional change. | |||
2004-06-22 | Do not use db_printf() without a godd reason; while there, shrinken some | Miod Vallat | |
messages. | |||
2004-06-22 | kn_get_string() may return NULL on failure. Handle this corrctly. | Hans-Joerg Hoexer | |
with msf@, ok ho@ markus@ |