Age | Commit message (Expand) | Author |
2002-09-26 | renable sppp and lmc, now free | Theo de Raadt |
2002-09-26 | BSD-style license from Serge Vakulenko <vak@cronyx.ru> | Chris Cappuccio |
2002-09-25 | better text for clause 3. pointed out by miod@. | Federico G. Schwindt |
2002-09-25 | #if NVLAN > 0 around vlan portions of code | Nathan Binkert |
2002-09-24 | sizeof(structure) not sizeof(structure *); pointed out by dvamsi@yahoo.com. | Jason Wright |
2002-09-24 | sync | Nathan Binkert |
2002-09-24 | typo | Nathan Binkert |
2002-09-24 | Get rid of gx(4) and use em(4) since it supports more cards and works better | Nathan Binkert |
2002-09-24 | Driver for Intel PRO/1000 gigabit ethernet adapters. | Nathan Binkert |
2002-09-24 | Don't use constants for the output parameter, use the iparam count as a point... | Jason Wright |
2002-09-24 | sync with the update in names | Nathan Binkert |
2002-09-24 | sync | Nathan Binkert |
2002-09-24 | Add a few intel gigabit device models and update names so they're more correct | Nathan Binkert |
2002-09-24 | Restore pentium_microtime, testing by henning@, millert@. ok deraadt@ | Thomas Nordin |
2002-09-23 | better "ifconfig ipv6addr deprecated" flag handling. sync w/kame | Jun-ichiro itojun Hagino |
2002-09-23 | correct length of PADN option before jumbo payload option. sync w/kame | Jun-ichiro itojun Hagino |
2002-09-23 | m6stat is a static variable (ip6_mroute.c). sync w/kame | Jun-ichiro itojun Hagino |
2002-09-23 | Fix console determination; based on discussion in port-sparc64@netbsd | Jason Wright |
2002-09-23 | Get the wsdisplay capabilities from rasops, rather than attempting to | Miod Vallat |
2002-09-23 | Fix the extra cursor image remaining in the upper left corner of the | Miod Vallat |
2002-09-23 | parisc level 0x10 is just an overclocked 0xe | Michael Shalayeff |
2002-09-23 | sync | Theo de Raadt |
2002-09-23 | another amd usb; henric@attbi.com | Theo de Raadt |
2002-09-23 | Don't print extra junk to the console | Nathan Binkert |
2002-09-23 | make the leds blink (on those machines where we have 'em). | Michael Shalayeff |
2002-09-23 | turn off sppp, lmc, and cz until various licenses on those components are | Theo de Raadt |
2002-09-23 | panic if out of kvm when mapping devices. ok deraadt@ | Dale Rahn |
2002-09-23 | Print pci_addr_fixup info when debugging is enabled, not disabled, ok deraadt@ | Dale Rahn |
2002-09-23 | For serverworks chipsets: instead of trying to prevent attaching the same bus | Nathan Binkert |
2002-09-23 | Link the kernel so that it gets only one load section. | Artur Grabowski |
2002-09-23 | Add support for vmcmds that load sections relative to a base section. | Artur Grabowski |
2002-09-22 | use #ifndef __STRICT_ALIGNMENT instead of #ifdef __i386. | Nathan Binkert |
2002-09-22 | Update ifp->if_opackets correctly | Jason Wright |
2002-09-21 | Add support for TBI mode in fiber based cards (heavily inspired by FreeBSD) | Nathan Binkert |
2002-09-21 | cleanup, remove register | Nathan Binkert |
2002-09-21 | Add support for OS defined halt action on Cheetah and Omega. | Hugh Graham |
2002-09-20 | this should have a cd@scsi on it | Michael Shalayeff |
2002-09-20 | kill dangling space, line and a space in the tab | Michael Shalayeff |
2002-09-20 | flush cpu state on read/write fpregs, force reload on write | Michael Shalayeff |
2002-09-20 | gonna need cr10, aka ccr from the trapframe | Michael Shalayeff |
2002-09-20 | Support to run the 24 bit fb in 8 bit mode or cg12 in 1 bit mode | Federico G. Schwindt |
2002-09-19 | remember: bits is bits and bytes is bytes... use -byte- count for bcopy not | Jason Wright |
2002-09-18 | Mark ELF ld.so as VTEXT to prevent the file from being overwritten. | Dale Rahn |
2002-09-18 | We can jump to the fail: label before shellargp is initialized. | Artur Grabowski |
2002-09-18 | Don't forget to map the prom executable. Otherwise we'll have trouble | Artur Grabowski |
2002-09-18 | From NetBSD and in line with recent local changes: | Hugh Graham |
2002-09-18 | mad typo, only null can take it | Michael Shalayeff |
2002-09-18 | Add lofn (working), and nofn (not working and commented out) | Jason Wright |
2002-09-18 | Write the operand registers with the correct endian (fortunately it just means | Jason Wright |
2002-09-17 | It turns out that disabling selection timeout is not a good idea, on | Miod Vallat |