Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-09 | FFS_SOFTUPDATES in sys/conf/GENERIC | Theo de Raadt | |
2001-04-09 | Add softdep. | Hugh Graham | |
2001-04-09 | Honor the db_console sysctl variable, like PCVT did. | Aaron Campbell | |
2001-04-09 | 31 vs 32; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-04-09 | ListenAddress mandoc from aaron@ | Kevin Steves | |
2001-04-09 | ssh-add retries the last passphrase... | Markus Friedl | |
2001-04-09 | passphrase caching: ssh-add tries last passphrase, clears passphrase if | Markus Friedl | |
not successful and after last try. based on discussions with espie@, jakob@, ... and code from jakob@ and wolfgang@wsrcc.com | |||
2001-04-09 | Add packages specifications description | Marc Espie | |
2001-04-09 | Don't use config.cache as a dependency as it breaks GLOBAL_AUTOCONF_CACHE | Todd C. Miller | |
(and there is no rule to generate it anyway). | |||
2001-04-09 | Style police a'la niklas@. | Hakan Olsson | |
2001-04-09 | fix typo | Markus Friedl | |
2001-04-09 | LFS is not an option right now. | Artur Grabowski | |
2001-04-09 | Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@ | Thorsten Lockert | |
2001-04-09 | further stripping down | Theo de Raadt | |
2001-04-09 | only put wicontrol (and ancontrol now too) on floppyC | Theo de Raadt | |
2001-04-09 | Handle more Linux ioctls; from NetBSD. ok deraadt@ | Thorsten Lockert | |
2001-04-09 | Silently ignore signals we don't handle; idea from NetBSD. Ok deraadt@ | Thorsten Lockert | |
2001-04-09 | To fit, fxp must go. Sorry | Theo de Raadt | |
2001-04-09 | partial 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-09 | basic media handling/switching | Jason Wright | |
XXX: Status routine needs to really query device to get duplex/speed/link | |||
2001-04-09 | - implement command and response ring management | Jason 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-09 | A much tidier layout, from NetBSD. | Hugh Graham | |
2001-04-09 | Amputate some dead and broken code and rework the rest to do the | Hugh Graham | |
right thing if booting off something other than sd0a. RB_ASKNAME will be reimplemented later. | |||
2001-04-09 | Comment out compat vax1k until needed. | Hugh Graham | |
Also a large quantity of whitespace fixes. | |||
2001-04-09 | spelling | Kevin Steves | |
2001-04-08 | spelling | Kevin Steves | |
2001-04-08 | add support for printing cdp (Cisco Discovery Protocol), from tcpdump.org | Jakob 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-08 | addtron card has prism2 in it, it's justthat cis was not given properly | Michael Shalayeff | |
2001-04-08 | regen | Michael Shalayeff | |
2001-04-08 | correct cis for addtron | Michael Shalayeff | |
2001-04-08 | log_print, not log_error | Hakan Olsson | |
2001-04-08 | do not modify an actual argv[] entry | Theo de Raadt | |
2001-04-08 | sync | Theo de Raadt | |
2001-04-08 | Typo. __IP_FIL_H__ -> __IP_FRAG_H__ | smart | |
2001-04-08 | Updates from gluk@ that describe new options that can be used to tweak the | Aaron Campbell | |
new directory allocation policy. | |||
2001-04-08 | and host ring definition | Jason Wright | |
2001-04-08 | define boot record | Jason 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-08 | sync | Aaron Campbell | |
2001-04-08 | another sis vga | Aaron Campbell | |
2001-04-08 | Better error messages: pwarnx function, which works like pwarn, except | Marc Espie | |
it shows a current package name along with the program name, e.g., pkg_add(foo-3.0): some error occurred. A few messages now bear redundant pkgnames, which is much better than doing pkg_add * and being informed that something went slightly wrong somewhere... | |||
2001-04-08 | document ListenAddress addr:port | Kevin Steves | |
2001-04-08 | correct wi_write_record(); from freebsd; pointed out by Alfred Perlstein ↵ | Michael Shalayeff | |
<bright@wintelcom.net> | |||
2001-04-08 | init pointers with NULL, thanks to danimal@danimal.org | Markus Friedl | |
2001-04-08 | leave_raw_mode if ssh2 "session" is closed | Markus Friedl | |
2001-04-08 | KNF | Markus Friedl | |
2001-04-08 | make sure that we don't go off the end of the image | Jason Wright | |
2001-04-08 | cleanup, more register definitions | Jason Wright | |
2001-04-08 | Update closer to current status of powerpc, remove items resolved or | Dale Rahn | |
mostly resolved. |