summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Strip the initial world some more.ru2005-05-171-1/+1
|
* Recover the original Berkeley RCS id, and fix the description ofru2005-05-171-2/+3
| | | | format for source files when it comes to $FreeBSD$.
* Make certain the the 48bit flag is reset if we dont translate LBA.sos2005-05-171-2/+2
|
* - Unwind NG_SEND_MSG_PATH() macro and merge it with already unwindedglebius2005-05-171-28/+26
| | | | | version under TRACE_MESSAGES. - Pass NG_WAITOK flag to ng_package_data() in unwinded macro.
* Revision 1.173 broke updating a mount from ro to rw. Fix that by clearingdes2005-05-171-1/+11
| | | | | | the MNT_RDONLY flag if MNT_UPDATE is set and "ro" was not specified. Suggested by: cognet
* Correct the script name to be "zless.sh". This avoids an extra cp/chmodru2005-05-171-1/+1
| | | | (from the sys.mk rule) while still installing it under the "zless" name.
* Add a zless script which invokes less using the lesspipe script. This isdes2005-05-172-3/+11
| | | | | | | | | 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
* Handle presumably uncompressed files with cat; exec the handlers.des2005-05-171-3/+9
| | | | MFC after: 1 week
* Correct script path.jcamou2005-05-171-1/+1
| | | | | | | PR: docs/80948 Submitted by: anonymous coward Approved by: trhodes (mentor) MFC after: 2 days
* This commit was generated by cvs2svn to compensate for changes in r146309,mikeh2005-05-1711-178/+278
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import latest NetBSD version...changes:mikeh2005-05-1711-178/+278
| | | | | | | | | | | | | | | | | | * 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>.
* | Temporarily disable support for bzip2'ed compressed filesystems, until aobrien2005-05-174-117/+1
| | | | | | | | maintainable why of handling them is created.
* | Remove a duplicate 'comment' to fix the syntax of a sentence.keramida2005-05-171-1/+1
| |
* | Ignore sigpipe so we can properly detach clients to the pipe.imp2005-05-161-0/+2
| | | | | | | | Submitted by: Fredrik Lindberg
* | Use NG_QUEUE instead of constant.glebius2005-05-161-1/+1
| |
* | Introduce routines to alloc/free sack holes. This cleans up the codeps2005-05-161-56/+60
| | | | | | | | | | | | | | considerably. Submitted by: Noritoshi Demizu. Reviewed by: Raja Mukerji, Mohan Srinivasan.
* | Update for the 2005/04/24 import.ru2005-05-161-3/+3
| |
* | Refactor places where ng_package_data() failed.glebius2005-05-161-13/+13
| | | | | | | | Suggested & reviewed by: archie
* | This commit was generated by cvs2svn to compensate for changes in r146299,ru2005-05-1611-130/+189
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import of bwk's 24-Apr-2005 release.ru2005-05-1611-130/+189
| | |
* | | Update to match the 1.0.3 import.obrien2005-05-162-22/+41
| | |
* | | - Fix build with TRACE_MESSAGES on.glebius2005-05-161-41/+42
| | | | | | | | | | | | | | | | | | - Reformat code under TRACE_MESSAGES to make it more readable. - Move linker hackery out of #ifdef. - Break long lines in linker hackery block.
* | | This commit was generated by cvs2svn to compensate for changes in r146293,obrien2005-05-1624-220/+224
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import (trimmed) of Bzip2 version 1.0.3.obrien2005-05-1624-220/+224
| | | |
* | | | Hardcode username to 8 characters. This makes top(1) output sane whenobrien2005-05-161-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Close race between node being shutdown and socket being detached. Toglebius2005-05-161-7/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | do this, obtain netgraph locking in detach method via ng_send_fn1(). Reviewed by: julian MFC after: 2 weeks
* | | | Dont clear all flags in vkbd_clear_state_locked(). Clear only COMPOSE flag.emax2005-05-161-1/+1
| | | | | | | | | | | | | | | | MFC after: 3 days
* | | | Enable lukemftpd for 6.0-RELEASE.obrien2005-05-161-5/+1
| | | |
* | | | Catch up with new ng_package_data().glebius2005-05-161-1/+1
| | | |
* | | | Catch up with new ng_package_data(). Use NG_WAITOK on userlandglebius2005-05-161-1/+1
| | | | | | | | | | | | | | | | path.
* | | | - Catch up with new interface to ng_package_data().glebius2005-05-161-5/+8
| | | | | | | | | | | | | | | | - Handle errors from ng_package_data().
* | | | Catch up with new ng_send_fn1() interface.glebius2005-05-161-1/+4
| | | |
* | | | - Extend interface of ng_getqblk(), so that malloc wait flags areglebius2005-05-162-36/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Correct type for workitem routines.wpaul2005-05-161-3/+3
| | | |
* | | | Enable building /sbin/ipf (but not the rescue version) with the ability todarrenr2005-05-164-3/+697
| | | | | | | | | | | | | | | | parse bpf strings for filter rules in ipf.conf
* | | | Remove harmless bit of leftover debug code.wpaul2005-05-161-2/+0
| | | |
* | | | Correct some problems with workitem usage. NdisScheduleWorkItem() doeswpaul2005-05-162-4/+35
| | | | | | | | | | | | | | | | | | | | not use exactly the same workitem sturcture as ExQueueWorkItem() like I originally thought it did.
* | | | Fixed markup from the previous revision.ru2005-05-161-8/+7
| | | |
* | | | longer used (contents added to sys/ata.h)sos2005-05-161-130/+0
| | | |
* | | | Reflect the new usage.sos2005-05-161-39/+17
| | | |
* | | | Change the way ioctls are issue to ATA.sos2005-05-1613-969/+965
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Add the 2nd word of IA32 feature flags. This includes things such as SSE3.obrien2005-05-164-1/+40
| | | | | | | | | | | | | | | | Obtained from: sys/amd64/amd64/identcpu.
* | | | Make <runefile.h> internal to libc.ru2005-05-166-9/+5
| | | | | | | | | | | | | | | | Suggested by: phantom
* | | | Correct format is 'options<space><tab>'.glebius2005-05-161-3/+3
| | | | | | | | | | | | | | | | Submitted by: ru
* | | | Make NETGRAPH_DEBUG a kernel option, so that it can't be turned offglebius2005-05-164-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | without hacking source. In collaboration with: ru, julian
* | | | Add convenience functions to get port and interface.imp2005-05-161-0/+15
| | | |
* | | | cleanup a danging reference to cleaning up /etc/fstab. Since we don'timp2005-05-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | A second attempt to adjust option-parsing on a shell command, for thegad2005-05-161-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Add an #ifdef'd non-blocking version of the test.rwatson2005-05-161-1/+10
| | | | | | | | | | | | | | | | Update copyright.
* | | | Close the connect socket as well as the listen socket on completion.rwatson2005-05-161-2/+2
| | | | | | | | | | | | | | | | Update copyright.
OpenPOWER on IntegriCloud