summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-23support co -d, which checks out the first revision who'sJoris Vink
date is less than or equal to the given date.
2005-12-23cvs_buf_write() did not properly set new permissionsJoris Vink
on already existing files. niallo agrees.
2005-12-22Do not check ifp->if_bpf before detaching from bpf. It is only a signalCan Erkin Acar
to the driver that there is a listener. Somehow I assumed that it was a handle, and was trying to figure out why it was becoming zero. Corrected by and ok claudio@
2005-12-22permit outsider to call iic_printTheo de Raadt
2005-12-22ne1619 is a clone by philipsTheo de Raadt
2005-12-22start at a driver for the stupid ADM 1021Theo de Raadt
2005-12-22Enable ichiic(4), ok deraadt@.Alexander Yurchenko
2005-12-22Add ichiic(4).Alexander Yurchenko
2005-12-22Fully implemented microtime() operation.Dale Rahn
2005-12-22gaurantee a space after the first string; janus@area319.deTheo de Raadt
2005-12-22document company/stepping regsTheo de Raadt
2005-12-22note missing ext temp sensorsTheo de Raadt
2005-12-22Move a struct cd_toc (800 bytes) from the stack to malloc'ed memory.Kenneth R Westerback
bzero() all malloc'ed cd_toc structs because cd_read_toc() will only zero as much as it is trying to read. malloc M_TEMP memory instead of M_DEVBUF memory for the cd_toc structs. ok deraadt@
2005-12-22update nsphy(4) dmesg example: 'media interface' -> 'PHY'Martin Reindl
2005-12-22syncTheo de Raadt
2005-12-22adm1025 ... another day, another chip..Theo de Raadt
2005-12-22typoTheo de Raadt
2005-12-22More reasonable size for fixed extent storage.Miod Vallat
2005-12-22Remove orphaned adb/pmu stuff; ok hshoexer@ kettenis@Miod Vallat
2005-12-22re-work PHY setup, media handling and dual-port detection.Brad Smith
Based on the Marvell FreeBSD driver.
2005-12-22add a missing underscore to the function name rthread_tls_destructors().Brad Smith
2005-12-22typoTheo de Raadt
2005-12-22Teach gdb about interrupt frames on i386 too.Mark Kettenis
2005-12-22disable lcd (dma) when screen is closed. in theory this should speedTheo de Raadt
up the memory subsystem performance making the processor run faster. but in tests i do not see this. maybe we also need to tweak the system bus arbiter ARB_CNTRL to grant more bus cycles to the cpu?
2005-12-22do not do delay(HUGEVALUE) after enabling/disabling the lcd dma. yes, itTheo de Raadt
has a weird effect when you enable it and the backlight at the same time, but most people don't see it because they are flipping the lid open. and it is not actually weird, it is actually rather neat. ok miod
2005-12-22actual step X-# instead of rev # for pxa270Theo de Raadt
2005-12-22Install header files for MMX/SSE intrinsics on amd64 too.Mark Kettenis
ok pval@
2005-12-22if in eject mode, do not include command name in error output; bug spotted ↵Theo de Raadt
by drahn
2005-12-22cvs_rcs_getpath() cannot fail anymore;Xavier Santolaria
2005-12-22Teach gdb how to unwind amd64 kernel trap frames.Mark Kettenis
2005-12-22cvs_chdir() cannot fail anymore;Xavier Santolaria
2005-12-22another fatal() round;Xavier Santolaria
2005-12-22- attach and configure correctlyXavier Santolaria
- pretty dmesg output input+OK miod@.
2005-12-22unitialized variable. ok xsa@Moritz Jodeit
2005-12-22expand the description of -w somewhat;Jason McIntyre
help/ok reyk
2005-12-22put the description of "UsePrivilegedPort" in the correct place;Jason McIntyre
2005-12-22`option', not `options';Jason McIntyre
from j.c. roberts
2005-12-22Postpone the hil console detection logic to the first detection of a keyboard.Miod Vallat
On hp300, hil would claim console against dnkbd if no dnkbd was found at the time the loop is probed, even if the loop is empty. Because of this, plugging dnkbd later would not select it as console keyboard, which is really annoying on kernels without wsmux, such as hp300 RAMDISK. Now the first keyboard plugged will become the console keyboard, whatever its type. No functional change on hppa, since the console path gives a definite console device setting.
2005-12-221. when signalling a process group, don't deliver a copy to every threadTed Unangst
2. when delivering a STOP or CONT signal to a process, now replicate to every thread. makes ^Z and fg work nicer, first noticed by peter hessler. signals and threads are not right, but this is at least a little less wrong.
2005-12-22fix memory leak conditions in thrsleep and significantly simplifyTed Unangst
2005-12-22handle chroot and res_init calls better. diagnosis assistance from otto.Ted Unangst
ok deraadt otto.
2005-12-22more consistently use _rthread prefix for all not meant to be exportedTed Unangst
interfaces that aren't static, and a few that are but which will change
2005-12-22change init code to handle failure. (actually, make it impossible to fail,Ted Unangst
but still have the callers check for good measure). prompted by miod "err() in a library???"
2005-12-22Initialize data_track before a 'goto done;' could lead to it beingKenneth R Westerback
used.
2005-12-22'spoofonly' does not mean what I thought it meant. The whole point isKenneth R Westerback
to read non-OpenBSD label information like MBRs and populate ('spoof') the OpenBSD disk label appropriately. So avoiding an I/O when doing 'spoofonly' is to miss the whole point. Backout all Sept. 26 and subsequent changes to disksubr.c files. The original CD problem with I/O errors on blank media will be addressed another way. Should fix the ext3 vs amd64 problems discussed on misc@. Thanks to steven@ for finally putting it terms that I understood. ok deraadt@
2005-12-22Set correct partition offset to 0 when initializing RAW_PART.Kenneth R Westerback
ok deraadt@
2005-12-22- fix handling of zero byte files.Niall O'Higgins
with this diff, open cvs can do a full local checkout of the XF4 tree on 64-bit architectures, which gnu cvs cannot due to some bug. ok joris@
2005-12-22document 3 zaurus sysctl optionsTheo de Raadt
2005-12-22remove another debug messageTheo de Raadt
2005-12-22last change by me was wrong; do not setperf 2x on wakeupTheo de Raadt