| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 55 | -125/+133 |
| * | Reference the socket we're accepting. | Benno Rice | 2002-09-14 | 1 | -0/+2 |
| * | Apparently something down in the guts of vm/uvm still needs giant | Julian Elischer | 2002-09-14 | 2 | -0/+4 |
| * | Put firewire under architectures it actually might conceivably | Matt Jacob | 2002-09-14 | 1 | -1/+2 |
| * | Relax checking of incoming PPTP GRE packets a bit: ignore a bogus payload | Archie Cobbs | 2002-09-14 | 1 | -1/+1 |
| * | The nfsroot code should be conditional on NFSCLIENT, not NFS (which no | Peter Wemm | 2002-09-13 | 1 | -1/+1 |
| * | mlockall() and munlockall() are unimplemented; remove their prototypes. | Mike Barcroft | 2002-09-13 | 1 | -8/+2 |
| * | For boot verbose, print resources assigned in a more asthetically pleasing | Warner Losh | 2002-09-13 | 1 | -5/+11 |
| * | Fix fcntl(..., F_GETOWN, ...) and fcntl(..., F_SETOWN, ...) on sparc64 | Thomas Moestl | 2002-09-13 | 1 | -3/+5 |
| * | Add firewire module | Katsushi Kobayashi | 2002-09-13 | 1 | -0/+1 |
| * | Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serial | Katsushi Kobayashi | 2002-09-13 | 23 | -0/+11928 |
| * | "Fix" printf format issues by using %j | Poul-Henning Kamp | 2002-09-13 | 3 | -5/+8 |
| * | Use biowait() rather than DIY. | Poul-Henning Kamp | 2002-09-13 | 1 | -24/+4 |
| * | Fix a bug were a struct bio was freed and certain members subsequently | Poul-Henning Kamp | 2002-09-13 | 2 | -8/+6 |
| * | Oops, broke the build there. Uninline biodone() now that it is non-trivial. | Poul-Henning Kamp | 2002-09-13 | 2 | -9/+30 |
| * | Make biodone() default to wakeup() on the struct bio if no bio_done | Poul-Henning Kamp | 2002-09-13 | 1 | -1/+4 |
| * | Add a couple more of the big/little-endian conversion routines and make | Poul-Henning Kamp | 2002-09-13 | 2 | -6/+25 |
| * | Fix another two printf() format errors which weren't warned | Maxime Henrion | 2002-09-13 | 2 | -8/+8 |
| * | Drop the proc lock while calling fdcheckstd() which may block to allocate | Don Lewis | 2002-09-13 | 1 | -1/+8 |
| * | Fix another printf() format error which wasn't warned about | Maxime Henrion | 2002-09-13 | 2 | -4/+6 |
| * | Fix a printf() format error on 64 bits architectures. | Maxime Henrion | 2002-09-13 | 2 | -6/+8 |
| * | Restore original behaviour of recursion preventer. | Maxim Sobolev | 2002-09-13 | 2 | -5/+7 |
| * | Fix an i830/i845 test that shouldn't get hit in normal use and remove a printf. | Eric Anholt | 2002-09-13 | 2 | -12/+8 |
| * | Add a blank line to make this more consistent with the rest of the file. | John Baldwin | 2002-09-12 | 1 | -0/+1 |
| * | Pass the physical instead of the logical block number in | Joerg Wunsch | 2002-09-12 | 2 | -2/+2 |
| * | Fix the GENERIC build. Don't refer to the non-existant fw_one_pass. | David E. O'Brien | 2002-09-12 | 1 | -1/+1 |
| * | Add preliminary mostly untested support for the Silicon Image Sil680 chip. | Søren Schmidt | 2002-09-12 | 2 | -0/+93 |
| * | Change a couple of splcam() calls that do not make sense in atapi-cam | Thomas Quinot | 2002-09-12 | 1 | -3/+5 |
| * | Rearrange where to get the ATAPI magic sequence. | Søren Schmidt | 2002-09-12 | 1 | -6/+8 |
| * | Wait for drive to become ready if its in progress of loading.. | Søren Schmidt | 2002-09-12 | 1 | -0/+14 |
| * | Dont hang in atprq on poll_dsc command. | Søren Schmidt | 2002-09-12 | 1 | -2/+4 |
| * | Fixed style bugs in resource_list_add_next(). | Bruce Evans | 2002-09-12 | 1 | -5/+5 |
| * | - Fix two obvious locking bugs; 1) returning with lock held when it needed | Andrew R. Reiter | 2002-09-12 | 1 | -3/+16 |
| * | Add AGP support for Intel i830M and i845 thanks to patches from moto kawasaki | Eric Anholt | 2002-09-12 | 4 | -96/+430 |
| * | Make bridging and layer2-ipfw obey net.inet.ip.fw.one_pass. | Luigi Rizzo | 2002-09-12 | 2 | -4/+4 |
| * | Only probe one PHY on the D-Link 580 version of the card (ie rev 0x12). | Doug Ambrisko | 2002-09-11 | 1 | -6/+37 |
| * | - Change utrace ktrace events to malloc the work buffer before getting a | John Baldwin | 2002-09-11 | 1 | -9/+10 |
| * | Remove support for synchronous ktrace requests now that none exist anymore. | John Baldwin | 2002-09-11 | 1 | -33/+11 |
| * | - Change ktrace genio events to only copy up to ktr_geniosize bytes of a | John Baldwin | 2002-09-11 | 1 | -18/+18 |
| * | - Add a kern.ktrace sysctl node. | John Baldwin | 2002-09-11 | 1 | -2/+9 |
| * | Change namei and syscall ktrace events to malloc work buffers before | John Baldwin | 2002-09-11 | 1 | -7/+14 |
| * | Somebody forgot to turn out the lights. | Peter Wemm | 2002-09-11 | 2 | -90/+0 |
| * | Sometime after binutils-2.9 (ie: ages ago), the handling of __start_set_* | Peter Wemm | 2002-09-11 | 1 | -6/+0 |
| * | Indentation does not make a block.. need curly braces too. | Julian Elischer | 2002-09-11 | 1 | -1/+2 |
| * | I completely fubared this. An empty EXPORT_SYMS= is not valid. I know I | Peter Wemm | 2002-09-11 | 1 | -2/+0 |
| * | Whitespace consistency fix from addition of IAHD_REG_PRETTY_PRINT: use | Robert Watson | 2002-09-11 | 2 | -2/+2 |
| * | It's bad enough people can't figure out to use the same code, or in | Poul-Henning Kamp | 2002-09-11 | 4 | -192/+141 |
| * | correct another spammage.. sorry bruce.. not exactly sure how my patch | Julian Elischer | 2002-09-11 | 1 | -1/+0 |
| * | revert a line that was not part of my change.. | Julian Elischer | 2002-09-11 | 1 | -1/+1 |
| * | Comment and whitespace changes. | Julian Elischer | 2002-09-11 | 1 | -12/+13 |