| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted by: ru
|
|
|
|
| |
The size is 3 x 1.44MB.
|
|
|
|
|
|
|
|
|
|
| |
change_ruid() in kern_prot.c. This fixes an incorrect use
of chgproccnt().
Update both osf1_setuid() and osf1_setgid() to use setsugid() instead
of just frobbing the flag.
(mostly) submitted by: truckman
|
| |
|
|
|
|
|
| |
Reviewed by: n_hibma
Prodded by: grog
|
|
|
|
| |
precedent.
|
|
|
|
|
|
|
|
| |
be isolated out for the 2 floppy install.
5.0-20001026-SNAP cdrom now boots correctly.
Reviewed by: Mike Smith <msmith@FreeBSD.org>
|
|
|
|
| |
Submitted by: ru
|
|
|
|
| |
Partially submitted by: Jeff Kletsky <jeff@spotlife.com>
|
|
|
|
|
|
|
|
| |
in the code enforces this. So, do not check for and attempt a
false reassembly if only IP_RF is set.
Also, removed the dead code, since we no longer use dtom() on
return from ip_reass().
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Submitted by: pho
|
| |
| |
| |
| |
| |
| | |
This was first fixed in rev 1.82 but then broken in rev 1.125.
PR: 6177
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
and stg drivers. Also all config indexes for these cards are changed
to auto.
Note, still if you would like to use cards which has a comment;
# (Do not put this entry under Bustoaster)
you need some quick hack. Uncomment the entry above.
Reviewed by: sanpei@FreeBSD.org
|
| |
| |
| |
| | |
won't have trouble committing his bits.
|
| |
| |
| |
| |
| | |
`struct string'. Rename the struct and effectively rename the header
to `mystring.h'
|
| |
| |
| |
| | |
Add RCSIDs.
|
| | |
|
| |
| |
| |
| | |
Increment isdn4bsd step.
|
| |
| |
| |
| | |
Submitted by: Hans Petter Selasky <hselasky@c2i.net>
|
| |
| |
| |
| | |
remove myself as co-maintainer and let Doug handle all the fun.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
DM9100/DM9102 chips. Do not set DC_TX_ONE. The DC_TX_USE_TX_INTR flag
causes dc_encap() to set the 'interrupt on TX completion' bit only
once every 64 packets. This is an attempt to reduce the number
of interrupts generated by the chip. You're supposed to get a 'no more
TX buffers left' interrupt once you hit the last packet whether you
ask for one or not, however it seems the Davicom chip doesn't generate
this interrupt, or at least it doesn't generate it under the same
circumstances. The result is that if you transmit n packets, where
n is less than 64, and then wait 5 seconds, you'll get a watchdog
timeout whether you want one or not. The DC_TX_INTR_ALWAYS causes
dc_encap() to request an interrupt for every frame.
I'm still waiting on confirmation from a couple of users to see if this
fixes their problems with the Davicom DM9102 before I merge this into
-stable, but this fixed the problem for me in my own testing so I'm
willing to make the change to -current right away.
|
| | |
|
| |
| |
| |
| |
| |
| | |
expands beyond the limit we will extend the address space before trying
to zero the BSS. This should give us plenty of headroom for modest
expansion of the loader.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Submitted by: R Bradford Jones <brad@kazrak.com>
|
| |
| |
| |
| |
| |
| | |
zeroes for the time being).
Prompted by: Nathan Boeger <nathan@khmere.com>
|
| |
| |
| |
| | |
- Add in atomic operations for 8-bit, 16-bit, and 32-bit integers
|
| |
| |
| |
| | |
schedule a non-existant handler to run.
|
| |
| |
| |
| | |
Noticed by: phk
|
| |
| |
| |
| |
| |
| | |
- Add a missing curly brace.
Noticed by: phk
|
| |
| |
| |
| |
| |
| | |
ATA raid support (+MFC), snc(4) driver added (+MFC), ich(4) driver
added (+MFC), IFS, libisc now added, fix to netstat(1) "in use"
percentage (+MFC).
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Change the softintr() macro to do nothing on FreeBSD. Previously,
this macro would set a bit in spending and schedule the softinterrupt
thread to run. However, the bs driver never actually registers a
a software interrupt handler, so all this work achieved nothing. From
the code it is not clear what exactly the softintr() macro is actually
supposed to be doing. It looks like it is supposed to be possibly
running the hardware interrupt handler maybe? This handler is only
present in the #ifdef __NetBSD__ code however. I have no idea how this
driver handles interrupts at all, but at least it compiles now.
|
| |
| |
| |
| | |
Noticed by: phk
|
| | |
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
and pkg_info(1), for more accurate determination of the
"up-to-date-ness" of installed packages.
|
| | |
| | |
| | |
| | |
| | |
| | | |
ugen, uhid, ulpt from small as well.
Suggested by: obrien
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
by sigwait(). This prevents a signal from being sent to the process
when there are no application installed signal handlers.
Correct a typo in sigwait (foo -> foo[i]).
|
| | |
| | |
| | |
| | | |
Reviewed by: jkh
|