summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-04-10keep naming of audio devices consistent across all archs that have audioBrad Smith
support. -- Ok'd by: deraadt@
2001-04-10space police + pet peevesTodd C. Miller
use memcpy() not memmove() when we don't care about overlapping segments use puts(foo) instead of print("%s\n", foo)
2001-04-10This file is not welcomed here.Miod Vallat
2001-04-10Get rid of unnecessary symbols.Miod Vallat
2001-04-10syncTheo de Raadt
2001-04-09More style fixes...Hakan Olsson
2001-04-09- full media support (and remove all of the mii stuff... the firmware wantsJason Wright
to maintain write control over the phy... fine... but we query it to get current status). - fix several bugs in cmd/rsp handling: match responses to commands via id/seq, and add a routine to fixup the queue if it gets mangled).
2001-04-09Only set BINDIR if undefined. From NetBSD's isakmpd port (itojun, presumably).Hakan Olsson
2001-04-09Extend IKE knowledge so we can parse the rest (normally encrypted parts)Hakan Olsson
of the IKE negotiation. Useful for isakmpd's new -L and -l options. Also some cleanup. (angelos@, niklas@ ok)
2001-04-09isakmpd can now capture un-encrypted IKE negotiation packets to aHakan Olsson
file. In pcap(3) format, so tcpdump(8) can read it. Idea by Tim Newsham <newsham@lava.net>, work by him and me. Ok angelos@, niklas@
2001-04-09FFS_SOFTUPDATES in sys/conf/GENERICTheo de Raadt
2001-04-09Add softdep.Hugh Graham
2001-04-09Honor the db_console sysctl variable, like PCVT did.Aaron Campbell
2001-04-0931 vs 32; ianm@cit.uws.edu.auTheo de Raadt
2001-04-09ListenAddress mandoc from aaron@Kevin Steves
2001-04-09ssh-add retries the last passphrase...Markus Friedl
2001-04-09passphrase caching: ssh-add tries last passphrase, clears passphrase ifMarkus Friedl
not successful and after last try. based on discussions with espie@, jakob@, ... and code from jakob@ and wolfgang@wsrcc.com
2001-04-09Add packages specifications descriptionMarc Espie
2001-04-09Don't use config.cache as a dependency as it breaks GLOBAL_AUTOCONF_CACHETodd C. Miller
(and there is no rule to generate it anyway).
2001-04-09Style police a'la niklas@.Hakan Olsson
2001-04-09fix typoMarkus Friedl
2001-04-09LFS is not an option right now.Artur Grabowski
2001-04-09Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@Thorsten Lockert
2001-04-09further stripping downTheo de Raadt
2001-04-09only put wicontrol (and ancontrol now too) on floppyCTheo de Raadt
2001-04-09Handle more Linux ioctls; from NetBSD. ok deraadt@Thorsten Lockert
2001-04-09Silently ignore signals we don't handle; idea from NetBSD. Ok deraadt@Thorsten Lockert
2001-04-09To fit, fxp must go. SorryTheo de Raadt
2001-04-09partial mii support (commented out because the response queue freaks out)Jason Wright
get link status via media status query (unclear how to get speed/duplex this way) fix media command definitions to match documentation update the hostvar index for response queue on successful query
2001-04-09basic media handling/switchingJason Wright
XXX: Status routine needs to really query device to get duplex/speed/link
2001-04-09- implement command and response ring managementJason Wright
- rewrite definitions for command/response rings (bad aaron, shared memory structures are volatile and should not use nonportable bit slices, ':') Status: loads firmware, boots, gets mac address
2001-04-09A much tidier layout, from NetBSD.Hugh Graham
2001-04-09Amputate some dead and broken code and rework the rest to do theHugh Graham
right thing if booting off something other than sd0a. RB_ASKNAME will be reimplemented later.
2001-04-09Comment out compat vax1k until needed.Hugh Graham
Also a large quantity of whitespace fixes.
2001-04-09spellingKevin Steves
2001-04-08spellingKevin Steves
2001-04-08add support for printing cdp (Cisco Discovery Protocol), from tcpdump.orgJakob Schlyter
2001-04-08- bring over some bus_dma allocation code (from failed attempt to ↵Jason Wright
bus_dma-ify ubsec) - allocate rings and boot the card Status: firmware loads, card appears to boot correctly
2001-04-08addtron card has prism2 in it, it's justthat cis was not given properlyMichael Shalayeff
2001-04-08regenMichael Shalayeff
2001-04-08correct cis for addtronMichael Shalayeff
2001-04-08log_print, not log_errorHakan Olsson
2001-04-08do not modify an actual argv[] entryTheo de Raadt
2001-04-08syncTheo de Raadt
2001-04-08Typo. __IP_FIL_H__ -> __IP_FRAG_H__smart
2001-04-08Updates from gluk@ that describe new options that can be used to tweak theAaron Campbell
new directory allocation policy.
2001-04-08and host ring definitionJason Wright
2001-04-08define boot recordJason Wright
2001-04-08- load microcode from better directory (still not in tree)Jason Wright
- reg "definition" for soft reset register - make sure fileheader and section number are initialized before use - verify section checksum before use - add a skeleton txp_start()
2001-04-08syncAaron Campbell