summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-06-02licence cleanupTheo de Raadt
2003-06-02license cleanup of my filesTheo de Raadt
2003-06-02I'm a dork, I removed the 4th clause of the UCB license instead ofTodd C. Miller
the 3rd one.
2003-06-02Update old UCB license w/ new one based on /sys/net/slcompress.[ch]Todd C. Miller
2003-06-02more term cleanup by meTheo de Raadt
2003-06-02remove terms 3 and 4 of some of my licencesTheo de Raadt
2003-06-02typosTheo de Raadt
2003-06-02remove terms 3 and 4 of some of my licencesTheo de Raadt
2003-06-02Remove some liesTodd C. Miller
2003-06-02remove terms 3 & 4 on my own softwareTheo de Raadt
2003-06-02Use the getopt() in getopt_long.c which supports some GNU extensions.Todd C. Miller
getopt.c is no longer compiled and will eventually be removed.
2003-06-02prevents systrace from referencing freed memory; provosJun-ichiro itojun Hagino
2003-06-02stackgap_random becomes 64KTheo de Raadt
2003-06-02remove junkTheo de Raadt
2003-06-02regenmargarida
2003-06-02Add ATI Radeon IGP 320M.margarida
Integrated Graphics Processor for Mobile AMD Mobile Athlon 4/Duron Processors ok millert@
2003-06-02Initialize the hint for uvm_km_suballoc.Artur Grabowski
2003-06-01some string formats.Artur Grabowski
vincent@ ok
2003-06-01Undo a misguided attempt to fix speling errors from long ago. UCBTodd C. Miller
copyrights say "acknowledgement", not "acknowledgment". You cannot just go changing the text of a license willy-nilly.
2003-06-01Correct string bounds; spotted by avsm@'s bounds checker.Miod Vallat
ok krw@ rohee@
2003-06-01- section reorderJason McIntyre
- macro cleanup
2003-06-01- section reorderJason McIntyre
- merge COMPATIBILITY - kill whitespace at EOL
2003-06-01Initialize minaddr to a sane value. at request of art.Dale Rahn
2003-06-01Kingston KNE-PCM/x support.Federico G. Schwindt
tested by Lane Myer <myer at FreeBSD-uk dot eu dot org>.
2003-06-01Kingston KNE-PCM/x support.Federico G. Schwindt
2003-06-01- section reorderJason McIntyre
- merge COMPATIBILITY - kill whitespace at EOL - tidy up macros
2003-06-01- section reorderJason McIntyre
- merge COMPATIBILITY - kill whitespace at EOL
2003-06-01- section reorderJason McIntyre
- kill unnecessary .Ns macros - add some man page section numbers to .Xr's
2003-06-01initialize minaddr before calling uvm_km_suballoc.Artur Grabowski
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
2003-06-01syncTheo de Raadt
2003-06-01uvm_km_suballoc passes the 'min' argument untouched to uvm_map. uvm_mapArtur Grabowski
uses it as a hint for where to steal space from the parent map. We've been passing random stack garbage as that hint for ages. It's a wonder it didn't break things until we started working on Hammer. noone objected for at least a week.
2003-06-01When searching for the symbol table and string table we were lookingArtur Grabowski
for ".symtab" and ".strtab" in the section names. Instead of doing that, look for section type SHT_SYMTAB for the symbol table and follow the link in sh_link to find the corresponding string table. This is a more correct way of doing things and will work better when the toolchain doesn't generate ".symtab" and ".strtab" names and it will work when there are multiple symbol tables. noone objected to this diff for at least a week.
2003-06-01various format string cleanups; tedu okTheo de Raadt
2003-06-01Revert ep0 removal, deraadt@ objects.Miod Vallat
2003-06-01syncTheo de Raadt
2003-06-01spelling, prelevant -> prevalentTed Unangst
2003-06-01Typo in panic message.Miod Vallat
2003-06-01Remove unused variable.Miod Vallat
2003-06-01Partial mvme88k sets sync. May contain a few innacuracies, but will helpMiod Vallat
future updates.
2003-05-31It makes no sense to defineMiod Vallat
ep0 at foobus? ep* at foobus? for up to three different buses. Just get rid of the ep0 entry. To be fair, config(8) ought to complain for such a syntax - hard coded device number should be unique.
2003-05-31syncMatthieu Herrb
2003-05-31real register definitions for the brooktree 451/457/458 on the cgsix andJason Wright
cgthree. ok miod.
2003-05-31nVidia NV18 graphics chips from XFree86. Ok deraadt@Matthieu Herrb
2003-05-31Don't use orw with a > 16 bits constant.Miod Vallat
2003-05-31only return 8 bits of statusTheo de Raadt
2003-05-31Unpeeing as pointed out by Dries Schellekens.Tobias Weingartner
ok miod@
2003-05-31Remove a bunch of obsolete definitions.Miod Vallat
2003-05-31syncTheo de Raadt
2003-05-31First lba support in /boot. Not complete lba boot support, but it's theTobias Weingartner
first step on the way there. Ok deraadt@, espie@, todd@, and others.