summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-05-07string cleanup; nate okTheo de Raadt
2003-05-07use strlcpy; itojun okTheo de Raadt
2003-05-07make this at least compile ...Michael Shalayeff
2003-05-06String fixes. Scsi now strcpy/strcat/sprintf/strncat free. SomeKenneth R Westerback
2003-05-06make sure we always zero out ds (and get no trash from stack) and always warn...Michael Shalayeff
2003-05-06count auto-sense reqs as well; krw@ okMichael Shalayeff
2003-05-06allow programming dma block bus transaction length on 710 and set to 8 words ...Michael Shalayeff
2003-05-06string cleaning; tedu okTheo de Raadt
2003-05-06Fix a bug that prevents rdr/binat (but not nat) from working for protocolsDaniel Hartmeier
2003-05-06updated prototype for dounmountTed Unangst
2003-05-06attempt to put a process's cwd back in place after a forced umount.Ted Unangst
2003-05-06avoid doing a lookup on no longer mounted directories.Ted Unangst
2003-05-06use M_NOWAIT instead of WAITOK for the hashtable allocation. ok itojun@Ted Unangst
2003-05-06use snprintfTheo de Raadt
2003-05-06sprintf -> snprintf. strncpy -> bcopy since d_packname is not really aKenneth R Westerback
2003-05-06range check for the CIS table scanHenning Brauer
2003-05-06Declare the major number for wd, so that a custom kernel can specific explicitMiod Vallat
2003-05-06string cleaning; tedu okTheo de Raadt
2003-05-05Move exec base to 0x1c000000, exe/data gap to 512MB. Allows betterDale Rahn
2003-05-05Write explicit scsibus at controller attachment, rather than scsibus at scsiMiod Vallat
2003-05-05regenHenning Brauer
2003-05-05"Intel 82440MX AC97 Modem" rev 0x00 at pci0 dev 0 function 2 not configuredHenning Brauer
2003-05-05fix test for restoring mnt_syncer in dounmount.Ted Unangst
2003-05-04mop-mop squeek-squeekMichael Shalayeff
2003-05-04Free mbuf when dropping invalid ARP with ar_hrd != ARPHRD_ETHER, insteadDaniel Hartmeier
2003-05-04snprintfTheo de Raadt
2003-05-04Set code segment register according to nxpages, copied from machdep.cDale Rahn
2003-05-04When a protection fault occurs, force %cr2 to contain the pc asDale Rahn
2003-05-04string cleaning. ok deraadt@Ted Unangst
2003-05-04remove unused var docache from relookup. from netbsdTed Unangst
2003-05-03string fixTheo de Raadt
2003-05-03string fixes; tedu okTheo de Raadt
2003-05-03string fixes; tedu okTheo de Raadt
2003-05-03regenAlexander Yurchenko
2003-05-03A bunch of new Promise ATA/SATA chips; from FreeBSDAlexander Yurchenko
2003-05-03sprintf -> snprintf.Kenneth R Westerback
2003-05-03just as a safety measure, set m_flags to 0 for mbufs allocated on stack.Jun-ichiro itojun Hagino
2003-05-02when flipping the code descriptors also update cs in theMichael Shalayeff
2003-05-02syncTed Unangst
2003-05-02Rework SIS IDE support. Unbreak the newest chips and fix issues with theAlexander Yurchenko
2003-05-02add eap and do a bit of cleaningJason Wright
2003-05-01add eso, opl, and midi, and clean the audio stuff up a bitJason Wright
2003-05-01- initialize sc_pa before using itJason Wright
2003-05-01knfTed Unangst
2003-05-01syncTed Unangst
2003-05-01several related changes:Ted Unangst
2003-05-01typos;Jason McIntyre
2003-05-01use "tokenbroadcastaddr" throughout the code for consistency. deraadt okJun-ichiro itojun Hagino
2003-05-01Fix unbalanced parens in __swap64gen macro for non-gcc; Hugh C KennedyTodd C. Miller
2003-04-30do not be hungry for buffers and allocate lower than a max (for iodc io)Michael Shalayeff