summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-03Move zaurus to __HAVE_TIMECOUNTER.Mark Kettenis
ok deraadt@
2008-01-03document "exit" for logging out of systems, instead of "logout":Jason McIntyre
it works for both csh and ksh, and is covered by posix; from Pierre Riteau
2008-01-03Make slowtrap check the real stack pointer instead of whatever is in %g6.Mark Kettenis
Should fix PR 5617, 5637 and 5657. Remove bogus comment as pointed out by miod@
2008-01-03borrow more from other pages; dlg okTheo de Raadt
2008-01-03send the correct lengthReyk Floeter
2008-01-03handle no more than 2147483647 (0x7fffffff) variable bindingsReyk Floeter
From RFC3416
2008-01-03Fix page fault trap which occured when device was detached after a failedMarcus Glocker
attach attempt.
2008-01-03scalars have an index of 0 in the returned oid (like sysDescr.0).Reyk Floeter
2008-01-03fix parsing of get* requests with multiple varbind elementsReyk Floeter
2008-01-03ipv6 can handle "dest" lines too; ok marcJason McIntyre
2008-01-03remove almost empty EXAMPLE sectionCharles Longeau
ok jmc@
2008-01-03missing word; from Jason FilleyJason McIntyre
2008-01-03In preparation of eliminating <> comment false positives:Ray Lai
- Move <> comments in template to an array, for easier reference later. - Rename "comment" variable to avoid shadowing. - Change some <> comments to SENDBUG comments. OK chl@
2008-01-03Remove text which is incorrect now that 'get bios geometry'Stuart Henderson
has been removed. ok krw
2008-01-02Make sure that a key belongs to the table before returning a match.Mats O Jansson
Change smi_odi_cmp to return int as expected by RB-tree. -moj ok reyk@
2008-01-02Do not invalidate the 88410 cache without flushing it first; this isMiod Vallat
probably due either to an error in the cpu-to-88410 communication protocol, or to a bug in the '410 (but since I do not know how to get its revision, I can't tell whether this is the obscure v1 bug or not). This allows osiop-connected devices to work correctly on 197SP/DP boards.
2008-01-02regression test for lazy binding.Matthieu Herrb
"people need never hold off on adding stuff to regress" deraadt@
2008-01-02Do not lose nanosleep() return value in the last copyout if nonzero; PR#5697Miod Vallat
2008-01-02remove unused functionCharles Longeau
from tobias@ ok millert@ tobias@
2008-01-02remove unused functionsCharles Longeau
from tobias@ ok millert@ tobias@
2008-01-02fix obvious bug in .NODEFAULT handlingMarc Espie
2008-01-02Update commented out kerberos bits in case someone wants to add missingTodd C. Miller
kerb5 support to login_chpass.
2008-01-02remove unused fileCharles Longeau
unused function initially spotted by tobias@, then I realized the whole file was unused. ok millert@ tobias@
2008-01-02remove unused functionsCharles Longeau
initially from tobias@, and I removed an unused struct too ok moritz@ tobias@
2008-01-02Make network scanning work correctly.Marcus Glocker
2008-01-02regenMark Kettenis
2008-01-02Fix typo in 82801IH LPC entry.Mark Kettenis
2008-01-02fix PR 5141:Charles Longeau
race condition in mkdir -p that may lead to an erroneous successful exit status. reported by Ralf Wildenhues <Ralf.Wildenhues at gmx.de> fix based on a suggested patch by Bruno Carnazzi <bcarnazzi at gmail.com>, largely inspired by NetBSD mkdir()s implementation looks OK otto@ OK millert@
2008-01-02Add the ATI SB700 chipset.Brad Smith
ok dlg@
2008-01-02syncMiod Vallat
2008-01-02Give LOCKDEBUG kernels a chance to compile; ok kettenis@Miod Vallat
2008-01-02correct the comment above noct_read().Brad Smith
ok dlg@
2008-01-02add the NVIDIA MCP77/79 ids.Brad Smith
ok jsg@ dlg@
2008-01-02correct the comment in agp_map_aperture().Brad Smith
ok owa@ dlg@
2008-01-02return with ENOTTY instead of EINVAL for unknown ioctl requests.Brad Smith
ok claudio@ krw@ dlg@
2008-01-02Accept BPF_MUL as a valid instruction in bpf_validate() also improveCan Erkin Acar
the comments. Based on diff from Guy Harris
2008-01-01In the alpha allocate_stack builtin, only trigger stack probes if not runningMiod Vallat
OpenBSD or VMS, or -fstack-check; this was missed when disabling stack checks a few months ago. ok kettenis@
2008-01-01Implement an MP-safe rw_cas() based upon the casx instruction; ok kettenis@Miod Vallat
2008-01-01Match on Cougar boards, and try to drive them like Jaguars on steroids. OnMiod Vallat
wide Cougars, use one command queue per target and disable lun support, so that we do not overflow the board's memory; and since we are behaving as a Jaguar, do not do tagged queuing or synchronous transfer negotiation. Tested on two MVME328XT-2 (4220 and second revision artwork 4220) narrow Cougar-I (but wide external connectors), but probes fail with select timeout so far; I could not get various Motorola BUG to probe devices on these boards either, so we're even (and maybe both my boards are toast, but I won't bet money on this).
2008-01-01simplify BUGS; ok miodJason McIntyre
2008-01-01Add devices 11b rateset. Add/Adjust comments.Marcus Glocker
2008-01-01syncTheo de Raadt
2008-01-01Oops. Missed a couple of unnecessary 'DL_GETPOFFSET()+DL_GETPSIZE() >Kenneth R Westerback
ending_sector' tests and one superfluous editor_countfree(). Rectify a few comments.
2008-01-01Update the notice about the daughterboard, and also mention the driverMiod Vallat
doesn't attach to the MVME328XT (i.e. rebadged 4220, while MVME328S is a rebadged 4210).
2008-01-01A potpourri of bugfixes:Miod Vallat
- switch back to a fixed queue number allocation, but keep the rotating command queue entries. Force openings to 1 because of this. - make sure to mark the queue as ready before invoking scsi_done(), which could trigger a request for the same target. - allocate a command queue and an IOPB at the same time, instead of using two routines and ugly queue pointer arithmetic. This makes the daughterboard work, as long as the first scsi chain is not empty.
2008-01-01Fix display of overlapping partitions to account for larger size and offsetKenneth R Westerback
fields.
2008-01-01Welcome to the jungle of 2008.Miod Vallat
2008-01-01Typo in comment about cpio_endwr() fixed.Tobias Stoeckmann
OK otto@
2008-01-01get_size() no longer allows DL_GETPSIZE()+DL_GETPOFFSET >Kenneth R Westerback
ending_sector, so no need to check for this condition after calling get_size().
2008-01-01Shorten and simplify code, eliminate ability to assign arbitrary sizesKenneth R Westerback
to existing FS_BOOT and FS_UNUSED partitions via -E, tighten up error verbiage. Feedback from jsing@. ok millert@.