Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-15 | fix some printf's | Brad Smith | |
From: Brian Poole <raj at cerias dot purdue dot edu> ok henric@ | |||
2004-06-15 | avoid creating multiple multicast filter entry for the same group. | Jun-ichiro itojun Hagino | |
notified from Patrick Latifi, deraadt ok | |||
2004-06-14 | Remove DIOCBEGINRULES, DIOCCOMMITRULES, DIOCBEGINALTQS, DIOCCOMMITALTQS, | Cedric Berger | |
DIOCRINABEGIN, DIOCRINACOMMIT ioctls. Use DIOCXBEGIN/DIOCXCOMMIT/DIOCXROLLBACK instead. ok beck@ dhartmei@ henning@ | |||
2004-06-14 | Added some codes that check if the machine is LUNA-88K or LUNA-88K2 | Kenji Aoyama | |
and retrieve the boot device information from NVRAM. Only works on LUNA-88K2 at this moment. | |||
2004-06-14 | Calculate optp (pointer to beginning of TCP options) based on th, not | Daniel Hartmeier | |
mtod(m), since the previous IP6_EXTHDR_GET() only guarantees this part to be continuous. Report from Andreas Bartelt. ok markus@, itojun@ | |||
2004-06-14 | spelling | Ryan Thomas McBride | |
2004-06-14 | Remove unused descriptive name strings. We use the names the devices return. | Kenneth R Westerback | |
2004-06-14 | de-__P | Theo de Raadt | |
2004-06-14 | knock out some useless crud | Theo de Raadt | |
2004-06-13 | regen | Niklas Hallqvist | |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist | |
2004-06-13 | regen | Michael Shalayeff | |
2004-06-13 | support iriver ifp-1xx thingies | Michael Shalayeff | |
2004-06-13 | cy_attach improvements; ok art | Peter Valchev | |
- don't panic if you can't setup interrupts, just quit attach - cleanup printf's, show a better error message | |||
2004-06-12 | Add check for bp->b_bcount in siop_minphys() as other drivers have. | Kenneth R Westerback | |
ok mickey@ | |||
2004-06-12 | fix ncpu vs ncpus glitch, spotted by Sven Dehmlow | Theo de Raadt | |
2004-06-12 | support IPV6_USE_MIN_MTU, to make BIND9 better. | Jun-ichiro itojun Hagino | |
(sorry about the mess yesterday) | |||
2004-06-12 | support IPV6_USE_MIN_MTU (forgot to commit the file, sorry). noted by Anil | Jun-ichiro itojun Hagino | |
2004-06-12 | Sync with FreeBSD aicasm. No changes to the generated reg.h or seq.h | Kenneth R Westerback | |
files used by ahc or ahd result from these changes, so they are not being sync'ed at this time. ok deraadt@ | |||
2004-06-11 | back out tree breakage. Like, come on | Theo de Raadt | |
2004-06-11 | vm->vm_minsaddr was uninitialized (nothing realy uses it anyway) | Michael Shalayeff | |
2004-06-11 | better name for power thread (for power users only) | Michael Shalayeff | |
2004-06-11 | support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kame | Jun-ichiro itojun Hagino | |
markus ok | |||
2004-06-11 | Eliminate a dereference after pool_put when an inactive/no-longer referenced | Ryan Thomas McBride | |
table is destroyed in pfr_setflags_ktable. Fix from Chris Pascoe | |||
2004-06-11 | export cpuid via kproc2, and make ps & top aware | Theo de Raadt | |
2004-06-10 | Generate SIGTRAP for breakpoint instructions. | Mark Kettenis | |
ok mickey@ | |||
2004-06-10 | From FreeBSD (via rees@umich.edu and nate) | Peter Valchev | |
Initialise `restartcnt' in the newly malloc'd usbd_port structure, as otherwise the junk it contains may cause uhub_explore to give up without ever trying to restart the port. This fixes the following errors I was seeing with a VIA UHCI controller: uhub0: port error, restarting port 1 uhub0: port error, giving up port 1 | |||
2004-06-10 | zero the cif struct correctly. | Ryan Thomas McBride | |
2004-06-10 | Plug a memory leak in carp_clone_destroy() | Ryan Thomas McBride | |
From Patrick Latifi | |||
2004-06-10 | Fix a logic error in sglist creation. | Miod Vallat | |
2004-06-10 | rename struct pf_rule_addr member 'not' to 'neg', as 'not' is a reserved | Daniel Hartmeier | |
keyword in C++. ok henning@, cedric@ | |||
2004-06-09 | Among other tricky (or nice, depending upon your involvment) features, | Miod Vallat | |
the 88Open ABI allows arguments to be passed through registers, then on the stack, the through registers, then on the stack again, with some function signatures. Unfortunately, gcc has not been designed with this possibility in mind, and does not handle this situation optimally (since no sane architecture does this anyway) and will reserve stack storage for the second set of in-registers parameters. Fixing this is quite non-trivial (trust me on this), so in the meantime keep at wasting space stack, but teach varargs about this so that it can compensate correctly. | |||
2004-06-09 | in theory, vnlock should alays be NULL in the generic lock (sic) functions. | Ted Unangst | |
in reality, sometimes it's not. we don't trust vnlock, and since it's 100% guaranteed to panic if it gets here, just completely stop using it. crash by henning, ok deraadt | |||
2004-06-09 | Merge in a piece of the SMP branch into HEAD. | Artur Grabowski | |
Introduce the cpu_info structure, p_cpu field in struct proc and global scheduling context and various changed code to deal with this. At the moment no architecture uses this stuff yet, but it will allow us slow and controlled migration to the new APIs. All new code is ifdef:ed out. ok deraadt@ niklas@ | |||
2004-06-09 | rename POOLPAGE macros to pmap_map_direct | Ted Unangst | |
break out uvm_km_page bits for this case, no thread here lots of testing tech@, deraadt@, naddy@, mickey@, ... | |||
2004-06-09 | pull in KNF from SMP | Theo de Raadt | |
2004-06-09 | we trust the calibrated pentium_mhz more, so don't overwrite it unless | Ted Unangst | |
we know the cpu speed has changed. fixes pr3814 from mark pecaut. | |||
2004-06-09 | fix compilation for !I586_CPU case; ok grange@ | Damien Miller | |
2004-06-09 | Minor sync from the SMP branch. | Artur Grabowski | |
NVRAM_RESET_SOFT -> NVRAM_RESET_JUMP ok deraadt@ | |||
2004-06-08 | always create a stack frame in cpu_switch() and put a stub | Michael Shalayeff | |
for doing page idle zeroing. store the kernele stack pointer into pcb instead of trapframe for debuggers doing stack traces; from kettenis@ | |||
2004-06-08 | Use cpuid_t whenever possible, rather than an angry combination of long | Miod Vallat | |
there and u_long elsewhere. ok marc@ deraadt@ | |||
2004-06-08 | factor out md5 code; ok+tests henning@, djm@, hshoexer@ | Markus Friedl | |
2004-06-08 | fix | Theo de Raadt | |
2004-06-08 | pull up cpuid_t define from smp branch. Kill alpha specific defininition | Marco S Hyman | |
of cpuid_t. OK art@ deraadt@ | |||
2004-06-08 | pull ncpus support from smp tree into main branch. | Marco S Hyman | |
remove alpha specific definition of ncpus. OK (and tested on alpha) deraadt@ | |||
2004-06-08 | No need to update runtime in cpu_switch. It's updated in mi_switch just | Artur Grabowski | |
after the return from cpu_switch. ok deraadt@ miod@ | |||
2004-06-08 | Make umass CBI buffer handling consistant with BBB buffer handling by | Kenneth R Westerback | |
using sc->data_buffer (not sc->tranfer_data), in the actual data transfer operations. From NetBSD PR #25676. ok tdeval@ deraadt@ | |||
2004-06-07 | Correctly handle an unaligned long long parameter on stack in varargs functions; | Miod Vallat | |
makes some rare situations in the a.out ar working again. | |||
2004-06-07 | Make deletion of a few addresses much faster on big tables. ok claudio@ | Cedric Berger | |
2004-06-07 | Allow userland to issue ld.d or st.d with a long, but not long long aligned | Miod Vallat | |
address, by recovering from the misaligned address exception. |