keramida
951de47260
Remove EOL space.
...
This is a whitespace only change.
Reviewed by: rwatson, Hiten Pandya <hiten@uk.FreeBSD.org>
2002-05-13 08:37:46 +00:00
phk
b05dda35e6
Sigh... Yet a BBSIZE breakage.
2002-05-12 21:43:02 +00:00
rwatson
c57dc2b4a8
Add a man page for the devinfo command; I'd argue devinfo is the single
...
most useful new command added to FreeBSD 5.0, but maybe that's just
me :-).
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
2002-05-12 14:23:15 +00:00
dd
bd642e8645
demon -> daemon
...
Submitted by: zhuravlev alexander <zaa@box.ulstu.ru>
2002-05-11 23:20:53 +00:00
brian
e7542a26ed
We don't need to include arpa/inet.h here. In fact, only FreeBSD needs
...
netinet/in.h.
2002-05-11 17:04:01 +00:00
eric
8d4a79ea28
Remove cross reference to pkg_update(1).
2002-05-11 16:27:19 +00:00
brian
80f4fb7cc7
#include netinet/in.h when !__FreeBSD__ to silence some warnings from
...
the inclusion of arpa/inet.h
2002-05-11 10:54:45 +00:00
dd
65ea494ab5
sysctl -w -> sysctl
...
Approved by: ume
2002-05-11 05:55:05 +00:00
dd
83b30c61bf
Beware the log demon! (Fix typo: s/demon/daemon/)
...
Submitted by: zhuravlev alexander <zaa@ulstu.ru>
2002-05-11 05:16:02 +00:00
alfred
c94931edf3
replace __FUNCTION__ with standardized __func__.
...
Requested by: jhb
2002-05-11 04:17:55 +00:00
alfred
df59877e64
unbreak build: fix multi-line string literal
2002-05-11 04:10:49 +00:00
alfred
f42c92628a
unbreak build: ditch multi-line string literals
2002-05-11 03:54:21 +00:00
alfred
7be446ee1c
fix build:
...
you may not use string concatination with __FUNCTION__, replace all occurances
of:
__FUNCTION__ ": error string"
with:
"%s: error string"
2002-05-11 03:48:49 +00:00
brian
02509bfc4b
NetBSD keeps des.h in /usr/include/openssl these days
2002-05-11 03:47:15 +00:00
max
ab8b1fb87e
Typo.
2002-05-10 03:53:00 +00:00
brian
1947582c12
Add support for MS-CHAP authentication via a RADIUS server.
...
Add support for Reply-Message and MS-CHAP-Error.
Sponsored by: Monzoon
2002-05-10 03:11:35 +00:00
obrien
5ff5d4c519
Turn off pppctl -- it won't like with an in-tree Gcc 3.1 built libc_r.
2002-05-10 00:48:33 +00:00
sobomax
1c2894552d
When packing installed package into a file (pkg_create -b) make sure to
...
include all package files into resulting tarball.
PR: 34007
Submitted by: olgeni
While I here:
- Remove bogus comment;
- ensure that we return the proper exit code in the case of -b failure.
MFC after: 5 days
2002-05-10 00:03:14 +00:00
roberto
b25a35b1f3
Fix buildworld breakage.
...
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
2002-05-09 14:15:57 +00:00
joe
36c976074e
Replace /kernel with /boot/kernel/kernel.
...
PR: docs/37757
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
2002-05-09 11:47:42 +00:00
wpaul
91b9756f6b
Unbreak this file after the last drive-by committing. We have to
...
#include route.h before iso88025.h, and we have to dereference
the trld_route array correctly. (NOTE: I'm not altogether sure
that this is really the correct way to traverse this array. This
just eliminates the build warning/error. It may not work right at
runtime, and I have no way to test it since I lack the necessary
hardware.)
Broken by: kbyanc, who gets to wear the pointy hat
2002-05-09 00:37:57 +00:00
paul
360d649dec
Do my bit for the Perl removal team and shoot my own, rather mangy
...
looking, dog.
2002-05-08 18:44:24 +00:00
ume
f379586992
Make compilable without -DINET6.
2002-05-08 17:20:08 +00:00
ume
0b4a08860d
Log address family of a connection.
...
Requested by: matusita
Reviewed by: matusita
2002-05-08 16:39:58 +00:00
des
3ad511fc27
Use libutil instead of pw_{copy,util}.c. Clean up a little. Warnsify.
...
Sponsored by: DARPA, NAI Labs
2002-05-08 15:42:37 +00:00
des
b1c4fde84a
Fix a boatload of format errors and constness violations.
...
Sponsored by: DARPA, NAI Labs
2002-05-08 15:41:15 +00:00
maxim
80acd97fab
style(9): remove an EOF space.
2002-05-08 07:40:22 +00:00
maxim
04f7d4f048
Implement 'speed' command: set a maximum read speed. At the moment it
...
works on ATAPI drives only.
PR: kern/35512 (a part of)
Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
Reviewed by: -hackers
MFC after: 1 month
2002-05-08 07:32:40 +00:00
kbyanc
fa7702afe4
Update ARP to access token-ring source routing information at it's new
...
location.
Not tested by: me (sorry!)
Sponsored by: NTT Multimedia Communications Labs
2002-05-08 00:55:29 +00:00
des
abc14dea11
Use libutil and libypclnt for all passwd manipulation and NIS needs.
...
Sponsored by: DARPA, NAI Labs
2002-05-08 00:54:29 +00:00
peter
4479db7dcf
Re-remove these files. Somehow obrien managed to revive them with a
...
Makefile cleanup sweep even after they were removed. cvs was very
confused because they were in the Attic still.
2002-05-07 21:47:57 +00:00
brian
87ffeeba8e
Don't corrupt MP fragments when they're put back on the front of our
...
inbound queue.
Submitted by: "Amit K. Rao" <arao@niksun.com>
PR: 37813
MFC after: 1 week
Also fix a typo while I'm here.
2002-05-07 12:48:45 +00:00
brian
920f339ee0
Understand the Session-Timeout RADIUS attribute
...
Store the Filter-Id attribute (we don't do anything with it yet)
Submitted mostly by: andrew pavlov <and@kremenchug.net>
2002-05-07 10:06:54 +00:00
dwmalone
22341c1751
inet_aton returns 0 on failure, not -1.
...
PR: 37680
Submitted by: Scott Bertilson <scott@nts.umn.edu>
MFC after: 2 weeks
2002-05-06 08:39:43 +00:00
sobomax
842eb4b30a
New feature: allow origins of all dependencies be recorded into package list
...
using new `@comment DEPORIGIN:...' directive. This would allow us to make
many neat things including:
- easier binary upgrades;
- source upgrades without using external tools by simply extending
bsd.port.mk and pkg_install tools;
- mixed-mode upgrades (source + binary);
- depreciate and deorbit silly +REQUIRED_BY files in the near future.
This feature is no-op until appropriate bsd.port.mk patch is committed, and
even when it is already committed packages generated will remain 100%
compatible with old set of pkg_install tools (module all those neat
features, of course).
MFC after: 6 days
2002-05-05 21:03:25 +00:00
sobomax
c1ae331211
In a origin lookup mode (-O) don't bail out when encountering empty package
...
directory, because this prevent this option from being used from the
package-depends target of bsd.port.mk since it creates such empty dir
during its normal operation.
MFC after: 6 days
2002-05-05 20:50:27 +00:00
sobomax
2df68022c5
Update usage() and manpage to match reality (add -O into usage and adjust
...
both to make clear that -W and -O are stand-alone options).
MFC after: 6 days
2002-05-05 13:44:32 +00:00
sobomax
f4f4b6970d
Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT.
...
MFC after: 6 days
2002-05-05 13:09:04 +00:00
sobomax
07f69c4f53
Handle PLIST_ORIGIN properly.
...
Poked by: kris
Pointy hat grabbed by: sobomax
MFC after: 6 days
2002-05-05 12:54:11 +00:00
dougb
d22630f48d
* Fix a small typo, thanks to olgeni
...
* Document the COMP_CONFS variable in the .mergemasterrc example
2002-05-04 22:53:03 +00:00
dougb
2ce981504c
* Add some niceties to make the -p option quieter, and better behaved
...
* Take a simple idea about setting the screen width using stty (for sdiff's
purposes) thoughtfully suggested by Joerg to an absurd conclusion.
2002-05-04 22:45:12 +00:00
brian
7bc3ad5ab7
Tweak a data type from char * to u_char *
2002-05-04 21:47:43 +00:00
brian
e2ff55c530
Make ``set mru'' require a context. In multi-link mode, there's no
...
point in being allowed to ``set mru'' for the MP lcp layer.
Spotted by: Richard Browne <richb@timestone.com.au>
MFC after: 1 month
2002-05-04 19:38:43 +00:00
sobomax
7af7b2eda9
Add ability to query installed packages based on origin.
2002-05-04 14:49:49 +00:00
maxim
b187b46140
style(9): sort includes, remove EOL spaces.
...
MFC after: 1 week
2002-05-03 21:03:37 +00:00
maxim
f4c5d520c3
wait(2) for compress_log() processes to complete before exit.
...
Spotted by: Grigoriy Strokin <grg@isabase.philol.msu.ru>
Reviewed by: -current
MFC after: 1 month
2002-05-03 20:53:37 +00:00
sobomax
c6540d59a5
Make pkg_info working again when argument is a file not in the current
...
directory.
PR: 37571
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
MFC after: 1 week
2002-05-02 13:09:33 +00:00
sobomax
95a09c0851
Make `-g' working for symlinks.
...
PR: 33857
Submitted by: darren <igla@batterybackups.net>
MFC after: 1 week
2002-05-02 12:52:42 +00:00
sobomax
0bc51e3b0f
Kill local variable which shadows global one. This fixes creation of bzip2
...
compressed packages broken in the previous commit.
Pointy hat to: obrien
2002-05-02 10:19:13 +00:00
brian
d6c25b14c5
Bump the version to mark the fixed FSM TLD ordering
2002-05-01 10:08:10 +00:00