summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak pcvt, it suffered from common variables. Whoever added thejoerg2002-01-271-8/+14
| | | | | -fno-common could not have possibly compiled LINT afterwards with this...
* Add info about sppp and fd changes in December to current.imp2002-01-271-0/+23
| | | | Submitted by: joerg
* Add note about openssh 2.9 changing some defaultsimp2002-01-271-1/+5
| | | | | Submitted by: Thomas.Quinot@Cuivre.FR.EU.ORG PR: 28724
* Add only once to the tip workaround.imp2002-01-271-1/+1
| | | | Submitted by: ru
* vinumioctl: Fix a double fault caused by calling setjmp() without holding ↵grog2002-01-272-3/+2
| | | | the config lock. The call was in fact superfluous.
* Update list of manpageskris2002-01-271-23/+30
|
* Resolve conflicts.kris2002-01-279-84/+361
|
* This commit was generated by cvs2svn to compensate for changes in r89837,kris2002-01-27139-753/+5117
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of OpenSSL 0.9.6ckris2002-01-27149-838/+5487
| |
* | Note that the bge driver now supports the Netgear GA302T.jdp2002-01-272-0/+6
| | | | | | | | MFC after: 3 days
* | Add support for the Netgear GA302T 10/100/1000 adapter. Given thatjdp2002-01-275-6/+16
| | | | | | | | | | | | it's a 32-bit card, it's quite nice for $75. MFC after: 3 days
* | * improve error handlingcg2002-01-267-42/+93
| | | | | | | | | | | | | | | | | | | | * be more specific in verbose boot messages * allow the feeder subsystem to veto pcm* attaching if there is an error initialising the root feeder * don't free/malloc a new tmpbuf when resizing a snd_dbuf to the same size as it currently is * store the feeder description in the feeder structure instead of mallocing space for it
* | - Spelling fix: "functons" -> "functions".arr2002-01-261-1/+1
| |
* | Add some verbage about make environment poisoning.imp2002-01-261-0/+7
| | | | | | | | | | Submitted by: sheldonh Ignored for two months by: imp
* | o return EINVAL if acl_to_text() have been sent a NULL acl. ↵jedgar2002-01-261-1/+6
| | | | | | | | | | | | o update copyright dates. Reviewed by: rwatson
* | Update the number of ports available.murray2002-01-261-1/+1
| |
* | Something i always wanted to see: add a function to print the list ofjoerg2002-01-264-19/+164
| | | | | | | | | | | | | | | | blocks allocated by some inode. Indirect blocks are printed recursively, so beware :), the list could become lengthy... (We should probably add some output pager to fsdb.) MFC after: 1 month
* | Avoid pointless initialization of global variables to 0. This onlyjoerg2002-01-261-2/+2
| | | | | | | | | | | | | | | | bloats the resulting binary file by forcing them out of .bss into .data, while the C standard already guarantees them to become initialized to 0 at program startup. MFC after: 1 week
* | Rearrange the code in USB_DETACH, so that it's like NetBSD's. Nojoe2002-01-261-6/+6
| | | | | | | | functional change.
* | Back out the last commit. I committed the wrong file by accident.joe2002-01-261-39/+14
| | | | | | | | | | The commit message wasn't relevant to that change. This code will be committed later.
* | Rearrange the code in USB_DETACH, so that it's like NetBSD's.joe2002-01-261-14/+39
| | | | | | | | No functional change.
* | Update the $NetBSD$ ident.joe2002-01-261-1/+1
| |
* | Reduce the diffs between NetBSD and our version where appropriatejoe2002-01-261-5/+6
| | | | | | | | (comments, etc.)
* | Merge from NetBSD:joe2002-01-261-0/+6
| | | | | | | | | | | | | | | | | | | | usb.c: revision 1.39 revision 1.39 date: 2000/02/22 11:30:56; author: augustss; lines: +7 -1 Prepare a little for having USB interrupt processing done outside the hard interrupt level (in a thread or a softintr). No real soft processing done yet.
* | Merge from NetBSD:joe2002-01-261-1/+1
| | | | | | | | | | | | | | | | | | | | usb.c: revision 1.41 revision 1.41 date: 2000/03/16 00:46:38; author: augustss; lines: +2 -2 Make the USB event queue longer. Mine overflows before the (user-land) event handler has started. But then I have about 25 devices connected. :)
* | Update the $NetBSD$ ident to show that some patches have been appliedjoe2002-01-262-2/+2
| | | | | | | | in the past.
* | Merge from NetBSD:joe2002-01-265-25/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ohci.c: revision 1.72 and 1.73 ohcivar.h: revision 1.19 and 1.20 uhci.c: revision 1.85 usbdi.h: a small part of revision 1.40 usbdivar.h: revision 1.47 Relevant commit messages from NetBSD are: date: 2000/02/22 11:30:54; author: augustss; state: Exp; Prepare a little for having USB interrupt processing done outside the hard interrupt level (in a thread or a softintr). No real soft processing done yet. ---------------------------- date: 2000/02/01 05:42:53; author: augustss; state: Exp; Put some #ifdefs around power and shutdown hooks.
* | Don't exit with -1 if the user typed "quit".joerg2002-01-261-1/+2
| | | | | | | | MFC after: 1 week
* | The ipfw(8) 'tee' action simply hasn't worked on incoming packets forcjc2002-01-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | some time. _All_ packets, regardless of destination, were accepted by the machine as if addressed to it. Jump back to 'pass' processing for a teed packet instead of falling through as if it was ours. PR: kern/31130 Reviewed by: -net, luigi MFC after: 2 weeks
* | Make the rc.conf(5) 'log_in_vain' knob an integer.cjc2002-01-269-28/+100
| | | | | | | | | | | | | | | | | | | | Try this out in -CURRENT, MFC, and then consider dropping the 'log_in_vain' knob all together. It really is something for sysctl.conf(5). PR: bin/32953 Reviewed by: -bugs discussion MFC after: 1 week
* | MFen (1.266 --> 1.269).kuriyama2002-01-261-3/+24
| |
* | Merged all of the lockmgr functions into a single file (lock.9); as well,davidc2002-01-267-512/+244
| | | | | | | | | | | | | | | | | | | | some content and layout changes were made. lock.9 had existed before but was never added to Makefile, so it was never installed. That is why the duplicate files were created in the first place. Reviewed by: ru, alfred
* | Use ctime_r to build the timestamp for syslog, so that we don'tdwmalone2002-01-251-2/+2
| | | | | | | | | | | | | | | | clobber a ctime buffer which is passed in. PR: 34022 Submitted by: Hartmut Brandt <brandt@fokus.gmd.de> MFC after: 2 weeks
* | Remove a parameter name from a prototype.dwmalone2002-01-251-1/+1
| |
* | Be more conservative about interrupt latency, it aint getting better it seems.phk2002-01-251-2/+2
| |
* | Modify release note: larger buffer sizes might mean needing tobmah2002-01-252-2/+22
| | | | | | | | increase NMBCLUSTERS.
* | Fix some function prototypes.phk2002-01-252-24/+24
| | | | | | | | | | | | | | | | | | | | Cure the "lets put everything in registers" ailment. Set WARNS=2 Fix two problems where casting messed up large quotafiles. PR: 34108 Submitted by: Maxim Katargin <kmv@asplinux.ru> MFC after: 3 weeks
* | New release note: sysinstall(8) autoloads drivers from mfsrootbmah2002-01-252-0/+16
| | | | | | | | /stand/modules.
* | Remove a not-very-useful printf(3).green2002-01-251-1/+0
| |
* | Allow fsdb the ability to work with entries named with whitespace embedded.green2002-01-253-3/+33
| | | | | | | | | | | | | | | | | | | | | | This works by retokenizing a line with a split limit so that if the argument count for a command is greater than the number of arguments formed by splitting apart the line of user input, the last argument is instead all of the remainder of the input line. Yes, I needed this capability at one point to fix a filesystem manually, which happened to break with a problematic space-containing directory entry.
* | Updated release note: Auto-tuning maxusers now maxes out at 384.bmah2002-01-252-2/+2
| |
* | Commit general cleanups (separate get_num() and get_off_t() functions togreen2002-01-253-59/+109
| | | | | | | | | | debogosify some of the command-line string-number conversions into an unsigned and signed variant.)
* | Make st_blksize default to PAGE_SIZE instead of zero.phk2002-01-251-2/+2
| |
* | Change the library search order so that LD_LIBRARY_PATH overridesjdp2002-01-251-2/+2
| | | | | | | | | | | | | | all others. PR: bin/28191 MFC after: 2 weeks
* | Use mktemp(1) when creating temporary files.nectar2002-01-252-11/+16
| |
* | Regen.sheldonh2002-01-251-131/+170
| |
* | Don't bogusly look for inexact matches because a package contains a '-'steve2002-01-251-3/+2
| | | | | | | | | | | | for packages like sawfish-gnome for instance. Reviewed by: murray, sobomax
* | Fix code that had rotted behind debugging macros.scottl2002-01-258-8/+10
| | | | | | | | | | Approved by: cg (in principle) MFC after: 2 weeks
* | a buffer offset equal to the buffer size is illegal too, fix assertion incg2002-01-251-1/+1
| | | | | | | | sndbuf_getbufofs()
* | cosmetic change, free b instead of c->bufhard for consistency withincg2002-01-251-1/+1
| | | | | | | | chn_kill()
OpenPOWER on IntegriCloud