Age | Commit message (Collapse) | Author |
|
|
|
ok miod@
|
|
|
|
|
|
"cache aliasing is a problem that would have stopped in 1992 if someone
had killed about 5 people who worked at Sun."
|
|
on any of my sun amd64's as well as other ones (hp). We can re-enable
it again when marco fixes it to be stable.
ok deraadt@ and the crocodile hunter..
|
|
check it's notion of access, avoiding problems on more tightly
coupled changers if the tape is already ejected - currently
these stupid devices return "Initialization Command Required"
sense codes but there is (as yet) no way to tell userland
that. checking the ACCESS changer flag appears safe in both
cases.
Adds support for "voltag" type for the source for a move, so
you can do "chio move voltag 0003B72 drive 0" to move a tape
with the corresponding bar code.
Documents the above, as well as status -vVa in the man page.
partly from freebsd, man page tweaks by jmc@
ok krw@
|
|
ok jason@
|
|
|
|
deltatext (the dead revision) to the correct rcs diff if the file
was modified in any way.
|
|
time a scsi_request is processed. Crude but effective until a more
elegant solution is found. This allows the boot drive to be found on
fibre channel booting machines.
ok jason@ deraadt@
|
|
ok deraadt@
|
|
put one splx in a better spot. make a variable size MALLOC use malloc.
remove null test after malloc(M_WAITOK).
add PR_NOWAIT flag to pool_get instead of 0. change callbacks to correct type.
ok brad deraadt markus mickey
|
|
|
|
export does exactly the same as checkout except it does
not create any administrative (CVS/) directories.
|
|
and fuzzie inside.
|
|
bigendian archs. this lets ses attach now.
|
|
|
|
|
|
Use __progname in usage()
ok otto jaredy
|
|
extend str2hex to handle long's, and teach it that strings starting with 'w',
consisting of hex digits are really just hex digits
match fp to scsibus (fiber port)
match fiber channel portwwn/lun to it's bootpath variables
result: with a small change to isp(mailed to mjacob) we can correctly
autoconf with a boot path of:
/pci@8,600000/SUNW,qlc@4/fp@0,0/disk@w21000004cf948498,0:a/bsd
ie. schizo/ isp/ scsisbus/disk with port WWN of 21...98, lun 0, partition a
|
|
|
|
allows us to completely use branches for diffing, logging,
updating, etc..
more branches support coming up!
|
|
|
|
|
|
ok henning@
|
|
|
|
excellent bug report and testing by
Berk Demir < bdd at mindcast dot org >
|
|
|
|
|
|
|
|
- standard EXAMPLES
|
|
ok gwk@ canacar@
|
|
|
|
Reported and tested by todd@, ok gwk@
|
|
|
|
- sort options
- +.Xr pf 4 ,
|
|
- IPv6 parsing for only v6 host addresses
- checks for dst <-> src address family sanity
ok hshoexer@
|
|
|
|
|
|
found these on the lsi site, but there are many more out there.
im not happy with how this is formatted, if someone wants to make it better
then send diffs. please.
|
|
|
|
spotted by Dries Schellekens
|
|
|
|
the file we have on disk as the second thing to diff to.
fixes some output issues.
|
|
noticed by xsa@
|
|
|
|
transfers. This fixes some cases where the software toggle tracking
was not doing the right thing. For example, a short transfer that
transferred 0 bytes of the requested qTD transfer size does cause
a toggle change, but the existing code was assuming it didn't.
Derived from work in FreeBSD.
Fixes at least one USB2 cdce device, which would otherwise drop
every second packet due to incorrect toggle state.
commit it, dlg@
|
|
UltraSPARC III. Hack around it by temporarily switching to nucleus context
when flushing TLBs. Put this hack under HORRID_III_HACK for now.
Compiling with HORRID_III_HACK results in a kernel that runs on the Blade
2000 "at the speed of a 140MHz UltraSPARC I".
ok jason@
|
|
in ether_input/ether_output.
- only count input packets when sure the packet can be received as opposed
to counting it unconditionally, then potentially running into an error
and then dropping the packet.
ok reyk@
|