Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-10 | spacing | Theo de Raadt | |
2004-08-10 | remove in_pcbnotify, it is no longer used. | Markus Friedl | |
2004-08-10 | replace in_pcbnotify with in_pcbhashlookup and avoid looping over | Markus Friedl | |
all connections; ok dhartmei, canacar, mcbride | |||
2004-08-10 | remove MID_MACHINE from here. one is enough | Per Fogelstrom | |
2004-08-10 | verify th_seq in icmp errors; report Fernando Gont; ok mcbride@, dhartmei@ | Markus Friedl | |
2004-08-10 | spacing | Theo de Raadt | |
2004-08-10 | gone | Per Fogelstrom | |
2004-08-10 | spacing | Theo de Raadt | |
2004-08-10 | spacing | Theo de Raadt | |
2004-08-10 | use MID_MIPS64 | Theo de Raadt | |
2004-08-10 | big-endian MIPS64 mid | Theo de Raadt | |
2004-08-10 | spacing | Theo de Raadt | |
2004-08-10 | The second spc is missing on original LUNA-88K, so add and check the | Kenji Aoyama | |
machine type field in the internal device lists. ok miod@ | |||
2004-08-10 | make kvm happy again! | Per Fogelstrom | |
2004-08-10 | Add SADB_X_EXT_LIFETIME_LASTUSE for use with isakmpd/DPD, adding this | Hakan Olsson | |
extends the bitmap to 64bits. Also repair SADB_GET. hshoexer@ ok. | |||
2004-08-10 | Add O2 built in ethernet. | Per Fogelstrom | |
2004-08-10 | clean | Per Fogelstrom | |
2004-08-10 | make enaddr_aton in machdep.c global | Per Fogelstrom | |
2004-08-10 | Don't mess with the msgbuf location when free memory is determined by the bios. | Per Fogelstrom | |
2004-08-10 | when inserting a dynamic group entry into the pfi_ifs tree, don't incorrectly | David Gwynne | |
create an interface entry with the same name. Prevents panics due to subsequent invalid refcounting. from Chris Pascoe ok dhartmei@ henning@ | |||
2004-08-10 | use generic net/netisr_dispatch.h; pefo@ ok | Michael Shalayeff | |
2004-08-10 | give mace some dma; pefo@ ok | Michael Shalayeff | |
2004-08-10 | mac-110 on mace from netbsd | Michael Shalayeff | |
2004-08-10 | regen | Brad Smith | |
2004-08-10 | 1000baseTX -> 1000baseT | Brad Smith | |
gigabit -> Gigabit | |||
2004-08-09 | remove some old stuff and clean up. arc and galileo is gone. | Per Fogelstrom | |
ok mickey@ | |||
2004-08-09 | remove old arc stuff and add sgi support. | Per Fogelstrom | |
ok mickey@ | |||
2004-08-09 | mips/sgi uses same symbol table style setup as sparc64 | Per Fogelstrom | |
OK mickey@ | |||
2004-08-09 | sgi TOD clock | Per Fogelstrom | |
2004-08-09 | adding tod support to sgi | Per Fogelstrom | |
2004-08-09 | fixed printout | Per Fogelstrom | |
2004-08-09 | Shrink the u-area down to two pages. | Miod Vallat | |
2004-08-09 | Take advantage of the recent ABI change to use less stack space and do | Miod Vallat | |
less stack pointer manipulation; the kernel needs to be compiled by an up-to-date compiler now, or a tree will fall on your house. | |||
2004-08-09 | G/c option HANDLER code, and a few cosmetic cleanings. | Miod Vallat | |
2004-08-09 | rev not rev. | Theo de Raadt | |
2004-08-09 | move to 3.6-beta | Theo de Raadt | |
2004-08-09 | update ste(4) with stability and performance fixes from | Can Erkin Acar | |
FreeBSD if_ste.c revisions 1.28, 1.29, 1.38, 1.43, 1.63, 1.68, 1.70 ok henning@ | |||
2004-08-09 | Big cleanup. Removed some unused obsolete stuff and fixed copyrights | Per Fogelstrom | |
on some files. Arcbios support is now in, thus detects memorysize and cpu clock frequency. | |||
2004-08-09 | use OpenBSDs version instead | Per Fogelstrom | |
2004-08-09 | bye bye! | Per Fogelstrom | |
2004-08-09 | Change static functions to be non-static, for better backtraces. | Otto Moerbeek | |
ok krw@ henning@ | |||
2004-08-09 | UVM is no longer an option since years. | Miod Vallat | |
2004-08-09 | Needs a non-empty pmap_unuse_final() as sparc. | Miod Vallat | |
Spotted by: art@ No cookie for: deraadt@ | |||
2004-08-09 | maxpartitions 16, so our slices are a-p not a-h. | Miod Vallat | |
2004-08-09 | Unbreak RAMDISK; deraadt | Miod Vallat | |
2004-08-08 | Ahh! This code brings out old memories. Eight years old but still | Per Fogelstrom | |
useful. This is the ARCBIOS interface, eg the firmware interface for SGI machines. | |||
2004-08-08 | Since the I-cache can never be dirty, ignore copyback operations, and only | Miod Vallat | |
perform invalidations when appropriate. | |||
2004-08-08 | Print address lines split scheme if necessary. | Miod Vallat | |
2004-08-08 | Oops, OF_poweroff is not attribute(noreturn) anymore... | Miod Vallat | |
2004-08-08 | Do not panic if OF_poweroff() returns, this is handled correctly by | Miod Vallat | |
the caller. |