Age | Commit message (Expand) | Author |
2003-01-31 | sync | Theo de Raadt |
2003-01-31 | Replace emulated versions of setreuid() and setregid() with real syscalls. | Todd C. Miller |
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 | stuff in arch/sparc64 is by defn v9, remove < v9 #ifdefs. ok marc. | Jason Wright |
2003-01-31 | Send a RST when an invalid packet matches a TCP state during the | Daniel Hartmeier |
2003-01-31 | bad marc, commited crap to shut gcc up. Remove the crap. | Marco S Hyman |
2003-01-31 | o When checking for root, look at effective, not real uid; checking the | Todd C. Miller |
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 | we do not need that mess of -I | Theo de Raadt |
2003-01-31 | Create a siginfo_t for thread-to-thread kill. | Marco S Hyman |
2003-01-31 | fetch the font and use it, some cleanup and knf | Michael Shalayeff |
2003-01-30 | when an interface is no longer valid, remove it from the protocol list | Ted Unangst |
2003-01-30 | sync | Theo de Raadt |
2003-01-30 | remove bogus comment | Theo de Raadt |
2003-01-30 | enter hppa | Theo de Raadt |
2003-01-30 | Again this comment was not updated. now we have 7 load sections. | Dale Rahn |
2003-01-30 | ELF security enhancement: put .rodata into it's own load section instead | Dale Rahn |
2003-01-30 | this allows to build a ramdiskNN.lif | Michael Shalayeff |
2003-01-30 | Stop using an LFS type for cluster mallocs, use an own type and | Artur Grabowski |
2003-01-30 | in these two cases strdup makes more sense than asprintf, pointed out by | Henning Brauer |
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 | need to disable load tests for altq and table stuff for now :-( | Henning Brauer |
2003-01-30 | test :network and :broadcast modifiers | Henning Brauer |
2003-01-30 | document :network and :broadcast modifiers | Henning Brauer |
2003-01-30 | add support for :network and :broadcast modifiers to interface names. | Henning Brauer |
2003-01-30 | big KNF & ANSI round | Henning Brauer |
2003-01-30 | revoke privs a bit later so spamd can bind() to ports < 1024 | 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 | sync | Theo de Raadt |
2003-01-30 | Only flush the got address, if there is one. DOH. | Dale Rahn |
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 | add "testall" target for development testing | Marco S Hyman |
2003-01-30 | Change the constructor execution order to initialize dependant libraries | Dale Rahn |
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 | AD1849 not AD1848, also give the name of the AD1849 chip now that I have the ... | Jason Wright |