summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-07-11syncTheo de Raadt
2004-07-11newTheo de Raadt
2004-07-11from netbsd via loki@animata.net, revision 1.68Theo de Raadt
2004-07-11from netbsd via loki@animata.netTheo de Raadt
2004-07-11syncTheo de Raadt
2004-07-11viewsonic; from loki@animata.netTheo de Raadt
2004-07-11typedef hpux_stack_t kinda like stack_tMichael Shalayeff
2004-07-11add sf. ok deraadt@Ted Unangst
2004-07-11get rid of [u]longs in hpux_stat that are really [u]ints and define stat64 st...Michael Shalayeff
2004-07-11move struct hpux_sigaltstack out into .h file as i just figured out it is nee...Michael Shalayeff
2004-07-11regenMichael Shalayeff
2004-07-11sigaltstack wrapperMichael Shalayeff
2004-07-11explicitly initialize a variable that is used to control the vnodePedro Martelletto
2004-07-10regenMichael Shalayeff
2004-07-10enable stty/gtty on hppa as wellMichael Shalayeff
2004-07-10fix for where a TCP NFS connection could sleep in soreceive() forever,marius eriksen
2004-07-10Keep mxcsr and mxcsr_mask across the fake init in process_read_fpregs.Mark Kettenis
2004-07-10make sure we pass vop_whiteout() a locked vnode, ok tedu@Pedro Martelletto
2004-07-10From NetBSD:Artur Grabowski
2004-07-10from loki@animata.net:Theo de Raadt
2004-07-10Avoid looping messages during boot. Tested by various people. deraadt@ ok.Hakan Olsson
2004-07-10from netbsd, via loki@animata.net, revision 1.67Theo de Raadt
2004-07-10replace strange cpp magic by straight codeVincent Labrecque
2004-07-10add back in piece required for m68kTheo de Raadt
2004-07-10files.hpux is now in a {m68k,hppa} subdirTheo de Raadt
2004-07-09regenTodd C. Miller
2004-07-09Rename ostat -> stat43 to disambiguate from upcoming struct stat changes.Todd C. Miller
2004-07-09regenMichael Shalayeff
2004-07-09feh. hppa part. some unfinished and untestedMichael Shalayeff
2004-07-09perform reply buffer dma synchronisation in iop_msg_post(), and not inPedro Martelletto
2004-07-09regenMichael Shalayeff
2004-07-09split off the m68k-specific partsMichael Shalayeff
2004-07-09attach to Planex and Corega Ethernet cards.Brad Smith
2004-07-09Fix buffer writing in cd9660 code, written by Tom and myself, examined by tobyDale Rahn
2004-07-09from netbsd:Theo de Raadt
2004-07-09brings in a few fixes from NetBSD...Brad Smith
2004-07-09Do not compile non-us keyboard tables on alpha if SMALL_KERNEL, as anMiod Vallat
2004-07-09qbus vector counting, too; from hughTheo de Raadt
2004-07-09typo. Bruno RoheeJun-ichiro itojun Hagino
2004-07-09go away staticsNiklas Hallqvist
2004-07-08Make 0/0 table entries work; also fix a problem setting the network maskRyan Thomas McBride
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2004-07-08we don't care about copyout's success. add a comment to appease sturm@Ted Unangst
2004-07-08Move carp_output() call to after mcopy of MAC address so the virtual addressRyan Thomas McBride
2004-07-08enclose some MP-only things in #ifdef MULTIPROCESSORDavid Krause
2004-07-08nforce3; downsjTheo de Raadt
2004-07-07new-style interrupt counters. based on initial work by hugh. ok miodTheo de Raadt
2004-07-07Funny typo.Miod Vallat
2004-07-07Only drain the transmit queue if we are idling the transmit section.Todd C. Miller