Age | Commit message (Expand) | Author |
2003-05-05 | Move exec base to 0x1c000000, exe/data gap to 512MB. Allows better | Dale Rahn |
2003-05-05 | Write explicit scsibus at controller attachment, rather than scsibus at scsi | Miod Vallat |
2003-05-05 | regen | Henning Brauer |
2003-05-05 | "Intel 82440MX AC97 Modem" rev 0x00 at pci0 dev 0 function 2 not configured | Henning Brauer |
2003-05-05 | fix test for restoring mnt_syncer in dounmount. | Ted Unangst |
2003-05-04 | mop-mop squeek-squeek | Michael Shalayeff |
2003-05-04 | Free mbuf when dropping invalid ARP with ar_hrd != ARPHRD_ETHER, instead | Daniel Hartmeier |
2003-05-04 | snprintf | Theo de Raadt |
2003-05-04 | Set code segment register according to nxpages, copied from machdep.c | Dale Rahn |
2003-05-04 | When a protection fault occurs, force %cr2 to contain the pc as | Dale Rahn |
2003-05-04 | string cleaning. ok deraadt@ | Ted Unangst |
2003-05-04 | remove unused var docache from relookup. from netbsd | Ted Unangst |
2003-05-03 | string fix | Theo de Raadt |
2003-05-03 | string fixes; tedu ok | Theo de Raadt |
2003-05-03 | string fixes; tedu ok | Theo de Raadt |
2003-05-03 | regen | Alexander Yurchenko |
2003-05-03 | A bunch of new Promise ATA/SATA chips; from FreeBSD | Alexander Yurchenko |
2003-05-03 | sprintf -> snprintf. | Kenneth R Westerback |
2003-05-03 | just as a safety measure, set m_flags to 0 for mbufs allocated on stack. | Jun-ichiro itojun Hagino |
2003-05-02 | when flipping the code descriptors also update cs in the | Michael Shalayeff |
2003-05-02 | sync | Ted Unangst |
2003-05-02 | Rework SIS IDE support. Unbreak the newest chips and fix issues with the | Alexander Yurchenko |
2003-05-02 | add eap and do a bit of cleaning | Jason Wright |
2003-05-01 | add eso, opl, and midi, and clean the audio stuff up a bit | Jason Wright |
2003-05-01 | - initialize sc_pa before using it | Jason Wright |
2003-05-01 | knf | Ted Unangst |
2003-05-01 | sync | Ted Unangst |
2003-05-01 | several related changes: | Ted Unangst |
2003-05-01 | typos; | Jason McIntyre |
2003-05-01 | use "tokenbroadcastaddr" throughout the code for consistency. deraadt ok | Jun-ichiro itojun Hagino |
2003-05-01 | Fix unbalanced parens in __swap64gen macro for non-gcc; Hugh C Kennedy | Todd C. Miller |
2003-04-30 | do not be hungry for buffers and allocate lower than a max (for iodc io) | Michael Shalayeff |
2003-04-30 | from netbsd: | Michael Shalayeff |
2003-04-30 | Regen | Miod Vallat |
2003-04-30 | Oops, repair omsync deprecation lossage. | Miod Vallat |
2003-04-30 | Allow tables to be loaded into anchors. | Cedric Berger |
2003-04-30 | now that we use less memory we can push the boot a little higher (to help som... | Michael Shalayeff |
2003-04-30 | no need to twiddle here. it's twiddling elsewhere already | Michael Shalayeff |
2003-04-30 | oops. fixed endif in a wrong place | Michael Shalayeff |
2003-04-29 | some cleanup and redo ct as lf (just different dev type). saves some memory | Michael Shalayeff |
2003-04-29 | Use pci_matchbyid(). Tested by matthieu@ | Miod Vallat |
2003-04-29 | grr... %s, not dc%s | Jason Wright |
2003-04-29 | - remove last vestige of "old autoconf": dc_unit is dead, long live dv_xname | Jason Wright |
2003-04-29 | Do not define the sparc_interrupt44c symbol on sun4m-only kernel, this is | Miod Vallat |
2003-04-29 | Get rid of more unwanted pieces of code. | Miod Vallat |
2003-04-29 | Regen (omsync deprecation) | Miod Vallat |
2003-04-29 | Deprecate omsync syscall, and only enable it if COMPAT_25 is required. | Miod Vallat |
2003-04-29 | add lxtphy (found on momenco boards) | Jason Wright |
2003-04-29 | KNF | Jason Wright |
2003-04-29 | Fix logic error introduced when importing a Stevens' bug fix in r1.20; | Miod Vallat |