Ruslan Ermilov
b6bdead975
Strip the initial world some more.
2005-05-17 14:24:33 +00:00
Ruslan Ermilov
580325d4cf
Recover the original Berkeley RCS id, and fix the description of
...
format for source files when it comes to $FreeBSD$.
2005-05-17 14:20:42 +00:00
Søren Schmidt
d78c6e89ae
Make certain the the 48bit flag is reset if we dont translate LBA.
2005-05-17 12:31:54 +00:00
Gleb Smirnoff
24ac2f1c5e
- Unwind NG_SEND_MSG_PATH() macro and merge it with already unwinded
...
version under TRACE_MESSAGES.
- Pass NG_WAITOK flag to ng_package_data() in unwinded macro.
2005-05-17 12:18:13 +00:00
Dag-Erling Smørgrav
ff17c7a727
Revision 1.173 broke updating a mount from ro to rw. Fix that by clearing
...
the MNT_RDONLY flag if MNT_UPDATE is set and "ro" was not specified.
Suggested by: cognet
2005-05-17 12:00:43 +00:00
Ruslan Ermilov
7f5103e510
Correct the script name to be "zless.sh". This avoids an extra cp/chmod
...
(from the sys.mk rule) while still installing it under the "zless" name.
2005-05-17 11:41:01 +00:00
Dag-Erling Smørgrav
2430592ce1
Add a zless script which invokes less using the lesspipe script. This is
...
similar to the zmore script that comes with gzip (and in fact, in most
Linux distros, zless is a symlink to that very same zmore script) but has
the advantage that you get the correct file name on the less status line,
and can use :n and :p to navigate back and forth between multiple files.
MFC after: 1 week
2005-05-17 11:14:11 +00:00
Dag-Erling Smørgrav
40d28fe140
Handle presumably uncompressed files with cat; exec the handlers.
...
MFC after: 1 week
2005-05-17 11:08:11 +00:00
Jesus R. Camou
27e13edce9
Correct script path.
...
PR: docs/80948
Submitted by: anonymous coward
Approved by: trhodes (mentor)
MFC after: 2 days
2005-05-17 03:54:52 +00:00
Mike Heffner
d64cfd6cad
This commit was generated by cvs2svn to compensate for changes in r146309,
...
which included commits to RCS files with non-trunk default branches.
2005-05-17 03:11:29 +00:00
Mike Heffner
f367c1fb52
Import latest NetBSD version...changes:
...
* Whitespace and gcc 4.x fixes.
* Fix deallocation bug in fetch.c.
* Implement timeouts for accept(2) and connect(2),
which accept timeout values with '-q quittime'.
(intended to help with active mode through firewalls)
* Fix bin/77158 by Ryoji Kanai <rkanai@eeye.com>.
2005-05-17 03:11:29 +00:00
David E. O'Brien
1e2e63f657
Temporarily disable support for bzip2'ed compressed filesystems, until a
...
maintainable why of handling them is created.
2005-05-17 01:44:37 +00:00
Giorgos Keramidas
b31dd0b724
Remove a duplicate 'comment' to fix the syntax of a sentence.
2005-05-17 01:25:57 +00:00
Warner Losh
f32a7686ec
Ignore sigpipe so we can properly detach clients to the pipe.
...
Submitted by: Fredrik Lindberg
2005-05-16 20:51:46 +00:00
Gleb Smirnoff
45b719ae22
Use NG_QUEUE instead of constant.
2005-05-16 19:52:42 +00:00
Paul Saab
4fc5324557
Introduce routines to alloc/free sack holes. This cleans up the code
...
considerably.
Submitted by: Noritoshi Demizu.
Reviewed by: Raja Mukerji, Mohan Srinivasan.
2005-05-16 19:26:46 +00:00
Ruslan Ermilov
45c9b8cd6e
Update for the 2005/04/24 import.
2005-05-16 19:19:32 +00:00
Gleb Smirnoff
d0784b4740
Refactor places where ng_package_data() failed.
...
Suggested & reviewed by: archie
2005-05-16 19:12:57 +00:00
Ruslan Ermilov
e53d81968a
This commit was generated by cvs2svn to compensate for changes in r146299,
...
which included commits to RCS files with non-trunk default branches.
2005-05-16 19:11:36 +00:00
Ruslan Ermilov
c263f9bff0
Vendor import of bwk's 24-Apr-2005 release.
2005-05-16 19:11:36 +00:00
David E. O'Brien
d87b8d2a1b
Update to match the 1.0.3 import.
2005-05-16 18:56:30 +00:00
Gleb Smirnoff
ae76957d25
- Fix build with TRACE_MESSAGES on.
...
- Reformat code under TRACE_MESSAGES to make it more readable.
- Move linker hackery out of #ifdef.
- Break long lines in linker hackery block.
2005-05-16 18:50:26 +00:00
David E. O'Brien
9dba3024c3
This commit was generated by cvs2svn to compensate for changes in r146293,
...
which included commits to RCS files with non-trunk default branches.
2005-05-16 18:31:55 +00:00
David E. O'Brien
f7a4f99f70
Virgin import (trimmed) of Bzip2 version 1.0.3.
2005-05-16 18:31:55 +00:00
David E. O'Brien
c413702af3
Hardcode username to 8 characters. This makes top(1) output sane when
...
there are users on the system (even if not running a single process)
with a login > 8 chars.
I'm not all that happy limiting the username width like this, but it
restores sanity to top(1) output.
Discussed with: keramida
2005-05-16 18:17:38 +00:00
Gleb Smirnoff
94b73ad3a9
Close race between node being shutdown and socket being detached. To
...
do this, obtain netgraph locking in detach method via ng_send_fn1().
Reviewed by: julian
MFC after: 2 weeks
2005-05-16 17:25:49 +00:00
Maksim Yevmenkin
b4b485a5d8
Dont clear all flags in vkbd_clear_state_locked(). Clear only COMPOSE flag.
...
MFC after: 3 days
2005-05-16 17:21:10 +00:00
David E. O'Brien
e2c421f7f2
Enable lukemftpd for 6.0-RELEASE.
2005-05-16 17:12:23 +00:00
Gleb Smirnoff
336b3f1e51
Catch up with new ng_package_data().
2005-05-16 17:10:08 +00:00
Gleb Smirnoff
3033e8026a
Catch up with new ng_package_data(). Use NG_WAITOK on userland
...
path.
2005-05-16 17:09:35 +00:00
Gleb Smirnoff
74eafa88cf
- Catch up with new interface to ng_package_data().
...
- Handle errors from ng_package_data().
2005-05-16 17:08:53 +00:00
Gleb Smirnoff
f6c9d18d2f
Catch up with new ng_send_fn1() interface.
2005-05-16 17:07:39 +00:00
Gleb Smirnoff
42282202ee
- Extend interface of ng_getqblk(), so that malloc wait flags are
...
specified by caller.
- Change ng_send_item() interface - use 'flags' argument instead of
boolean 'queue'.
- Extend ng_send_fn(), ng_package_data() and ng_package_msg()
interface - add possibility to pass flags. Rename ng_send_fn() to
ng_send_fn1(). Create macro for ng_send_fn().
- Update all macros, that use ng_package_data() and ng_package_msg().
Reviewed by: julian
2005-05-16 17:07:03 +00:00
Bill Paul
02fa4220cd
Correct type for workitem routines.
2005-05-16 16:50:52 +00:00
Darren Reed
051adc35a2
Enable building /sbin/ipf (but not the rescue version) with the ability to
...
parse bpf strings for filter rules in ipf.conf
2005-05-16 16:22:55 +00:00
Bill Paul
5b5687f6ba
Remove harmless bit of leftover debug code.
2005-05-16 15:44:41 +00:00
Bill Paul
d9ccba1ac4
Correct some problems with workitem usage. NdisScheduleWorkItem() does
...
not use exactly the same workitem sturcture as ExQueueWorkItem() like
I originally thought it did.
2005-05-16 15:29:21 +00:00
Ruslan Ermilov
4a73995979
Fixed markup from the previous revision.
2005-05-16 15:09:13 +00:00
Søren Schmidt
ae337d1ee5
longer used (contents added to sys/ata.h)
2005-05-16 13:39:49 +00:00
Søren Schmidt
cc6bea0ed8
Reflect the new usage.
2005-05-16 13:32:23 +00:00
Søren Schmidt
6667b30d15
Change the way ioctls are issue to ATA.
...
The most prominent part is that its now possible to issue ata_requests
directly to say acd0, instead of going through the cumbersome /dev/ata
device.
2005-05-16 13:07:27 +00:00
David E. O'Brien
b0c77ed9fb
Add the 2nd word of IA32 feature flags. This includes things such as SSE3.
...
Obtained from: sys/amd64/amd64/identcpu.
2005-05-16 09:47:53 +00:00
Ruslan Ermilov
228f8c4f8b
Make <runefile.h> internal to libc.
...
Suggested by: phantom
2005-05-16 09:32:41 +00:00
Gleb Smirnoff
85efd7165f
Correct format is 'options<space><tab>'.
...
Submitted by: ru
2005-05-16 09:05:46 +00:00
Gleb Smirnoff
73e872668d
Make NETGRAPH_DEBUG a kernel option, so that it can't be turned off
...
without hacking source.
In collaboration with: ru, julian
2005-05-16 08:25:55 +00:00
Warner Losh
ce86397a98
Add convenience functions to get port and interface.
2005-05-16 06:58:43 +00:00
Warner Losh
a8e72fd37a
cleanup a danging reference to cleaning up /etc/fstab. Since we don't
...
support 4->6 upgrades, this is moot. Most 4.x installations even,
have things compatible with 5 at thsi point, but some don't, so I'll
leave it in the branch...
submitted by: kevlo
2005-05-16 05:37:32 +00:00
Garance A Drosehn
01c7bd5378
A second attempt to adjust option-parsing on a shell command, for the
...
benefit of scripts start out as: #!/bin/sh -- # -*- perl -*-
With this fix in place, we can commit a change to kern/imgact_shell.c
so FreeBSD will process the `#!' line in shell-scripts in a more
standard fashion.
PR: 16393
Mentioned on: freebsd-arch
2005-05-16 04:32:41 +00:00
Robert Watson
31ae050211
Add an #ifdef'd non-blocking version of the test.
...
Update copyright.
2005-05-16 00:54:47 +00:00
Robert Watson
868ee99ce3
Close the connect socket as well as the listen socket on completion.
...
Update copyright.
2005-05-16 00:53:38 +00:00