Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2004-06-22 | If there is no CIS info the cardbus attach would print an extra | Todd C. Miller | |
double quote; now it doesn't. OK openbsd!beck | |||
2004-06-22 | sync | Theo de Raadt | |
2004-06-22 | it is meaningless to try decoding non-first fragment. | Jun-ichiro itojun Hagino | |
2004-06-22 | support for rcc osb4 and csb5; tested on quad-zion and another box i have | Michael Shalayeff | |
2004-06-22 | make sure real/avail mem printfs do unsigned ariths; found by beck@ | Michael Shalayeff | |
2004-06-22 | Precedence and type fix; ok henning@ | Alexander Guy | |
2004-06-22 | Precedence fix; ok henning@ | Alexander Guy | |
2004-06-22 | missing bzero in a function for this strange other address family | Henning Brauer | |
2004-06-22 | Pull the plug on source-based routing until remaining bugs are eradicated. | Cedric Berger | |
No need to reconfig kernel or rebuild userland stuff. requested deraadt@, help beck@ | |||
2004-06-22 | introduce kroute6, which will be used to build a seperate v6 table | Henning Brauer | |
(smashing them into the v4 table would raise the memory requirements far too much), and make kroute_nexthop (where we are not under such memory pressure, you don't have a hundred thousand nexthops) v4/v6. change existing callers to use the v4 part, claudio ok |