summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r110989,des2003-02-161-2/+2
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * MFP4: guard against null pointer dereference which sshd can cause (#25271)des2003-02-161-2/+2
| |
* | Paranoia: instead of a NULL conversation function, use one that alwaysdes2003-02-161-6/+24
| | | | | | | | | | | | | | | | returns PAM_CONV_ERR; moreover, make sure we always have the right conversation function installed before calling PAM service functions. Also unwrap some not-so-long lines. MFC after: 3 days
* | - Introduce a new function bremfreel() that does a bremfree with the bufjeff2003-02-161-8/+14
| | | | | | | | | | | | | | | | | | queue lock already held. - In getblk() and flushbufqueues() use bremfreel() while we still have the buf queue lock held to keep the lists consistent. - Add LK_NOWAIT to two cases where we're essentially asserting that the bufs are not locked while acquiring the locks. This will make sure that we get the appropriate panic() and not another one for sleeping with a lock held.
* | - Add a WITNESS_SLEEP() for the appropriate cases in lockmgr().jeff2003-02-161-0/+7
| |
* | Pass FTP_PASSIVE_MODE, FTP_PROXY, and HTTP_PROXY variables to chroot sandbox.matusita2003-02-161-0/+3
| | | | | | | | | | | | | | | | These variables will be used by pkg_add, which installs mkisofs package while MAKE_ISOS=YES. See src/release/${arch}/mkisoimages.sh if you doubt. No objection heard from: current@FreeBSD.org Suggested by: des, nectar (about *_PROXY variables)
* | Remove GIANT_REQUIRED from vm_pageq_remove().alc2003-02-161-1/+0
| |
* | prevent overflow in shminfo.shmmaxalfred2003-02-161-1/+5
| |
* | Temporarily back out machdep.h/ALIGN changes. It seems that on sparc64,tjr2003-02-163-4/+54
| | | | | | | | | | | | using the alignment from sys/param.h (16) instead of the alignment from machdep.h (8) tickled a nasty bug in the memory allocator that I haven't been able to track down yet.
* | Add MPSAFE comment to linux_sigpending().tjr2003-02-161-0/+3
| |
* | Regen from syscalls.master 1.52.tjr2003-02-163-5/+11
| |
* | Mark linux_sigpending() as MPSAFE.tjr2003-02-162-2/+2
| |
* | Regen from syscalls.master 1.49.tjr2003-02-163-5/+11
| |
* | Remove extraneous FILEDESC_LOCK around atomic read.hsu2003-02-162-4/+0
| |
* | Checkpoint a work in progress:imp2003-02-161-532/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o Use the common pci_* routines in preference to the copied and hacked routines from an ancient pci.c. This saves 509 lines in cardbus.c. More savings to follow when I convert the resource code over. In the past when I've done this the resource code conversion breaks cardbus in subtle ways so I'm doing a 1/2 way checkpoint this time. cardbus still works for me the same as it did before. It also looks like cardbus devices now show up as pci bus devices to pciconf -l, but maybe that was happening before. Inspired by a patch from Justin Gibbs many moons ago. When he finishes his kobj multiple inheritance work, we can transition the finished version of this work to that fairly easily.
* | Use rman_get_device rather than rle->resl->r_dev.imp2003-02-162-8/+6
| | | | | | | | | | make pci_hdrtypedata and pci_read_extcap accessible (but maybe in the end we'll make them private again).
* | Make sure we propagate rxid && iid in isp_target_put_atiomjacob2003-02-161-0/+2
| |
* | Pick up some compilation warning fixes from NetBSD.mjacob2003-02-161-7/+7
| | | | | | | | | | | | If we don't have ISP_FW_CRASH_DUMP defined, we have to do a isp_reinit in the core code- not the platform code- so fix the ISP_CONN_FATAL case.
* | Roll to latest level.mjacob2003-02-161-5870/+5868
| |
* | Include a section about enabling MAC on UFS2 file systems. UFS1 ischris2003-02-161-0/+28
| | | | | | | | | | | | a bit more challenging and will be added later. Sponsored by: DARPA, Network Associates Laboratories
* | Clean up the CIS BAR parsing code by removing several pointless checks.scottl2003-02-161-19/+19
| | | | | | | | Don't complain about the Option ROM BAR type since it's perfectly valid.
* | Assume "localhost" if no remote host was specified. This is safe from ades2003-02-151-3/+4
| | | | | | | | POLA point of view since the stock /etc/opieaccess now allows localhost.
* | - Update a couple of comments to make sense with what today's code isarr2003-02-151-6/+12
| | | | | | | | doing (stale comments make arr something something ;)).
* | Back out previous commit, I wasn't thinking clearly.des2003-02-151-2/+1
| |
* | Allow password logins from localhost (including the console).des2003-02-151-1/+1
| |
* | Set PAM_RHOST to "localhost" if no remote host was specified. This allowsdes2003-02-151-1/+2
| | | | | | | | pam_opieaccess() to work as expected for local logins.
* | Remove {man,cat}n from /usr/share/man. They had been added for TCL,keramida2003-02-151-10/+0
| | | | | | | | | | | | | | but it's no longer a part of the base-system and buildworld works fine here after deleting them both on disk and from the mtree spec files. Not objected to by: kris, silence on -audit
* | Avoid file lock leakage when linuxthreads port or rfork is used:tegge2003-02-152-15/+58
| | | | | | | | | | | | | | | | | | | | | | | | - Mark the process leader as having an advisory lock - Check if process leader is marked as having advisory lock when closing file - Check that file is still open after lock has been obtained - Don't allow file descriptor table sharing between processes with different leaders PR: 10265 Reviewed by: alfred
* | Link several of the if_* modules to their respected manual pages.trhodes2003-02-151-0/+40
| |
* | Added dependency on the apm(4) module.ru2003-02-151-0/+1
| |
* | Fix misuse of Maxmem in the calculation of the VHPT size. Maxmemmarcel2003-02-151-1/+1
| | | | | | | | | | | | | | | | is already in pages, so we should not convert from bytes to pages. The result of this bug was bad scaling of the VHPT relative to the available memory. Submitted by: Arun Sharma <arun@sharma-home.net>
* | Remove the acquisition and release of Giant around pmap_growkernel().alc2003-02-151-2/+0
| | | | | | | | | | | | It's unnecessary for two reasons: (1) Giant is at present already held in such cases and (2) our various implementations of pmap_growkernel() look to be MP safe. (For example, for sparc64 the proof of (2) is trivial.)
* | Move kernel_vm_end's declaration to pmap.h; add a comment regarding thealc2003-02-152-2/+5
| | | | | | | | synchronization of access to kernel_vm_end.
* | Log to stdout if no file was specified.des2003-02-151-9/+8
| |
* | Assert that the kernel map's system mutex is held in pmap_growkernel().alc2003-02-152-0/+2
| |
* | Update xrefs to point at other usb pages.trhodes2003-02-151-0/+2
| |
* | Update for version 3.40.obrien2003-02-151-2/+8
| | | | | | | | | | | | * We have inttypes.h (yes, even in RELENG_4). * We now have GNU getopt, so lets be the first thing in the tree to acutally use it...
* | - Remove old comment for PURGE() as it no longer exists and implied itarr2003-02-151-2/+4
| | | | | | | | | | | | | | was a comment to cache_zap(). - Add a comment to quickly state what cache_zap() does. Reviewed by: phk, mux
* | This commit was generated by cvs2svn to compensate for changes in r110949,obrien2003-02-1530-92/+397
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of Christos Zoulas's FILE 3.40.obrien2003-02-1530-92/+397
| | |
* | | 1: wi(4) does not need miibus(4).trhodes2003-02-151-2/+2
| | | | | | | | | | | | | | | | | | 2: Add arp(4) and netintro(4) to Xrefs. 1: Discussed with: imp
* | | Xref miibus(4).trhodes2003-02-1519-0/+19
| | |
* | | kenv moved from /usr/bin/ to /bin/.jhay2003-02-154-12/+12
| | |
* | | Add another backslash ('\').jhay2003-02-153-3/+3
| | |
* | | Add libcrypto.so.2/libssl.so.2 from 4.7-RELEASE CDs.nectar2003-02-156-0/+18489
| | |
* | | Add a manual page for miibus(4) and attach it to the build.trhodes2003-02-152-0/+108
| | | | | | | | | | | | Reviewed by: peter, rwatson (older version)
* | | Avoid an undef warning.des2003-02-151-1/+1
| | |
* | | Add YIS YWL-11B.shiba2003-02-151-0/+6
| | |
* | | Add YIS YWL-11B. This card has same vendor id and product idshiba2003-02-151-0/+1
| | | | | | | | | | | | as XI300 Wireless LAN. So use PCMCIA_CARD2().
* | | Regen.shiba2003-02-151-1/+5
| | |
OpenPOWER on IntegriCloud