| Commit message (Expand) | Author | Age | Files | Lines |
* | Typo. | max | 2002-05-10 | 1 | -1/+1 |
* | Add support for MS-CHAP authentication via a RADIUS server. | brian | 2002-05-10 | 6 | -42/+200 |
* | Turn off pppctl -- it won't like with an in-tree Gcc 3.1 built libc_r. | obrien | 2002-05-10 | 1 | -0/+3 |
* | When packing installed package into a file (pkg_create -b) make sure to | sobomax | 2002-05-10 | 1 | -4/+11 |
* | Fix buildworld breakage. | roberto | 2002-05-09 | 1 | -1/+1 |
* | Replace /kernel with /boot/kernel/kernel. | joe | 2002-05-09 | 7 | -19/+19 |
* | Unbreak this file after the last drive-by committing. We have to | wpaul | 2002-05-09 | 1 | -2/+2 |
* | Do my bit for the Perl removal team and shoot my own, rather mangy | paul | 2002-05-08 | 4 | -306/+1 |
* | Make compilable without -DINET6. | ume | 2002-05-08 | 1 | -2/+2 |
* | Log address family of a connection. | ume | 2002-05-08 | 1 | -4/+6 |
* | Use libutil instead of pw_{copy,util}.c. Clean up a little. Warnsify. | des | 2002-05-08 | 6 | -517/+169 |
* | Fix a boatload of format errors and constness violations. | des | 2002-05-08 | 2 | -36/+40 |
* | style(9): remove an EOF space. | maxim | 2002-05-08 | 1 | -1/+1 |
* | Implement 'speed' command: set a maximum read speed. At the moment it | maxim | 2002-05-08 | 2 | -0/+22 |
* | Update ARP to access token-ring source routing information at it's new | kbyanc | 2002-05-08 | 1 | -5/+10 |
* | Use libutil and libypclnt for all passwd manipulation and NIS needs. | des | 2002-05-08 | 4 | -353/+47 |
* | Re-remove these files. Somehow obrien managed to revive them with a | peter | 2002-05-07 | 2 | -185/+0 |
* | Don't corrupt MP fragments when they're put back on the front of our | brian | 2002-05-07 | 1 | -5/+6 |
* | Understand the Session-Timeout RADIUS attribute | brian | 2002-05-07 | 5 | -4/+109 |
* | inet_aton returns 0 on failure, not -1. | dwmalone | 2002-05-06 | 1 | -1/+1 |
* | New feature: allow origins of all dependencies be recorded into package list | sobomax | 2002-05-05 | 6 | -9/+56 |
* | In a origin lookup mode (-O) don't bail out when encountering empty package | sobomax | 2002-05-05 | 1 | -2/+8 |
* | Update usage() and manpage to match reality (add -O into usage and adjust | sobomax | 2002-05-05 | 2 | -4/+10 |
* | Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT. | sobomax | 2002-05-05 | 1 | -4/+5 |
* | Handle PLIST_ORIGIN properly. | sobomax | 2002-05-05 | 2 | -0/+9 |
* | * Fix a small typo, thanks to olgeni | dougb | 2002-05-04 | 1 | -1/+4 |
* | * Add some niceties to make the -p option quieter, and better behaved | dougb | 2002-05-04 | 1 | -5/+28 |
* | Tweak a data type from char * to u_char * | brian | 2002-05-04 | 1 | -2/+2 |
* | Make ``set mru'' require a context. In multi-link mode, there's no | brian | 2002-05-04 | 1 | -1/+1 |
* | Add ability to query installed packages based on origin. | sobomax | 2002-05-04 | 7 | -11/+99 |
* | style(9): sort includes, remove EOL spaces. | maxim | 2002-05-03 | 1 | -6/+6 |
* | wait(2) for compress_log() processes to complete before exit. | maxim | 2002-05-03 | 1 | -0/+3 |
* | Make pkg_info working again when argument is a file not in the current | sobomax | 2002-05-02 | 1 | -2/+5 |
* | Make `-g' working for symlinks. | sobomax | 2002-05-02 | 1 | -3/+20 |
* | Kill local variable which shadows global one. This fixes creation of bzip2 | sobomax | 2002-05-02 | 1 | -1/+0 |
* | Bump the version to mark the fixed FSM TLD ordering | brian | 2002-05-01 | 1 | -1/+1 |
* | If we receive a config request while Open, call TLD *before* decoding | brian | 2002-05-01 | 1 | -3/+7 |
* | Allow the peer to modify the LQR interval | brian | 2002-05-01 | 1 | -0/+1 |
* | Make this compile and not segfault on ia64. ptr = strdup("foo"); is | peter | 2002-05-01 | 1 | -3/+4 |
* | Add the ability to use Bzip'ed packages. | obrien | 2002-04-30 | 7 | -19/+44 |
* | Make crunchide(1) a cross-tool; needed for cross-arch "make release". | ru | 2002-04-30 | 5 | -7/+17 |
* | Use the SCRIPTS knob. | ru | 2002-04-29 | 1 | -4/+1 |
* | Spell void * as void * rather than caddr_t. This is complicated by the | des | 2002-04-28 | 10 | -101/+105 |
* | Fix a number of warnings. A gcc preprocessor bug relating to macros | iedowse | 2002-04-28 | 1 | -38/+53 |
* | Oops, remove references to NLOCKED and NWANTED, now that they no | iedowse | 2002-04-28 | 2 | -8/+0 |
* | Include <netinet/in.h> to squash one more compile-time warning. | gad | 2002-04-25 | 1 | -0/+2 |
* | When using %p to print out pointers to struct's, first cast the values | gad | 2002-04-25 | 1 | -7/+8 |
* | PR: 33966 | hm | 2002-04-24 | 1 | -6/+6 |
* | handle ECONNABORTED. | ume | 2002-04-24 | 1 | -1/+3 |
* | typo in connect(2) error handling. | ume | 2002-04-24 | 1 | -2/+2 |