Age | Commit message (Expand) | Author |
2003-02-01 | Make it build without INET6 again. | Daniel Hartmeier |
2003-02-01 | m_pad() is expected to have free'd the mbuf if it returns NULL, so | Daniel Hartmeier |
2003-02-01 | Look, noone cares if you run of out rx descriptors and whining about it just ... | Jason Wright |
2003-02-01 | Regen | Miod Vallat |
2003-02-01 | Correct 715/100XC machine name, per openpa.net. mickey@ ok | Miod Vallat |
2003-02-01 | from Chris Pascoe <c.pascoe@itee.uq.edu.au>: | Chris Cappuccio |
2003-01-31 | do not merge the rodata sections into the .text . they could be moved above 4... | Michael Shalayeff |
2003-01-31 | sync w/ generic and correct minirotsize | Michael Shalayeff |
2003-01-31 | Enter gsckbc, a driver for the ps/2-like input device ports found on many | Miod Vallat |
2003-01-31 | Various typos; Andrey Matveev | Miod Vallat |
2003-01-31 | These cards just don't master... don't bother trying to enable it. | Jason Wright |
2003-01-31 | Sigh. I comitted the wrong diff in the last vfs changes. | Artur Grabowski |
2003-01-31 | Save about 1.7k in executable size for macppc kernel, Since the ELF header | Dale Rahn |
2003-01-31 | Change how the bootloader links to get around size/start address issues | Dale Rahn |
2003-01-31 | The fix introduced with 1.294 to solve issues with route-to in | Daniel Hartmeier |
2003-01-31 | Check protocol (TCP/UDP/ICMP/ICMP6) checksums of all incoming packets, | Daniel Hartmeier |
2003-01-31 | Send a RST when an invalid packet matches a TCP state during the | Daniel Hartmeier |
2003-01-31 | File system locking fixups, mostly from NetBSD: | Artur Grabowski |
2003-01-31 | KNF | Theo de Raadt |
2003-01-31 | plug a mbuf leak | Henning Brauer |
2003-01-31 | Working wscons attachment and block move operations; joint debug by mickey | Miod Vallat |
2003-01-31 | more quiet | Theo de Raadt |
2003-01-31 | fetch the font and use it, some cleanup and knf | Michael Shalayeff |
2003-01-30 | Stop using an LFS type for cluster mallocs, use an own type and | Artur Grabowski |
2003-01-30 | Track if a physical page has been previously mapped executable. If it | Dale Rahn |
2003-01-30 | somehow this got missed in the regen commit | Todd C. Miller |
2003-01-30 | big KNF & ANSI round | Henning Brauer |
2003-01-30 | The E450 seems to have the same problem as the E250, so don't ask OF for | Henric Jungheim |
2003-01-30 | Many Ultra 5s likes to hang when starting. The last thing on the console | Henric Jungheim |
2003-01-30 | there is no need for a MCOUNT, gcc prepares everything and calls _mcount() al... | Michael Shalayeff |
2003-01-30 | no need to force cflags here | Michael Shalayeff |
2003-01-30 | reread the dma status reg after playing part of the dma got programmed. | Michael Shalayeff |
2003-01-30 | regen now that setreuid/setregid have moved out of compat and into kern | Todd C. Miller |
2003-01-30 | Bring back setreuid(2) and setregid(2) as first class syscalls | Todd C. Miller |
2003-01-30 | real meat in audio_device; discussed w/ jason@ | Michael Shalayeff |
2003-01-30 | Check the codec revision... if it's >=CS4215E or >=AD1849K (same value | Jason Wright |
2003-01-29 | check the uvm_fault_wire() for failure, just like other calls; art@ ok | Michael Shalayeff |
2003-01-29 | save fpregs in coredump | Michael Shalayeff |
2003-01-29 | enable scsi and sync w/ generic | Michael Shalayeff |
2003-01-29 | oops, test-compiled the wrong source, missing paren | Michael Shalayeff |
2003-01-29 | make it work on both yamaha and ensoniq mpus; from hunter@dg.net.ua | Michael Shalayeff |
2003-01-29 | moved some stuff into hppa.html | Michael Shalayeff |
2003-01-29 | ref bit is reverse meaning in the pte, therefore should be | Michael Shalayeff |
2003-01-29 | typos; | Jason McIntyre |
2003-01-29 | print out the codec revision in dmesg | Michael Shalayeff |
2003-01-29 | fix typo. majver should be minver | Ted Unangst |
2003-01-28 | add a rule to built bzero.po as well | Michael Shalayeff |
2003-01-28 | Japanese type 5 layout; from a picture of the actual layout on sunsolve, | Miod Vallat |
2003-01-28 | harmony is there, 10x to jason | Michael Shalayeff |
2003-01-28 | Ok, you can only set the HE/SE/LE/IS bits in GAINCTL when reset is asserted (... | Jason Wright |