summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2004-07-11save an (eventually existent) namei process context when going overPedro Martelletto
symbolic links. fixes pr 3842, ok tedu@, art@
2004-07-11backout IPv6 reass-on-scrub patch (more work needs to be done).Jun-ichiro itojun Hagino
requested by deraadt
2004-07-11Create the group when adding a dynamic interface that's not yet plugged in.Ryan Thomas McBride
ok henning@
2004-07-11special case of a non-CDC_AT device tha belongs here; from freebsdTheo de Raadt
2004-07-11syncTheo de Raadt
2004-07-11Kyocera productTheo de Raadt
2004-07-11Fix ldmxcsr asm macro.Mark Kettenis
ok deraadt@
2004-07-11syncTheo de Raadt
2004-07-11shrinkTheo de Raadt
2004-07-11syncTheo de Raadt
2004-07-114 more aue(4) devicesTheo de Raadt
2004-07-11syncTheo de Raadt
2004-07-11support two more suntac products; from freebsdTheo de Raadt
2004-07-11syncTheo de Raadt
2004-07-11simplifyTheo de Raadt
2004-07-11from freebsd via netbsd via lokiTheo de Raadt
The MCT advertises both the interrupt and bulkin endpoints as interrupts. Go from assuming that the first enumerated interrupt is the bulkin (since this may not be the case) to assuming that the true interrupt endpoint will have a 0x2 wMaxPacketSize.
2004-07-11syncTheo de Raadt
2004-07-11support 4 more uftdi ports (3 from freebsd, 1 from netbsd)Theo de Raadt
2004-07-11syncTheo de Raadt
2004-07-11newTheo de Raadt
2004-07-11from netbsd via loki@animata.net, revision 1.68Theo de Raadt
Ignore a port error that happens to come in at the same time as a connect status change. Some root hubs seem to report both.
2004-07-11from netbsd via loki@animata.netTheo de Raadt
uhub.c revision 1.65, ohci.c revision 1.146, uhci.c revision 1.177 Use the correct wValue to get hub desriptors. Also, make wValue checks of root hub codes less strict.
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 ↵Michael Shalayeff
struct w/ [u]quad ino_t time_t and off_t; millert@ ok
2004-07-11move struct hpux_sigaltstack out into .h file as i just figured out it is ↵Michael Shalayeff
needed elsewhere too
2004-07-11regenMichael Shalayeff
2004-07-11sigaltstack wrapperMichael Shalayeff
2004-07-11explicitly initialize a variable that is used to control the vnodePedro Martelletto
flushing loop, otherwise we could hard-lock the machine when unmounting an union filesystem ok tedu@
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
this fixes some problems people have experienced with NFS mounts freezing on NFS server reboot/crash. ok deraadt@ pedro@ tholo@
2004-07-10Keep mxcsr and mxcsr_mask across the fake init in process_read_fpregs.Mark Kettenis
ok deraadt@
2004-07-10make sure we pass vop_whiteout() a locked vnode, ok tedu@Pedro Martelletto
2004-07-10From NetBSD:Artur Grabowski
date: 2004/06/28 09:13:11; author: fvdl; state: Exp; lines: +6 -5 Updaing ci_ilevel and testing ci_ipending must be done with all interrupts off, or priority inversion can occur, which can lead to IPI deadlocks. Leaves interrupts off for a bit longer, sadly, but with no noticeable effects on the systems I tested on. From YAMAMOTO Takashi. Fixes the IPI rendezvous panics for me.
2004-07-10from loki@animata.net:Theo de Raadt
this is netbsds fix for the endian problems they had with the data toggle change. do the swap when the var is assigned to the qtd, rather than swap everything that is assigned to the var and just assign the var. instead of 4 or so htole32s we now do 1. from netbsd, ehci.c 1.67 (i made a mistake, the last patch i gave you was from 1.68) log message: Fix a byte order error.
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
Adjust some silliness that was causing us to do extra work for "frame list rollover" interrupts, which we pretty much ignore.
2004-07-10replace strange cpp magic by straight codeVincent Labrecque
ok deraadt@
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
Idea from NetBSD, OK deraadt@
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
iop_post(), since we may get in iop_post() without the map being initialized. should affect sparc64 only. discussed with and ok'd by mickey@
2004-07-09regenMichael Shalayeff
2004-07-09split off the m68k-specific partsMichael Shalayeff