Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-05 | add tcp sack stats, similar to freebsd; ok deraadt | Markus Friedl | |
2005-04-05 | fix output from remaining passthrough functions | Marco Peereboom | |
2005-04-05 | prevent non-root users to invoke wanpipe ioctls. | Can Erkin Acar | |
noticed by uwe@, looks ok deraadt@ | |||
2005-04-05 | clean up enumeration. | Marco Peereboom | |
properly print inquiry data. identify devices bioctl cares about. | |||
2005-04-05 | Do a better job of running destructors in the right order. | Dale Rahn | |
2005-04-05 | Do not log before/after crypto blobs at log level 10. Makes -DA=10 | Chad Loder | |
useable without enduring pages of hex. OK hshoexer | |||
2005-04-05 | Add -T flag to isakmpd to disable NAT-T support from the command line. | Chad Loder | |
This lets binat setups work again without having to recompile isakmpd. OK ho, hshoexer. | |||
2005-04-05 | add new nforce stuff | Michael Shalayeff | |
2005-04-05 | magic police, Jason Ackley <jason@ackley.net> | Henning Brauer | |
2005-04-05 | match on nforce4 and nforce2-400 ac97 as well; form netbsd | Michael Shalayeff | |
2005-04-05 | regen | Michael Shalayeff | |
2005-04-05 | nforce4 devs and nforce2-400 ac97 | Michael Shalayeff | |
2005-04-05 | from netbsd: | Michael Shalayeff | |
Some SiS 7012 chips come muted by default, so un-mute all SiS 7012 chips at attach time the way Linux does it. Reported and tested by Jonathan Schleifer, I checked it didn't break my own 7012 device which doesn't need that manipulation. | |||
2005-04-05 | fix wep by adjusting the total packet length | Reyk Floeter | |
2005-04-05 | sync | Theo de Raadt | |
2005-04-05 | - fix another 'an udf' mistake i made | Pedro Martelletto | |
- enhance 'history' and add an 'authors' section | |||
2005-04-05 | No extra newline if keyboard plugged but not console. | Miod Vallat | |
2005-04-05 | make sure *vpp == NULL if udf_lookup() returns an error | Pedro Martelletto | |
2005-04-05 | sync and sort usage(). ok jmc@ markus@ | Otto Moerbeek | |
2005-04-05 | Argument to DELAY should be usecs, not hz. | Christopher Pascoe | |
ok dlg@ | |||
2005-04-05 | Use the dynamic buffer API for packet generation and sending. | Claudio Jeker | |
OK norby@ | |||
2005-04-05 | Set errno in case buf_realloc() fails because the limit of the buffer is | Claudio Jeker | |
reached. | |||
2005-04-05 | Return EINVAL in SIOCSIFLLADDR if new lladdr is a multicast address. | Claudio Jeker | |
OK derradt@ tedu@ | |||
2005-04-05 | Factor out scsi_mode_sense() and scsi_mode_select() like NetBSD does. | Kenneth R Westerback | |
Eliminate some duplicate structures and defines along the way. SCSI CD drives will now pay attention to the 'flags' parameter for MODE SENSE and MODE SELECT commands. No other functional change. ok tdeval@ | |||
2005-04-05 | The first release this will appear in is OpenBSD 3.8 | Tom Cosgrove | |
ok jmc@ | |||
2005-04-05 | cleanup; ok hshoexer@ | Jason McIntyre | |
2005-04-05 | iy(4) has been removed; | Jason McIntyre | |
2005-04-05 | add -b to synopsis; | Jason McIntyre | |
use .Bk/.Ek to avoid line split; | |||
2005-04-05 | Clean up some logic. Use better error handling for sd devices. Be | Kenneth R Westerback | |
quiet if raw partition access tried. Be more careful with SDEV_MEDIA_LOADED. Inspired by some NetBSD changes. ok marco@ | |||
2005-04-05 | ich6 support and deuglify long slash seqs | Michael Shalayeff | |
2005-04-05 | ich6 support from freebsd via [Bjorn] Sandell <biorn@dce.chalmers.se> | Michael Shalayeff | |
2005-04-05 | change incorrect filename in output on fstat() failure | Jared Yanovich | |
from Cedric Berger <cedric@berger.to> ok otto | |||
2005-04-05 | fix parenthesis for BGE_RCB_MAXLEN_FLAGS | Brad Smith | |
ok krw@ | |||
2005-04-05 | Use 'route -qn' for the IPv6 default route command in hostname.if. | Kenneth R Westerback | |
Don't use local link address as possible IPv6 manual address. From todd@. | |||
2005-04-05 | - Fix for an issue with excessive collisions in half duplex mode. | Brad Smith | |
- Nail the short cable problem the exact way National says it should be. - Make sure to clear any pending interrupts when we stop the interface. - Do not tell the hardware to send when there were no packets enqueued. - Close a theoretical race: By the time the watchdog comes around the interface may have been stopped, so we should not restart it. From FreeBSD Tested by ho@ on a few Soekris boxes and martin@ on a 900 | |||
2005-04-05 | spacing found while digging for bugs | Theo de Raadt | |
2005-04-05 | -iy | Brad Smith | |
2005-04-05 | nuke a second driver for ISA Intel EtherExpress PRO/10 cards which | Brad Smith | |
came from NetBSD and has never actually been used. | |||
2005-04-04 | Nuke pmap_bootstrap_alloc(), not used anymore. | Miod Vallat | |
2005-04-04 | A bare bone man page. | Hans-Joerg Hoexer | |
2005-04-04 | Add initial blink/unblink harness. | Marco Peereboom | |
Fix INQUIRY namespace polution. Little clean up and new debug messages. | |||
2005-04-04 | Add blink and unblink but tell userland it is responsible for actually doing it | Marco Peereboom | |
because the ami firmware does not support it. In this case bioctl(8) will do it with SES passthrough commands. | |||
2005-04-04 | add blink and unblink. | Marco Peereboom | |
2005-04-04 | fix cvs id tags | Hans-Joerg Hoexer | |
2005-04-04 | Fix interrupt sharing on bge, by checking the same way the linux | Bob Beck | |
driver does. ok deraadt@, testing and ok krw@, markus@ | |||
2005-04-04 | Add ipsecctl utility, work in progress | Hans-Joerg Hoexer | |
ok deraadt | |||
2005-04-04 | Add sysctl for dumping the SPD | Hans-Joerg Hoexer | |
ok deraadt, ok markus some time ago | |||
2005-04-04 | sync | Theo de Raadt | |
2005-04-04 | spacing; ok cloder | Theo de Raadt | |
2005-04-04 | Document PT_[GS]ETXMMREGS. | Mark Kettenis | |
ok jmc@ |