summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* diff reductionjulian2002-04-171-9/+0
|
* Slight diff-reduction to -stable.julian2002-04-171-5/+5
|
* The recent NFS forced unmount improvements introduced a side-effectiedowse2002-04-174-8/+28
| | | | | | | | | | | | | | | | | where some client operations might be unexpectedly cancelled during an unsuccessful non-forced unmount attempt. This causes problems for amd(8), because it periodically attempts a non-forced unmount to check if the filesystem is still in use. Fix this by adding a new mountpoint flag MNTK_UNMOUNTF that is set only during the operation of a forced unmount. Use this instead of MNTK_UNMOUNT to trigger the cancellation of hung NFS operations. Also correct a problem where dounmount() might inadvertently clear the MNTK_UNMOUNT flag. Reported by: simokawa MFC after: 1 week
* List that I'd like pre-commit review on PowerPC changes.benno2002-04-171-0/+1
|
* Add MODULE_VERSION.mdodd2002-04-171-0/+1
|
* Wrap function in #ifdef DIAGNOSTIC to compile with -Werror.mdodd2002-04-171-2/+4
|
* Add ESA200 to enum atm_device.mdodd2002-04-171-0/+1
|
* - Convert the 'hfa' ATM interface driver to newbus.mdodd2002-04-1712-1/+1024
| | | | | | - Add stubs for EISA and SBUS cards. (VME, FutureBUS, and TurboChannel stubs not provided.) - Add infrastructure to build driver and bus front-end modules.
* Make mppath and masterpasswd pointers instead of arrays, and initializedes2002-04-172-4/+8
| | | | | | | | | them to point at static strings that contain the default paths. This makes 'vipw -d' work again (I broke it in rev 1.21; apologies for taking so long to fix it.) Spotted by: Olivier Houchard <doginou@cognet.ci0.org> Sponsored by: DARPA, NAI Labs
* Don't display an extraneous ``: '' with some packets in/packets out diagnosticsbrian2002-04-161-1/+1
|
* Make the way FSM options are processed easier to read by using structuresbrian2002-04-1612-731/+746
| | | | | | | | | | | instead of u_char *. The changes are cosmetic except: RecvConfigAck() now displays the options that are being ACK'd Huge (bogus) options sent from the peer won't cause an infinite loop SendIdent and ReceiveIdent are displayed consistenlty with other FSM data LCP AUTHPROTO options that aren't understood are NAK'd, not REJ'd
* Add more information to SYNOPSIS of ed.4trhodes2002-04-161-1/+1
| | | | | PR: 36467 MFC after: 3 days
* Add a missing .El and fix a typo.des2002-04-161-1/+2
| | | | | Spotted by: Solar Designer <solar@openwall.com> Sponsored by: DARPA, NAI Labs
* This commit was generated by cvs2svn to compensate for changes in r94889,des2002-04-162-11/+15
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of pam_passwdqc v0.5.des2002-04-162-11/+15
| |
* | Constify and stylify yppusherr_string().des2002-04-161-6/+11
| |
* | Remove unused #define.des2002-04-161-5/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r94884,des2002-04-161-4/+1
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Don't echo log messages to stderr (perforce change 9758)des2002-04-161-4/+1
| | |
* | | Add DEVICE_POLLING support to the "rl" driver.luigi2002-04-162-6/+73
| | | | | | | | | | | | | | | | | | The diffs are very similar to the ones for the "sis" driver. MFC After: 5 days
* | | This commit was generated by cvs2svn to compensate for changes in r94880,des2002-04-161-2/+8
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Log dlopen() / dlsym() failures at the debug level (perforce change 9760)des2002-04-161-2/+8
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r94878,des2002-04-161-2/+2
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Fix braino in the openpam_log() macro that caused the arguments to bedes2002-04-161-2/+2
| | | | | | | | | | | | expanded twice (perforce change 9853)
* | | This time get it rightjulian2002-04-161-2/+1
| | |
* | | Makefile for the myson driver.julian2002-04-161-0/+9
| | |
* | | Add entry for the myson ethernet driverjulian2002-04-161-0/+1
| | | | | | | | | | | | Submitted by: Myson , Taiwan
* | | Use `The .Nm utility'charnier2002-04-169-29/+50
| | |
* | | ls(1) is utility not functioncharnier2002-04-161-1/+1
| | |
* | | Scale back # of luns supported for SCC to 16384- oops- top 3 bits are amjacob2002-04-163-28/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lun address modifier of sorts. Only an HP XP-512 seems to have cared. Fix a few misplaced pointers for the new fabric goop, which has been demonstrated to work on newer Brocades and McData switches now. Put in commented out code which would run GFF_ID if the QLogic f/w allowed it. Don't whine about not being able to find a handle for a command if it was a command aborted (by us).
* | | Diff reduction to 4.x version.julian2002-04-161-44/+41
| | |
* | | Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-1610-31/+31
| | |
* | | - Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-162-39/+42
| | | | | | | | | | | | | | | | | | - Use temporary variables to hold a pointer to a pgrp while we dink with it while not holding either the associated proc lock or proctree_lock. It is in theory possible that p->p_pgrp could change out from under us.
* | | - Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-161-35/+20
| | | | | | | | | | | | - Simplify return logic of setsid() and setpgid().
* | | - Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-162-8/+8
| | | | | | | | | | | | - Exclusively lock proctree_lock while calling leavepgrp().
* | | - Merge the pgrpsess_lock and proctree_lock sx locks into one proctree_lockjhb2002-04-163-30/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sx lock. Trying to get the lock order between these locks was getting too complicated as the locking in wait1() was being fixed. - leavepgrp() now requires an exclusive lock of proctree_lock to be held when it is called. - fixjobc() no longer gets a shared lock of proctree_lock now that it requires an xlock be held by the caller. - Locking notes in sys/proc.h are adjusted to note that everything that used to be protected by the pgrpsess_lock is now protected by the proctree_lock.
* | | update the reference vector.phk2002-04-161-68/+78
| | |
* | | Note my areas of interestscottl2002-04-161-0/+2
| | |
* | | Update my preferred way of handling ATA related stuff.sos2002-04-161-1/+1
| | |
* | | Sort _startup_libs, _prebuild_libs, and _generic_libs lists alphabetically.ru2002-04-161-21/+31
| | | | | | | | | | | | Submitted by: bde, ru
* | | Keep up with lib/Makefile,v 1.64 (uhh).ru2002-04-161-4/+2
| | |
* | | s/CMOS/hardware as talked about on cvs-committers.trhodes2002-04-161-1/+1
| | | | | | | | | | | | | | | | | | Suggested by: sheldonh Approved by: bde MFC after: 1 day
* | | Try to express (in 15 char or less) the areas of kernel infrastructurephk2002-04-161-0/+8
| | | | | | | | | | | | where I pretend to know what happens.
* | | Describe possible values for net.inet.tcp.log_in_vainyar2002-04-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | and their effects. PR: docs/35932 Submitted by: Alex Semenyaka <alexs@ratmir.ru> MFC after: 1 week
* | | Specify my personal desired level of review for commits to several portionsjhb2002-04-161-0/+5
| | | | | | | | | | | | of the i386 bootstrap code and witness.
* | | Document the degree of maintainership that I am prepared to assume formarkm2002-04-161-0/+5
| | | | | | | | | | | | perl and telnet.
* | | Review opportunity preferred for changes to libc/posix1e.rwatson2002-04-161-0/+1
| | |
* | | Reflect change in share/mk/bsd.dep.mk,v 1.31.ru2002-04-161-2/+2
| | |
* | | Don't spawn extra make(1) process to execute _EXTRADEPEND.ru2002-04-161-2/+4
| | |
* | | Correct a comment.benno2002-04-163-3/+3
| | |
OpenPOWER on IntegriCloud