| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
Reviewed by: HAMADA Naoki <nao@tom-yam.or.jp>
Submitted by: Osamu MIHARA <mihara@prd.fc.nec.co.jp>
|
|
|
|
| |
large systems.
|
|
|
|
| |
modules Makefile so they get built.
|
| |
|
| |
|
|
|
|
|
| |
PR: kern/12631
Submitted by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
|
|
|
|
|
| |
PR: 12020
Submitted by: Matthew D. Fuller <fullermd@futuresouth.com>
|
|
|
|
|
| |
Submitted by : Lars Koeller <lkoeller@cc.fh-lippe.de>
PR : 12772
|
| |
|
|
|
|
| |
Document the auth -n flag.
|
|
|
|
| |
and addition of a -n .noident-checking flag.
|
|
|
|
|
| |
PR: 12634 (partial)
Submitted by: Julian H. Stacey jhs@FreeBSD.ORG
|
|
|
|
| |
people having ants in their pants ;)
|
|
|
|
|
|
|
|
|
| |
Remove some whitespace
Fix a problem where any event on the Last whatever of the month
was duplicated after the last day of the month (e.g. 32oct.)
PR: 4907
Submitted by: Mikhail Teterin mi@aldan.algebra.com
|
|
|
|
| |
excuse of providing the RFC numbers for the associated services.
|
|
|
|
|
|
|
|
|
|
|
| |
* Bring memory allocation failure handling in line with that of
the rest of the code.
* Nestle block curlies between case statements correctly.
I've left the in-block declarations alone, since style(9) says we should
conform to the existing style within the code, and inetd already does
this. I've left the asprintf()'s in there because that's how Brian wants
it.
|
|
|
|
|
| |
PR: 12784
Submitted by: Doug <Doug@gorean.org>
|
|
|
|
|
|
| |
- Add D_TTY for alpha.
Reviewed by: bde, dfr
|
|
|
|
| |
Reviewed by: dfr
|
|
|
|
|
|
| |
behavior of their userland counterparts with respect to return values.
Submitted by: Matthew N. Dodd <winter@jurai.net>
|
|
|
|
|
|
|
|
| |
tables, copy them correctly back into our mbuf rather giving a
bzero'd count to memcpy() and ending up with a 0 byte fragment.
The old code resulted in a 0 byte write to the tun device which
tickled a bug that resulted in a panic :-(
|
|
|
|
|
|
|
|
| |
(devname() returned "??" when the lookup failed, but callers expected it
to return NULL). This was fixed in Lite2, but until recently the changes
were only merged into devname.3. A day or two after devname.c was fixed,
devname.3 was made inconsistent again by backing out most of the Lite2
changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change "void *" to "volatile TYPE *", improving type safety
and eliminating some warnings (e.g., mp_machdep.c rev 1.106).
cpufunc.h:
Eliminate setbits. As defined, it's not precisely correct;
and it's redundant. (Use atomic_set_int instead.)
ipl_funcs.c:
Use atomic_set_int instead of setbits.
systm.h:
Include atomic.h.
Reviewed by: bde
|
| |
|
|
|
|
|
|
|
|
| |
it also fixes that fact that this file badly needed to be regenerated due
to changes in yacc.
Not done by: pst (in misc/1380)
Almost done by: danny (in ftp.y)
|
|
|
|
|
|
|
| |
PR: bin/12768
Submitted By: Stephen J. Roznowski <sjr@home.net>
(2) Follow KNF
|
|
|
|
|
|
|
|
|
|
| |
the loop and not set an error, so we would then try to access an invalid
mbuf...
PR: 12780
Submitted by: bright@rush.net aka zb^3
a new record in length a pr was open... only about a half hour...
|
|
|
|
|
|
|
|
|
|
|
| |
critical mbuf fields to sane values. Simplify the use of ETHER_ALIGN to
enforce payload alignment, and turn it on on the x86 as well as alpha
since it helps with NFS which wants the payload to be longword aligned
even though the hardware doesn't require it.
This fixes a problem with the ti driver causing an unaligned access trap
on the Alpha due to m_adj() sometimes not setting the alignment correctly
because of incomplete mbuf initialization.
|
|
|
|
|
| |
proper place in ti_attach(). I'm positive I typed them in there, but
they must have fallen victim to a drive-by cut & pasting.
|
|
|
|
|
|
|
|
|
| |
example of their usage in the sample config. Merge the two examples
for the green internal auth service.
This commit failed the first time around because Brian beat me to the
punch on inetd.8 . I like my descriptions better and I'm pretty sure
Brian won't mind.
|
|
|
|
|
|
| |
used! I don't declare every variable at the top of a function because
that wastes stack space. I've clarified the error a bit (for if asprintf()
filas.)
|
| |
|
|
|
|
|
| |
service. This includes the -o "operating system" argument and the -t
"timeout" argument.
|
|
|
|
| |
;-)
|
|
|
|
| |
Add a warning for bogus -t arguments for the (debug) case.
|
| |
|
| |
|
|
|
|
|
| |
that existed in original PC-card driver for FreeBSD 2.0 (maybe).
This prevents from utilizing flags for drivers.
|
|
|
|
|
| |
PR: 12769
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
|
|
|
|
|
|
| |
the driver_t declaration should be "skc" not "sk". Technically, "skc"
is the parent PCI device (the SysKonnect GEnesis controller) and "sk0"
and "sk1" are the network interfaces that get attached to it.
|
|
|
|
| |
them to the Makefile so that modules will be generated for /modules.
|
|
|
|
| |
Sorry, guys.
|
|
|
|
| |
no sense here but list the TGA server, since it does.
|
|
|
|
|
|
| |
files. Change them back to alpha_XXX_dmamap().
Pointed out by: Andrew Gallatin
|
|
|
|
| |
to the latest firmware release from Alteon (12.3.12).
|
|
|
|
| |
of failures in foo_attach(), simplify iospace/memspace things a little.
|
| |
|
| |
|