Age | Commit message (Expand) | Author |
2004-11-18 | add @wantlib and @depend keyword | Marc Espie |
2004-11-18 | use the filesystem based firmware loader; deraadt ok | Damien Bergamini |
2004-11-18 | use hash and not hmac to calculate NAT-D payloads. Also add NAT-D payload for | Hans-Joerg Hoexer |
2004-11-18 | embed two struct capabilities, one for the capas announced by the peer and | Henning Brauer |
2004-11-18 | Better and simpler check for negative offset; from Christer Oberg | Todd C. Miller |
2004-11-18 | add an instance of struct capabilities to peer_conf, and inherit | Henning Brauer |
2004-11-18 | cope with changes in capabilities announcement shitz | Henning Brauer |
2004-11-18 | s/Access/Address/ at IFT_CARP | Marco Pfatschbacher |
2004-11-18 | inside struct peer, replace the occurance of the older struct peer_capa | Henning Brauer |
2004-11-18 | remove the global 'announce' flag from struct peer_capa, clear | Henning Brauer |
2004-11-18 | a few more codecs from nbsd | Michael Shalayeff |
2004-11-18 | add mii_phy_match() for table-driven lookup. | Brad Smith |
2004-11-18 | Sync usage with man page; Paul de Weerd | Todd C. Miller |
2004-11-18 | Tell MVME2600 and MVME2700 apart. | Miod Vallat |
2004-11-18 | Feature sync with macppc | Miod Vallat |
2004-11-18 | Move PowerPC cpu type constants to <machine/cpu.h> | Miod Vallat |
2004-11-18 | Prototypes for the log message functions | Jean-Francois Brousseau |
2004-11-18 | Make the 'cvs log' command work in client mode, mostly based on the | Jean-Francois Brousseau |
2004-11-18 | Compile with the log message code and do not install the cvs binary | Jean-Francois Brousseau |
2004-11-18 | let peer->capa.mp_[v4|v6] contain the SAFI, don't just use it as bool | Henning Brauer |
2004-11-18 | Subsequent Address Family Indicators (SAFI) in hex and add SAFI_NONE | Henning Brauer |
2004-11-18 | struct capa_mp is not needed any more, spotted by claudio | Henning Brauer |
2004-11-18 | introduce session_capa_mp() which adds the multiprotocol announcements | Henning Brauer |
2004-11-18 | handle SONPROC; ok aaron, deraadt, krw | Markus Friedl |
2004-11-18 | enable receive() accounting and use uio_procp for send() accounting, too | Markus Friedl |
2004-11-18 | add code to announce support for IPv6 Unicast. | Henning Brauer |
2004-11-18 | it's oupsa oupsa oupsa time... | Henning Brauer |
2004-11-18 | supress logging of subsequent connect() failures as long as: | Henning Brauer |
2004-11-18 | More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and v... | Kenneth R Westerback |
2004-11-17 | Document exit code, pointed out by Paul de Weerd. | Todd C. Miller |
2004-11-17 | sort sections; | Jason McIntyre |
2004-11-17 | Enable interrupts after autoconf. | Miod Vallat |
2004-11-17 | Remove dead or unused code; minor syncs with macppc code. | Miod Vallat |
2004-11-17 | Correct *cnputc() prototypes. | Miod Vallat |
2004-11-17 | Add register prefixes and generally match macppc locore.S now; diff between | Miod Vallat |
2004-11-17 | A few more register prefixes, as well as more tab vs space police. No | Miod Vallat |
2004-11-17 | Update to sudo 1.6.8p4 | Todd C. Miller |
2004-11-17 | proper autoconf attachments; grange@ testing; markus@ ok | Michael Shalayeff |
2004-11-17 | oops, spotted by pat as always | Theo de Raadt |
2004-11-17 | print real/avail/bufcache sizes as unsigned | Michael Shalayeff |
2004-11-17 | - \r\n fix for QUIT command | Bob Beck |
2004-11-17 | typo, spotted by pedro | Theo de Raadt |
2004-11-17 | 3 more devices | Theo de Raadt |
2004-11-17 | rename to atmel | Theo de Raadt |
2004-11-17 | atu(4) on by default, since it is now smaller | Theo de Raadt |
2004-11-17 | document the firmware files in /etc/firmware/ | Theo de Raadt |
2004-11-17 | use the filesystem based firmware loader; dlg ok | Theo de Raadt |
2004-11-17 | firmware loading; ok pedro tedu dlg miod | Theo de Raadt |
2004-11-17 | stuff after #endif | Theo de Raadt |
2004-11-17 | use lmin() instead of imin() in sbspace(), ok henning, millert | Markus Friedl |