summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-01-31Send a RST when an invalid packet matches a TCP state during theDaniel Hartmeier
2003-01-31bad marc, commited crap to shut gcc up. Remove the crap.Marco S Hyman
2003-01-31o When checking for root, look at effective, not real uid; checking theTodd C. Miller
2003-01-31File system locking fixups, mostly from NetBSD:Artur Grabowski
2003-01-31KNFTheo de Raadt
2003-01-31plug a mbuf leakHenning Brauer
2003-01-31Working wscons attachment and block move operations; joint debug by mickeyMiod Vallat
2003-01-31more quietTheo de Raadt
2003-01-31we do not need that mess of -ITheo de Raadt
2003-01-31Create a siginfo_t for thread-to-thread kill.Marco S Hyman
2003-01-31fetch the font and use it, some cleanup and knfMichael Shalayeff
2003-01-30when an interface is no longer valid, remove it from the protocol listTed Unangst
2003-01-30syncTheo de Raadt
2003-01-30remove bogus commentTheo de Raadt
2003-01-30enter hppaTheo de Raadt
2003-01-30Again this comment was not updated. now we have 7 load sections.Dale Rahn
2003-01-30ELF security enhancement: put .rodata into it's own load section insteadDale Rahn
2003-01-30this allows to build a ramdiskNN.lifMichael Shalayeff
2003-01-30Stop using an LFS type for cluster mallocs, use an own type andArtur Grabowski
2003-01-30in these two cases strdup makes more sense than asprintf, pointed out byHenning Brauer
2003-01-30Track if a physical page has been previously mapped executable. If itDale Rahn
2003-01-30somehow this got missed in the regen commitTodd C. Miller
2003-01-30need to disable load tests for altq and table stuff for now :-(Henning Brauer
2003-01-30test :network and :broadcast modifiersHenning Brauer
2003-01-30document :network and :broadcast modifiersHenning Brauer
2003-01-30add support for :network and :broadcast modifiers to interface names.Henning Brauer
2003-01-30big KNF & ANSI roundHenning Brauer
2003-01-30revoke privs a bit later so spamd can bind() to ports < 1024Henning Brauer
2003-01-30The E450 seems to have the same problem as the E250, so don't ask OF forHenric Jungheim
2003-01-30Many Ultra 5s likes to hang when starting. The last thing on the consoleHenric Jungheim
2003-01-30syncTheo de Raadt
2003-01-30Only flush the got address, if there is one. DOH.Dale Rahn
2003-01-30there is no need for a MCOUNT, gcc prepares everything and calls _mcount() al...Michael Shalayeff
2003-01-30no need to force cflags hereMichael Shalayeff
2003-01-30add "testall" target for development testingMarco S Hyman
2003-01-30Change the constructor execution order to initialize dependant librariesDale Rahn
2003-01-30reread the dma status reg after playing part of the dma got programmed.Michael Shalayeff
2003-01-30regen now that setreuid/setregid have moved out of compat and into kernTodd C. Miller
2003-01-30Bring back setreuid(2) and setregid(2) as first class syscallsTodd C. Miller
2003-01-30real meat in audio_device; discussed w/ jason@Michael Shalayeff
2003-01-30AD1849 not AD1848, also give the name of the AD1849 chip now that I have the ...Jason Wright
2003-01-30Check the codec revision... if it's >=CS4215E or >=AD1849K (same valueJason Wright
2003-01-29check the uvm_fault_wire() for failure, just like other calls; art@ okMichael Shalayeff
2003-01-29save fpregs in coredumpMichael Shalayeff
2003-01-29enable scsi and sync w/ genericMichael Shalayeff
2003-01-29oops, test-compiled the wrong source, missing parenMichael Shalayeff
2003-01-29make it work on both yamaha and ensoniq mpus; from hunter@dg.net.uaMichael Shalayeff
2003-01-29moved some stuff into hppa.htmlMichael Shalayeff
2003-01-29ref bit is reverse meaning in the pte, therefore should beMichael Shalayeff
2003-01-29typos;Jason McIntyre