summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revamp and diff-reduce the various secure telnets. Make sure thatmarkm2001-08-0314-46/+59
| | | | | Kerberos5 has _a_ telnet (which is not currently K5 enabled). Incorporate BDE's static linking fixes.
* Note MFC of file 3.36.dd2001-08-032-2/+4
|
* Miscellaneous fixes.sheldonh2001-08-031-7/+6
| | | | In particularly, the -h and -m flags were incorrectly described.
* Fix warnings from `-Wmissing-prototypes'. Staticize.tg2001-08-0316-276/+231
|
* Sort SRCS.tg2001-08-031-2/+2
|
* Reverse the logic here again with regards to "trusted" ACPI timermsmith2001-08-031-30/+54
| | | | | implementations. More of them seem to be broken, so only "trust" timers we know work.
* Warn when a CHAP81 SUCCESS packet is invalid due to an incorrect S= value.brian2001-08-031-2/+2
|
* Shoud build resources in the _CRS buffer. Oops.msmith2001-08-032-2/+2
| | | | Submitted by: "neckpain@nettaxi.com" <neckpain@nettaxi.com>
* Move the resource pointer when we reallocate the buffer.msmith2001-08-031-0/+2
| | | | Submitted by: "neckpain@nettaxi.com" <neckpain@nettaxi.com>
* Rename mb_init() mbuf subsystem initialization routine to mbuf_init(), inbmilekic2001-08-032-5/+5
| | | | | | | | order to avoid namespace collision with subr_mchain.c's mb_init(). This wasn't "fatal" as the mbuf initialization routine mb_init() was local to subr_mbuf.c which in turn didn't pull in subr_mchain.c's mb_init() declaration, but it should deffinately be changed now before it creates headache.
* Remove some code that appears to have endian problems with INVARIANTS.jake2001-08-031-5/+0
| | | | | This is #if BIG_ENDIAN, but is only necessary if malloc types are shorts, not struct malloc_type * like they are now.
* Move some code related to managing pv entries from the pmap module tojake2001-08-034-201/+209
| | | | the pv module. It works now that vtophys for sttes works.
* Fix a bug translating virtual translation table entry addresses to physicaljake2001-08-031-4/+3
| | | | | | | addresses. It helps to use the physical address that the virtual address actually maps to (doh!). Comment out some code that crashes. Found independently by: tmm
* Define proc0paddr. Call init_param() as early as possible.jake2001-08-031-0/+4
|
* Add a Makefile, ldscript, and config magic for sparc64. This is tailoredjake2001-08-034-0/+657
| | | | | to build with a cross compiler alongside the standard compiler; it would be more desirable to build in a chroot.
* Add an Elfhashelt type for sparc64.jake2001-08-031-0/+11
|
* Reformat for 80 columns. Sorry, but I had to do it.scottl2001-08-036-481/+696
|
* Fixes file descriptor leak in standalone mode.jon2001-08-031-0/+2
| | | | | | | | Prevents simultaneous calls to updatestat() as function is not reentrant. PR: bin/24857 Submitted by: Martin Butkus <mb@bagheera.thgwf.de> MFC after: 1 month
* Further Makefile.* sync (from Makefile.ia64). The lint target has beenpeter2001-08-034-24/+0
| | | | | | commented out in the entire life of the 2.x+ branch and given the amount of gcc-specific code we have and the warning checks that gcc does I'm not sure that it is going to get us much for some time.
* Move MKMODULESENV+= *after* MKMODULESENV=peter2001-08-031-3/+3
|
* Add a cosmetic comment.peter2001-08-025-0/+5
|
* Use 'p' instead of the potentially more expensive 'curproc' inside ofjhb2001-08-021-5/+5
| | | | mi_switch().
* Set up the via_chinfo structures properly so we write to the correctgreid2001-08-021-2/+2
| | | | | registers later on; this fixes the VIA82C686 sound problems recently reported by a number of people.
* Fix a few bugs, some of which I introduced in recent commits:iedowse2001-08-022-13/+11
| | | | | | | | | | - clean_mtab(): Actually use the strdup'd version of the host that we go to the trouble of creating. - do_umntall/do_umount: Don't return success if clnt_create() fails. Don't access a client pointer after it has been destroyed. Remember to destroy the authentication information we created.
* In getclnthandle(), if the address is found in the cache we neediedowse2001-08-021-2/+5
| | | | | | | | | | to strdup() the address string before returning it via *targaddr because the caller will free the string. Change the comment at the top of getclnthandle() to clarify that the caller is responsible for freeing *targaddr. Noticed by: sobomax
* Make the fmt arguments to make_dev and make_dev_alias const char *.imp2001-08-023-6/+6
| | | | | | Approved on IRC as long as it didn't cause a large number of warnings by: phk MFC After: 700 hours
* The wrong-last-byte bug on win98 chap responses is also in winMEbrian2001-08-021-1/+1
|
* fix memory leak when error during opening of routing socketjon2001-08-021-0/+1
| | | | | | PR: kern/29336 Submitted by: Richard Andrades <richard@xebeo.com> MFC after: 1 month
* With the S/KEY removal, this is no longer buildable or necessary.markm2001-08-022-102/+0
|
* Don't try to make pam_ssh module if NO_OPENSSH is set.markm2001-08-021-1/+1
|
* Add opieaccess(5) functionality under the INSECURE_OPIE .ifdef.markm2001-08-021-1/+2
| | | | Asked for by: ache
* exists(../../crypto) --> exists(${.CURDIR}/../../crypto)sobomax2001-08-021-1/+1
| | | | MFC after: 1 month
* fix for pkg_add to symlinked prefix directories that are more than 1 link deep.jon2001-08-021-1/+1
| | | | | | PR: bin/28274 Submitted by: John Hein <jhein@timing.com> MFC after: 1 month
* Allow configTtys() be called several times - set VAR_CONSTERM to "NO" afterache2001-08-021-0/+4
| | | | operation done.
* Fix a cryptoless world by disconnecting libmp from the build when there is nosobomax2001-08-023-4/+13
| | | | | | | | | | | crypto bits installed and/or NOCRYPTO/NO_OPENSSL is defined. This unfortunately meants that usr.bin/chkey, usr.bin/newkey and usr.sbin/keyserv have also to be disconnected. IMO it is merely a workaround, the proper solution is to move libmp to src/crypto where it belongs and use libgmp for the cryptoless builds instead. Missed by: dd
* Include opt_splash.h.yokota2001-08-021-0/+2
|
* Use #ifdef DEV_SPLASH (from opt_splash.h) rather thanyokota2001-08-029-32/+40
| | | | | #if NSPLASH > 0 (from splash.h) to test the presence of the splash driver.
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : ↵sobomax2001-08-027-23/+15
| | | | | | | | DEF_LOG_DIR)" with macro. MFC after: 1 month
* Cosmetics: kill blank lines at the end of file.sobomax2001-08-021-2/+0
| | | | MFC after: 1 month
* Remove duplicate ufsd entry. This seems to go back to the Sun's versiondwmalone2001-08-021-1/+1
| | | | | | | of the file. PR: 29386 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* Usability tweak:sobomax2001-08-024-30/+30
| | | | | | | | | Use '' quotes instead of `' to delimit names of files and packages in warning and error messages, because it is easier to cut-n-paste name in question that way (single click) without confusing the shell. And yes, I know that it is less eye-candy... MFC after: 1 month
* Document the deprecated `-w' option in the COMPATIBILITY section.yar2001-08-021-0/+4
|
* When there is a file that can't be deleted due to checksum mismatch print namesobomax2001-08-021-2/+1
| | | | | | | of that file to stdout to simplify debugging. IMO it was a mistake to print this warning only when `verbose' mode is on. MFC after: 1 month
* When talking about new versions, use the word "updated" instead ofdd2001-08-022-18/+18
| | | | | "upgraded" for consistency. Prior to this commit, 9 of the entires used the latter, and 51 used the former.
* Note MFC or Binutils 2.11.2 (what we have is close enough to thatdd2001-08-022-4/+4
| | | | | version that there's no need to talk about the snapshot business; all it would do is serve to confuse).
* Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-yokota2001-08-022-0/+14
| | | | supported ioctls for now.
* Add some definitions. Their actual support will be addedyokota2001-08-022-1/+70
| | | | to video drivers later.
* When building a debugging kernel with modules, build modules withsheldonh2001-08-024-0/+12
| | | | | | | | debugging support as well. This relies on support added in rev 1.105 to kmod.mk. Requested by: peter
* Repair the get/set UID() stuff so this works in both su(1) and login(1)markm2001-08-021-3/+3
| | | | modes.
* - Deny detaching requests until device is still open, otherwise it is possiblesobomax2001-08-021-3/+17
| | | | | | | | to hang or panic kernel by detaching disk from which fs is mounted; - replace "md" with MD_NAME in yet another place. Reviewed by: phk Approved by: phk
OpenPOWER on IntegriCloud