Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-11 | save an (eventually existent) namei process context when going over | Pedro Martelletto | |
symbolic links. fixes pr 3842, ok tedu@, art@ | |||
2004-07-11 | backout IPv6 reass-on-scrub patch (more work needs to be done). | Jun-ichiro itojun Hagino | |
requested by deraadt | |||
2004-07-11 | Create the group when adding a dynamic interface that's not yet plugged in. | Ryan Thomas McBride | |
ok henning@ | |||
2004-07-11 | special case of a non-CDC_AT device tha belongs here; from freebsd | Theo de Raadt | |
2004-07-11 | sync | Theo de Raadt | |
2004-07-11 | Kyocera product | Theo de Raadt | |
2004-07-11 | Fix ldmxcsr asm macro. | Mark Kettenis | |
ok deraadt@ | |||
2004-07-11 | sync | Theo de Raadt | |
2004-07-11 | shrink | Theo de Raadt | |
2004-07-11 | sync | Theo de Raadt | |
2004-07-11 | 4 more aue(4) devices | Theo de Raadt | |
2004-07-11 | sync | Theo de Raadt | |
2004-07-11 | support two more suntac products; from freebsd | Theo de Raadt | |
2004-07-11 | sync | Theo de Raadt | |
2004-07-11 | simplify | Theo de Raadt | |
2004-07-11 | from freebsd via netbsd via loki | Theo 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-11 | sync | Theo de Raadt | |
2004-07-11 | support 4 more uftdi ports (3 from freebsd, 1 from netbsd) | Theo de Raadt | |
2004-07-11 | sync | Theo de Raadt | |
2004-07-11 | new | Theo de Raadt | |
2004-07-11 | from netbsd via loki@animata.net, revision 1.68 | Theo 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-11 | from netbsd via loki@animata.net | Theo 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-11 | sync | Theo de Raadt | |
2004-07-11 | viewsonic; from loki@animata.net | Theo de Raadt | |
2004-07-11 | typedef hpux_stack_t kinda like stack_t | Michael Shalayeff | |
2004-07-11 | add sf. ok deraadt@ | Ted Unangst | |
2004-07-11 | get 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-11 | move struct hpux_sigaltstack out into .h file as i just figured out it is ↵ | Michael Shalayeff | |
needed elsewhere too | |||
2004-07-11 | regen | Michael Shalayeff | |
2004-07-11 | sigaltstack wrapper | Michael Shalayeff | |
2004-07-11 | explicitly initialize a variable that is used to control the vnode | Pedro Martelletto | |
flushing loop, otherwise we could hard-lock the machine when unmounting an union filesystem ok tedu@ | |||
2004-07-10 | regen | Michael Shalayeff | |
2004-07-10 | enable stty/gtty on hppa as well | Michael Shalayeff | |
2004-07-10 | fix 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-10 | Keep mxcsr and mxcsr_mask across the fake init in process_read_fpregs. | Mark Kettenis | |
ok deraadt@ | |||
2004-07-10 | make sure we pass vop_whiteout() a locked vnode, ok tedu@ | Pedro Martelletto | |
2004-07-10 | From 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-10 | from 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-10 | Avoid looping messages during boot. Tested by various people. deraadt@ ok. | Hakan Olsson | |
2004-07-10 | from netbsd, via loki@animata.net, revision 1.67 | Theo 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-10 | replace strange cpp magic by straight code | Vincent Labrecque | |
ok deraadt@ | |||
2004-07-10 | add back in piece required for m68k | Theo de Raadt | |
2004-07-10 | files.hpux is now in a {m68k,hppa} subdir | Theo de Raadt | |
2004-07-09 | regen | Todd C. Miller | |
2004-07-09 | Rename ostat -> stat43 to disambiguate from upcoming struct stat changes. | Todd C. Miller | |
Idea from NetBSD, OK deraadt@ | |||
2004-07-09 | regen | Michael Shalayeff | |
2004-07-09 | feh. hppa part. some unfinished and untested | Michael Shalayeff | |
2004-07-09 | perform reply buffer dma synchronisation in iop_msg_post(), and not in | Pedro 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-09 | regen | Michael Shalayeff | |
2004-07-09 | split off the m68k-specific parts | Michael Shalayeff | |