dd
07a5285107
Note MFC of file 3.36.
2001-08-03 12:31:43 +00:00
sheldonh
913af295fd
Miscellaneous fixes.
...
In particularly, the -h and -m flags were incorrectly described.
2001-08-03 11:31:39 +00:00
tg
35c464f8db
Fix warnings from `-Wmissing-prototypes'. Staticize.
2001-08-03 10:47:56 +00:00
tg
0f2b8ea245
Sort SRCS.
2001-08-03 10:47:13 +00:00
msmith
c06c65dca5
Reverse the logic here again with regards to "trusted" ACPI timer
...
implementations. More of them seem to be broken, so only "trust"
timers we know work.
2001-08-03 09:52:53 +00:00
brian
238b01d898
Warn when a CHAP81 SUCCESS packet is invalid due to an incorrect S= value.
2001-08-03 09:28:21 +00:00
msmith
6a94a97953
Shoud build resources in the _CRS buffer. Oops.
...
Submitted by: "neckpain@nettaxi.com" <neckpain@nettaxi.com>
2001-08-03 08:38:49 +00:00
msmith
fde6a74d0c
Move the resource pointer when we reallocate the buffer.
...
Submitted by: "neckpain@nettaxi.com" <neckpain@nettaxi.com>
2001-08-03 08:38:11 +00:00
bmilekic
4dfee5e935
Rename mb_init() mbuf subsystem initialization routine to mbuf_init(), in
...
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.
2001-08-03 05:05:32 +00:00
jake
258022abac
Remove some code that appears to have endian problems with INVARIANTS.
...
This is #if BIG_ENDIAN, but is only necessary if malloc types are shorts,
not struct malloc_type * like they are now.
2001-08-03 03:31:45 +00:00
jake
424df267d7
Move some code related to managing pv entries from the pmap module to
...
the pv module. It works now that vtophys for sttes works.
2001-08-03 01:27:15 +00:00
jake
524b50ae8e
Fix a bug translating virtual translation table entry addresses to physical
...
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
2001-08-03 01:21:24 +00:00
jake
97f76f62e0
Define proc0paddr. Call init_param() as early as possible.
2001-08-03 01:11:49 +00:00
jake
38dc4c6e02
Add a Makefile, ldscript, and config magic for sparc64. This is tailored
...
to build with a cross compiler alongside the standard compiler; it would be
more desirable to build in a chroot.
2001-08-03 01:09:10 +00:00
jake
5b920477d4
Add an Elfhashelt type for sparc64.
2001-08-03 01:00:41 +00:00
scottl
a48590ff89
Reformat for 80 columns. Sorry, but I had to do it.
2001-08-03 00:50:30 +00:00
jon
d83e2b381c
Fixes file descriptor leak in standalone mode.
...
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
2001-08-03 00:23:37 +00:00
peter
03f8cf60cf
Further Makefile.* sync (from Makefile.ia64). The lint target has been
...
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.
2001-08-03 00:07:54 +00:00
peter
c44dfa2bcd
Move MKMODULESENV+= *after* MKMODULESENV=
2001-08-03 00:01:13 +00:00
peter
e91e9ba630
Add a cosmetic comment.
2001-08-02 23:54:23 +00:00
jhb
e712875281
Use 'p' instead of the potentially more expensive 'curproc' inside of
...
mi_switch().
2001-08-02 22:15:31 +00:00
greid
132593d4da
Set up the via_chinfo structures properly so we write to the correct
...
registers later on; this fixes the VIA82C686 sound problems recently
reported by a number of people.
2001-08-02 22:13:10 +00:00
iedowse
9e402fc673
Fix a few bugs, some of which I introduced in recent commits:
...
- 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.
2001-08-02 21:46:21 +00:00
iedowse
064d84b252
In getclnthandle(), if the address is found in the cache we need
...
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
2001-08-02 21:31:21 +00:00
imp
982fd84b01
Make the fmt arguments to make_dev and make_dev_alias const char *.
...
Approved on IRC as long as it didn't cause a large number of warnings by: phk
MFC After: 700 hours
2001-08-02 20:35:35 +00:00
brian
967f33f3bc
The wrong-last-byte bug on win98 chap responses is also in winME
2001-08-02 20:12:48 +00:00
jon
ad8e414cce
fix memory leak when error during opening of routing socket
...
PR: kern/29336
Submitted by: Richard Andrades <richard@xebeo.com>
MFC after: 1 month
2001-08-02 19:56:29 +00:00
markm
79a9463a45
With the S/KEY removal, this is no longer buildable or necessary.
2001-08-02 19:04:20 +00:00
markm
9bd038a011
Don't try to make pam_ssh module if NO_OPENSSH is set.
2001-08-02 19:01:02 +00:00
markm
7a60bf6a20
Add opieaccess(5) functionality under the INSECURE_OPIE .ifdef.
...
Asked for by: ache
2001-08-02 18:58:52 +00:00
sobomax
bf2aec73e9
exists(../../crypto) --> exists(${.CURDIR}/../../crypto)
...
MFC after: 1 month
2001-08-02 18:21:48 +00:00
jon
c399f34c7d
fix for pkg_add to symlinked prefix directories that are more than 1 link deep.
...
PR: bin/28274
Submitted by: John Hein <jhein@timing.com>
MFC after: 1 month
2001-08-02 18:20:27 +00:00
ache
3827edad85
Allow configTtys() be called several times - set VAR_CONSTERM to "NO" after
...
operation done.
2001-08-02 16:36:21 +00:00
sobomax
b4222d1bf2
Fix a cryptoless world by disconnecting libmp from the build when there is no
...
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
2001-08-02 15:47:03 +00:00
yokota
2c666d5bfc
Include opt_splash.h.
2001-08-02 13:23:17 +00:00
yokota
5ae9960da3
Use #ifdef DEV_SPLASH (from opt_splash.h) rather than
...
#if NSPLASH > 0 (from splash.h) to test the presence
of the splash driver.
2001-08-02 13:22:33 +00:00
sobomax
77d54406d5
Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_LOG_DIR)"
...
with macro.
MFC after: 1 month
2001-08-02 13:13:06 +00:00
sobomax
404c0eeec6
Cosmetics: kill blank lines at the end of file.
...
MFC after: 1 month
2001-08-02 13:08:43 +00:00
dwmalone
e53e61c1f3
Remove duplicate ufsd entry. This seems to go back to the Sun's version
...
of the file.
PR: 29386
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
2001-08-02 12:55:37 +00:00
sobomax
fd136a35b7
Usability tweak:
...
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
2001-08-02 12:38:29 +00:00
yar
a9479014c3
Document the deprecated `-w' option in the COMPATIBILITY section.
2001-08-02 12:38:23 +00:00
sobomax
81c40cebd2
When there is a file that can't be deleted due to checksum mismatch print name
...
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
2001-08-02 12:19:32 +00:00
dd
25e4dc4eab
When talking about new versions, use the word "updated" instead of
...
"upgraded" for consistency. Prior to this commit, 9 of the entires
used the latter, and 51 used the former.
2001-08-02 12:16:17 +00:00
dd
5f925113c8
Note MFC or Binutils 2.11.2 (what we have is close enough to that
...
version that there's no need to talk about the snapshot business; all
it would do is serve to confuse).
2001-08-02 12:08:10 +00:00
yokota
59a63c9947
Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-
...
supported ioctls for now.
2001-08-02 11:26:30 +00:00
yokota
cf9ff167de
Add some definitions. Their actual support will be added
...
to video drivers later.
2001-08-02 11:17:38 +00:00
sheldonh
09f2ade6f1
When building a debugging kernel with modules, build modules with
...
debugging support as well.
This relies on support added in rev 1.105 to kmod.mk.
Requested by: peter
2001-08-02 10:56:59 +00:00
markm
78112d8985
Repair the get/set UID() stuff so this works in both su(1) and login(1)
...
modes.
2001-08-02 10:35:41 +00:00
sobomax
4de8e0e1a0
- Deny detaching requests until device is still open, otherwise it is possible
...
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
2001-08-02 10:19:13 +00:00
brian
c98910abd5
Add a ``nat punch_fw'' command for punching FTP and IRC DCC holes through
...
the firewall.
2001-08-02 10:16:32 +00:00