summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2003-08-05print dv_xname instead of the uninitialized variable card; ok ↵Markus Friedl
miod/henning/deraadt
2003-08-05sync with netbsdjoshua stein
makes my samsung i500 attach a ucom ok nate@
2003-08-05Add support for Winbond 83627THF, ok grange@ henning@Damien Couderc
2003-08-05support for shared interrupts as required by isa/eisa/pci. remove a gsckbc ↵Michael Shalayeff
kludge; miod@ testing
2003-08-04make 'em all unsignedMichael Shalayeff
2003-08-04Add missing close() on EFTYPE error in exec(); from Patrick LatifiTodd C. Miller
2003-08-04Use strlcpy(), not strncpy() when copying p->p_comm to core.c_nameTodd C. Miller
to guarantee NUL termination; from Patrick Latifi.
2003-08-04syncMarkus Friedl
2003-08-04soekris tweaksMarkus Friedl
2003-08-03Resistance is futile, you will be KNF'ed.Miod Vallat
And then it will be easier to debug this mess (no functional change yet).
2003-08-03oopsMichael Shalayeff
2003-08-03use bus_dmamap_load_raw() instead of bus_dmamap_load() where appropriate; ↵Michael Shalayeff
krw@ ok
2003-08-03Implement the WCONTINUED flag to the wait(2) family of syscalls and theTodd C. Miller
associated WIFCONTINUED macro as per 1003.1-2001. Adapted from FreeBSD. A minor amount of trickiness is involved here. The value for WCONTINUED is chosen in such a way that _WSTATUS(_WCONTINUED) == _WSTOPPED and the WIFSTOPPED macro has been modified such that WIFSTOPPED(_WCONTINUED) != _WSTOPPED. This means we don't need to add an extra check to the WIFSIGNALED and WIFSTOPPED macros. deraadt@ OK.
2003-08-03prefer fdc to fdce for cache flushing hereMichael Shalayeff
2003-08-03clear branch and nullify bits in psw on sending a signalMichael Shalayeff
2003-08-03another gapped system call handled incorrectly: truncate64; marius@monkey.orgTheo de Raadt
2003-08-02syncTheo de Raadt
2003-08-02wrong args for linux ftruncate64; marius@monkey.orgTheo de Raadt
2003-08-02regen.Federico G. Schwindt
2003-08-02ADMtek 8211 WLAN id.Federico G. Schwindt
2003-08-022nd port location was incorrect; bde@freebsdTheo de Raadt
2003-08-02newline at end of printfTed Unangst
2003-08-01The pmap potpourri du jour, while hunting for evil bugs:Miod Vallat
- provide a simpler flush_atc_entry() in the NCPUS == 1 case - remove some can't happen tests in pmap_protect() - handle pool_get failure and PMAP_CANFAIL correctly in pmap_enter() - don't forget to initialize pv_flags in new pv_entry items - de-cretinize pmap_testbit() and pmap_page_protect()
2003-08-01move fileops out of file, and make it pretty. ok deraadt@ millert@Ted Unangst
2003-08-01Nuke uvm_useracc() call here too.Miod Vallat
2003-08-01The Vigra VS10-EK is recognized as a cgthree clone, but due to its utterlyMiod Vallat
ridiculous resolution, we need to plug the "clear the screen and switch font" trick here too. [Thanks to Andrey Smagin for providing a card for testing]
2003-08-01pmap_kremove was so broken I'd rather pretend I did not write it...Miod Vallat
2003-08-01Nuke calls to uvm_useracc() and instead check copyin() and copyout() forMiod Vallat
failure, since the former is not reliable; requested by art@ long ago.
2003-08-01syncTheo de Raadt
2003-08-01ansiTheo de Raadt
2003-08-01new soekrisTheo de Raadt
2003-08-01Fix ICH5R SATA supportAlexander Yurchenko
2003-08-01syncAlexander Yurchenko
2003-08-01Add ICH5R SATA RAID; pointed out by Alexandre H <openbsdah@wanadoo.fr>Alexander Yurchenko
ok deraadt@
2003-08-01No semicolon at the end of macros supposed to be atomic statements.Miod Vallat
2003-08-01Compensate for the assym.h lossage, which defines NBPG for now (this will beMiod Vallat
cleaned up soon...)
2003-08-01Do not use hardcoded values for constants which are in fact computed from otherMiod Vallat
constants.
2003-08-01Turn flush_pipeline() in a simple macro.Miod Vallat
2003-08-01Define a more reasonable label_t size.Miod Vallat
2003-08-01Even better varargs code, inspired by and more closer to the powerpc code,Miod Vallat
necessary for proper gcc 2.95 operation.
2003-08-01Fix pcctwo locator typosMiod Vallat
2003-08-01${LIBGCC} is useless, since libgcc.a does not live in /usr/lib; instead,Miod Vallat
use gcc to get the correct location.
2003-08-01Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times.Miod Vallat
Gets us a working perl 5.8.
2003-08-01Support for new Marvell based Gigabit Ethernet adaptersNathan Binkert
ok deraadt@
2003-08-01remove the strcpy/strcat macrosAnil Madhavapeddy
deraadt@ ok
2003-07-31Make table tickets per-ruleset instead of global.Cedric Berger
Make table tickets u_int32_t for consistency with other parts of PF. Ok dhartmei@ henning@
2003-07-31pasto; lha@stacken.kth.seMarkus Friedl
2003-07-31fix the copyin() size for the instruction (and thus avoid oblittering someJason Wright
stack junk). Remove the math_abort() and bswapw() macros. ok mickey, tested by nick. fpu-less x86 machines now boot but there are still problems.
2003-07-31remove autoconf_nzs; from netbsdJason Wright
2003-07-30an absolute cure for an inherited arrhythmia w/ uninitialized variableMichael Shalayeff