Age | Commit message (Collapse) | Author |
|
from FreeBSD. With help from jmc@.
|
|
no binary change
|
|
|
|
calculate the timeout. help & ok jsg
|
|
|
|
input & OK canacar@
|
|
OK joris and xsa.
|
|
|
|
|
|
controllers. pciide on function 1 isnt enabled until ahci gets to touch it,
which is too late for the probe routines to discover that there are high
functions to look at.
|
|
a bit. this guarantees that the controller has its ahci stuff enabled for
us to use (which was previously done with magic numbers). this also configs
the controller to enable a second function for pciide to attach to.
|
|
|
|
|
|
at a single point in the event loop (which would always leave
a single zombie around after the first connection).
Also use daemon() instead of doing it by hand. OK deraadt@ beck@
|
|
Simplifies further size tweaks if needed.
OK niallo@ ray@.
|
|
the files based upon their entry in CVS/Entries instead of
using the local classifying code and trying to locate the RCSfile
on our local disks, which ofc does not work correctly.
OK niallo@
|
|
symbols from the table. This fixes the netstat issues some people reported.
OK henning@
|
|
|
|
- stone() and newcand() cannot return < 0, so don't check it.
- \r, \v, \f are also whitespace
OK joris
|
|
only required in server mode due to the fact we need to let the client
now its been removed, found this the hard way.
|
|
directory as <remote> instead of /tmp/cvs-serv<pid>
|
|
on the fingers. This was recently added to GNU sdiff:
http://www.nabble.com/sdiff-UI-enhancement-t3877253.html
Initial diff from Steven Kreuzer <skreuzer (at) exit2shell dot com>.
OK jmc, millert, sobrado, deraadt.
|
|
- prepare() only returns 0, so change it to void and remove code
that checks its return value.
- Rename diff_len[] to len[].
- Remove casts that made the code a no-op:
(size_t)filesize <= SIZE_MAX
OK xsa
|
|
Remove ret variable, which is only set but not never checked.
return (1) instead of exit(1) for consistency.
Original diff from Rainer Giedat.
OK millert, maja, and otto.
|
|
from otto; ok millert
|
|
sends that need a 'Directory' request first, so we do not
end up with very weird and possibly insecure behaviour.
more soon!
ok niallo@ ray@ xsa@
|
|
i386/amd64 was ok tom
zaurus ok drahn
|
|
implemented anyway. OK ray@ niallo@.
|
|
From brad at comstyle dot com.
|
|
buffers overlap, which happens on 64 bit archs, when
handling encapsulated packets. Reported and tested by Jurjen Oskam
additional testing by Stuart Henderson and todd@, ok henning@
|
|
"AI91 - Update of attribute bits on page directories without immediate
tlb shootdown may cause unexpected processor behavior.".
When we're allocating kernel page tables, we use the generic page table
allocation function that sets PG_u then we immediately remove the PG_u.
This might not be enough, because the PDE can get preloaded into the
translation cache before we clear the PG_u. So even without the errata,
this could cause us horrible trouble.
Instead of first entering the PDE with PG_u and then removing it for
kernel page tables, just enter it with the right bits every time.
tom@ ok
|
|
with GNU sdiff.
From Steven Kreuzer <skreuzer () exit2shell ! com>
|
|
noticed and "yes, that's much shinier" by ckuethe.
|
|
handle files that have been removed from the repository
correctly, which resulted in them still being in the working copy
after doing an update.
noticed and diff tested by ckuethe@.
|
|
- Fix a file descriptor leak.
- Print usage if -a and -c flags are passed a zero-length string.
OK millert and moritz
|
|
|
|
versions back...
|
|
won't work yet. There remains sys/ufs work. ok deraadt@
|
|
OK joris@ niallo@.
|
|
|
|
appropriately. Make it use irq 5, and rewire lpt(4) to irq 7.
ok deraadt@
|
|
and check the number of strings in fortune(6) to prevent empty fortune
files to cause division by zero. Fixes PR 5514.
OK miod@ ray@ deraadt@
|
|
integrated on the PC87560 Legacy IO chip found on several hppa workstation
models.
ok jsg@
|
|
the end of the array of rule pointers when attaching a pfsync'd state
to a rule. Reported in PR5508 by mayer@netlab.nec.de.
ok henning@
|
|
consider only UpdateSet internally. This involves moving stuff around a
bit to keep pkg_add -n working, adding creators from_location for UpdateSet,
and tweaking dependencies heavily.
More changes later, like sanitizing PackageLocation state engine, or
creating UpdateSet earlier for actual updates.
|
|
vframe when it hasn't been set.
Prompted by a diff from mickey@
ok art@
|
|
by an interview question I was asked.
ok reyk@
|
|
close it before going off to execute the newly-loaded kernel.
ok deraadt@
|
|
and" at the same time).
|
|
|