summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2003-11-24-fno-builtin, checked by millert@Marc Espie
2003-11-24have to apm_set_ver() before the values calculated get used; from ↵Michael Shalayeff
nedko@users.sourceforge.net
2003-11-24make it use system bcopy/bzero (speeds up the vax about twice); from pr3549Michael Shalayeff
2003-11-23-fno-builtin* checked by brad@Marc Espie
2003-11-23Check correct array index KERN_VNODE; from Alistair KerrTodd C. Miller
Closes PR 3571 as per on icb.
2003-11-23check for too-small length in stream debug codeAnil Madhavapeddy
discussed with grange@ tedu@
2003-11-22Unbreak compiling with DEBUG.Alexander Yurchenko
Diff from mickey@, ok weingart@
2003-11-21+ -fno-builtin-* on architectures confirmed to work.Marc Espie
2003-11-21Remove redundant arguments to pf_sockaddr_lookup(); proto and af are alreadyRyan Thomas McBride
included in pd. ok dhartmei@ henning@
2003-11-21Remove unused "ipoff" arguments.Ryan Thomas McBride
ok dhartmei@ henning@
2003-11-20Correct bounds check in semop(2) and semctl(2)Todd C. Miller
2003-11-20Sync comments with NetBSD.Alexander Yurchenko
ok millert@
2003-11-20Make these pass -Wsign-compareTodd C. Miller
2003-11-20Check for round_page() overflow in uvm_vslock()/uvm_vsunlock().Alexander Yurchenko
ok millert@ henning@ markus@ drahn@
2003-11-20Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa.Marc Espie
No confirmed report of `this work' for other arches yet...
2003-11-19Sync with NetBSD probe code: deal with non-pullups ide bus whenAlexander Yurchenko
testing status register and a better comments on probe logic. Tested on i386, sparc64 and macppc by me, jmc@, matthieu@, sturm@ and drahn@. ok costa@
2003-11-19undo boolshit unapproved changes the author does not even care about to fixMichael Shalayeff
2003-11-19MALLOC is not meant for variable size allocationsTed Unangst
2003-11-19regenMichael Shalayeff
2003-11-19MALLOC is not meant for variable size allocationsTed Unangst
2003-11-19- add ALI M1533 and M1535 ids. ok mickey@Kevin Lo
- fix ALI M1543 id. pointed out by mickey@
2003-11-18Remove the duplicated code in ssh_checkintr() - checked against mvme68k.Miod Vallat
2003-11-18don't leave test code enabled, spotted Dries SchellekensTed Unangst
2003-11-18In ssh_checkintr(), better check pointers for NULL before theyMiod Vallat
are dereferenced. XXX Looks like there are duplicated sections in this function. This driver needs a huge cleanup anyway...
2003-11-18path_index isn't used for anything, so comment it out. idea millert@Ted Unangst
2003-11-18add lightwight reader/writer locks from art@. we will be using theseTed Unangst
later. have been looked over for quite some time now.
2003-11-18faster pools. split pagelist into full, partial, and empty so we find whatTed Unangst
we're looking for. change small page_header hash table to a splay tree. from Chuck Silvers. tested by brad grange henning mcbride naddy otto
2003-11-18remove useless debug print.Dale Rahn
2003-11-18DDB_SAFE_CONSOLE should not be specified in GENERIC kernel except for testing.Dale Rahn
2003-11-17Various cleanups, knf, better debug messages.Alexander Yurchenko
2003-11-17Don't wait for DRQ after issuing IDENTIFY command; instead check for DRQAlexander Yurchenko
asserted after BSY is cleared in data read codepath. Solves delays in probe. The first version of this diff was done by costa@ a long time ago but had some issues. This one is a partial sync with NetBSD. ok costa@
2003-11-17syncAlexander Yurchenko
2003-11-17New vendor TigerJet Network and a new toy of tm@ -- Tiger320Alexander Yurchenko
pci communication controller. ok mickey@
2003-11-17Corega Ether II PCC-TD support.Federico G. Schwindt
from Katsuhiko Hirohashi <hasiyan at mk2 dot org>.
2003-11-17regen.Federico G. Schwindt
2003-11-17Corega Ether II PCC-TD; from Katsuhiko Hirohashi <hasiyan at mk2 dot org>.Federico G. Schwindt
2003-11-17add a missing bounds check that allowed a stack overrun. reported byTed Unangst
Georgi Guninski. also prevent an int overflow. ok millert@
2003-11-17Be sure to not use the cpuid instruction on processors which do not support it;Miod Vallat
repairs 80386 support. Spotted and tested nick@
2003-11-17Be sure to pmap_deactivate() pmaps when processes exit or are scheduled out.Miod Vallat
2003-11-17Defined behavior.Marc Espie
ok grange@ miod@
2003-11-17Sync cpu_swapout() comments with reality.Miod Vallat
2003-11-16pf_test() and pf_test6() consistency:Ryan Thomas McBride
- Fix anchor anchor accounting for IPv4 TCP and all IPv6 protocols. - Make stateful connections work for generic protocols on IPv6. ok henning@ dhartmei@
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
of gcc extensions have more of a chance. ok mcbride@, no objections from millert@, deraadt@
2003-11-16compile without INET6Markus Friedl
2003-11-15set boottime's time to boottime, handy for find. requested by markus.Ted Unangst
don't bother with microtime. time should be more than enough precision. from netbsd.
2003-11-15recognize AMD Opteron, Athlon64 and Athlon64FX as 686-class CPUHenning Brauer
diff from Chris Timmons <ChrisT@computar.ca> and jaimie@camerarepair.com with minor adjustments by me ok millert@
2003-11-15diff from andreas@:Henning Brauer
use the cpuid instruction for processor identification where available. tested by grange@, tedu@ and me
2003-11-14Enable pci address fixup, include a workaround for the fact thatDale Rahn
the ISA space address shows up in the PCI address space register, and that ISA space is outside of the PCI address range.
2003-11-14Allow bootloader to parse RDB labeled disks, it is now possible toDale Rahn
boot OpenBSD from a shared MorphOS/OpenBSD/... disk. Documentation and updated install script to come.
2003-11-14More obsolete code/define removal.Dale Rahn