| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
have simply been passed as arrays. In some cases, casts had even
been added to remove the warnings generated by such misuse! Aieee!
|
|
|
|
|
| |
Everyone please call ParaSoft today and say "I will buy 57 copies of
Insure++ tomorrow, but first I want a FreeBSD version." :-)
|
|
|
|
|
|
|
| |
copy of insure++, too bad the runtime only works for BSD/OS. :-(
Maybe they'll be so impressed by my initial 15 entry bug report for it
that they'll take the FreeBSD version more seriously. :-) :-)
|
|
|
|
| |
when buildkey is expecting a char *.
|
|
|
|
|
| |
RTFM'ing. Either both the header files and the man pages are wrong
or this code is, and I'll take the majority decision. :-)
|
|
|
|
| |
Found-By: insight's "insure++" tool.
|
|
|
|
| |
like in who, rwho, w, etc.
|
| |
|
|
|
|
| |
2.2 candidate
|
| |
|
|
|
|
| |
2.2 candidate
|
| |
|
|
|
|
|
| |
connect/hangup in !CLOCAL mode was handled correctly. mgetty and ppp
didn't work because they turn on CLOCAL and poll for carrier (or RI?).
|
| |
|
| |
|
|
|
|
| |
releases, example for MASTER_SITE_XCONTRIB and such.
|
|
|
|
| |
which has been discontinued indefinitely.
|
|
|
|
| |
used for the "Japanese manpages port" coming soon.
|
|
|
|
| |
error in the !BOUNCE_BUFFERS case.
|
| |
|
|
|
|
| |
Spotted-By: Someone from Japan who's name I now forget (sorry!).
|
|
|
|
|
|
| |
ogetrlimit().
Suggested by: bde
|
| |
|
|
|
|
|
|
| |
subtracting one if ulimit returns -1.
Submitted by: Miguel Angel Sagreras <msagre@cactus.fi.uba.ar>
|
|
|
|
|
| |
was converted to the last day of the previous month. This bug was
introduced in the optimizations in rev.1.4.
|
|
|
|
|
|
|
|
|
|
|
| |
line with BSD/OS and Linux's username limits, making transitioning from
either operating system a lot easier than it is now. I'm currently
running with this change on my system, as are several others, and have
experienced no ill effects.
This is not for 2.2! This needs to get shaken out longer term in 3.0.
Previously-approved-by: davidg
|
| |
|
| |
|
| |
|
|
|
|
|
| |
CIM Simula Compiler using C
Isearch A text search Engine from CNIDR (to be commited later)
|
|
|
|
|
|
| |
412 secs instead of 498 secs on my machine!
Submitted by: fenner
|
|
|
|
| |
Submitted by: The FreeBSD(98) Development Team
|
|
|
|
|
| |
Submitted by: The FreeBSD(98) Development Team
Obtained from: NetBSD/pc98 based on NetBSD 1.2
|
|
|
|
|
|
| |
Definite 2.2 candidate.
Submitted by: The FreeBSD(98) Development Team
|
|
|
|
| |
Closes PR# 2104.
|
| |
|
|
|
|
|
|
| |
Closes PR# 1971.
Submitted by: Lydon Nerenberg
|
|
|
|
|
|
| |
access. Closes PR# 1712.
Submitted by: Kent Vander Velden
|
| |
|
|
|
|
|
|
|
|
| |
peeking inside of Chris Torek's stdio library internals. This is
similar to the code used for other systems, but didn't work on CT's new
implementation.
Submitted by: Gary Kline <kline@tera.com>
|
|
|
|
|
|
|
| |
to keep the link up, so it re-dials whenever it detects the link go
down. This is useful for 'dedicated' links who use PPP.
It's been used for over a year w/out problems at different sites.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NIS map which is present on SunOS NIS servers with the SunOS C2 security
hack^Woption installed. I'm convinced that the C2 security option restricts
access to the passwd.adjunct.byname map in the same way that I restrict
access to the master.passwd.{byname,buid} maps (checking for reserved ports),
which means that we should be able to handle passwd.adjunct.byname map
correctly.
If _havemaster() doesn't find a master.passwd.byname map, it will now
test for a passwd.adjunct.byname map before defaulting back to the
standard non-shadowed passwd.{byname,byuid} maps. If _pw_breakout_yp()
sees that the adjunct map was found and the password from the standard
maps starts with ##, it will try to grab the correct password field
from the adjunct map. As with the master.passwd maps, this only happens
if the caller is root, so the shadowing feature is preserved; non-root
users just get back ##username as the encrypted password.
Note that all we do is grab the second field from the passwd.adjunct.byname
entry, which is designated to be the real encrypted password. There are
other auditing fields in the entry but they aren't of much use to us.
Also switched back to using yp_order() to probe for the maps (instead
of yp_first()). The original problem with yp_order() was that it barfed
with NIS+ servers in YP compat mode since they don't support the
YPPROC_ORDER procedure. This condition is handled a bit more gracefully
in yplib now: we can detect the error and just punt on the probing.
|
| |
|
|
|
|
|
|
| |
to miss reselections from some devices and since the reselection response
timeout is only 200ns, enabling reselections too late may be the cause of our
problem.
|
|
|
|
|
|
|
|
|
|
|
| |
function ed_attach_NE2000_pci() in if_ed.c passes
an uninitialized block of memory (got with malloc())
to ed_attach. This prevents a proper initialization
of the device descriptor and in my case causes a panic
during the probe, while printing out device info.
Reviewed by: phk
Submitted by: Luigi Rizzo <luigi@iet.unipi.it>
|
| |
|
|
|
|
| |
Makefiles for other OS's in our tree that this uses when not using bmake.
|
| |
|
|
|
|
| |
version of sendmail any more)
|
| |
|