Ruslan Ermilov
1c85060a13
Sort SEE ALSO references (in dictionary order, ignoring case).
2004-07-04 20:55:50 +00:00
Colin Percival
decbf84ef3
Fix dofsync() declaration.
...
Pointed out by: dwmalone
2004-07-04 19:52:48 +00:00
Colin Percival
e1906bda7b
Where syslogd would have fsync()ed a file in the past, instead set a flag
...
FFLAG_NEEDSYNC and fsync the file when select() next returns zero. This
dramatically speeds up the process of logging large amounts of data, while
leaving the essential semantics (that data can be expected to be on disk
if we crash) unchanged.
In my tests, this speeds up the rc phase of booting by 18-20%. [1]
YES PLEASE! by: phk [1]
2004-07-04 19:13:58 +00:00
Maxim Sobolev
ea6902220d
Nothing says that /var/log can't be not a directory but a symbolic link
...
to a directory. Therefore, use stat(2) instead of lstat(2) to check if
/var/log exists.
MFC after: 7 days
2004-07-04 17:24:12 +00:00
Ruslan Ermilov
455fb174df
Eliminated double whitespace.
2004-07-03 18:35:53 +00:00
Stefan Farfeleder
358f61ce32
Use C99 conforming designated initialisers rather than the obsolete GCC syntax.
2004-07-03 16:52:57 +00:00
Ruslan Ermilov
1a0a934547
Mechanically kill hard sentence breaks.
2004-07-02 23:52:20 +00:00
Ruslan Ermilov
07bfccd71e
Mechanically kill hard sentence breaks.
2004-07-02 23:13:00 +00:00
Ruslan Ermilov
160ad8f136
Fixed SEE ALSO references.
2004-07-02 22:50:25 +00:00
Ruslan Ermilov
d37ea99837
Removed trailing whitespace.
2004-07-02 19:07:33 +00:00
Ruslan Ermilov
4b6c8c6498
Fixed spelling of the document date.
2004-07-02 18:00:03 +00:00
Brooks Davis
e32e9a42a6
Static device counts will not be supported in 6.x so place the generated
...
macros (N<driver>) under BURN_BRIDGES.
Discussed with: peter, imp, scottl, ...
2004-06-30 21:00:47 +00:00
Warner Losh
6084486fd6
Fix to not use 255, but instead use APM_UNKNOWN.
...
Compare things correctly against -1 or 0
Don't print any capabilities if unknown is returned from the kernel.
Reviewed/Submitted by: njl, Liam Foy
2004-06-30 21:00:07 +00:00
Maxime Henrion
55388cdd92
Remove a duplicated printf().
...
Submitted by: Niki Denev <nike_d@cytexbg.com>
2004-06-30 19:56:23 +00:00
Brian Somers
a57095e7f7
Re-implement LQM, this time according to the rfc.
...
PR: 11293
MFC after: 4 weeks
2004-06-30 12:24:56 +00:00
Nate Lawson
2177d4e68d
Also print out the standard header for FADT since it has one.
2004-06-30 03:23:51 +00:00
Oliver Eikemeier
b9ba84598d
- pkg_add spawns itself as argv[0] when installing dependent packages, to
...
enable the use as a port on older systems
- use absolute paths in all calls to external programs, to account for strange
PATH settings
- use INDEX or INDEX-5 depending on FreeBSD version, to enable the use on
FreeBSD 4.x as a port.
- conditionalize all 4.x/5.x differences on __FreeBSD_version, so that the
pkg_install tools can be kept in sync on 4.x and 5.x
- Bump PKG_INSTALL_VERSION
Reviewed by: portmgr (bento run)
MFC after: 4 weeks
2004-06-29 19:06:42 +00:00
Oliver Eikemeier
43b4652a71
- pkg_info: flag -r: (show packages this packages depends on (documentation change))
...
- pkg_info: new flag -j (show the requirements script)
- pkg_info: fix verbose output when used on packages
- better handling of corrupt entries in /var/db/pkg
- differ between corrupt entires and packages not installed
- various small fixes
PR: 56989, 57016, 57029, 26468
2004-06-29 18:59:19 +00:00
Oliver Eikemeier
9c762229f3
- pkg_create: new flag -S (clean room installation)
...
- pkg_create: checksum meta files too
PR: 66032
2004-06-29 18:56:59 +00:00
Oliver Eikemeier
6372c5ec85
- match package version numbers with relational operators
...
- use glob patterns when matching packages by origin
- csh-style {...} choices in glob matching
- pkg_info: new flag -E (list matching package names only)
- pkg_version: new flag -T (test if a given name matches a pattern)
- new flag -X (interpret pattern as an extended regular expression)
PR: 56961
2004-06-29 18:54:47 +00:00
Oliver Eikemeier
136b0d0b52
- complete rewrite of the version number parsing code, restoring compatibiliy of 5.x with 4.x and portupgrade
...
- parse version numbers of ports containing an underscore followed by a number correctly
- handle special strings pl, alpha, beta, pre and rc
PR: 56961
2004-06-29 18:52:13 +00:00
Brian Somers
5634e50d5e
Mention that ``set mtu max'' is necessary for PPPoE.
...
PR: 32040
MFC after: 2 weeks
2004-06-29 07:48:43 +00:00
Brian Somers
d593906199
Reduce MAXMSS limit by 12 bytes to allow for rfc 1323.
...
PR: 32717
Submitted by: MORI Kouji <moriko@hh.iij4u.or.jp>
MFC after: 2 weeks
2004-06-29 07:40:38 +00:00
Maksim Yevmenkin
9e84f80bf9
Fix cut-n-paste bugs in hccontrol(8). Its very strange that no one noticed
...
them earlier. Thanks to Mike Crosland (mcrosland at xs4all.nl) for pointing
them out.
2004-06-28 00:58:53 +00:00
Pawel Jakub Dawidek
232a681888
Prepare jail(8) utility for new functionality which will limit
...
seeing status of mounted file system for jailed processes.
Pass full path of jail's root directory to the kernel. mount(8) utility is
doing the same thing already.
2004-06-27 10:10:16 +00:00
Brian Somers
5de776b9ac
If HISMACADDR is set in the environment (by pppoed), pass the value to
...
the RADIUS server as RAD_CALLING_STATION_ID.
PR: 44310
Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
MFC after: 2 weeks
2004-06-26 01:02:31 +00:00
Warner Losh
e3ce1a4ac4
Remove dependency on dev/usb/usbdevs.h, in preparation for its
...
disappearing from the tree. We already were splitting the baby (using
the symbol for the vendor BROADCOM, but not for the device). Use
#defines for both.
2004-06-25 23:14:06 +00:00
David E. O'Brien
49a3940873
Adjust the system endian and a.out headers to be more MI and cross-building
...
friendly. Use the systems headers rather than local versions.
Reviewed by: ru
2004-06-22 17:05:39 +00:00
Poul-Henning Kamp
37d6fe57c5
libcompat doesn't seem to be needed any more.
2004-06-21 16:10:00 +00:00
Poul-Henning Kamp
18598252b8
libcompat doesn't seem to be necessary any more.
2004-06-21 16:09:29 +00:00
Stefan Farfeleder
5c3421939c
Merge changes from the tzcode2004a import.
2004-06-20 21:41:11 +00:00
Garance A Drosehn
fbb4e16a3b
Fix the format-string in a call to err(). It was causing a warning if
...
compiled on 4.x-stable.
2004-06-20 17:26:47 +00:00
Stefan Farfeleder
868ecbc445
This commit was generated by cvs2svn to compensate for changes in r130780,
...
which included commits to RCS files with non-trunk default branches.
2004-06-20 12:04:00 +00:00
Stefan Farfeleder
ba4aadb6d5
This commit was generated by cvs2svn to compensate for changes in r130777,
...
which included commits to RCS files with non-trunk default branches.
2004-06-20 11:52:51 +00:00
Stefan Farfeleder
08ebef69b6
Import the rest of tzcode2004a, the bits needed for the timezone compiler.
...
Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode2004a.tar.gz
2004-06-20 11:52:51 +00:00
Garance A Drosehn
5ff798ca5f
Fix the check for a "duplicate filename to compress", so that we're checking
...
the *filename* and not the pid_file(!). Stupid brain-fault on my part.
This could cause a segfault under -neworder if newsyslog had to rotate
multiple files, and later ones had specifed the 'N' flag.
Bug first reported by: le
MFC after: 3 days
2004-06-19 03:28:42 +00:00
Robert Drehmel
b8938b667e
Use strlcpy(3) to replace the idiomatic
...
strncpy(d, s, l);
d[l - 1] = '\0';
statements.
2004-06-17 14:07:16 +00:00
Poul-Henning Kamp
7196870cbb
Document boot0sio and note that it requires modem handshake to work.
2004-06-17 12:01:25 +00:00
Robert Drehmel
1040317076
Fix a bug which occurred when the home directory given by the
...
-d option was equal to the one already saved and which caused
the pw utility to avoid updating values passed by other options
processed before the -d option in the code path.
Spotted by: Richard Caley <rjc@interactive.co.uk>
2004-06-17 10:29:12 +00:00
Maxime Henrion
e15b31bb41
Tabs were accidentally lost in the last commit.
...
Submitted by: Liam J. Foy <liamfoy@sepulcrum.org>
2004-06-16 19:14:21 +00:00
Ruslan Ermilov
bf7f20c2b6
Assorted markup, spelling, and grammar fixes.
2004-06-16 08:33:57 +00:00
Bruce M Simpson
6311b38fee
mdoc(7) police
...
Submitted by: ru
2004-06-16 07:03:54 +00:00
Bruce M Simpson
cc090be082
Document the behaviour of the net.link.ether.inet.proxyall sysctl MIB
...
variable.
PR: docs/21826
Reviewed by: ru
Requested by: Bernd Luevelsmeyer
2004-06-16 06:16:29 +00:00
Maxime Henrion
f47320845a
Factor out some duplicated code and fix some style(9) issues.
...
Submitted by: Liam J. Foy <liamfoy@sepulcrum.org>
2004-06-14 16:53:20 +00:00
Poul-Henning Kamp
987bbe23e8
Improve spec to spec comparison output.
2004-06-14 07:28:22 +00:00
Poul-Henning Kamp
a0abed18c4
Document -d flag
2004-06-14 07:27:27 +00:00
David E. O'Brien
0d64fcd80b
Language tweak in explaining the mouse wheel's functionality.
2004-06-14 00:22:10 +00:00
David Malone
e961704aa6
Sync up with KAME. The main change is to try to avoid exposing
...
exposing information about the endianness and alighment requirements
in the packets sent by traceroute6.
Obtained from: KAME
2004-06-13 18:38:46 +00:00
Ruslan Ermilov
9cdb6ee164
Assorted markup, grammar, and spelling fixes.
2004-06-13 18:03:44 +00:00
Doug Rabson
21816de34f
Be smarter about printing non-ethernet link-level addresses.
2004-06-13 10:57:10 +00:00