summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r85756,msmith2001-10-3177-2680/+2132
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import the Intel ACPI CA 20011018 snapshotmsmith2001-10-3182-2746/+2194
| |
* | This commit was generated by cvs2svn to compensate for changes in r85754,msmith2001-10-314-0/+2439
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import the Intel ACPI CA 20011018 snapshotmsmith2001-10-314-0/+2439
| |
| * Actually delete this file; aborting 'cvs delete -f' has unexpeted results...msmith2001-10-051-195/+0
| |
| * Kill a couple of files off the vendor branch, as suggested by ru.msmith2001-10-051-190/+0
| |
* | Sheldon asked me to make a note of the Message-ID of the e-mail fromnsayer2001-10-310-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dave approving the copyright statement. The message was like this: Date: Mon, 29 Oct 2001 13:18:36 -0500 From: David Safford <safford@watson.ibm.com> Message-Id: <20011029181842.0DCAAD7C59@safford.watson.ibm.com> Subject: Re: SRA copyright? In-Reply-To: Your message of "Mon, 29 Oct 2001 09:13:14 PST." <3846.66.126.254.34.1004375594.squirrel@medusa.kfu.com> looks fine. dave safford > >> Some time ago we spoke about SRA and importing it into FreeBSD. I > >> forgot to ask if you had a prefered license boilerplate for the top of > >> the files. It has come up recently, and the SRA code in FreeBSD > >> doesn't have one. > >> > >> > > I really have no preference - use whatever is most convenient in the > > FreeBSD environment. > > > > dave safford > > Here is a representative diff. Let me know if you feel any changes are > necessary. > > =================================================================== > RCS file: /c/ncvs/src/crypto/telnet/libtelnet/pk.h,v > retrieving revision 1.3 > retrieving revision 1.4 and so on and so on
* | Add a long-overdue nail to the deprecated /dev/urandom interfacemarkm2001-10-302-2/+2
| | | | | | | | | | by asking some things that need unpredictable numbers to read /dev/random instead.
* | Put a Band-Aid over the asr driver so that it hopefully won't causescottl2001-10-301-0/+2
| | | | | | | | panics until the author comes up with a real fix.
* | Threads sit on condition variable wait queue's, not proceses (sic).jhb2001-10-301-1/+1
| |
* | Resequence network protocols section.bmah2001-10-302-130/+128
| | | | | | | | | | | | | | Some ipfw(8) and ip6fw(8) items were mistakenly put here; move them to the userland area. No content or markup changes.
* | New release notes: gprof(1) -K, tip(1) update and cu(1) substitute,bmah2001-10-302-14/+26
| | | | | | | | | | | | | | | | awk from Bell Labs replaces GNU awk. Updated release note: UUCP removal. Delete release note: GNU awk update.
* | Implement -e option. It modifies the output produced by sysctl(8) intobez2001-10-302-13/+31
| | | | | | | | | | | | | | | | | | | | | | such a way that the name and the value of the variable(s) are separated with `=' instead of the usual `: '. This is useful for producing output that can be fed back to the sysctl utility (pasted to sysctl.conf, for example). Reviewed by: rwatson Approved by: markm MFC after: 2 weeks
* | Fix a bug where restore(8) segfaults while trying to restore on atobez2001-10-301-0/+1
| | | | | | | | | | | | | | | | read-only FS. Reviewed by: audit silence Approved by: markm MFC after: 2 weeks
* | Group ed(4) entries together.bmah2001-10-302-250/+236
| |
* | Install libssh and libssh_pic. These are needed when buildingmarkm2001-10-301-4/+1
| | | | | | | | | | | | | | statically, and when building things (like login(8)) standalone. libssh_pic is needed for libpam and modules. Requested by: peter
* | tip(1) can do cu(1). We don't need this anymore.markm2001-10-30158-36447/+1
| |
* | Fix a (long standing?) bug in ip_output(): if ip_insertoptions() iswpaul2001-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | called and ip_output() encounters an error and bails (i.e. host unreachable), we will leak an mbuf. This is because the code calls m_freem(m0) after jumping to the bad: label at the end of the function, when it should be calling m_freem(m). (m0 is the original mbuf list _without_ the options mbuf prepended.) Obtained from: NetBSD
* | Make sure the netmask always has an address family. This fixes Linuxdes2001-10-301-3/+4
| | | | | | | | | | | | | | | | | | ifconfig, which expects the address returned by the SIOCGIFNETMASK ioctl to have a valid sa_family. Similar changes may be necessary for IPv6. While we're here, get rid of an unnecessary temp variable. MFC after: 2 weeks
* | Add -K support to gprof(1), which enables dynamic symbol resolution fromgreen2001-10-306-4/+89
| | | | | | | | | | | | | | | | | | the currently-running kernel (and supercedes an executable file argument given). With this change, properly-compiled KLD modules are now able to be profiled. Obtained from: NAI Labs CBOSS project Funded by: DARPA
* | Style(9) fix, mainly white spaces.iwasaki2001-10-301-85/+102
| |
* | Restore the main BAR for the bridge on resume. Some machines don't saveimp2001-10-301-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | this accross suspend/resume events and this was causing the dreaded false positive hit on my "static bug" test. Note: the PCI bus code should do this for us. Note2: We don't do the same for I/O based pci devices since it is more code and doesn't appear to be necessary. Submitted by: Toshiyuki Kawashima-san <tos@fa2.so-net.ne.jp> Obtained from: bsd-nomads:16012
* | Add the sysctl "kern.function_list", which currently exports allgreen2001-10-305-0/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function symbols in the kernel in a list of C strings, with an extra nul-termination at the end. This sysctl requires addition of a new linker operation. Now, linker_file_t's need to respond to "each_function_name" to export their function symbols. Note that the sysctl doesn't currently allow distinguishing multiple symbols with the same name from different modules, but could quite easily without a change to the linker operation. This will be a nicety to have when it can be used. Obtained from: NAI Labs CBOSS project Funded by: DARPA
* | Also, machine/profile.h should be necessary for the function prototypegreen2001-10-302-0/+6
| | | | | | | | of kmupetext().
* | Use kmupetext() for ELF KLDs to allow for increased text segment size.green2001-10-302-0/+12
| | | | | | | | | | Obtained from: NAI Labs CBOSS project Funded by: DARPA
* | Add kmupetext(), a function that expands the range of memory coveredgreen2001-10-303-5/+66
| | | | | | | | | | | | | | | | | | by the profiler on a running system. This is not done sparsely, as memory is cheaper than processor speed and each gprof mcount() and mexitcount() operation is already very expensive. Obtained from: NAI Labs CBOSS project Funded by: DARPA
* | When dropping a packet because there is no room in the queue (which itselfjlemon2001-10-301-0/+1
| | | | | | | | | | | | is somewhat bogus), update the statistics to indicate something was dropped. PR: 13740
* | OLDCARD isn't supported on alpha or ia64, so don't pretend that it is byimp2001-10-302-2/+0
| | | | | | | | including it.
* | Don't try to use sio with NEWCARD 16 bit yet. It eats all pccards :-)imp2001-10-303-3/+3
| | | | | | | | Reported by: Marcell Moolenaar
* | Some improvements of control method battery driver.iwasaki2001-10-303-23/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | - Add a new MIB for battery info expire time in order to make it changeable. Battery info expire time can be specified by hw.acpi.battery.info_expire in sec. - Add own MALLOC type and fix some potential memory leakages. - Change some frequent printings to verbose printing. - Stop timeout during acpi_cmbat_get_bst() too. This should reduce the races with BIF evaluation. - Remove acpi_cmbat_get_bif() invocation from acpi_cmbat_attach(). This was redundant because this should be called from acpi_cmbat_timeout() now.
* | Use -ffreestanding instead of -fno-builtin. That's the officially blesseddfr2001-10-301-1/+1
| | | | | | | | | | | | way of saying that its not linking with libc. Submitted by: peter
* | Adjust for building with gcc 3.0.1.dfr2001-10-301-2/+2
| |
* | Switch to the One True AWK from Bell-Labs, away from GNU AWK.obrien2001-10-306-274/+38
| |
* | Fix typos.julian2001-10-301-2/+2
| |
* | A node that allows ethernet type packets to be filtered to differentjulian2001-10-304-0/+748
| | | | | | | | | | | | | | | | hooks depending on ethertype. Great for prototyping protocols. connects to the lower and upper hooks of an ethernet type of node. Obtained from: Monzoon Networks. Thanks to Andre Oppermann, May 2001.
* | Use the thread we have instead of finding anotherjulian2001-10-301-1/+1
| | | | | | | | that may be the wrong one.
* | Add code to copy the enironment and loader metadata into kernel space.jake2001-10-302-2/+320
| |
* | Add definitions for network support, doesn't work yet.jake2001-10-301-27/+40
| | | | | | | | | | | | Pass the right arguments to the kernel. Replace magic numbers with symbolic constants. Pass the real openfirmware entry point to OF_init.
* | Use ENTRY() for defining functions in asm.jake2001-10-302-156/+32
| | | | | | | | | | | | | | Remove asm functions to call the openfirmware and kernel entry points; we can just call them directly. Don't use the stack pointer for an intermediate result in setx. Put the stack in the bss.
* | Make the openfirmware entry point function pointer non-static so that itjake2001-10-302-1/+3
| | | | | | | | can be passed to the kernel.
* | MFGeneric: ->1.327 Sync with GENERICimp2001-10-301-10/+11
| |
* | Move device lnc to isa section, since it no longer uses the compat shims.imp2001-10-302-6/+4
| | | | | | | | | | | | Add comment about lnc. Remove probe order comment from isa_compat.c. That appears to no longer be the case.
* | Link Slovak with Czechache2001-10-301-0/+6
| | | | | | | | | | PR: 31598 Submitted by: Vladimir Guzma <vg@cs.tut.fi>
* | MFi386: sys/i386/i386/machdep.c revisions 1.481 and 1.482nyan2001-10-302-4/+10
| |
* | Fix a typo in comment and #ifdef fixes: GRAP_PRIO -> GRAB_PRIO so thatjhb2001-10-303-3/+3
| | | | | | | | | | | | | | x86 SMP kernels actually boot again to single user mode. Pointy hat to: jhb Noticed by: jlemon
* | More reorganization of 3Com devices. While I'm here, add somebmah2001-10-292-18/+58
| | | | | | | | | | devices (gleaned from comments in driver source files) supported by xl(4).
* | Update tuning so that it mentions maxusers, nmbclusters, and nsfbufs assilby2001-10-291-18/+29
| | | | | | | | | | | | tunables in loader.conf rather than just kernel options. MFC after: 3 days
* | When scanning for control messages, don't process the data mbufs.dwmalone2001-10-291-1/+1
| | | | | | | | | | | | | | This could cause hangs if a unix domain socket was closed with data still to be read from it. Tested by: Andrea Campi <andrea@webcom.it>
* | Fix world by trimming an extra comment terminator.jhb2001-10-292-2/+2
| |
* | Some small improvements of ACPI thermal driver.iwasaki2001-10-293-4/+62
| | | | | | | | | | | | | | | | | | | | - Give a guaranteed minimum cooling run time to avoid too frequent cooling system On/Off switching. The minimum cooling run time can be specified by hw.acpi.thermal.min_runtime in sec. - Refine message printing (_AC-1 -> NONE). - Add verbose mode enable/disable capability by hw.acpi.verbose in bool. Reviewed by: acpi-jp@ folks
OpenPOWER on IntegriCloud